/* Global */

.container {
    /* On ajoute une marge sur les cotés de l'écran */
    padding-right: 15px;
    padding-left: 15px;

    /* Et on centre */
    margin-right: auto;
    margin-left: auto;
}

body.page{
    margin:0;
}
#secondary.secondaryBourseLocaux li{
    text-align: center;
}
@media (min-width: 520px){
    .container {
        max-width: 520px;
    }
}

@media (min-width: 767px){
    .container {
        max-width: 767px;
    }
}

@media (min-width: 992px){
    .container {
        max-width: 992px;
    }
}

@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }

}

@font-face {
    font-family: "montserrat";
    src: url("/wp-content/themes/guillestrois-queyras/fonts/Montserrat-Regular.otf");
}
@font-face {
    font-family: "montserrat black";
    src: url("/wp-content/themes/guillestrois-queyras/fonts/Montserrat-Black.otf");
}
@font-face {
    font-family: "montserrat bold";
    src: url("/wp-content/themes/guillestrois-queyras/fonts/Montserrat-Bold.otf");
}
@font-face {
    font-family: "montserrat extra bold";
    src: url("/wp-content/themes/guillestrois-queyras/fonts/Montserrat-ExtraBold.otf");
}
@font-face {
    font-family: "montserrat light";
    src: url("/wp-content/themes/guillestrois-queyras/fonts/Montserrat-Light.otf");
}

/* Fin Global */


/* Menu */
a,a:visited{
    color:#333;
}
#site-navigation{
    background:#333333 ;
    padding: 20px 40px;

    border-bottom: 2px solid #333333;
}
.fullscrennIMG img{
    width: 100%;
}
#site-navigation .menu-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


#site-navigation.main-navigation ul a{
    color:white;
    text-transform: uppercase;
    font-family: "montserrat";
}

#site-navigation .logo-mobile{
    display :none;
}



#site-navigation input.search-field::placeholder {
    color: black;
}

#site-navigation input.search-field:focus-visible {
    outline-width: 0;
}


#site-navigation form.search-form label:after {
    content: "";
    width: 26px;
    height: 26px;
    color: white;
    right: 40px;
    background-image: url("/wp-content/uploads/2021/11/loupe.png");
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
}

article h1.entry-title, #banniere h1.entry-title{
    color: #fbba00;
    font-family: 'montserrat black';
    font-size: 70px;
    line-height: 1;
    margin: 50px 0;
}
.post-template-default article h1.entry-title {
    font-size: 36px;
    line-height: 1.2;
    margin-top: 10px;
}
#left-area article time {
    font-family: 'montserrat black';
    margin-top: 20px;
    display: inline-block;
}
article h2 {
    color: #fbba00;
    position: relative;
    font-family: 'montserrat black';
    text-decoration: none;
    font-size: 30px;
    margin-top: 20px;
    display: inline-block;
}

#site-navigation form.search-form label {
    position: relative;
}

#site-navigation .droite {
    display: flex;
    align-items: center;
}

#site-navigation .menu-menu-droite-container {
    margin-right: 20px;
}

img.custom-logo {
    width: 220px;
}

#site-navigation .widget_search{
    margin: 0;
}

#site-navigation.toggled ul{
    display: flex;
}

#site-navigation .reseaux{
    display: flex;
}
#site-navigation .reseaux svg{
    height: 25px;
    width: auto;
    padding:0 5px;
}
.justify{
    text-align: justify;
}
.containerPetit {
    max-width: 600px;
    margin: auto;
    text-align: justify;
}
.fbc-page .fbc-wrap .fbc-items li a{
    text-decoration: none;
    text-transform: uppercase;
}
body .fbc-page .fbc-wrap .fbc-items li span, body .fbc-page .fbc-wrap .fbc-items li:last-child span {
    font-size: 12px;
}
/* Fin menu */
/*div#accesDirectV2 {
    position: fixed;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    z-index: 99;
    flex-direction: column;
    align-items: end;
}

div#accesDirectV2 div {
    width: auto;
    height: 70px; 
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
    background: #4a95af;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
    transform: translateX(calc(100% - 68px));
    transition: 0.3s;
    margin-bottom: 3px;
}    
div#accesDirectV2 div:first-of-type {
    background: #febc32;
}
div#accesDirectV2 div:hover {
    transform: translateX(0);
}
div#accesDirectV2 a {
    display: flex;
    align-items: center;
    white-space: nowrap;
    text-decoration: none;
    color: white;
    width: 100%;
}

div#accesDirectV2 svg {
    margin-right: 15px;
}

#accesDirectV2 span {
    margin-right: 10px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}*/

/* Acces rapide v3 */
div#accesDirectv3 {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
    transform: translateX(100%);
    transition: 0.3s;
    background: #333;
    padding: 15px;
    width: 250px;
}
div#accesDirectv3.open {
    transform: translateX(0); 
}
div#accesDirectv3__button {
    position: absolute;
    left: 0;
    transform: translateX(-100%);
    top: 50%;
    color: white;
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    cursor: pointer;
}

