body{
    background-color: rgb(244, 243, 244);
    font-family: 'Franklin';
}

@font-face {
    font-family: 'Franklin'; /*a name to be used later*/
    src: url('fonts/franklingothic-book.otf'); /*URL to font*/
}
@font-face {
    font-family: 'FranklinDemi'; /*a name to be used later*/
    src: url('fonts/franklingothic-demi.otf'); /*URL to font*/
}
@font-face {
    font-family: 'FranklinCondensed'; /*a name to be used later*/
    src: url('fonts/franklingothic-condensed.otf'); /*URL to font*/
}

@font-face {
    font-family: 'SportingGrotesque'; /*a name to be used later*/
    src: url('fonts/SportingGrotesque-Regular.otf'); /*URL to font*/
}

@font-face {
    font-family: 'SportingGrotesqueBold'; /*a name to be used later*/
    src: url('fonts/SportingGrotesque-Bold.otf'); /*URL to font*/
}

.fSportGrosBold{
    font-family: 'SportingGrotesqueBold';
}
.fSportGros{
    font-family: 'SportingGrotesque';
}
.fFranklin{
    font-family: 'SportingGrotesque';
}

.fFranklinDemi{
    font-family: 'FranklinDemi';
}

h1, h2, h3, h4, h5, h6{
    font-family: 'SportingGrotesqueBold';
    padding-top: 5px;
}

h4{
    font-size: 18px;
}

h5{
    font-size: 16px;
}

.titreRubAccueil{
    padding-top: 5px !important;
}

h6{
    font-size: 14px;
}

#menu_lang{
    font-family: 'SportingGrotesque';
}
.cb-msg{
    font-family: 'FranklinDemi';
}

img {
    max-width: 100%;
    height: auto;
}
time{
    font-weight: bold;
}
a:link{
    text-decoration: none;
}

a:hover{
    color: black;
}

.savoirPlus{
    font-weight:bold;
}


/* CSS Header*/
header {
    color:#a89b92;
    background-color: white;
    box-shadow: 0 4px 2px -2px darkgray;
    position: relative;
    z-index: 4;
}

header a{
    color: #a89b92;
}

#menu_lang{
    font-size: 12px;
}
.logoMobile{
    display: none;
}
/* CSS Navbar dans Header */
.navbar{
    padding: 0 5%;
    align-items: unset;
}

.navbar-nav{
    display: flex;
    flex-direction: row;
    align-items:center;
    justify-content: space-between;
    padding-left:10px;
    width: 100%;
}

.navbar-brand{
    padding: 0;
    margin: 0;
}

.navbar li{
    list-style: none;
}


.reseaux{
    padding-bottom: 5px;
}

.menuMobile{
    display: none;
}


  
/* CSS de barre de recherche */
.formSearch{
    width: 30%;
}
.navbar-form{
    display: flex;
    justify-content: center;
    border-color: #a89b92;
    height: 30px;
}
.form-control{
    padding:4px;
    border-radius: 0;
    color: #a89b92;
    border: 1px solid #a89b92;
    background-color: #ebe3de;
}
::placeholder{
    font-size: 12px;
    color: #a89b92;
}
.btnSearch{
    color: #a89b92;
    border-radius: 0;
    border-color: #a89b92;
    padding: 0 5px;
    height: 30px;
}
.btnSearch:hover{
    background-color: #a89b92;
    border-color: #a89b92;

}

/* CSS de la barre de Cookies */
#cookie-bar{
    background-color: rgba(255, 255, 255, 0.8);
    padding: 20px;
    color:#953363;
    width: 100%; 
    z-index: 1;
    position: absolute;
}

#cookie-bar .cb-enable{
    background: rgb(149, 51, 99);
}
#cookie-bar .cb-enable:hover{
    background: rgb(196, 133, 163);
}
#cookie-bar .cb-disable{
    background: rgb(109, 109, 109);
    color:#FFF;
}
#cookie-bar .cb-disable:hover{
    background: rgb(109, 109, 109);
    color:#FFF,
}
#cookie-bar .cb-policy{
    background: #a89b92;
}
#cookie-bar .cb-policy:hover{
    background: #a89b92;
}