div#accesDirectv3__button:before{
    content: "";
    position: absolute;
    left: 1px;
    width: 260px;
    height: 70px;
    background-color: #333333;
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-image: url("/wp-content/uploads/2022/10/fondFleche.svg");
    mask-image: url("/wp-content/uploads/2022/10/fondFleche.svg");
    -webkit-mask-position: top center;
    mask-position: top center;
    transform: translateX(calc(-88% + 134px )) rotate(90deg) translateY(0%);
}
div#accesDirectv3__button img{
    z-index: 2;
    width: 40px;
    margin-left: 10px;
    transition: 0.5s;
    transform: rotateY(180deg);
}
#accesDirectv3.open div#accesDirectv3__button img {
    transform: rotateY(0deg);
}
.accesDirectv3__liste__item {
    margin-bottom: 10px;
    position: relative;
    background: #4a96af;
    display: grid;
    border-radius: 9px;
}
.accesDirectv3__liste__item a {
    padding: 14px 75px 14px 10px;
    min-height: 54px;
    display: flex;
    text-decoration: none;
    border-radius: 10px;
    font-size: 15px;
    color: white;
    line-height: 1.2;
    align-items: center;
    z-index: 1;
}
.accesDirectv3__liste__item svg,.accesDirectv3__liste__item img {
    position: absolute;
    right: 8px;
    height: 36px;
    z-index: 1;
    top: 50%;
    bottom: 0;
    transform: translateY(-50%);
    width: 36px;
    object-fit: cover;
    z-index: 0;
}
div#accesDirectv3__liste > p {
    text-align: center;
    font-size: 24px;
    color: white;
    font-family: "montserrat black";
}