/* CSS du menu vertical gauche*/
.menu .nav-link {
    color: rgb(149, 51, 99);
    padding-top: 17px;
    padding-bottom: 12px;
    font-family: 'SportingGrotesqueBold';
    font-size: 15px;
}


.menu a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%) scaleX(0);
    transform-origin: 50% 50%;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.8);
    transition: transform 250ms;
  }
  .menu a:hover::after {
    transform: translateX(-50%) scaleX(1);
  }

.menu a{
    padding: 0;
    border-bottom: solid 1px #a89b92;
}

.menu .last{
    border-bottom: none;
}

/* CSS du menu deroulant qui s'affiche au milieu */
.sidebar li{ position: relative; }

.content{
    position: relative;
    /*overflow: hidden;*/
}
.submenu{ 
    z-index:2;
    position: absolute;
    border-radius:0;
    left:0;
    border:none;
    background-color: rgba(255, 255, 255, 0.9);
}

.columns {
    padding: 30px;
    -webkit-columns: 3;
    -moz-columns: 3;
    columns: 3; 
}

[dir=rtl] li .submenu{ 
    right:100%; left:auto;
}

.submenu ul{ 
list-style: none;
color: black;
margin-bottom: 15px;
font-size: 15px;
}

.submenu ul a{ 
color: black;
border-bottom: none;
}
.submenu ul a:hover{ 
    color: rgb(31, 30, 30);
    border-bottom: none;
    text-decoration: underline;
}
.submenu ul .nav-link { 
padding: 0;
}

#menuContainer ul li ul li, #menuContainer ul ul {
    border: none;
    list-style: none;
    text-align: left;
    width: 100%;
}

.nav-rubrique{
    text-transform: uppercase;
    font-family: 'SportingGrotesqueBold';
    font-size: 12px;
}

/* CSS de la zapette*/
.zapette{
    display: flex;
    flex-direction: column;
    align-content: flex-start;
}

.zapette .nav-link {
    justify-content: center;
    font-size : 14px;
    color: #353435;
}

.clic{
    background-color: #a89b92;
    padding: 10px;
    text-align: center;
    color: white;
    font-family: 'SportingGrotesqueBold'; 

}
.zapette a{
    padding: 5px 0;
    border-bottom: solid 1px #a89b92;
}

.zapette .last{
    border-bottom: none;
}

/* CSS des barres qui séparent les sections */
hr{
    margin-top: 4%;
    margin-bottom: 4%;
    color: #a89b92;
    opacity: 1;
    border:1px;
}

/*CSS du container de base*/
.container, .jumbotron .container {
    width: auto;
    max-width: 1400px;
}

.alignTitleLogo{
    width: 23%;
}
/* CSS de la partie centrale qui contient les sections */
.content{
    background-color: white;

}
.paddingContour{
    padding: 0 5% 5% 5%;
}

/* CSS du Carousel*/
.carousel-inner {
    position: relative;
    width: 100%;
    padding-bottom: 15px;
    /*margin-bottom: -20px;*/
  
}

.carousel-item{
    position: relative;
}

.carousel-caption{
    position: absolute;
    background-color: orange;
    color: black;
    padding: 10px;
    left:0;
    bottom:-10px;
    width: 23%;
    z-index: 1;
    font-size: 11px;
}

.carousel-caption p{
    font-size: 11px;
}
.carousel-caption h6{
    font-size: 13px;
}
.carousel-control-prev {
    top: auto;
    left: auto;
    right: 20px;
    bottom: 5%;
    color: black;
    display: block;
    width: auto;
}

.carousel-control-next {
    top: auto;
    left: auto;
    right: 0;
    bottom: 5%;
    color: black;
    display: block;
    width: auto;
}
.carousel-control-next-icon, .carousel-control-prev-icon {
    height: 1rem;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
   }
   
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}

.carousel-caption-mobile{
    display: none;
}

.carousel-indicators{
    bottom: 0;
    margin: 0;
    left:auto;
    z-index: 1;
}

.carousel div.carousel-indicators button {
    border: 1px solid #953363;
    border-radius: 50%;
    width: 8px;
    height: 8px;
    margin-right: 3px;
}
.carousel-indicators .active {
    opacity: 1;
    background-color:  #953363;
}

.hrSlide{
    margin-top: 1rem;
    color:#a89b92;
    opacity: 1;
    border:1px;
}

/* CSS des sections Actus, Infos Utiles et Réseaux sociaux de la page d'accueil */
.containerTitreRub{
    position: relative;
}

p{
    font-size: 13px;
}
 
/* CSS de la partie Actus */

.actus{
    overflow: hidden;
}
.actus img{
    transition: all 500ms ease;
    width: 700px;
}

.actus:hover img{
    -moz-transform: scale(1.08);
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
}


#titreActus{
    position: absolute;
    background-color: #953363;
    color: white;
    padding: 10px;
    left:0;
    top:-10px;
    z-index: 1;
    width:47.5%;
}

#texteActu{
    position: absolute;
    color: black;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px;
    width: 50%;
    right:0;
    bottom:0px;
    z-index: 1;
}
/*
.picture-left {
    padding :1em;
    width : 100%;
    height : 100%;
}
*/


/* CSS De la partie Infos Utiles */
#titreInfos{
    color: white;
    text-align: center;
    padding: 10px;
    margin-bottom: 15px;
    background-color: rgb(219,178,80);
}

.btnInfos a{
    color:red;
}

.infos .imgInfos{
    overflow: hidden;
}

.infos img{
    transition: all 1s ease;
}

.infos:hover img{
    filter:opacity(0.9);
    -moz-transform: scale(1.06);
    -webkit-transform: scale(1.06);
    transform: scale(1.06);
}
.infos:hover {
	cursor: pointer;
}

/* CSS de la partie Réseaux */
#titreReseaux{
    position: absolute;
    background-color: #a89b92;
    color: white;
    padding: 10px;
    left:0;
    top:-10px;
    z-index: 1;
    font-size: 20px;
    width: 47.5%;
}

.imgPublicationFb{
    height: 40px !important;
}


.insta{
    padding-right: 35px;
    border-right: 1px solid #a89b92;
}
.fb{
    padding-left: 35px;
}

.lienFb{
    position: absolute;
    bottom: 0;
}

.fb-post{
    margin-bottom: 3%;
}

/* Footer */
footer {
    color:#a89b92;
}

footer a{
    font-size: 13px;
    color: #a89b92;

}

footer i{
    font-size: 25px;
}
.mentionslegale{
    font-family: 'FranklinDemi';
}

/* CSS partie article */
.navRubrique a{
    color:black;
}

.imgArticle {
    float: left;
}

.sectionArticle a{
    color:black;
    font-size: 14px;
}
.sectionRubrique a{
    color:black;
    font-size: 14px;
}
.titreRub{
    font-size: 18px;
    padding: 13px 13px 8px 13px;
}

.titreArticle, .titre-article, .titreFilm{
    font-size: 26px;
}

#texte h4{
    font-size: 15px;
}
#texte h3{
    font-size: 17px;
}
.dateEvent{
    font-family: 'FranklinDemi';
}
.titreEvent{
    font-family: 'FranklinDemi';
}

a{
/*color:#e1007a;*/
color:#8A3B62;
}

.rubParent{
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    -o-hyphens: auto;
    hyphens: auto;
    font-size: 16px;
}

.sectionPlan a:hover{
    color:#e1007a;
    border-bottom: none;
    text-decoration: underline;
}

.sectionArticle a:hover {   
    border-bottom: none;
    text-decoration: underline;
}
.sectionRubrique a:hover{
    border-bottom: none;
    text-decoration: underline;
}

#infosUtiles{
    opacity: 0;
}
#reseauxSociaux{
    opacity: 0;
}

.float-right{
    float:right;
}
.ariane-dot{
    border-bottom: dotted 2px #a89b92;
}
.liensAssociations{
    font-size:10px;
}
.renseignements{
    color: #a89b92;
}

.textMagazine{
    border-top: solid 1px #a89b92;
    border-bottom: solid 1px #a89b92;
    width: 60%;
    font-size: 11px;
}