/* Fin acces rapide v3 */
li.page_item.page_item_has_children .children {
    margin-left: 20px;
}
/* main */
div#fiancement {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 210px;
    z-index: 9;
}
a.wp-block-button__link:before {
    content: "";
    -webkit-mask-image: url("/wp-content/uploads/2022/11/upload.svg");
    mask-image: url("/wp-content/uploads/2022/11/upload.svg");
    width: 16px;
    height: 16px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 22px;
    transform: translateY(-50%);
    background: white no-repeat;
}
#recent-post .wp-block-buttons a.wp-block-button__link:before{
    content: unset;
}
.wp-block-button.is-style-outline>.wp-block-button__link:before {
    content: unset;
}
.page-id-1111 #primary .card h3 {
    font-size: 12pt;
}
a.wp-block-button__link {
    position: relative;
    padding-left: 50px;
}
body.hasScrolled div#fiancement {
    display: none;
}
.archive main#actu h1 {
    font-size: 50px;
}
    /* Slider */

    .slider{
        position: relative;
    }
    
    .slider img {
        width: 100%;
        max-height: 800px;
        object-fit: cover;
        object-position: center;
    }

    .slider .container {
        position: absolute;
        width: 100%;
        left: 0;
        right: 0;
        top: 5%;
        font-family: "montserrat black";
    }
    
    .slider .jaune {
        background: #fbba00;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 80px;
        color: white;
        position: relative;
        z-index: 2;
        padding: 0 20px;
    }

    .slider .bleue {
        background: #5096b1;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 80px;
        padding: 0 20px;
        color: white;
        white-space: nowrap;
        margin-right: 0;
        margin-left: auto;
        margin-top: -20px;
        z-index: 1;
        position: relative;
    }

    /* Fin Slider */

    /* Acces rapide */
    #acces-rapide {
        padding: 50px 0;
    }
    #acces-rapide a{
        text-decoration: none;
    }

    #acces-rapide .container {display: flex;justify-content: space-between;}
    
    #acces-rapide .picto-container {
        width: 115px;
    }
    
    #acces-rapide .picto {
        display: flex;
        align-items: center;
        width: 100%;
    }
    
    #acces-rapide p {
        margin: 0;
        line-height: 1.2;
    }
    
    #acces-rapide .texte {
        font-family: 'montserrat black';
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #5096b1;
    }
    /* Fin Acces rapide */

    /*  Bandeau chiffre */
     #bandeau-chiffre{
         background: #5096b1;
         padding: 35px 0;
     }

     #bandeau-chiffre .container {
        display: flex;
        justify-content: space-between;
        text-align: center;
        color: white;
        position: relative;
    }

    #bandeau-chiffre .container:before {
        content: "";
        width: 100%;
        height: 40px;
        background-image: url(/wp-content/uploads/2021/10/Ombre.png);
        position: absolute;
        bottom: -75px;
        left: 0;
        background-position: bottom;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #bandeau-chiffre h2.chiffre {
        font-family: 'montserrat black';
        font-size: 65px;
        margin: 0;
        line-height: 0.8;
    }
    
    #bandeau-chiffre h3.texte {
        margin: 0;
        font-size: 18px;
        font-family: 'montserrat bold';
        text-transform: uppercase;
    }
    /* Fin Bandeau chiffre */


    /* Vivre */

    .templateVivre {
        padding: 50px 0;
    }
    
    .templateVivre .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    
    .templateVivre .gauche {width: 35%;display: flex;}
    
    .templateVivre .gauche div {
        width: 50%;
    }
    
    .templateVivre .gauche div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    
    .templateVivre .image1 {
        padding-bottom: 30px;
        transition-duration:.5s;
    }
    
    .templateVivre .image2 {
        padding-top: 30px;
        transition-duration:.5s;
    }
    
    .templateVivre .droite {
        width: 60%;
        position: relative;
    }
    
    .templateVivre .droite .logoGq{
        position: absolute;
        bottom: 0;
        right: 0;
        z-index: -1;
        width: 300px;
        height: auto;
    }
    
    .templateVivre .droite .texte {
        padding-right: 100px;
        text-align: justify;
    }

    .templateVivre h2.titre {
        color: #fbba00;
        margin: 0 0px 30px;
        font-family: 'montserrat black';
        font-size: 70px;
        line-height: 1;
    }
    
    .templateVivre .droite a {
        color: #5096b1;
        position: relative;
        font-family: 'montserrat black';
        text-decoration: none;
        font-size: 30px;
        margin-top: 20px;
        /* padding-top: 54px; */
        display: flex;
        align-items: center;
    }
    
    
    .templateVivre .droite a:before {
        content: ">";
        margin-right: 25px;
        margin-left: 16px;
    }
    .templateVivre .droite a.video:before {
        content: "";
        margin-right: 0px;
        margin-left: 0;
    }
    .templateVivre .droite a svg {
        width:50px;
        margin-right: 10px;
    }
    .templateVivre .gauche .image1.imagetobot{
        padding-bottom: 0;
        padding-top: 30px;
    }

    .templateVivre .gauche .image2.imagetotop{
        padding-top: 0;
        padding-bottom: 30px;
    }
    .templateVivre .droite a.video {
        margin-top: 0;
    }
    /* Fin Vivre */

    /* Travailler */

    #travailler {
        padding: 50px 0;
        background: #fbba00;
    }
    
    #travailler .container {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        position: relative;
    }

    #travailler .container:before {
        content: "";
        width: 100%;
        height: 60px;
        background-image: url(/wp-content/uploads/2021/10/Ombre.png);
        position: absolute;
        bottom: -85px;
        left: 0;
        background-position: bottom;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;
    }
    
    #travailler .droite {
        width: 35%;
        display: flex;}
    
    #travailler .droite div {
        width: 50%;
    }
    
    #travailler .droite div img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    
    #travailler .image1 {
        padding-top: 30px;
        transition-duration:.5s;
    }
    
    #travailler .image2 {
        padding-bottom: 30px;
        transition-duration:.5s;
    }
    
    #travailler .gauche {
        width: 60%;
        padding-left: 100px;
    }
    
    #travailler .gauche .texte {
        text-align: justify;
        color: white;
    }
    #travailler h2.titre {
        color: white;
        margin: 0 0px 30px;
        font-family: 'montserrat black';
        font-size: 70px;
        line-height: 1;
    }
    
    #travailler .gauche a {
        color: white;
        position: relative;
        font-family: 'montserrat black';
        text-decoration: none;
        font-size: 30px;
        margin-top: 20px;
        display: flex;
        align-items: center;
    }
    
    #travailler .gauche a:before {
        content: ">";
        margin-right: 25px;
        margin-left: 16px;
    }

    #travailler .gauche a.video:before {
        content: "";
        margin-right: 0px;
        margin-left: 0;
    }
    #travailler .gauche a svg {
        width:50px;
        margin-right: 10px;
    }
    #travailler .gauche a.video {
        margin-top: 0;
    }
    /* Fin Travailler */

    /* Recents post */
    
    #recent-post h2 {
        text-align: center;
        font-size: 70px;
        margin: 0;
        font-family: 'montserrat black';
        color: #5096b1;
        padding: 0;
    }
    
    #recent-post ul {
        display: flex;
        justify-content: space-between;
        margin: 50px 0 0 0;
    }
    
    #recent-post ul li {
        width: 30%;
        position: relative;
        margin-bottom: 50px;
    }
    
    #recent-post ul li .wp-block-latest-posts__featured-image {
        width: 100%;
        margin-bottom: 25px;
    }
    #recent-post ul li .wp-block-latest-posts__featured-image img {
        border: 12px solid #4395ad;
    }
    #recent-post ul li img.attachment-thumbnail.size-thumbnail.wp-post-image, #recent-post ul li img.attachment-medium.size-medium.wp-post-image {
        width: 100%;
        height: 230px;
        object-fit: cover;
    }
    
    #recent-post ul li div a {
        width: 100%;
        height: 100%;
        position: relative;
    }

    #recent-post ul li div a:before {
        content: "";
        width: 100%;
        height: 40px;
        background-image: url(/wp-content/uploads/2021/10/Ombre.png);
        position: absolute;
        bottom: -10px;
        left: 0;
        background-position: bottom;
        z-index: -1;
        background-repeat: no-repeat;
        background-size: cover;

    }
    
    #recent-post ul li>a {
        font-family: 'montserrat black';
        text-decoration: none;
        color: #4394ad;
        line-height: 1.5;
        font-size: 16px;
        display: inline-block;
        margin-top: 10px;
    }
    
    #recent-post ul li .wp-block-latest-posts__post-excerpt {
        font-family: 'montserrat';
        margin-top: 15px;
    }
    div#recent-post time {
        font-weight: bold;
        font-size: 14px;
        font-family: 'montserrat black';
        margin-top: 10px;
        display: inline-block;
        position: absolute;
        left: 0;
        top: 240px;
    }
    #recent-post .wp-block-buttons {
        justify-content: flex-end;
        margin-top: 50px;
    }
    
    #recent-post .wp-block-buttons a {
        padding: 0;
        font-family: 'montserrat black';
        font-size: 30px;
    }
    
    #recent-post .wp-block-buttons a:before {
        content: ">";
        margin-right: 10px;
    }
    
    #recent-post {
        padding: 50px 0 0;
    }

    /* Fin Recents post */

    /* Cartes */

    #carte {
        padding: 30px 0;
        background: #5096b1;
    }
    
    #carte .container {
        display: flex;
        justify-content: space-between;
    }
    
    #carte .gauche {
        width: 30%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        text-align: center;
    }
    
    #carte .droite {
        width: 60%;
    }
    
    #carte h2 {
        color: white;
        font-family: 'montserrat black';
        font-size: 30px;
    }
    
    #carte h2:before {
        content: ">"
        ;margin-right: 10px;
    }

    /* Fin Cartes */
        div#geomas iframe {
        width: 100%;
        height: 600px;
    }

/* Fin main */

/* Footer */

#footer{
    padding: 30px 0 0 0;
    background: #333;
    color: white;
    margin-top:70px;
}
.home footer#footer {
    margin-top: 0;
}
#footer .container{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#footer .gauche{
    width:30%;
    padding-right: 55px;
}

#footer .mentions-legales{
    color: white;
    width: 100%;
    text-align: right;
}

#footer .mentions-legales a{
    color: white;
    text-decoration: none;
}

#footer span{
    font-family: "montserrat bold";
    font-size: 16px;
    margin: 0;
}

#footer .gauche>div{
    margin-bottom: 20px;
}

#footer .gauche .logobot{
    display: flex;
}

#footer .gauche div p{
    margin:0;
    font-family: "montserrat";
    font-size: 15px;
}

#footer .gauche .numero>div{
    display: flex;
}
#footer .gauche .numero span{
    margin-right: 5px;
}

#footer .gauche .numero a{
    color: white;
    text-decoration: none;
}

#footer .gauche .logobot img{
    width:50%;
    padding: 0px 4%;
}

#footer .gauche .horraire .guillestre{
    margin-bottom: 20px;
}
button, input[type="button"], input[type="reset"], input[type="submit"]{
    padding:7px 9px;
}
.is-menu.is-dropdown form{
    min-width: auto !important;
}
div#raccourci .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 90px;
    margin-bottom: 50px;
}
div#raccourci .container a {
    text-decoration: none;
    color: #fbba01;
    display: inline-block;
    border: 5px solid #fbba01;
    width: 160px;
    height: 160px;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 16px;
    justify-content: center;
    font-family: 'montserrat bold';
    padding: 8px;
    transition: 0.3s;
}
div#raccourci .container a:hover {
    color:#5096b1;
}
footer#footer .droite{
    width: 65%;    
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
}
footer#footer .droite a{
    color:white;
    text-decoration: none;
}
footer#footer .droite .titleFooter{
    font-weight: bold;
    margin-bottom: 0;
}
footer#footer .droite > div {
    font-weight: bold;
    padding-right: 5px;
}
.footer__droite__ul,.footer__droite__ul ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer__droite__ul{
    margin-left: 17px;
    list-style: circle;
}
.footer__droite__ul ul{
    margin-left: 10px;
}
footer#footer .footer__droite__ul a{
    font-weight: 100;
    color: #dcdcdc;
    font-size: 14px;
}
footer#footer .footer__droite__ul li{
    line-height: 1.4;
}
/* Fin Footer */

/* Actu */
#listeArticle {
    display: flex;
    justify-content: space-around;
	flex-wrap: wrap;
	margin-top: 50px;
}
#listeArticle > article {
    width: 30%;
	/*background:#f1f3f1;*/
	margin-bottom: 25px;
    padding: 15px;
    border-radius: 20px;
    min-width: 300px;
}
#listeArticle article time.entry-date {
    font-weight: bold;
    font-size: 14px;
    font-family: 'montserrat black';
    margin-top: 10px;
    display: inline-block;
}
#listeArticle article .entry-content p,#listeArticle article .entry-content{
    margin-top:0;
}
#listeArticle > article .entry-footer{
	text-align: right;
}

.post-navigation .nav-previous{
	flex: 1 0 33%;
}

.post-navigation .nav-next{
	flex: 1 0 33%;
}

.post-navigation .returnActu{
	flex: 1 0 33%;
	text-align: center;
}
.post-navigation .returnActu a{
	text-decoration: none;
	color: #fbba01;
}