.magDesktop {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.cardAsso{
 opacity: 0;
}

.carouselMag{
    display:none;
}

.container .boutonstexte {

    position: absolute;
    right: 0px;
    z-index: 60;
    margin-top: 5px;
}

span.label{
    font-size: 12px;
}

#droite .nav > li > a{
    position: relative;
    display: block;
    padding: 5px 0 5px 0;
    border-bottom: 2px dotted #ccc;
    color: #8c8b8d;
}
  
.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    /*background-color: #eee;*/
}


.formulaire_proposer_evenement label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

.formulaire_proposer_evenement input[type="radio"], input[type="checkbox"] {
    width: inherit !important;
    float: left;
    margin: 0px;
    margin-top: 5PX;
}

.formulaire_proposer_evenement input, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    width: 100%;
}

.formulaire_proposer_evenement input[type="submit"] {
    width: inherit;
    float: right;
    background-color: #ffffff;
}

/* CSS du mini calendrier */
#droite .calendriermini .ui-datepicker-today a {
    border-color: #93117e;
}

.calendarMobile{
    display: none;
}


@media screen and (max-width: 1300px) {
    .menu{
        display: flex;
        font-size: 15px;
        visibility: visible;
    }
    .menu .nav-link{
        padding-top: 12px ;
        padding-bottom: 12px;
    }
    .zapette .nav-link{
        font-size: 12px;
    }
    p{
        font-size: 12px;
    }

}

@media screen and (max-width: 1200px) {
    .actusDroite p{
        font-size: 10px; 
    }
    .actusGauche p{
        font-size: 10px; 
    }
    .actusDroite h6{
        font-size: 12px; 
    }
    .actusGauche h6{
        font-size: 12px; 
    }
    .fb-post{
        margin-bottom: 2%;
    }
}

@media screen and (max-width: 1130px) {
    .carousel-caption p{
        font-size: 9px;
    }
    .carousel-caption h6{
        font-size: 11px;
    }
}



@media screen and (max-width: 991px) {
    #menu_lang{
        font-size: 16px;
    }
    #menu{
        border-top: dotted 1px;
        border-left: solid 1px gray;
        margin: 4%;
        border-right: solid 1px gray;
        border-bottom: solid 1px gray;
    
    }
    .menuMobile .zapetteMobile .nav-link{
        padding:0;
    }
    .reseaux img{
        width: 25px;
    }
    .labels{
        display: none;
    }
    .formSearch{
        display: none;
    }
    .menu{
        display: none;
    }
    .zapette{
        display: none;
    }
    .head{
        width: 100%;
    }
    p{
        font-size: 14px;
    }
    .paddingContour{
        padding: 4%;
    }
    
    .section .infos{
         align-items: center;
         text-align: center;
     }
     .sectionArticle{
         margin: 0;
     }
     .sectionRecherche{
        margin: 0;
    }
    .sectionRubrique{
        margin: 0;
    }
    .sectionPlan{
        margin: 0;
    }
     
     
    .card1, .card2{
        margin-bottom: 15px;
    }

     .navbar{
        padding: 0;
     }
     .navbar-nav{
         justify-content: space-around;
         width: 60%;
     }
     .logoMobile{
        display: block;
        width: 20%;
    }
    .logoDesktop{
        display: none;
    }
     .containerNav{
         padding: 0;
     }

     .custom-toggler .navbar-toggler-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 0.9)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
      }

      .navbar-toggler{
        border-radius: 0;
      }
      
     .menuMobile{
        display: inline;
        text-align: center;
        align-content: center;
        width: 100%;
       
    }

    .menuMobile .nav-link{
        padding: 12px;
        
    }
    .cardSubNav a:hover{
        text-decoration: underline;
    }
    .card-header{
        background-color: white;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .card{
        border:none;
    }
    
    .card-header:hover{
        background-color: #eee;
    }
    
    .btn-link{
        border-bottom: none;
        color: #a89b92;
        text-decoration: none;
    }
    .btn-link:hover{
       color: #a89b92;
    }

    .carousel-caption{
        display:none;
    }

    .carousel-caption-mobile{
        display:flex;
        flex-direction: column;
        padding-bottom: 5px;
        padding-top: 5px;
    }
   
   .carousel-indicators{
        left:0;
        right: auto;
        bottom: 2%;
    }
    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
    }
    
    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
    }
    .carousel-control-prev {
        right: 20px;
        bottom: -5px;
        display: block;
        width: auto;
    }
    
    .carousel-control-next {
        right: 0;
        bottom: -5px;
        display: block;
        width: auto;
    }

    .submenu{
        display: none !important;
    }

    #texteActu{
        position: absolute;
        color: black;
        background-color: rgba(255, 255, 255, 0.8);
        right:auto;
        width: auto;
        bottom:0px;
        z-index: 1;
        text-align: center;
       
    }

    .titreInfos::after {
        display: none;
       
    }
    .desalignArticle{
        width:100%;
        margin-top: 0!important;
        padding: 0;
    }
    .textMagazine {
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        width: 30%;
    }
    .imgMag{
        max-width: 400px !important;
        max-height: 400px !important;
    }
    .imgMagazine{
        text-align: center;
    }
    .dernierNumero{
        margin-right: auto;
        margin-left: auto;
        
    }
    .carouselMag{
        display: inline;
        overflow: hidden;
    }
    .magDesktop{
        display: none;
    }
    .actusDroite p{
        font-size: 13px; 
    }
    .actusDroite h6{
        font-size: 1rem; 
    }
    .calendarDesktop{
        display: none;
    }
    .calendarMobile{
        display: block;
    }

}