#listeArticle > article .entry-footer .voirPlus{
	color: black;
    text-decoration: none;
	font-weight: bold;
}
#listeArticle > article h2{
	margin-top:0;
	min-height: 45px;
    line-height: 1.1;
    margin-bottom: 15px;
}
#listeArticle > article h2 a {
    color: #4394ad;
    text-decoration: none;
    line-height: 1.5;
    font-size: 16px;
    display: inline-block;
}
#listeArticle img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    width: 100%;
    height: 230px;
    object-fit: cover;
}
.nav-previous a, .nav-next a, .nav-all a{
    /* background-color: #c70c7b;
    padding: 5px 18px;
	border-top-left-radius: 0px;
    border-bottom-right-radius: 0px; */
    color: #fbba01;
    text-decoration: none;
	/* transition: 0.3s; */
}
.nav-previous a{
	margin-left:18px;
}
.nav-next a{
	margin-right:18px;
}
.unProduitDeLaListe {
    display: flex;
    width: 100%;
    justify-content: space-between;
	padding: 10px 25px;
}

.unProd:after {
    position: absolute;
    width: 210px;
    height: 2px;
    background: #fbba01;
    content: "";
    bottom: 0;
}

.unProduitDeLaListe:nth-child(even) {
    background: #f1f1f1;
	background: rgb(199 12 123 / 18%);
}
input.inputChoixProd {
    width: 70px;
}
.unChoixDeProduit > span {
    width: 40px;
    display: inline-block;
}
.unChoixDeProduit {
    display: flex;
    align-items: center;
}
input.inputChoixProd {
    width: 70px;
    margin: 0 5px 0 30px;
}
.unPrixDeProduit {
    width: 90px;
    text-align: center;
}
.page-id-77 #formulaire,.page-id-400 #formulaire,.page-id-641 #formulaire{
	display: none;
}
.resumeCommande{
	display: none;
}
p.has-text-align-center.certif {
    font-size: 1.3em;
}

.titreCategorie{color: #ffbd47;font-size: 2.5em;text-align: center;}
.theme-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.theme-container .theme {
    text-align: center;
    padding: 5px 0;
}
.theme-container .theme a {
    text-decoration: none;
    font-size: 1.2em;
    color: black;
    padding: 0 10px;
    display: inline-block;
    border-right: solid black 2px;
    line-height: 23px;
}
.theme-container .theme:last-child a {
    border: none;
}
/* Fin actu */
.ccchildpage img {width: 100%;height: 200px;object-fit: cover;margin: 0;}
.ccchildpage .ccpages_excerpt {display: none;}
body .ccchildpages.ccflex .ccpages_excerpt {display: none;}

body .ccchildpages.ccflex .ccchildpage {    width: 315px;max-width: 100%;padding: 0;text-align: left;position: relative;display: flex;flex-wrap: wrap;flex-direction: column; margin:0; min-width: 27%; min-height: 200px;    margin-bottom: 40px;}
.ccchildpage ul.children {
    display: none;
}

p.ccpages_more a {position: absolute;left: 0;right: 0;top: 0;bottom: 0;opacity: 0;z-index: 2;}

p.ccpages_more {margin: 0;}
.ccsubpages{
    z-index: 3;
    margin-top:0; 
    display: none;
}
.ccsubpages ul {margin: 0;padding: 0;text-align: left;}

.ccsubpages ul a {text-decoration: none;color: black;}
.ccchildpage h3 {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    margin: 0;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    z-index: 1;
}
.ccchildpage h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #00000030;
    height: 100%;
    z-index: -1;
    transform: 0.2s;
}
.ccchildpage:hover h3:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #00000060;
    height: 100%;
    z-index: -1;
}.ccsubpages ul li.page_item {
    text-align: center;
    padding: 15px 10px;
    display: block;
    position: relative;
}

.ccsubpages ul li.page_item:not(:last-child):before {
    content: "";
    background: black;
    position: absolute;
    width: 100%;
    height: 2px;
    left: 0;
    bottom: -1px;
}
.ccclearfix {
    display: grid;
    grid-template-columns: repeat(auto-fill, 315px);
    justify-content: space-between;
}
.ccclearfix:after{
    position: absolute;
}
.breadcrumb .fbc-page .fbc-wrap .fbc-items {background: #ff000000;}

.breadcrumb .fbc-page .fbc-wrap .fbc-items li:first-child {margin-left: 0;}
.page .wp-block-media-text__content {
    padding-top: 30px;
    padding-bottom: 30px;
}
.owl-dots{
    transform:translateY(-150%);
}
body .owl-theme .owl-dots .owl-dot span{
    background-color: #ffffff82;
}
body .owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #ffffff;
}
.entry-content a {
    font-weight: bold;
}
a.wp-block-button__link,a.wp-block-button__link:visited{
    color:white;
    background:#32373c;
}
body ul {
    margin-left: 0;
    padding-left: 21px;
}
a.deli_exa {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    text-decoration: none;
}

a.deli_exa:hover,a.cc-lien:hover {
    color: #febc32;
}

a.deli_exa span {
    font-size: 13px;
}

a.deli_exa span.dateSign {
    display: block;
    text-align: right;
}
.lesDelibExa {
    display: grid;
    grid-template-columns: repeat(auto-fill, 350px);
    justify-content: space-between;
}
input.rechercheDeli {
    margin-bottom: 15px;
}
.threecol .ccchildpage{
    width: 100%;
}
#gridCate{
    display: grid;
    grid-template-columns: repeat(auto-fill, 315px);
    justify-content: space-between;
}
.gridCate__cat{
    width: 100%;
    height: 200px;
    background-color: #dedede;
}
.gridCate__cat:hover,.archive #listeArticle .conseilcommunautaire:hover h2.entry-title:before {
    background-color: #00000060;
}
.gridCate__cat a{
    color: white;
    text-decoration: none;
    font-size: 39px;
    display: flex;
    height: 100%;
    width: 100%;
    justify-content: center;
    align-items: center;
    font-weight: bold;
}
.tax-cc .titreCategorie, .tax-cc .theme-container {
    display: none;
}
.page-id-255 h1{
    text-align: center;
}
/* Media */
#primary .card{
    margin-bottom: 25px;
}
#primary .card-body a{
    color:black;
}
#primary .card div.meta{
    display: none;
}
#primary .card .col-6{
    position: inherit;
}
#primary .card .col-6 a{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f6b815e3;
}
#primary .card .col-6 a:hover {
    opacity: 1;
}
.deciCate,.deliCate{
    display: none;
}
.deciCate#all,.deliCate#all_deli{
    display: block;
}
.conseilcommunautaire-template-default .wp-block-button{
    margin-bottom: 25px;
}
body #left-area {
    width: 67%;
    padding-right: 3%;
    display: inline-block;
    vertical-align: top;
}
body  aside#secondary {
    width: 32%;
    padding-left: 30px;
    position: static;
    vertical-align: top;
    display: inline-block;
}
.blog .post-thumbnail img, .archive .post-thumbnail img,.page-id-5338 .post-thumbnail img{
    border: 12px solid #4395ad;
}

aside#secondary h2 {
    text-align: center;
    color: #fbba00;
    font-family: 'montserrat black';
}

#secondary img {
    border: 10px solid #4395ad;
}

#secondary a.wp-block-latest-posts__post-title {
    text-align: center;
    display: inline-block;
    text-decoration: none;
    color: #4395ad;
    font-family: 'montserrat black';
    line-height: 1.3;
}

#secondary li {
    margin-bottom: 40px;
}

#secondary time {
    text-align: center;
    font-family: 'montserrat black';
}

.nav-next a, .nav-previous a {
    padding: 5px 28px;
    background: #fbba00;
    border-radius: 62px;
    color: white;
    margin: 0;
    margin-top: 50px;
    transition: .2s;
    border:2px solid #fbba00;
}
.nav-next a:hover, .nav-previous a:hover {
    background: white;
    color: #fbba00;
}
.archive .conseilcommunautaire {
    width: 315px;
    max-width: 100%;
    padding: 0;
    text-align: left;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin: 0;
    min-width: 27%;
    min-height: 200px;
    margin-bottom: 40px;
}

.archive .conseilcommunautaire footer a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    opacity: 0;
    z-index: 2;
}

.archive #listeArticle .conseilcommunautaire h2.entry-title {
    color: #ffffff;
    font-size: 30px;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    z-index: 1;
}

.archive #listeArticle .conseilcommunautaire h2.entry-title:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    background: #00000030;
    height: 100%;
    z-index: -1;
    transform: 0.2s;
}

.archive:not(.category) #listeArticle > article h2 a {
    color: #ffffff;
    font-size: 21px;
    line-height: 1.2;
    text-align: center;
    position: absolute;
    left: 0;
    right: 0;
    height: 200px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    z-index: 1;
}
#ccchildpages-1 {
    margin-top: 50px !important;
}
.secondLevel_theme #ccchildpages-1 {
    padding-top: 100px !important;
    position: relative;
}

.secondLevel_theme #ccchildpages-1:before {
    content: "Dans le même thème :";
    position: absolute;
    top: 0;
    color: #fbba00;
    font-family: 'montserrat black';
    text-decoration: none;
    font-size: 30px;
    margin-top: 20px;
    display: inline-block;
}
div#categories {
    text-align: center;
}

span.categorie {
    font-size: 19px;
    font-weight: bold;
    cursor: pointer;
}
span.categorie.categorieActive {
    color: #f6b815;
}
.annuaire-vigilance h2.theme-title {
    color: #fbba03;
    font-size: 2em;
    line-height: 1;
    margin: 0;
}

.annuaire-vigilance section.theme-annuaire {
    border: 1px solid #e7eef4;
    border-radius: 15px;
    padding: 15px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 70px;
}