@media screen and (max-width: 767px) {
    .containerTitreRub{
        text-align: center;
    }

    .containerActus{
        justify-content: center;
        align-items: center;
    }

    .actusDroite:first-child{
        margin-bottom: 4%;

    }
    .carousel-caption-mobile{
        font-size: 13px;
    }
    #titreActus{
        width: auto;
        position: unset;
        display: block;
        margin-bottom: 15px;
    }
    #texteActu{
        width: 100%;
        left: 50%;
        -webkit-transform: translate(-50%);
        -moz-transform: translate(-50%);
        -ms-transform: translate(-50%);
        -o-transform: translate(-50%);
        transform: translate(-50%);
    }

    .card1, .card2, .card3{
        margin-bottom: 15px;
    }
    
    #titreReseaux{
        position: unset;
        width:auto;
        margin-bottom: 10px;
    }

    .desalign{
        width:auto;
    }

    #actus{
        align-items: center;
        text-align: center;
    }
    .textFB{
        text-align: center;
    }
    .marginBtMobile{
        margin-bottom: 4%;
    }
    
    .actu1{
        margin-top: 4%;
        margin-bottom: 4%;
    }
    .insta{
        border-right: none;
        padding-right: 12px;
    }
    .fb{
        padding-left: 12px;
    }
    .lienReseaux, .lienFb{
        text-align: center;
        width: 100%;
        margin-top: 8px;
    }

    .lienFb{
        position: relative;
        bottom: 10px;
        
    }


}


@media screen and (max-width: 576px) {

    .navbar-toggler-icon{
        font-size: 15px;
    }

    #menu_lang{
        font-size: 12px;
    }
    .reseaux img{
        width: 20px;
    }
    .menuMobile h5{
        font-size: 15px;
        
    }
    .formulaire_proposer_evenement ul{
        padding: 0;
    }
    .logoMobile{
        width:30%;
    }
    .navbar-nav{
        justify-content: space-around;
        width: 50%;
    }
    .titreRub{
        padding: 10px 10px 5px 10px;
        font-size: 18px;
    }
 
    
}

@media screen and (max-width: 375px) {
    #menu_lang{
        font-size: 10px;
    }
    .navbar-toggler-icon{
        font-size: 10px;
    }

    .reseaux img{
        width: 18px;
    }
  
    .actusDroite{
        font-size: 8px;
    }
    .titreFilm{
        text-align: center;
    }
    .afficheFilm{
        float: none !important;
        text-align: center;
        padding: 0 !important;
        margin-bottom: 4%;
    }
    .texteFilm{
        text-align: center;
    }
    .actusDroite p{
        font-size: 10px; 
    }
    .actusDroite h6{
        font-size: 12px; 
    }

   
   
   
}