.annuaire-vigilance h3.service-title {
    color: #4e97af;
}
.annuaire-vigilance .les-services {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: start;
}
section#annuaire_sommaire {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    align-items: start;
    text-align: center;
    font-size: 14px;
    justify-items: center;
}
.theme-annuaire .theme-image img {
    max-width: 275px;
    height: 183px;
    object-fit: fill;
}
#annuaire_sommaire .theme-annuaire {
    max-width: 275px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    cursor: pointer;
    text-decoration: none;
    color: black;
}
#annuaire_sommaire {
    margin-bottom: 40px;
}
.ccchildpages.ccflex {
    justify-content: space-around;
}
@media (min-width:1200px){

    ul.sub-menu {
        position: absolute;
        left: 0;
        right: 0;
        width: 100%;
        background: white;
    }
    #site-navigation .menu-container{
        position: relative;
    }
    #site-navigation.main-navigation ul a{
        padding: 15px 0;
    }
    #site-navigation.main-navigation ul ul{
        display: flex;
        justify-content: space-around;
        padding: 0px 20px;
        top: calc(100% + 20px);
    }
    
    #site-navigation.main-navigation ul .sub-menu a {
        color: #333333;
    }
    #site-navigation.main-navigation ul ul.sub-menu ul.sub-menu {
        left: 0;
        position: initial;
        display: flex;
        flex-direction: column;
        box-shadow: none;
        padding:0;
        margin-bottom: 30px;
    }
    #site-navigation.main-navigation ul ul.sub-menu ul.sub-menu li{
        padding:0;
    }
    #site-navigation.main-navigation ul ul.sub-menu ul.sub-menu li a {
        text-transform: inherit;
    }
    
    #site-navigation.main-navigation ul li > .sub-menu a {
        font-weight: bold;
        font-family: 'montserrat bold';
        font-size: 15px;
    }
    
    
    #site-navigation.main-navigation ul  ul  ul a {
        font-family: 'montserrat' !important;
    }
    #site-navigation.main-navigation ul.menu > li > ul{
        transform-origin: 50% 0;
        transform: scaleY(0) translateZ(0);
        opacity: 0;
        transition: transform 0.3s,opacity 0.3s;
        left:0;
        transition-delay: .2s;
    }
    #site-navigation.main-navigation ul li:hover > ul{
        transform: scaleY(1) translateZ(0);
        opacity: 1;
    }
    .mobileOnly{
        display: none;
    }
    #site-navigation.main-navigation ul li > .sub-menu .level_2 > a{
        min-height: 76px;
        padding-bottom: 5px;
        display: flex;
        align-items: end;
        margin-bottom: 15px;
        position: relative;
    }
    #site-navigation.main-navigation ul li > .sub-menu .level_2 > a:after {
        content: "";
        background: black;
        height: 1px;
        width: 100%;
        position: absolute;
        top: 100%;
        left: 0;
    }
    .level_2 {
        background: white;
    }
    .main-navigation #menu-gauche, .main-navigation #menu-droite {
        display: flex;
        align-items: center;
        justify-content: space-around;
    }
    .menu-menu-gauche-container, .droite{
        width:86%;
    }
    .menu-menu-droite-container{
        width:100%;
    }
    #site-navigation .droite{
        justify-content: space-evenly;
        display: flex;
        align-items: center;
    }
    .level_1 a {
        font-size: 15px;
    }ul#menu-droite {
        position: inherit !important;
    }
    .nav-menu > li.menu-item > a:hover {
        color: #fbba00 !important;
    }
    
    #masthead{
        height:96px;
    }
    .hasScrolledTop #site-navigation{
        position: fixed;
        top: 0;
        width: 100%;
        z-index: 999;
        animation: 0.3s linear headerUpToDown;
    }
}
@media (max-width:1199px){
    .mobileOnly{
        display: block;
    }
    #site-navigation .droite .widget_search, #site-navigation .droite .reseaux{
        display: none;
    }
    .menu .focus > .sub-menu {
        display: flex;
        position: initial;
        box-shadow: none;
        padding-left: 20px;
        border-left: 1px solid white;
    }
    #site-navigation .logo-mobile{
        display: block;
    }
    #site-navigation .menu-toggle{
        display: block;
        background: transparent;
        width: 35px;
        padding: 0;
        border:none;
    }

    #site-navigation .menu-container{
        padding: 25px 5px;
        position: fixed;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
        background: #333333;
        max-width: 80%;
        width: 300px;
        padding: 25px;
        transform: translateX(-100%);
        display: block;
        transition: 0.3s;
        overflow-y: scroll;
        border-right: 9px solid #333333;
    }

    #site-navigation.toggled .menu-container{
        transform: translateX(0);

    }

    #site-navigation .logo{
        display: none;
    }

    #site-navigation .droite{
        flex-direction: column;
        align-items: flex-start;
    }

    #site-navigation{
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }


    .main-navigation li{
        padding: 15px 0;
        position: relative;

    }
    #site-navigation ul{
        flex-direction: column;
    }

    #site-navigation .fermer{
        display: none;
        color: white;
        font-size: 35px;
        font-family: "montserrat bold";
    }
    #site-navigation.toggled .fermer{
        display: block;
    }

    #site-navigation.toggled .ouvrir{
        display: none;
    }
    #site-navigation.main-navigation ul a{
        position: relative;
        width: 100%;
    }
    #site-navigation .nav-menu li.menu-item-has-children > a:after {
        content: "<";
        color: white;
        position: absolute;
        right: 20px;
        top: 50%;
        transform: translateY(-50%) rotate(-90deg);
    }
    #site-navigation .menu-menu-droite-container{
        width:100%;
    }
    #site-navigation ul li:hover > ul, .main-navigation ul li.focus > ul{
        left: -999em;
    }
    #site-navigation .nav-menu li.menu-item-has-children.focus > a:after {
        transform: translateY(-50%) rotate(90deg);
    }
    footer#footer .droite{
        width: 100%;
        flex-wrap: wrap;
        justify-content: space-evenly;
    }
    footer#footer .droite > div{
        min-width: 300px;
    }
    #footer .gauche{
        padding-right: 0;
    }
    #site-navigation.main-navigation ul .sub-menu a {
        padding-right: 45px;
    }
}
@media (max-width:992px){

    .slider .bleue{
        font-size: 50px;
        margin-top: -15px;
    }

    .slider .jaune{
        font-size: 50px;
    }

    #acces-rapide .container{
        flex-wrap:wrap;
    }

    #acces-rapide .picto{
        justify-content: center;
    }

    #acces-rapide .picto-container{
        width: 30%;
    }

    #footer .gauche {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    #footer .gauche .logo{
        width: 100%;
        text-align: center;
    }

    #footer .gauche .president,#footer .gauche .adresse,#footer .gauche .numero{
        margin-top: 25px;
    }

    #footer .gauche .horraire{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-top: 25px;
    }

    #footer .gauche .horraire span{
        width: 100%;
        text-align: center;
        margin-bottom: 25px;
    }

    #footer .gauche .horraire div{
        width: 48%;
    }

    #footer .gauche .logobot {
        display: flex;
        width: 48%;
        justify-content: space-between;
        margin: auto;
        margin: 25px auto;
    }

    #site-navigation .reseaux {
        display: flex;
        margin-top: 15px;
    }

    div#raccourci .container {
        justify-content:space-evenly;
    }
    div#raccourci .container a{
        margin-bottom: 10px;
    }

    .annuaire-vigilance .les-services {
        grid-template-columns: repeat(2, 1fr);
    }

    section#annuaire_sommaire {
        grid-template-columns: repeat(2, 1fr);
    }
}


@media (max-width:767px){
    .slider .bleue{
        font-size: 35px;
        margin-top: -5px;
    }

    .slider .jaune{
        font-size: 35px;
    }

    #acces-rapide .picto img{
        width: 90px;
    }

    .templateVivre .droite .texte {
        padding-right: 0;
    }

    .templateVivre{
        padding-top: 75px;
    }

    .templateVivre h2.titre {
        text-align: center;
    }

    .templateVivre .droite {
        width: 100%;
        margin-top: 50px;
    }

    .templateVivre .gauche{
        width: 65%;
    }
    .templateVivre .container {
        justify-content: center;
    }


    #travailler h2.titre {
        text-align: center;
    }

    #travailler .gauche {
        width: 100%;
        margin-top: 50px;
        padding-left: 0;
    }

    #travailler .droite{
        width: 65%;
        order: -1;
    }
    #travailler .container {
        justify-content: center;
    }
    

    #recent-post ul{
        flex-wrap: wrap;
        justify-content:center
    }

    #recent-post ul li{
        width: 70%;
    }

    #carte .container{
        flex-wrap: wrap;
        justify-content: center;
    }

    #carte .gauche{
        width: 80%;
    }

    #carte .droite{
        width: 100%;
    }

    #recent-post .wp-block-buttons{
        justify-content: center;
    }

    #footer .gauche .logobot {
        width: 75%;
    }

    #bandeau-chiffre .container:before {
        bottom: -60px;
    }

    #travailler .container:before{
        bottom: -70px;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media{
        grid-column: 1;
        grid-row: 1;
    }
    .wp-block-media-text.is-stacked-on-mobile {
        grid-template-columns: 100%!important;
    }
    .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
        grid-column: 1;
        grid-row: 2;
    }
    article h1.entry-title{
        font-size: 30px;
        margin-bottom: 20px;
    }
    article h2{
        font-size: 22px;
    }
    body aside#secondary{
        display: none;
    }
    body #left-area{
        width: 100%;
        padding-right: 0;
    }
    .annuaire-vigilance .les-services {
        grid-template-columns: repeat(1, 1fr);
    }
    section#annuaire_sommaire {
        grid-template-columns: repeat(1, 1fr);
    }
}

@media (max-width:520px){
    .slider img{
        min-height: 300px;
    }

    .slider .bleue{
        font-size: 25px;
        margin-top: -5px;
    }

    .slider .jaune{
        font-size: 25px;
    }
    #acces-rapide .picto-container{
        width: 45%;
    }

    #bandeau-chiffre .container{
        flex-wrap: wrap;
        flex-direction: column;
        align-items: center;
    }

    .block-chiffre {
        padding-bottom: 25px;
    }
    #bandeau-chiffre{
        padding-bottom: 10px;
    }

    #recent-post h2{
        font-size: 45px;
    }

    #travailler h2.titre{
        font-size: 45px;
    }

    .templateVivre h2.titre{
        font-size: 45px;
    }
    #recent-post ul li{
        width: 85%;
    }

    #bandeau-chiffre .container:before{
        bottom: -25px;
    }

    #travailler .container:before{
        bottom: -65px;
    }

    #site-navigation{
        padding: 20px 5px;
    }

    #site-navigation .logo-mobile{ 
       width: 250px;
    }

    #footer .gauche .logobot {
        width: 100%;

    }
}

/* Fin Media */
@keyframes headerUpToDown {
    from { transform: translateY(-100%); }
    to   { transform: translateY(0%); }
  }
