/*
Theme Name: Com6 Bootstrap
Text Domain: com6-bs4
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Footer
--------------------------------------------------------------*/

html {
    /* font-size: 62.5%; */
    font-size: 52.5%;
    /* scroll-behavior: smooth; */
}
body {
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: top;
    font-family: 'poppins', sans-serif;
    color: #000;
    min-height: 100vh;
    max-width: 1920px;
    margin: 0 auto;
    font-size: 1.8rem;
}
/*--------------------------------------------------------------
# Colors
--------------------------------------------------------------*/

.sydec-orange {
    color: #f17a21;
}
.sydec-blue {
    color: #004568;
}
.sydec-mid-blue {
    color: #3f8db4;
}
.sydec-light-blue {
    color: #bceafd;
}
.sydec-beige {
    color: #f2e6cd;
}
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

body {
    -webkit-font-smoothing: auto;
}
details, summary {
    display: block;
}
audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}
a {
    color: inherit;
}
a:active, a:hover {
    color: #004568;
}
small {
    font-size: 80%;
}
svg:not(:root) {
    overflow: hidden;
}
/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

.container {
    max-width: 1400px;
}
img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}
figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}
table {
    margin: 0 0 1.5em;
    width: 100%;
    min-width: 600px;
}
button {
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-style: none;
}
.btn {
    border-radius: 0;
}
.link-button-orange {
    display: flex;
    align-items: center;
}
.link-button-orange a {
    padding: 10px 25px 10px 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    border-radius: 30px;
    background: #f17a21;
    transition: all 0.2s ease-in-out;
}
.link-button-orange a:focus, .link-button-orange a:hover {
    text-decoration: none;
}
.link-button-orange a:after {
    content: "\f0da";
    display: inline-block;
    font-family: 'sydec-icon';
    font-weight: 700;
    margin-left: 20px;
    padding: 0 10px;
    padding-left: 12px;
    font-size: 2.4rem;
    color: #f17a21;
    border-radius: 22px;
    background: #fff;
    transition: all 0.2s ease-in-out;
}
.link-button-orange a:focus:after, .link-button-orange a:hover:after {
    margin-left: 25px;
}
/*--------------------------------------------------------------
# CK Editor Style
--------------------------------------------------------------*/

.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
a img.alignright {
    float: right;
    margin: 0.313rem 0 1.25rem 1.25rem;
}
a img.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.alignleft {
    float: left;
    margin: 0.313rem 1.25rem 1.25rem 0;
}
a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignleft {
    margin: 0.313rem 1.25rem 1.25rem 0;
}
.wp-caption.alignright {
    margin: 0.313rem 0 1.25rem 1.25rem;
}
/* blockquote {
  background-color: #fbfbfb;
  font-size: 1.875em;
  padding: 1em 2em;
  font-style:italic;
}
blockquote > :first-child::before, blockquote > :first-child::after { 
    font-size: 2em;
    line-height: 0;
}
blockquote > :first-child::before {
    content: open-quote;
}
blockquote > :first-child::after {
    content: close-quote;
} */

.wp-caption {
    position: relative;
}
.wp-caption p {
    margin: 0;
}
.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
}
.wp-caption .wp-caption-dd, .wp-caption .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba( 0, 0, 0, .5);
    color: #fff;
    font-size: 11px;
    padding: .75em 1em;
    line-height: 1;
    font-style: italic;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    position: absolute !important;
    height: 1px;
    width: 1px;
    margin: -1px;
    overflow: hidden;
    word-wrap: normal !important;
    /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.sr-only:focus, .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}
#scroll-to-top.fixe {
    display: block;
}
.fake-link {
    cursor: pointer;
}
/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/

article .alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
    margin-bottom: 1em;
}
article .alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
    margin-bottom: 1em;
}
article .aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
article img.alignleft, article .wp-caption.alignleft, article img.alignright, article .wp-caption.alignright {
    float: none;
    display: inline-block;
    margin-bottom: 1.25rem;
}
article img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.wp-caption.alignnone {
    margin: 0.313rem 1.25rem 1.25rem 0;
}
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
    position: relative;
    max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 100%;
    padding: 0;
    width: auto;
    display: block;
}
.wp-caption .wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba( 0, 0, 0, .8);
    color: #fff;
    font-size: 11px;
    padding: .75em 1em;
    line-height: 1;
    font-style: italic;
}
@media screen and (min-width: 544px) {
    article img.alignright, article .wp-caption.alignright {
        float: right;
        margin: 0.313rem 0 1.25rem 1.25rem;
    }
    article img.alignnone {
        margin: 0.313rem 1.25rem 1.25rem 0;
    }
    article img.alignleft, article .wp-caption.alignleft {
        float: left;
        margin: 0.313rem 1.25rem 1.25rem 0;
    }
    article .wp-caption.alignleft {
        margin: 0.313rem 1.25rem 1.25rem 0;
    }
    article .wp-caption.alignright {
        margin: 0.313rem 0 1.25rem 1.25rem;
    }
}
/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/

.clear:before, .clear:after, .entry-content:before, .entry-content:after, .site-header:before, .site-header:after, .site-footer:before, .site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}
.clear:after, .entry-content:after, .site-header:after {
    clear: both;
}
hr, h2, h3, h4, h5, h6 {
    clear: both;
}
/*--------------------------------------------------------------
# Styles particuliers
--------------------------------------------------------------*/

.acces:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAA7CAMAAAAkXtjkAAAALVBMVEXtay3////tayz84tfzn3b0poD1qIP5x6/97+f/+PT2tJPvfEXykWL62cnucTUFSUGFAAAAwUlEQVR4Ae3U0YqEMAyF4ZzUMWlaff/HXcso0pydy2Vg8b878F2JqfzvlOIe9D0ky1ZxV7dFCIlhVN5hZJJRYOTncowiob1iVF/vzrVPSDp+q09IF9grZ1gyWjUl64TMCI0GMrsQykdU8CW0xkcUK38CQqM/QV5yzggcI++74c727oziGBVXVVSDkak23DVVYwQLx52HIaNWwdU2I20b/eNbo7szuhZTQoGjco6Co2DUCuD9Oh4HSksoT3mewwelfgB9wxE6Hjx7GgAAAABJRU5ErkJggg==);
}
.geoloc:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAA7CAMAAAAkXtjkAAAALVBMVEXtay3tayz////++PXwfUb4wab60b3//v7yj1/ucTX839H1qob96+L2s5P0oHe/J/dNAAAA2klEQVR4Ae3Uy3KFIBAEUJThwQz6/58bu1IdN42VTbK4Za8UDjPAfaQ3/53tF/kUNM5SaznHAxpH3huSj7FC5vtP3DSySYFMk6hiLteImvFUFerXRJt21+wCFdSBgUKtItDkOFdMgbD45MuJ3gsUfAn0Fsh5Ip7UBTruE6XerudDIMNEjmsgBVo3W15my+4g4jJ5m1AIO4sPuFKxkELYFdNMo5TKjcrq+5Qs02TTCAmi2NYo+bfxpBDTG0zrzz+pwl0/oTH3fY41YkM2U4gpbPaExvjTP4wXvegLqKAKoT4m6qEAAAAASUVORK5CYII=);
}
.horaires:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAA7CAMAAAAkXtjkAAAAOVBMVEXtay385Nn1qYT5yrPubjH97ufwgUvtayz////+9vLxiVb61cPveT/3uZv4xazznHL50Lv728zylWhTcSDoAAAA50lEQVR4Ae3TYYuEIBDG8axR/5Np7X7/D3tWHGs7LfTm4Fh6XoTID7GZsfvuxAu50f9H8izO4115yickvec3vpdTFBw1Pi1psy6coFFBc9h9VtDRoKCQphWX9Tsl0PCGxEHZ1gP9tl/AyRH1kLrYoNgl6A9IFJ3iAcVJUWnRDDm+oZhhblGBYFCAoUUOHw2KHtci5XGCHmiLYHkh9WvqxgIfTsrs8d3rJHOnbtwzmTsN0PTT/J2pU42pk6l4jam46V2N6Z2ZghozBWaeasw8XZ7M6zNelxdeS43Mg1PUDbP82TO/0Y1+AK/xNNR5HluqAAAAAElFTkSuQmCC);
}
.liens:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAA7AgMAAABu7sBFAAAACVBMVEXtayz////udToKG6NjAAAANElEQVQoz2NYBQMMgxWwhoaGOuBmOTCI4mXBTMHKQpiCjQVTSoAVGoKHhd8RhEzG5/NBCADPiRsrdUfjbgAAAABJRU5ErkJggg==);
}
.contact:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAA7CAMAAAAkXtjkAAAANlBMVEXtay3yk2bveUD+9vPxi1n2spH85dvtayz////ucDP97uf4v6Pwf0n728z60r75xq7//PvznnQd2HSBAAAA5klEQVR4Ae3TSW7AIAwFUAYD38y5/2XrQpQuQLTLVs1f2cpTbAlQfzbhB3nRf0LGtUTfoMtCkviAlMaMPiCON8qjq3mHrtv40VH3vEFNQKvAJTU34+A2qAgyQY9PhMLR8oq8oNkrxwna4VpRHGhu50yvBu2ElLeq2OD9gpQVxLN0yAlG3PInPCg4kLi6QfYLNZgGLvG0k7ElxKhsWZF/kO5aIxHSHt3jMvueE2hFVVDO1X9C6i73ElbkBMWOOYRUgd4gwsw8Mi14g0K9FYWh1BaZOEyn4x03VYwXc0LCNKnf8IJf9KIPXq42CFOCr4sAAAAASUVORK5CYII=);
}
/*--------------------------------------------------------------
# Entête / menu
--------------------------------------------------------------*/

/*----------------------------------------- PAGES ----------------------------------------*/

#page-header {
    /* display: flex;
    justify-content: center; */
    position: relative;
    margin-bottom: 20px;
}
#page-header .navbar {
    padding-right: 0;
    z-index: 6;
}
.header-image {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80vh;
    background: center center;
    background-size: cover;
}
.site-title {
    padding: 2%;
    padding-left: 10%;
}
#navigation {
    justify-content: flex-end;
}
#menu-principal {
    display: flex;
    flex-direction: row;
    padding: 20px;
    border-radius: 50px 0 0 0;
    background-color: #fff;
}

#menu-principal>li.menu-item>button,
#menu-principal>li.menu-item>a.nav-link {
    display: inline-block;
    padding: 5px 30px;
    font-size: 2.5rem;
    color: #000;
    text-transform: uppercase;
    /* text-shadow: 0 0 3px #000; */
    /* border-right: 2px solid #000; */
}
#menu-principal>li.menu-item>button {
    outline: none;
}
#menu-principal>li.menu-item>button:after {
    display: none;
}

#menu-principal>li.menu-item.show>button,
#menu-principal>li.menu-item.current>a.nav-link {
    color: #f17a21;
    font-weight: 700;
}


#menu-principal li.menu-item.current .menu-title,
#menu-principal>li.menu-item>button:focus,
#menu-principal>li.menu-item>button:hover,
#menu-principal>li.menu-item>a.nav-link:focus,
#menu-principal>li.menu-item>a.nav-link:hover {
    color: #f17a21;
    font-weight: 700;
    text-decoration: none;
    outline: none;
}

#menu-principal .menu-title{
    font-size: 2rem;
}

#menu-principal .menu-item:nth-child(4) a.nav-link {
    border: none;
}
#menu-principal>li.menu-item.search-form>button {
    padding: 5px 20px;
}
#menu-principal .icon-search {
    font-size: 2.5rem;
    color: #000;
}
#menu-principal .favorite-wrapper {
    position: relative;
    margin-left: 15px;
}
#menu-principal .favorite-item .icon-heart {
    font-size: 3.4rem;
    color: #f17a21;
    transition: all 0.2s ease-in-out;
}
#menu-principal .favorite-item:focus .icon-heart, #menu-principal .favorite-item:hover .icon-heart {
    color: #004568;
}
#menu-principal .favorite-item a {
    position: absolute;
    top: -2px;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-weight: 400;
}
#menu-principal .favorite-item a:focus, #menu-principal .favorite-item a:hover {
    text-decoration: none;
}
#menu-principal .dropdown-menu.level-0 {
    top: 61px;
    left: -20px;
    /*width: 300px;*/
    padding: 20px 10px 20px 39px;
    font-size: 1.6rem;
    border: none;
    border-radius: 0;
    background: #fff;
}

#menu-principal .dropdown-menu.level-0:before{
    content: "";
    display: inline-block;
    position: absolute;
    top: -5px;
    width: 120px;
    height: 5px;
    margin-left: 12px;
    background-color: #000;
}

#menu-principal .dropdown-menu.level-0 li {
    margin: 7px 0;
    background: transparent !important;
}
#menu-principal .dropdown-menu.level-0 a {
    font-weight: 600;
    background: transparent !important;
    transition: all 0.2s ease-in-out;
}

#menu-principal .dropdown-menu.level-0 a:before{
    content: ">";
    display: none;
    position: absolute;
    top: 2px;
    left: -23px;
    padding: 0px 7px;
    color: #fff;
    background: #f17a21;
    border-radius: 12px;
}

#menu-principal .dropdown-menu.level-0 a:focus:before,
#menu-principal .dropdown-menu.level-0 a:hover:before{
    display: block;
}

#menu-principal .dropdown-menu.level-0 a:focus,
#menu-principal .dropdown-menu.level-0 a:hover {
    color: #f17a21;
    text-decoration: none;
}
#menu-principal .dropdown-menu.level-0 ul.sub-menu {
    padding-left: 0;
}
#menu-principal .dropdown-menu.level-0 ul.sub-menu li {
    width: 250px;
    white-space: normal;
}
.page-chapo {
    position: relative;
    margin-top: 50px;
    padding: 15px 30px 0 0;
    font-weight: 700;
}
.page-chapo a {
    color: #f17a21;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}
.page-chapo a:focus, .page-chapo a:hover {
    color: #004568;
    text-decoration: none;
}
.breadcrumb-h1-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 80vh;
    z-index: 1;
}
.breadcrumb-h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    max-width: 40%;
    padding: 50px;
    background: linear-gradient(to right, #f17a21 10px, transparent 10px) 0 0, linear-gradient(to right, #f17a21 10px, transparent 10px) 0 100%, linear-gradient(to left, #f17a21 10px, transparent 10px) 100% 0, linear-gradient(to left, #f17a21 10px, transparent 10px) 100% 100%, linear-gradient(to bottom, #f17a21 10px, transparent 10px) 0 0, linear-gradient(to bottom, #f17a21 10px, transparent 10px) 100% 0, linear-gradient(to top, #f17a21 10px, transparent 10px) 0 100%, linear-gradient(to top, #f17a21 10px, transparent 10px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}
.page-title {
    font-size: 4rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
    padding: 10px 15px;
    text-shadow: 0 0 5px #000;
}
#page-header ul.top-list {
    position: absolute;
    top: 100%;
    right: 0;
    width: 280px;
    padding: 0;
    z-index: 5;
}
#page-header ul.top-list li {
    list-style-type: none;
    margin-bottom: 30px;
}
#page-header ul.top-list li a {
    display: inline-block;
    width: 250px;
    margin-left: 30px;
    padding: 20px 40px;
    font-size: 2rem;
    text-transform: uppercase;
    background-color: #fff;
    border-radius: 50px 0 0 50px;
    line-height: 1.2;
    transition: all 0.2s ease-in-out;
}
#page-header ul.top-list li:first-child a {
    display: flex;
    align-items: center;
    font-weight: 700;
    color: #fff;
    background: #f17a21;
}
#page-header ul.top-list li a:focus, #page-header ul.top-list li a:hover {
    width: 280px;
    margin-left: 0;
    color: #fff;
    background: #004568;
    text-decoration: none;
}
#page-header ul.top-list li:first-child a:before {
    content: "\e819";
    display: inline-block;
    margin-right: 18px;
    font-family: "sydec-icon";
    font-size: 4rem;
    color: #f17a21;
    transform: rotate(-45deg);
    -webkit-text-stroke: 2px #fff;
    transition: all 0.2s ease-in-out;
}
#page-header ul.top-list li:first-child a:focus:before, #page-header ul.top-list li:first-child a:hover:before {
    color: #004568;
}
#page-header ul.top-list li.agence-ligne a {
    display: flex;
    align-items: center;
}
#page-header ul.top-list li.agence-ligne a:before {
    content: "\e81d";
    display: inline-block;
    margin-left: -10px;
    margin-right: 8px;
    font-family: "sydec-icon";
    font-size: 4rem;
    -webkit-text-stroke: 2px #000;
    transition: all 0.2s ease-in-out;
}
#page-header ul.top-list li.agence-ligne a:focus:before, #page-header ul.top-list li.agence-ligne a:hover:before {
    -webkit-text-stroke: 2px #fff;
}

@media screen and (max-width:1479px) {
    
    #page-header ul.top-list li {
        margin-bottom: 20px;
    }

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

    #menu-principal>li.menu-item>button,
    #menu-principal>li.menu-item>a.nav-link {
        padding: 5px 20px;
    }

}

@media screen and (max-width:1199px) {
    #menu-principal>li.menu-item>button,
    #menu-principal>li.menu-item>a.nav-link {
        padding: 5px 10px;
        font-size: 2.2rem;
    }
    .breadcrumb-h1 {
        padding: 30px;
    }
    .page-title {
        font-size: 3rem;
    }
    #page-header ul.top-list {
        top: 80%;
        width: 230px;
    }
    #page-header ul.top-list li{
    	margin-bottom: 20px;
    }
    #page-header ul.top-list li a {
        width: 200px;
        padding: 20px 30px;
        font-size: 1.8rem;
    }
}
@media screen and (max-width:991px) {
    .navbar-toggler {
        padding: 7px 5px;
        background: #004568;
        transition: all 0.2s ease-in-out;
    }
    .navbar-toggler:focus, .navbar-toggler:hover {
        outline: none;
        background: #f17a21;
    }
    .navbar-toggler .icon-bars {
        font-size: 3rem;
        color: #fff;
    }
    .navbar-toggler .icon-bars:before {
        content: "\e809";
    }
    .navbar-toggler.collapsed .icon-bars:before {
        content: "\f0c9";
    }
    #navigation {
        position: absolute;
        top: 33%;
        right: 64px;
        width: 360px;
        padding-left: 0;
        /* background: #f2e6cd; */
    }
    #menu-principal {
        flex-direction: column;
        justify-content: flex-start;
    }
    #menu-principal .dropdown-menu.level-0 {
        position: relative;
        background: transparent;
        border: none;
    }
    #menu-principal>li.menu-item>button,
    #menu-principal>li.menu-item>a.nav-link {
        width: 100%;
        font-size: 2rem;
        color: #000;
        text-align: left;
        border-right: none;
        border-bottom: 2px solid #000;
        text-shadow: none;
    }
    #menu-principal>li.menu-item.search-form>button {
        text-align: right;
        border-bottom: none;
    }
    #menu-principal>li.menu-item.search-form>button {
        padding: 3px 5px 0 5px;
    }
    #menu-principal .icon-search {
        color: #000;
    }

    #menu-principal .dropdown-menu.level-0{
        top: 0;
    }

    #menu-principal .dropdown-menu.level-0:before{
        display: none;
    }

    #page-header ul.top-list {
        top: 110px;
    }
    #page-header ul.top-list li {
        margin-bottom: 10px;
    }
    #page-header ul.top-list li a {
        padding: 10px 30px;
        font-size: 1.6rem;
    }
    #menu-principal .favorite-item a {
        left: 15px;
        justify-content: flex-start;
    }
}
@media screen and (max-width:767px) {
    .breadcrumb-h1-wrapper {
        margin-top: 100px;
    }
    .breadcrumb-h1 {
        max-width: 100%;
    }
    .page-chapo{
        padding-right: 0;
    }
}
@media screen and (max-width:575px) {
    #navigation {
        top: 39px;
        width: 290px;
    }
    #page-header ul.top-list li:first-child a:before {
        margin-right: 5px;
    }
}
.en-1-clic-shortcuts-wrapper {
    display: none;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-top: 80px;
    height: calc( 80vh - 80px);
    z-index: 6;
}
.en-1-clic-shortcuts-wrapper.open {
    display: flex;
    margin-top: 150px;
}

.en-1-clic-shortcuts-wrapper.submenu-open {
    margin-top: 50vh;
}

.en-1-clic-shortcuts {
    width: 60%;
    padding: 80px;
    color: #fff;
    border-radius: 100px;
    background: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(20px);
}
.shortcuts-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}
.shortcuts-wrapper .close-1-clic {
    position: absolute;
    top: 30px;
    right: 60px;
    font-size: 3rem;
}
.shortcuts-wrapper .close-1-clic a:focus,
.shortcuts-wrapper .close-1-clic a:hover {
    text-decoration: none;
    color: #f17a21;
}
.en-1-clic-shortcuts header {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.en-1-clic-shortcuts header .mes-demarches {
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.en-1-clic-shortcuts header h2 {
    font-size: 10rem;
    font-weight: 900;
    line-height: 1;
}
.en-1-clic-shortcuts li {
    list-style-type: none;
}
.shortcuts-wrapper>ul {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}
.shortcuts-wrapper>ul>li {
    flex-basis: 33.333333333%;
    margin-bottom: 15px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.2s ease-in-out;
}
.shortcuts-wrapper a.nav-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.en-1-clic-shortcuts .menu-image-title {
    display: flex;
    justify-content: center;
    height: 40px;
    margin-top: 15px;
    line-height: 1.2;
}
.en-1-clic-shortcuts li:focus a.nav-link .menu-image-title,
.en-1-clic-shortcuts li:hover a.nav-link .menu-image-title {
    color: #f17a21;
}
.shortcuts-wrapper>ul>li ul {
    display: none;
    width: 100%;
}

#en-1-clic-submenu{
    position: relative;
}

.en-1-clic-shortcuts-wrapper.open #en-1-clic-submenu.open:before{
    content: "\e80c";
    display: flex;
    justify-content: center;
    width: 100%;
    font-family: "sydec-icon";
    font-size: 4rem;
    color: #fff;
    transform: rotate(90deg);
}

.home .en-1-clic-shortcuts-wrapper #en-1-clic-submenu:before{
    display: none;
}


.en-1-clic-submenu>a {
    display: none;
}
.en-1-clic-submenu ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding-top: 15px;
    border-top: 5px solid #fff;
}
.en-1-clic-submenu ul li {
    max-width: 210px;
    margin-top: 40px;
    text-align: center;
}
.en-1-clic-submenu ul a {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    text-transform: none;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.en-1-clic-submenu ul a:focus,
.en-1-clic-submenu ul a:hover {
    color: #f17a21;
}
@media screen and (max-width:1679px) {
    .en-1-clic-shortcuts {
        width: 70%;
        padding: 40px 0;
    }

    .en-1-clic-shortcuts .shortcuts-wrapper{
        flex-direction: column;
    }

    .home .en-1-clic-shortcuts .shortcuts-wrapper{
        flex-direction: row;
    }

    .en-1-clic-shortcuts header {
        align-items: center;
    }
    .en-1-clic-shortcuts header h2 {
        font-size: 7rem;
    }
}
@media screen and (max-width:767px) {

    .en-1-clic-shortcuts {
        width: 80%;
    }
    
    .home .en-1-clic-shortcuts .shortcuts-wrapper {
        flex-direction: column;
    }

    .en-1-clic-shortcuts-wrapper.submenu-open {
        margin-top: 80vh;
    }

    .en-1-clic-shortcuts header h2 {
        font-size: 5rem;
    }

}

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

    .en-1-clic-shortcuts {
        width: 90%;
    }

    .en-1-clic-shortcuts-wrapper.submenu-open {
        margin-top: 100vh;
    }

}
.page-thumbnail-wrapper {
    overflow: hidden;
    position: relative;
}
.page-thumbnail-wrapper:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 74%;
}
.page-thumbnail-wrapper img {
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
}
.up-thumbnail {
    position: absolute;
    bottom: 1px;
    left: 1.5rem;
    right: 1.5rem;
    background-color: rgba(255, 255, 255, .9);
    transition: all 400ms ease;
}
.up-thumbnail .article-title {
    font-size: 16px;
    font-weight: 700;
}
.up-thumbnail .article-content {
    padding: 1rem;
    ;
}
.actualite:hover .up-thumbnail {
    background-color: rgba(255, 255, 255, 1);
}
.page-footer {
    padding: 2em;
}
.page-footer ul {
    padding-left: 0;
    margin: 0;
    list-style: none;
}
.page-footer a {
    font-weight: 700;
}
/*--------------------------------------------------------------
# ACCUEIL RUBRIQUE
--------------------------------------------------------------*/

/* .rubrique-wrapper{
  
} */

.rubrique-wrapper .child-page-wrapper {
    position: relative;
    margin-bottom: 30px;
}
.rubrique-wrapper .child-page-img {
    position: relative;
}
.child-page-wrapper .child-page-filter {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #f17a21;
    opacity: 0;
    transition: all 0.4s ease-in-out;
    z-index: 1;
}
.child-page-wrapper:focus .child-page-filter,
.child-page-wrapper:hover .child-page-filter {
    opacity: 0.5;
}
.child-page-wrapper .child-page-title {
    display: flex;
    align-items: center;
    height: 106px;
    max-width: 450px;
    padding: 15px;
    font-size: 2.4rem;
    font-weight: 700;
    text-transform: uppercase;
    border-top: 5px solid #f17a21;
    transition: all 0.2s ease-in-out;
}
.child-page-wrapper:focus .child-page-title,
.child-page-wrapper:hover .child-page-title {
    color: #004568;
    border-top: 5px solid #004568;
    background: #f2f2f2;
}
.child-page-wrapper .child-page-link a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
/*--------------------------------------------------------------
# ACCUEIL FRONT HOME
--------------------------------------------------------------*/

.home .page-title {
    font-size: 6rem;
}
.home section {
    margin: 100px 0;
}
.home section.raccourcis-footer{
    margin: 0;
}
.home section h2 {
    font-size: 7rem;
    font-weight: 700;
    line-height: 1;
}
.home section h2.title-zone-sondages {
    margin-bottom: 50px;
}
.home section h2.gform_title {
    font-size: 3rem;
}

@media screen and (max-width:1199px) {
    .home .page-title {
        font-size: 5rem;
    }
}
@media screen and (max-width:991px) {
    .home .page-title {
        font-size: 4rem;
    }
    .home section h2 {
        font-size: 5rem;
    }
}

.home #page-header .navbar{
    z-index: 7;
}

.home #page-header ul.top-list{
    z-index: 6;
}

.home ul.top-list .li-1-clic {
    display: none;
}
.home .en-1-clic-shortcuts-wrapper {
    display: flex;
    justify-content: flex-start;
}
.home .close-1-clic {
    display: none;
}
.home .en-1-clic-shortcuts {
    position: absolute;
    bottom: -132px;
    width: auto;
    padding: 20px 50px 0px 20px;
    color: #000;
    border-radius: 0 150px 150px 0;
    background: #f2e6cd;
}
.home .shortcuts-wrapper {
    justify-content: flex-start;
}
.home .shortcuts-wrapper>ul {
    flex-wrap: nowrap;
    padding-left: 40px;
}
.home .shortcuts-wrapper>ul>li {
    display: flex;
    flex-basis: auto;
    padding: 0 23px;
}
.home .shortcuts-wrapper a.nav-link {
    text-align: center;
}
.home .en-1-clic-shortcuts li.current a.nav-link .menu-image-title, .home .en-1-clic-shortcuts li:focus a.nav-link .menu-image-title, .home .en-1-clic-shortcuts li:hover a.nav-link .menu-image-title {
    color: #f17a21;
}
.home .en-1-clic-shortcuts li.current .hovered-image {
    opacity: 1;
}
.home .en-1-clic-shortcuts li.current .menu-image {
    opacity: 0;
}
.home #menu-en-1-clic-accueil>li>a>.menu-image-title {
    align-items: center;
}
.home #menu-en-1-clic-accueil>li:first-of-type>a>.menu-image-title {
    color: #3f8db4;
}
.home #menu-en-1-clic-accueil>li.current:first-of-type>a>.menu-image-title,
.home #menu-en-1-clic-accueil>li:first-of-type:focus>a>.menu-image-title,
.home #menu-en-1-clic-accueil>li:first-of-type:hover>a>.menu-image-title {
    color: #f17a21;
}
.home #menu-en-1-clic-accueil-1 {
    display: none;
}
.home section.home-clic-slider {
    padding-top: 0;
}
.home .en-1-clic-slider {
    padding-left: 0;
}
.home .en-1-clic-slider a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: all 0.2s ease-in-out;
}
.home .en-1-clic-slider a .menu-image-title {
    display: inline-block;
    margin-top: 20px;
    font-size: 2.2rem;
    text-align: center;
    text-transform: uppercase;
}
.home .en-1-clic-slider a:focus, .home .en-1-clic-slider a:hover {
    color: #f17a21;
    text-decoration: none;
}
.home .en-1-clic-slider .slick-prev, .home .en-1-clic-slider .slick-next {
    position: absolute;
    top: calc(50% - 30px);
    width: 50px;
    height: 50px;
    margin: 0 15px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 2;
}
.home .en-1-clic-slider .slick-prev {
    left: 0;
    background: none;
}
.home .en-1-clic-slider .slick-next {
    right: 0;
    background: none;
}
.home .en-1-clic-slider .slick-arrow i {
    font-size: 4rem;
    color: #000;
    background: none;
}
.home .en-1-clic-slider .slick-arrow .icon-angle-left::before, .home .en-1-clic-slider .slick-arrow .icon-angle-right::before {
    display: flex;
    justify-content: center;
    width: 30px;
}
.home .en-1-clic-slider .slick-arrow .icon-angle-left::before {
    margin-left: 6px;
    padding-left: 0;
}
.home .en-1-clic-slider .slick-arrow .icon-angle-right::before {
    padding-left: 8px;
}
@media screen and (max-width:1439px) {
    .home .shortcuts-wrapper>ul>li {
        padding: 0 5px;
    }
}
@media screen and (max-width:1199px) {
    .home .en-1-clic-shortcuts {
        width: 100%;
    }
    .home .shortcuts-wrapper>ul {
        flex-wrap: wrap;
    }
    .home .shortcuts-wrapper>ul>li {
        flex: 0 0 33.333333%;
        justify-content: center;
    }
}
@media screen and (max-width:991px) {
    .home .en-1-clic-shortcuts {
        top: 100%;
        bottom: auto;
        padding: 20px 20px 0px 20px;
        border-radius: 0;
    }
    .home .en-1-clic-shortcuts header {
        align-items: center;
    }
    .home .en-1-clic-shortcuts header h2 {
        font-size: 6rem;
    }
    .home section.home-clic-slider {
        padding-top: 150px;
    }
}
@media screen and (max-width:767px) {
    .home .en-1-clic-shortcuts {
        padding: 0;
        padding-top: 30px;
    }
    .home .shortcuts-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .home .shortcuts-wrapper>ul {
        padding-top: 30px;
        padding-left: 0;
    }
    .home .shortcuts-wrapper>ul>li {
        padding: 0;
    }
    .home section.home-clic-slider {
        padding-top: 380px;
    }
}
@media screen and (max-width:575px) {
    .home #menu-en-1-clic-accueil>li>a>.menu-image-title {
        font-size: 1.2rem;
    }
    .home .shortcuts-wrapper a.nav-link {
        padding: 0.5rem;
    }
    .home .en-1-clic-slider .slick-prev {
        left: -30px;
    }
    .home .en-1-clic-slider .slick-next {
        right: -30px;
    }
    .home .en-1-clic-slider a .menu-image-title {
        font-size: 1.8rem;
    }
    /* 
  .home .en-1-clic-slider .slick-slide{
    max-width: 300px;
  } */
}

.home #content {
    margin-top: calc(80vh + 30px);
}

.home .actualites {
    position: relative;
    margin-left: 7%;
    width: 93%;
}
.home .actualites h2 {
    margin-bottom: 20px;
    font-size: 7rem;
    font-weight: 700;
}
.home .actualites .paging-info {
    display: none;
    position: absolute;
    top: 30px;
    right: 100px;
}
.home .actualites .slick-arrow {
    position: absolute;
    top: -50px;
    right: 20px;
    font-family: 'sydec-icon';
    font-size: 3rem;
    color: #000;
    border: none;
    background: none;
    outline: none;
}
.home .actualites .slick-prev {
    left: auto;
    right: 140px;
}
.home .actu-wrapper {
    display: flex !important;
    position: relative;
    padding-right: 7px;
}
.home .actu-wrapper .actu-thumbnail {
    overflow: hidden;
}
.home .actu-wrapper img {
    position: relative;
    width: 491px;
    height: 327px;
    object-fit: cover;
    transition: all 1s ease-in-out;
    z-index: 1;
}
.home .actu-wrapper a:focus img, .home .actu-wrapper a:hover img {
    transform: scale(1.1);
}
.home .actu-wrapper .taxo-actu {
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 2.4rem;
    border-radius: 0 0 20px 0;
    background-color: #f2e6cd;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}
.home .actu-wrapper a:focus .taxo-actu, .home .actu-wrapper a:hover .taxo-actu {
    color: #fff;
    background: #f17a21;
}
.home .actu-wrapper h3 {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    right: 7px;
    bottom: 0;
    margin-bottom: 0;
    padding: 15px;
    font-size: 2rem;
    color: #fff;
    background: rgba( 0, 0, 0, .5);
    z-index: 3;
}
/* .home .actu-wrapper a:focus h3,
.home .actu-wrapper a:hover h3 {
    text-decoration: underline;
} */
.home .actu-wrapper h3:after {
    content: ">";
    display: inline-block;
    margin-left: 15px;
}
.home .actualites .link-button-orange {
    justify-content: center;
    margin-top: 50px;
}
@media screen and (max-width:767px) {
    .home .actualites h2 {
        font-size: 5rem;
    }
    .home .actualites .paging-info {
        position: absolute;
        top: 14px;
    }
}
@media screen and (max-width:575px) {
    .home .actualites {
        margin-left: 0;
        width: 100%;
    }
}
@media screen and (max-width:480px) {
    .home .actualites .slick-arrow {
        right: -40px;
    }
    .home .actualites .slick-prev {
        right: 40px;
    }
    .home .actualites .paging-info {
        display: none;
    }
}
.home .sondage {
    position: relative;
    margin-left: 7%;
    width: 93%;
}
.home .sondage form {
    margin: 50px;
}
.home .sondage form .gfield_label, .home .sondage .gform_wrapper.gravity-theme .gfield-choice-input+label {
    font-size: 1.8rem;
}
/* .home .sondage .gform_button{
  display: flex;
  align-items: center;
} */

.home .sondage .gform_button {
    padding: 12px 25px 10px 30px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    border-radius: 30px;
    background: #f17a21;
    border: none;
    transition: all 0.2s ease-in-out;
}
.home .sondage .gform_button:focus, .home .sondage .gform_button:hover {
    background-color: #004568;
    cursor: pointer;
}
.home .sondage a {
    color: #f17a21;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}
.home .sondage a:focus, .home .sondage a:hover {
    color: #004568;
    text-decoration: none;
}
@media screen and (max-width:575px) {
    .home .sondage {
        margin-left: 15px;
        width: calc( 100% - 30px);
    }
    .home .sondage form {
        margin: 30px 0;
    }
}
.home .projets {
    position: relative;
    margin-top: 50px;
}
.home .projets .row {
    display: flex;
    align-items: center;
}
.home .projets .projet-img {
    padding-left: 0;
}
.home .projets .projet-img h2 {
    position: absolute;
    margin-bottom: 50px;
    padding: 20px 15px;
    font-size: 10rem;
    color: #fff;
    font-weight: 900;
    line-height: 0.9;
}
.home .projets .projet-img img {
    object-fit: cover;
}
.home .projets .projet-txt {
    padding: 0 4%;
}
.home .projets .projet-txt h2 {
    margin-bottom: 50px;
    line-height: 1.2;
}
.home .projets p {
    margin-bottom: 30px;
}
.home .projets hr {
    max-width: 70px;
    margin: 0;
    padding-bottom: 30px;
    border-top: 10px solid #f17a21;
}
.home .projets .more-link a {
    font-style: italic;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}
.home .projets .more-link a:focus, .home .projets .more-link a:hover {
    color: #f17a21;
    text-decoration: none;
}
.home .projets .link-button-orange {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
@media screen and (max-width:1199px) {
    /* .home .projets .row {
    flex-direction: column;
  } */
    .home .projets .projet-txt {
        margin-top: 100px;
    }
}
@media screen and (max-width:991px) {
    .home .projets .projet-img h2 {
        font-size: 7rem;
    }
}
.home .publications h2 {
    margin-bottom: 50px;
}
.home .publi-slider-wrapper {
    position: relative;
    padding: 0 30px;
}
.home #publications-slider-img {
    padding-left: 0;
}
.home #publications-slider-img .slick-slide {
    visibility: hidden;
}
.home #publications-slider-img .slick-slide li {
    max-width: 298px;
    margin: 15px;
    box-shadow: 0 0 10px #000;
}
.home #publications-slider-img .slick-current {
    position: relative;
    visibility: visible;
    transform: scale(1);
    z-index: 3;
}
.home #publications-slider-img .slick-current+.slick-active {
    position: relative;
    margin-left: -150px;
    visibility: visible;
    transform: scale(0.9);
    filter: blur(1px) grayscale(0.3);
    z-index: 2;
}
.home #publications-slider-img .slick-current+.slick-active li {
    box-shadow: 0 0 10px #aaa;
}
.home #publications-slider-img .slick-current+.slick-active+.slick-active {
    position: relative;
    margin-left: -150px;
    visibility: visible;
    transform: scale(0.8);
    filter: blur(2px) grayscale(0.6);
    z-index: 1;
}
.home #publications-slider-img .slick-current+.slick-active+.slick-active li {
    box-shadow: 0 0 10px #ccc;
}
.home #publications-slider-img .slick-arrow {
    position: absolute;
    top: calc( 50% - 5rem);
    padding: 0;
    font-size: 5rem;
    color: #000;
    background: transparent;
    border: none;
    outline: none;
}
.home #publications-slider-img .slick-prev {
    left: -50px;
}
.home #publications-slider-img .slick-next {
    right: -50px;
    z-index: 2;
}
.home .publi-slider-txt-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 300px;
    height: 420px;
}
.home #publications-slider-txt {
    max-width: 300px;
    padding-left: 0;
}
.home #publications-slider-txt li {
    display: flex !important;
    align-items: center;
    list-style-type: none;
    max-width: 300px;
}
.home #publications-slider-txt li .publi-img {
    min-width: 340px;
    padding-right: 40px;
}
.home #publications-slider-txt li .publi-img img {
    width: 300px;
    height: 420px;
}
.home #publications-slider-txt li .publi-txt {
    display: none;
}
.home #publications-slider-txt .slick-active li .publi-txt {
    display: inline-block;
    padding-right: 20px;
    text-transform: uppercase;
}
.home #publications-slider-txt li .publi-txt h3 {
    margin-bottom: 40px;
    font-size: 3rem;
    font-weight: 700;
}
.home #publications-slider-txt li .publi-txt a, .home #publications-slider-txt li .publi-txt a {
    transition: all 0.2s ease-in-out;
}
.home #publications-slider-txt li .publi-txt a:focus, .home #publications-slider-txt li .publi-txt a:hover {
    color: #f17a21;
    text-decoration: none;
}
.home #publications-slider-txt .slick-arrow {
    display: none !important;
}
/* .home .publications-slider li .publi-img {
  list-style-type: none;
} */

.home .publications-newsletter {
    margin-left: 7%;
    width: 93%;
}
.home .publications .link-button-orange {
    display: flex;
    justify-content: center;
    margin-top: 80px;
}
.home .newsletter {
    display: flex;
    align-items: center;
    padding-right: 0;
    padding-left: 100px;
}
.home .newsletter .newsletter-wrapper {
    width: 100%;
    padding: 80px 0 80px 50px;
    border-radius: 80px 0 0 80px;
    background-color: #bceafd;
}
.home .newsletter .newsletter-wrapper>p {
    margin: 40px 0;
    font-size: 2.5rem;
}
.home .newsletter #sib_signup_form_1 {
    width: 310px;
    /*padding: 10px 20px 7px 20px;*/
    padding: 0 0 0 20px;
    background: #fff;
    border-radius: 30px;
}
.home .newsletter #sib_signup_form_1 .sib_signup_box_inside_1 {
    display: flex;
    align-items: center;
}
.home .newsletter #sib_signup_form_1 .sib_signup_box_inside_1 p {
    margin-bottom: 0;
}
.home .newsletter #sib_signup_form_1 .sib_signup_box_inside_1 input {
    width: 250px;
    font-style: italic;
    border: none;
    border-bottom: 1px solid #000;
    outline: none;
}
.home .newsletter #sib_signup_form_1 .sib_signup_box_inside_1 input[type="submit"] {
    width: 30px;
    padding: 0 10px;
    font-style: normal;
    font-size: 3rem;
    font-weight: 700;
    color: #bceafd;
    background: transparent;
    border: none;
    transition: all 0.2s ease-in-out;
}
.home .newsletter #sib_signup_form_1 .sib_signup_box_inside_1 input[type="submit"]:focus, .home .newsletter #sib_signup_form_1 .sib_signup_box_inside_1 input[type="submit"]:hover {
    color: #f17a21;
    cursor: pointer;
}

@media screen and (max-width:1199px) {
    .home .publications-newsletter {
        margin-left: 5%;
        width: 90%;
    }
    .home .publications-newsletter .row {
        flex-direction: column;
    }
    .home .newsletter {
        margin-left: -5%;
        padding-left: 0;
    }
    .home .newsletter .newsletter-wrapper {
        margin-top: 100px;
        border-radius: 0 80px 80px 0;
    }
}
@media screen and (max-width:767px) {
    .home .publications-newsletter {
        margin-left: 20px;
        margin-right: 20px;
        width: 96%;
    }
    .home .newsletter {
        margin-left: -35px;
    }
}
.home .videos {
    margin-bottom: 0;
}
.home .videos h2 {
    padding-left: 7%;
}
.entry-content .videos.home-section li:before {
    display: none;
}
.videos .videos-background {
    display: flex;
    align-items: center;
    height: 440px;
    margin: 0;
    background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(242, 230, 205, 0) 25%, rgba(242, 230, 205, 1) 25%, rgba(242, 230, 205, 1) 75%, rgba(237, 228, 206, 0) 75%, rgba(125, 185, 232, 0) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(242, 230, 205, 0) 25%, rgba(242, 230, 205, 1) 25%, rgba(242, 230, 205, 1) 75%, rgba(237, 228, 206, 0) 75%, rgba(125, 185, 232, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(242, 230, 205, 0) 25%, rgba(242, 230, 205, 1) 25%, rgba(242, 230, 205, 1) 75%, rgba(237, 228, 206, 0) 75%, rgba(125, 185, 232, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#007db9e8', GradientType=0);
    /* IE6-9 */
}
.home .videos .videos-background {
    margin: 0 -15px;
}
.home .videos-slider-wrapper {
    width: 660px;
    margin: 0 auto;
}
.home ul#videos-slider {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
}

.home ul#videos-slider .slick-list{
    max-height: 360px;
}

.home ul#videos-slider .slick-arrow {
    position: absolute;
    top: calc( 50% - 25px);
    padding: 0;
    font-size: 5rem;
    color: #000;
    background: transparent;
    border: none;
    outline: none;
}
.home ul#videos-slider .slick-prev {
    left: -100px;
}
.home ul#videos-slider .slick-next {
    right: -100px;
}
.home ul#videos-slider li {
    position: relative;
    list-style-type: none;
}

.home ul#videos-slider li .video-play{
    position: absolute;
    width: 640px;
    height: 360px;
}

.home ul#videos-slider li .video-play a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 5rem;
    z-index: 3;
}
.home ul#videos-slider li .video-cover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-size: cover;
    z-index: 2;
}
.home ul#videos-slider li .video-player {
    position: relative;
    z-index: 1;
}
.home .videos .link-button-orange {
    display: flex;
    justify-content: center;
}

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

    .home .videos-slider-wrapper {
        width: 90%;
        max-width: 90%;
    }

    /* .home ul#videos-slider{
        flex-direction: column;
    } */

}

.home .instagram.home-section {
    overflow: hidden;
}
.home .instagram h2 {
    padding-left: 7%;
}
.home .instagram-flux {
    margin-top: 50px;
    margin-left: -15px;
    margin-right: -15px;
    /*display: flex;
  justify-content: center;*/
}
.home .instagram-flux .instagram-flux-wrapper {
    position: relative;
    width: 93%;
    padding-left: 7%;
}
.home #ff-stream-4 {
    background-color: transparent;
}
.home .ff-stream-wrapper {
    margin-top: 0;
    padding-bottom: 0;
    background-color: #c9e9fc;
}
.home .ff-stream-wrapper article:before {
    content: "\f16d";
    position: absolute;
    top: 10px;
    right: 20px;
    display: inline-block;
    padding: 3px 11px;
    font-family: 'sydec-icon';
    font-size: 2.6rem;
    color: #000;
    background: #fff;
    border-radius: 22px;
    z-index: 2;
}
.home .ff-stream-wrapper article:last-of-type:before {
    display: none;
}
.home .ff-layout-grid .ff-has-overlay .ff-img-landscape img {
    object-fit: cover;
}
.home .ff-stream-wrapper .ff-label-wrapper {
    display: none;
}
.home .ff-stream-wrapper .ff-content {
    color: #fff;
}
.home .ff-stream-wrapper article:last-of-type .picture-item__inner .ff-img-holder, .home .ff-stream-wrapper article:last-of-type .picture-item__inner .ff-overlay-wrapper {
    display: none;
}
.home .ff-stream-wrapper article:last-of-type:focus, .home .ff-stream-wrapper article:last-of-type:hover {
    cursor: default;
}
.home .instagram-suivez-nous {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.home .instagram-suivez-nous .hashtag-sydec40 {
    font-size: 4rem;
    color: #000;
    font-weight: 900;
}
.home .instagram-suivez-nous .mention-suivez-nous {
    font-size: 2rem;
    color: #000;
    font-weight: 700;
    text-transform: uppercase;
}
.home .instagram-suivez-nous ul {
    display: flex;
    align-items: center;
    justify-content: center;
    list-style-type: none;
    padding-left: 0;
}
.home .instagram-suivez-nous ul li {
    padding: 0 10px;
}
.home .instagram-suivez-nous ul a {
    display: flex;
    padding: 7px 3px;
    font-size: 2rem;
    color: #c9e9fc;
    background: #000;
    border-radius: 20px;
    transition: all 0.2s ease-in-out;
}
.home .instagram-suivez-nous ul a:focus, .home .instagram-suivez-nous ul a:hover {
    background: #004568;
    text-decoration: none;
}
/*.home .instagram-suivez-nous ul a:before:focus,
.home .instagram-suivez-nous ul a:before:hover{
  text-decoration: none;
}*/

.home .ff-loadmore-wrapper {
    display: none;
}

/*--------------------------------------------------------------
# CONTENT
--------------------------------------------------------------*/

#content {
    margin-top: calc( 80vh - 150px);
    margin-bottom: 2em;
}
.fil-ariane {
    margin: 5px 0 15px 0;
    padding: 0 20px;
    color: #000;
    font-size: 1.8rem;
}
.fil-ariane a {
    transition: all 0.2s ease-in-out;
}
.fil-ariane a:focus,
.fil-ariane a:hover {
    color: #f17a21;
    text-decoration: underline;
}
.fil-ariane .breadcrumb_last {
    font-style: italic;
}

/*--- Grise le lien de premier niveau du fil d'Ariane ---*/
.fil-ariane #breadcrumbs > span:nth-child(2) a{
    color: #aaa;
}

.fil-ariane #breadcrumbs > span:nth-child(2) a:focus,
.fil-ariane #breadcrumbs > span:nth-child(2) a:hover{
    text-decoration:none;
    cursor: default;
    color: #aaa;
}

.entry-content a {
    color: #f17a21;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}
.entry-content a:focus, .entry-content a:hover {
    color: #004568;
    text-decoration: none;
}
.entry-content a[target="_blank"]:after {
    content: '\00A0\f08e';
    font-family: "sydec-icon";
}
.entry-content {
    padding: 30px 30px 0 0;
}
.entry-content h2 {
    margin: 15px 0 20px 0;
    font-weight: 700;
    font-size: 3rem;
    line-height: 1.2em;
}
.entry-content h3 {
    margin: 10px 0 15px 0;
    font-weight: 700;
    font-size: 2.5rem;
    margin-bottom: 1em;
}
.entry-content h4 {
    margin: 5px 0 10px 0;
    font-weight: 700;
    font-size: 2rem;
}
.entry-content *+h2, .entry-content *+h3 {
    margin-top: 1em;
}
.entry-content ol {
    counter-reset: li;
    /* Initiate a counter */
    list-style: none;
    /* Remove default numbering */
    padding-left: 2em;
}
.entry-content ol li {
    counter-increment: li;
}
.entry-content ol li::before {
    content: counter(li);
    display: inline-block;
    width: 1.3em;
    height: 1.3em;
    margin-left: -1.5em;
    margin-right: 0.5em;
    font-weight: 700;
    text-align: center;
    line-height: 1.4;
    direction: rtl;
}
.entry-content ul {
    list-style: none;
    margin-left: 3em;
    padding-left: 0;
    margin-top: .5em;
    margin-bottom: .5em;
}
.entry-content li {
    position: relative;
    margin-bottom: 10px;
}
.entry-content li:before {
    /* fa-caret-right */
    content: ' ';
    display: inline-block;
    margin-right: .7em;
    width: .7em;
    height: .7em;
    border-radius: 50%;
    background: #f2e6cd;
}
.entry-content figcaption {
    font-size: 1.6rem;
    font-style: italic;
}
.entry-content blockquote {
    padding: 0 30px;
    background-color: transparent;
}
.entry-content blockquote.wp-block-quote p {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
}
.entry-content blockquote p:before,
.entry-content blockquote p:after {
    display: inline-block;
    font-size: 10rem;
    font-weight: 900;
    color: #f2e6cd;
}

.entry-content .c-accordion__content blockquote.wp-block-quote p:before,
.entry-content .c-accordion__content blockquote.wp-block-quote p:after{
	color: #fff;
}

.entry-content blockquote p:before {
    content: "\00AB";
    padding-right: 25px;
}
.entry-content blockquote p:after {
    content: "\00BB";
    padding-left: 25px;
}
.entry-content blockquote cite {
    display: block;
    text-align: right;
}

.entry-content figure.wp-block-pullquote {
    max-width: 50%;
    margin: 20px 0;
    padding: 30px;
    padding-bottom: 20px;
    background: linear-gradient(to right, #f2e6cd 10px, transparent 10px) 0 0, linear-gradient(to left, #f2e6cd 10px, transparent 10px) 100% 100%, linear-gradient(to bottom, #f2e6cd 10px, transparent 10px) 0 0, linear-gradient(to top, #f2e6cd 10px, transparent 10px) 100% 100%;
    background-repeat: no-repeat;
    background-size: 50px 50px;
}

.entry-content figure.wp-block-embed.is-type-video{
    width: 50%;
}

.col-md-8 .entry-content figure.wp-block-embed.is-type-video {
    width: 75%;
}

.entry-content .c-accordion__content figure.wp-block-pullquote {
	background: linear-gradient(to right, #fff 10px, transparent 10px) 0 0, linear-gradient(to left, #fff 10px, transparent 10px) 100% 100%, linear-gradient(to bottom, #fff 10px, transparent 10px) 0 0, linear-gradient(to top, #fff 10px, transparent 10px) 100% 100%;
}

.col-md-8 .entry-content figure.wp-block-pullquote {
	max-width: 100%;
}

.entry-content .wp-block-pullquote blockquote {
    padding: 0;
}
.entry-content .wp-block-pullquote p {
    padding: 10px 30px;
    color: #000;
    font-weight: 700;
    /* text-align: left; */
}
.entry-content .wp-block-pullquote p:before,
.entry-content .wp-block-pullquote p:after {
    display: none;
    content: "";
}
.entry-content .wp-block-file {
    padding: 20px;
    font-weight: 700;
}
.entry-content .wp-block-file a {
    display: flex;
    align-items: center;
    padding-left: 0;
    font-size: 2rem;
    text-decoration: none;
}

.entry-content .wp-block-media-text__content .wp-block-file a,
.entry-content .wp-block-file.alignleft a,
.entry-content .wp-block-file.alignright a{
    flex-direction: column;
}

.entry-content .wp-block-file a+a {
    display: none;
}
.entry-content .wp-block-file a:first-child:before {
    content: "Télécharger\00A0";
}
.entry-content .wp-block-file a:first-child:after {
    content: "\f02e";
    display: inline-block;
    margin-left: 0.5em;
    padding: 1px 6px;
    font-family: "sydec-icon";
    font-size: 3rem;
    font-weight: 400;
    color: #f17a21;
    transition: all 0.2s ease-in-out;
}
.entry-content .wp-block-file a:first-child:focus:after,
.entry-content .wp-block-file a:first-child:hover:after {
    color: #004568;
}

.entry-content .wp-block-file a:last-child:before {
	display: none;
}

.entry-content .wp-block-file a:last-child{
	background: transparent;
}

.entry-content .wp-block-file__button {
    display: none;
}
.wp-embed-responsive .wp-block-embed__wrapper:before {
    padding-top: 0 !important;
}
.entry-content a.wp-block-button__link {
    display: inline-block;
    padding: 10px 25px;
    font-size: 2.1rem;
    color: #fff;
    font-weight: 400;
    background: #f17a21;
    border-radius: 30px;
}
.entry-content a.wp-block-button__link:focus,
.entry-content a.wp-block-button__link:hover {
    color: #fff;
    background: #004568;
}
.entry-content .blocks-gallery-caption {
    width: 100%;
    font-size: 1.6rem;
    color: #aaa;
    text-align: center;
}
.wp-block-audio {
    width: 50%;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content{
    padding-left: 0;
}

.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
    padding-right: 0;
}

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

	#content {
	  margin-top: calc( 80vh - 130px);
	}

}

@media screen and (max-width:767px) {
    .entry-content {
        padding: 0;
    }

    .entry-content blockquote {
        padding: 0;
    }
    .entry-content blockquote p:before,
    .entry-content blockquote p:after {
        padding: 7px;
        font-size: 5rem;
    }

    .entry-content figure.wp-block-pullquote {
        max-width: 100%;
    }

    .entry-content figure.wp-block-embed.is-type-video,
    .col-md-8 .entry-content figure.wp-block-embed.is-type-video{
        width: 100%;
    }

    .entry-content .wp-block-file a {
        display: inline-block;
        width: 100%;
        font-size: 1.6rem;
        text-align: left;
        font-weight: 400;
    }
    .entry-content .wp-block-file a:first-child:after {
        font-size: 1.6rem;
    }
    .wp-block-audio {
        width: 100%;
    }
    .entry-content .gform_wrapper {
        padding: 30px 0;
    }
    .entry-content .gform_wrapper.gravity-theme .gfield input.medium, .entry-content .gform_wrapper.gravity-theme .gfield select.medium {
        width: 100%;
    }
}
/*---- SLIDER INTERNE --------------------------*/

.wp-block-eedee-block-gutenslider .swiper {
    border: 50px solid #f2e6cd;
    border-top: none;
    border-bottom: none;
}
/*.entry-content .wp-block-gallery {
  display: flex;
  justify-content: center;
  width: 100%;
  height: calc( 100% - 6px ) !important;
  margin-bottom: 30px;
  background: #f2e6cd;
}

.entry-content .wp-block-gallery .slick-list {
  width: 86%;
}

.entry-content .wp-block-gallery .slick-slide{
  position: relative;
  padding: 0 10px;
}

.entry-content .wp-block-gallery .slick-slide.slick-current{
  transform: scale(1.1);
  z-index: 1;
}

.entry-content .wp-block-gallery .slick-slide.prevSlide,
.entry-content .wp-block-gallery .slick-slide.nextSlide{
  filter: grayscale(0.7) blur(4px);
  z-index: 0;
}


.entry-content .wp-block-gallery .wp-block-image img{
  padding-top: 6px;
}

.entry-content .wp-block-gallery.has-nested-images figure.wp-block-image figcaption{
  padding: 0 8px 5%;
}

.entry-content .wp-block-gallery .slick-prev,
.entry-content .wp-block-gallery .slick-next {
  position: absolute;
  top: calc(50% - 30px);
  width: 50px;
  height: 50px;
  margin: 0 15px;
  padding: 0;
  border: none;
  outline: none;
  z-index: 2;
}

.entry-content .wp-block-gallery .slick-prev {
  left: 0;
  background: none;
}

.entry-content .wp-block-gallery .slick-next {
  right: 0;
  background: none;
}

.entry-content .wp-block-gallery .slick-arrow i {
  font-size: 4rem;
  color: #000;
  background: none;
}

.entry-content .wp-block-gallery .slick-arrow .icon-angle-left::before,
.entry-content .wp-block-gallery .slick-arrow .icon-angle-right::before {
  display: flex;
  justify-content: center;
  width: 30px;
}

.entry-content .wp-block-gallery .slick-arrow .icon-angle-left::before {
  margin-left: 6px;
  padding-left: 0;
}

.entry-content .wp-block-gallery .slick-arrow .icon-angle-right::before {
  padding-left: 8px;
}*/

/*---- GRAVITY FORM ------------------------------------------------------------*/

.entry-content .gform_wrapper {
    margin-bottom: 50px;
    padding: 30px;
    /* border: 1px solid #f17a21; */
}
.entry-content .gform_wrapper h2.gform_title {
    padding-bottom: 10px;
    border-bottom: 2px solid #004568;
}
.entry-content .gform_wrapper input, .entry-content .gform_wrapper select {
    border: 1px solid #004568;
}
.entry-content .gform_wrapper .gsection_title {
    margin-bottom: 5px;
}
.entry-content .gform_wrapper.gravity-theme .gsection {
    border-bottom: 1px solid #004568;
}
.entry-content .gform_wrapper .gform_footer {
    display: flex;
    justify-content: flex-end;
}

.entry-content .gform_wrapper .gform_previous_button,
.entry-content .gform_wrapper .gform_next_button{
	padding: 10px 20px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 30px;
    background-color: #004568;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}

.entry-content .gform_wrapper .gform_previous_button:focus,
.entry-content .gform_wrapper .gform_previous_button:hover,
.entry-content .gform_wrapper .gform_next_button:focus,
.entry-content .gform_wrapper .gform_next_button:hover{
	color: #fff;
    background-color: #f17a21;
}


.entry-content .gform_wrapper input[type="submit"] {
    padding: 10px 20px;
    font-size: 1.8rem;
    font-weight: 700;
    color: #fff;
    border: none;
    border-radius: 30px;
    background-color: #f17a21;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
}
.entry-content .gform_wrapper input[type="submit"]:focus,
.entry-content .gform_wrapper input[type="submit"]:hover {
    color: #fff;
    background-color: #004568;
}
/*--- SONDAGES ---*/

.gform_confirmation_message .gpoll_container {
    margin-top: 30px;
}
.gpoll_field {
    max-width: 50%;
}
@media screen and (max-width:767px) {
    .gpoll_field {
        max-width: 90%;
    }
}
/* collapse shortcode */

.title-collapse {
    clear: both;
    border-bottom: 1px solid #ccc;
    padding: .25em;
}
a.btn-collapse {
    position: relative;
    display: block;
    padding-right: 2em;
    text-decoration: none;
}
a.btn-collapse:after {
    color: #ccc;
    position: absolute;
    right: 1em;
    content: '+';
    display: inline-block;
}
a.btn-collapse[aria-expanded=true]:after {
    content: '-';
}
.clear.collapse {
    margin-bottom: 1em;
}
/*------ ACCORDEONS ------------------------------------------------*/

.entry-content .c-accordion__item {
    margin: 15px 0;
    padding-bottom: 1px;
    background-color: #f2e6cd;
}
.entry-content h2.c-accordion__title {
    margin-bottom: 0;
    padding: 20px;
    padding-right: 50px;
    font-size: 2.5rem;
    border-bottom: 1px solid #707070;
}
.entry-content h2.c-accordion__title:after {
    content: "\e811";
    /*display: flex;
  justify-content: center;
  align-items: center;*/
    position: absolute;
    top: calc(50% - 15px);
    right: 20px;
    padding: 5px 7px 3px 10px;
    border-radius: 23px;
    font-size: 1.8rem;
    font-family: 'sydec-icon';
    color: #fff;
    background-color: #f17a21;
    transform: none;
    line-height: 1.2;
    transition: all 0.2s ease-in-out;
}
.entry-content .c-accordion__item.is-open h2.c-accordion__title:after {
    transform: rotate(90deg);
}
.entry-content .c-accordion__content {
    padding: 20px;
    /* background: #fff; */
}
.entry-content .c-accordion__content p {
    margin-bottom: 15px;
}
.entry-content .c-accordion__content li:before {
    background-color: #fff;
}
/*-------------# CONTENUS MEDIATHEQUE ----------------*/

.single-mediatheque .intro-media {
    margin: 30px 0;
}
.single-mediatheque .slider-photo {
    background: #f2e6cd;
}
.single-mediatheque .slider-photo .slick-list {
    border-left: 60px solid #f2e6cd;
    border-right: 60px solid #f2e6cd;
}
.single-mediatheque .slick-slide img {
    margin: 0 10px;
    padding-top: 10px;
    transition: all 1s ease-in-out;
}
.single-mediatheque .slider-photo .prevSlide, .single-mediatheque .slider-photo .nextSlide {
    filter: blur(1px) grayscale(0.8);
}
.single-mediatheque .slider-photo .slick-prev, .single-mediatheque .slider-photo .slick-next {
    position: absolute;
    top: calc(50% - 30px);
    width: 50px;
    height: 50px;
    margin: 0 15px;
    padding: 0;
    border: none;
    outline: none;
    z-index: 2;
}
.single-mediatheque .slider-photo .slick-prev {
    left: -15px;
    background: none;
}
.single-mediatheque .slider-photo .slick-next {
    right: -10px;
    background: none;
}
.single-mediatheque .slider-photo .slick-arrow i {
    font-size: 4rem;
    color: #000;
    background: none;
}
.single-mediatheque .slider-photo .slick-arrow .icon-angle-left::before, .single-mediatheque .slider-photo .slick-arrow .icon-angle-right::before {
    display: flex;
    justify-content: center;
    width: 30px;
}
.single-mediatheque .slider-photo .slick-arrow .icon-angle-left::before {
    margin-left: 6px;
    padding-left: 0;
}
.single-mediatheque .slider-photo .slick-arrow .icon-angle-right::before {
    padding-left: 8px;
}
/*-------------# CONTENUS ACTU ----------------*/

.single-post .actu-cat {
    display: inline-block;
    padding: 7px 15px;
    margin-bottom: 15px;
    font-size: 2rem;
    font-weight: 500;
    text-transform: uppercase;
    background: #f2e6cd;
}
.single-post .actu-date {
    margin: 10px 0 15px 0;
}

/*-------------# PAGES FAQ ----------------*/

.entry-content ul.questions-list {
    margin-left: 0;
}

/*-------------# PAGES COMMUNES ----------------*/

.single-communes h1:before{
    content: "L'eau de ma commune ";
}

.single-communes section.onglets-commune{
    border-bottom: 1px solid #004568;
    margin-bottom: 30px;
}

.single-communes ul.tabs-commune{
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
}

.single-communes ul.tabs-commune li{
    margin-right: 5px;
    margin-bottom: 0;
}

.single-communes ul.tabs-commune li:before{
    display: none;
}

.single-communes ul.tabs-commune li a{
    display: inline-block;
    padding: 15px 25px 10px 25px;
    font-size: 2.1rem;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    background: #004568;
    border-radius: 30px 30px 0 0;
    transition: all 0.2s ease-in-out;
}

.single-communes ul.tabs-commune li a.active,
.single-communes ul.tabs-commune li a:focus,
.single-communes ul.tabs-commune li a:hover{
    background: #f17a21;
    box-shadow: 0 3px 5px rgba(0,0,0,0.5) inset;
}

.single-communes .eau-no-sydec,
.single-communes .no-borne{
    margin: 20px 0;
    font-size: 3rem;
}

.single-communes .wp-block-button {
    margin: 20px 0;
}

.single-communes .section-commune{
    display: none;
}

.single-communes .section-commune.open{
    display: block;
}

.single-communes .section-commune p{
    margin: 20px 0;
}

.single-communes .section-commune a.btn-orange{
    display: inline-block;
    padding: 10px 25px;
    font-size: 2.1rem;
    color: #fff;
    font-weight: 400;
    text-decoration: none;
    background: #f17a21;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}

.single-communes .section-commune a.btn-orange:focus,
.single-communes .section-commune a.btn-orange:hover{
    color: #fff;
    background: #004568;
}

.single-communes .num-urgence em{
    font-style: normal;
    font-weight: 700;
    font-size: 3rem;
}

.single-communes .link-services{
	display: flex;
}

.single-communes .link-service{
	display: flex;
	margin: 10px 20px;
	padding: 10px;
	background: #f2f2f2;
	border-radius: 20px;
	transition: all 0.2s ease-in-out;
}

.single-communes .link-service:focus,
.single-communes .link-service:hover{
	box-shadow: 0 0 5px #000 inset;
}

.single-communes .link-service a{
	font-weight: 700;
	color: #f17a21;
	transition: all 0.2s ease-in-out;
}

.single-communes .link-service a:focus,
.single-communes .link-service a:hover{
	color: #004568;
}

.single-communes .link-service span{
	display: inline-block;
	margin: 0 10px;
}

.single-communes .comcom-name{
    margin-top: 20px;
    font-style: italic;
}

.single-communes .bornes-list{
    margin: 20px 0;
}

.single-communes .bornes-list li{
    padding: 15px;
}


.single-communes .bornes-list li:before{
    display: none;
}

.single-communes .bornes-list .borne-wrapper{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    padding: 15px;
    background-color: #f2e6cd;
}

/*-------------# PAGE HISTORIQUE ----------------*/

.page-id-2580 .historique-ancres{
    margin: 30px 0;
    font-size: 2.4rem;
}

.page-id-2580 .historique-img-wrapper{
    display: flex;
    flex-direction: column;
    width: 70%;
}

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

    .page-id-2580 .historique-img-wrapper {
        width: 100%;
    }

}

/*-------------# PAGE CYCLE EAU ----------------*/

.page-id-3580 .cycle-eau{
    position: relative;
    height: 800px;
}

.page-id-3580 .cycle-eau-resp {
    display: none;
}

.page-id-3580 .cycle-eau > div > a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.page-id-3580 .cycle-eau h3,
.page-id-3580 .cycle-eau-resp h3{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    font-size: 3rem;
    font-weight: 700;
    text-transform: uppercase;
}

.page-id-3580 .cycle-eau h3:before,
.page-id-3580 .cycle-eau-resp h3:before{
    margin-bottom: 10px;
    padding: 5px 12px 4px 12px;
    color: #fff;
    font-size: 2.4rem;
    border-radius: 20px;
}

.page-id-3580 .eau-cycle{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

.page-id-3580 .eau-cycle h3,
.page-id-3580 .eau-cycle-eau h3{
    color: #0b4dad;
}
.page-id-3580 .eau-cycle h3:before,
.page-id-3580 .eau-cycle-eau h3:before{
    content: "1";
    background-color: #0b4dad;
}

.page-id-3580 .assaini-cycle{
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9999;
}

.page-id-3580 .assaini-cycle h3,
.page-id-3580 .eau-cycle-assaini h3{
    color: #7c6c5c;
}
.page-id-3580 .assaini-cycle h3:before,
.page-id-3580 .eau-cycle-assaini h3:before{
    content: "2";
    background-color: #7c6c5c;
}

.page-id-3580 .valor-boues{
    position: absolute;
    bottom: 0;
    left: 30%;
    z-index: 9999;
}

.page-id-3580 .valor-boues h3,
.page-id-3580 .eau-cycle-boues h3{
    color: #547c50;
}
.page-id-3580 .valor-boues h3:before,
.page-id-3580 .eau-cycle-boues h3:before{
    content: "3";
    background-color: #547c50;
}

.page-id-3580 .cycle-eau ul,
.page-id-3580 .eau-cycle-eau ul{
    margin-left: 0;
    padding-left: 0;
}

.page-id-3580 .cycle-eau p,
.page-id-3580 .eau-cycle-eau p,
.page-id-3580 .cycle-eau ul li,
.page-id-3580 .eau-cycle-eau ul li{
    font-size: 2rem;
    font-weight: 700;
}

.page-id-3580 .eau-cycle ul li,
.page-id-3580 .eau-cycle-eau ul li{
    color: #0b4dad;
}

.page-id-3580 .eau-cycle ul li:before,
.page-id-3580 .eau-cycle-eau ul li:before{
    background: #0b4dad;
}

.page-id-3580 .assaini-cycle p,
.page-id-3580 .eau-cycle-assaini p{
    color: #7c6c5c;
}

.page-id-3580 .valor-boues p,
.page-id-3580 .eau-cycle-boues p{
    color: #547c50;
}

.page-id-3580 .camemb-eau-wrapper{
    display: flex;
    justify-content: center;
    position: absolute;
    top: 110px;
    left: 110px;
    width: 880px;
    height: 569px;
    z-index: 0;
}

.page-id-3580 .camemb-eau-wrapper img{
    position: absolute;
}

.page-id-3580 .camemb-eau-wrapper img#eau-0{
    z-index: 4;
}

.page-id-3580 .camemb-eau-wrapper img#eau-1{
    z-index: 3;
}

.page-id-3580 .camemb-eau-wrapper img#eau-2{
    z-index: 2;
}

.page-id-3580 .camemb-eau-wrapper img#eau-3{
    z-index: 1;
}

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

    .page-id-3580 .cycle-eau{
        display: none;
    }

    .page-id-3580 .cycle-eau-resp{
        display: block;
    }

}

/*-------------# PAGE FIBRE ----------------*/
.page-id-2495 .phases-fibre{
    display: flex;
    justify-content: center;
}

.page-id-2495 .phases-fibre-resp {
    display: none;
}

.page-id-2495 .phases-fibre-wrapper{
    display: flex;
    flex-direction: column;
    width: 1000px;
    margin-top: 50px;
}

.page-id-2495 .ul-phases-fibre{
    display: flex;
    margin-left: 0;
}

.page-id-2495 .ul-phases-fibre li{
    display: flex;
    align-items: flex-start;
    margin-bottom: 0;
    padding-right: 15px;
}

.page-id-2495 .ul-phases-fibre li:before{
    content: "\e803";
    display: inline-block;
    margin-left: 26px;
    margin-right: 26px;
    font-family: 'sydec-icon';
    color: #bceafd;
    font-size: 3rem;
    background: transparent;
}

.page-id-2495 .ul-phases-fibre li.li-first:before{
    display: none;
}

.page-id-2495 .ul-phases-fibre li a{
    color: #2e5c9a;
    font-size: 2.4rem;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

.page-id-2495 .ul-phases-fibre li a.active,
.page-id-2495 .ul-phases-fibre li a:focus,
.page-id-2495 .ul-phases-fibre li a:hover{
    font-size: 2.6rem;
    font-weight: 700;
    color: #f17a21;
}

.page-id-2495 .phases-fibre-images{
    position: relative;
    height: 600px;
}

.page-id-2495 .phases-fibre-images img {
    position: absolute;
}

.page-id-2495 .phases-fibre-images img{
    display: none;
}

.page-id-2495 .phases-fibre-images img#fib-1.active,
.page-id-2495 .phases-fibre-images img#fib-2.active,
.page-id-2495 .phases-fibre-images img#fib-3.active,
.page-id-2495 .phases-fibre-images img#fib-4.active{
    display: block;
}

.page-id-2495 .phases-fibre-images img#fib-1{
    z-index: 4;
}

.page-id-2495 .phases-fibre-images img#fib-2{
    z-index: 3;
}

.page-id-2495 .phases-fibre-images img#fib-3{
    z-index: 2;
}

.page-id-2495 .phases-fibre-images img#fib-4{
    z-index: 1;
}

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

    .page-id-2495 .ul-phases-fibre li a {
        font-size: 2rem;
    }

    .page-id-2495 .ul-phases-fibre li a.active,
    .page-id-2495 .ul-phases-fibre li a:focus,
    .page-id-2495 .ul-phases-fibre li a:hover {
        font-size: 2rem;
    }

    .page-id-2495 .ul-phases-fibre li:before {
        margin-left: 20px;
        margin-right: 20px;
    }

}

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

    .page-id-2495 p#noresp{
		display: none;
	}

    .page-id-2495 .phases-fibre {
        display: none;
    }
    
    .page-id-2495 .phases-fibre-resp{
        display: block;
    }

    .page-id-2495 .phases-fibre-cart{
        display: inline-block;
        margin-bottom: 30px;
    }

    .page-id-2495 .phases-fibre-cart img{
        border-radius: 20px;
    }

}
/*-------------# PAGE FAVORIS BLOC NOTES ----------------*/

.page-id-1753 .favorites-list li {
    display: flex;
    padding: 0;
    border: none;
}
.page-id-1753 .favorites-list li:before {
    margin-top: 5px;
}
.page-id-1753 .favorites-list .simplefavorite-button span {
    display: none;
}
.page-id-1753 .favorites-list .simplefavorite-button {
    padding: 0 15px;
    font-size: 1.6rem;
    font-style: italic;
}
.page-id-1753 .favorites-list .simplefavorite-button:focus,
.page-id-1753 .favorites-list .simplefavorite-button:hover {
    color: red;
    text-decoration: underline;
}
.page-id-1753 .favorites-list .simplefavorite-button:focus .icon-heart:before,
.page-id-1753 .favorites-list .simplefavorite-button:hover .icon-heart:before {
    content: "\e820";
}
.page-id-1753 .favorites-list .simplefavorite-button:after {
    content: "Supprimer";
}
.page-id-1753 button.simplefavorites-clear {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
    padding: 10px 20px 7px 20px;
    color: #fff;
    text-transform: uppercase;
    border-radius: 30px;
    background: #f17a21;
    outline: none;
    transition: all 0.2s ease-in-out;
}
.page-id-1753 button.simplefavorites-clear:focus, .page-id-1753 button.simplefavorites-clear:hover {
    background: #004568;
}
@media screen and (max-width:767px) {
    .page-id-1753 .entry-content h2 {
        margin-bottom: 30px;
    }
    .page-id-1753 .favorites-list li {
        flex-direction: column;
        justify-content: flex-start;
        margin-bottom: 20px;
    }
    .page-id-1753 .favorites-list li:before {
        display: none;
    }
    .page-id-1753 .favorites-list .simplefavorite-button {
        padding-left: 0;
    }
}
/*--------------------------------------------------------------
# BARRE DE PARTAGE
--------------------------------------------------------------*/

.partage {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    /* position: fixed;
  display: none;
  left: calc(100% - 47px);
  bottom: 50vh;
  flex-direction: column;
  transform: translate(0, 50%);
  transition: all .5s ease-in-out;
  z-index: 9999; */
}
/* .partage.open{
  display: flex;
} */

.partage ul>li {
    display: block;
    padding: 0;
    margin: 0;
}
.partage ul>li>a, .partage ul>li>button {
    display: block;
    margin: 0;
    padding: 10px 12px;
    font-size: 2rem;
    color: #000;
    transition: all 0.3s ease-in-out;
}
.partage ul.nav>li>a:hover, .partage ul.nav>li>button:hover, .partage ul.nav>li>a:focus, .partage ul.nav>li>button:focus {
    color: #f17a21;
}
.partage .simplefavorite-button.active {
    opacity: 1;
}
.partage .simplefavorite-button .icon-heart:before, .partage .simplefavorite-button .icon-heart-empty:before {
    margin-right: 3px;
    margin-left: 15px;
}
.partage .simplefavorite-button .icon-heart-empty:focus, .partage .simplefavorite-button .icon-heart-empty:hover {
    color: #f17a21;
}
.partage .simplefavorite-button .icon-heart {
    color: #f17a21;
}
.partage .rs-share {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    margin-bottom: 0;
    border-radius: 24px;
    background: #f2e6cd;
    transition: all 0.2s ease-out;
}
#content .partage .rs-share:focus, #content .partage .rs-share:hover {
    background: #f17a21;
}
.partage .rs-share.open li>button:hover, .partage .rs-share.open li>button:focus {
    color: #fff;
}
#content .partage .rs-share.open li>a:focus:before, #content .partage .rs-share.open li>a:active:before, #content .partage .rs-share.open li>a:hover:before, #content .partage .rs-share li>button i:focus:before, #content .partage .rs-share li>button i:active:before, #content .partage .rs-share li>button i:hover:before {
    color: #fff;
}
.partage .rs-share .facebook-share, .partage .rs-share .twitter-share {
    display: none;
}
.partage .rs-share.open {
    background-color: #f17a21;
}
.partage .rs-share.open .facebook-share, .partage .rs-share.open .twitter-share {
    display: inline-block;
}
/*--- BOUTON PARTAGE ------------*/

article .share-button a:before {
    content: "\f1e0";
    padding: 8px 4px;
    font-family: "sydec-icon";
    font-size: 2rem;
    color: #000;
}
article .share-button a:focus, article .share-button a:hover {
    color: #fff;
    text-decoration: none;
}
@media screen and (max-width:767px) {
    .partage {
        position: fixed;
        display: flex;
        left: 0;
        right: 0;
        bottom: 0;
        transition: all .5s ease-in-out;
        z-index: 9;
        transform: none;
    }
    .partage.show {
        bottom: 0;
    }
    .partage .rs-share {
        display: inline-block;
        width: 45px;
    }
    .partage ul {
        width: 100%;
        background: #f2e6cd;
    }
    .partage ul>li>a, .partage ul>li>button {
        padding: 10px 8px;
        background-color: #f2e6cd;
    }
    .partage ul>li>a:focus .sr-only, .partage ul>li>button:focus .sr-only {
        top: -25px;
        right: 0;
        left: 0;
    }
    .partage .simplefavorite-button {
        background: #f2e6cd;
    }
    .partage .share-button-link {
        font-size: 2.1rem;
    }
}
/*--------------------------------------------------------------
# SIDEBAR
--------------------------------------------------------------*/

aside#secondary{
    margin-top: 110px;
}

h3.zc-title {
    margin: 30px 0;
    padding: 10px 15px 8px 15px;
    font-size: 2.2rem;
    text-transform: uppercase;
    background: #f2e6cd;
}
h3.zc-title:first-of-type {
    margin-top: 0;
}

.single-agenda .carte-agenda-wrapper{
    position: relative;
}

.single-agenda #map{
    width: 100%;
    max-width: 100%;
    /* height: 450px; */
    background: #f2e6cd;
}

.zc-actu-wrapper {
    display: flex;
    align-items: center;
}
.zc-actu-wrapper .actu-img {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 0 auto;
    overflow: hidden;
}
.zc-actu-wrapper .actu-img img {
    width: 150px;
    height: 300px;
    object-fit: cover;
}
.zc-actu-wrapper .actu-txt {
    padding-right: 0;
    padding-left: 30px;
}
.zc-actu-wrapper .actu-title {
    margin-bottom: 30px;
    font-size: 2.2rem;
    font-weight: 700;
}
.zc-actu-wrapper .post-link {
    display: inline-block;
    margin-top: 30px;
    font-style: italic;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}
.zc-actu-wrapper a.post-link:focus,
.zc-actu-wrapper a.post-link:hover {
    color: #f17a21;
}
.infos-plus-wrapper a {
    color: #f17a21;
    text-decoration: underline;
    transition: all 0.2s ease-in-out;
}
.infos-plus-wrapper a:focus, .infos-plus-wrapper a:hover {
    color: #004568;
}
.sidebar-right ul.publi-list {
    padding-left: 0;
}
.sidebar-right ul.publi-list li {
    margin-bottom: 30px;
    list-style-type: none;
}

.sidebar-right ul.publi-list li img{
    max-width: 200px;
}

.sidebar-right ul.publi-list li .publi-links {
    display: flex;
    margin: 10px;
}
.sidebar-right ul.publi-list li .publi-links a {
    display: inline-block;
    padding-right: 5px;
    transition: all 0.2s ease-in-out;
}
.sidebar-right ul.publi-list li .publi-links a:focus,
.sidebar-right ul.publi-list li .publi-links a:hover {
    color: #f17a21;
}

.sidebar-right ul.publi-list li .publi-infos{
    margin-left: 10px;
}

.sidebar-right ul.publi-list li .publi-infos a {
    text-decoration: underline;
    color: #f17a21;
    transition: all 0.2s ease-in-out;
}
.sidebar-right ul.publi-list li .publi-infos a:focus,
.sidebar-right ul.publi-list li .publi-infos a:hover {
    color: #004568;
}
article.zc-contact-wrapper {
    margin-bottom: 40px;
}
.zc-contact-wrapper h4 {
    font-size: 2rem;
    font-weight: 700;
}

.zc-contact-wrapper a {
    transition: all 0.2s ease-in-out;
}

.zc-contact-wrapper a:focus,
.zc-contact-wrapper a:hover {
    color: #f17a21;
    text-decoration: none;
}

.zc-contact-wrapper ul.contact-services{
    margin-bottom: 0;
    padding-left: 0;
}

.zc-contact-wrapper ul.contact-services li{
    list-style-type: none;
}

.zc-contact-wrapper .prenom-nom{
    margin: 5px 0;
    font-style: italic;
}

.zc-contact-wrapper .contact-adresse-label{
    margin-top: 15px;
    font-weight: 700;
}

.zc-contact-wrapper .contact-horaires{
    margin-top: 15px;
}

@media screen and (max-width: 1199px) {
    .zc-actu-wrapper {
        flex-direction: column;
    }
    .zc-actu-wrapper .actu-img {
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    
    aside#secondary{
    	margin-top: 40px;
    }

    .zc-actu-wrapper .actu-img img {
        width: 100%;
    }
}
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

.site-content .entry-summary {
    margin: 1.5em 0 0;
}
.page-links {
    clear: both;
    margin: 0 0 1.5em;
}
.post.hentry {
    margin-bottom: 4rem;
}
.entry-title>a {
    color: inherit;
}
/*--------------------------------------------------------------
# TABLES
--------------------------------------------------------------*/

.entry-content .wp-block-table tr:first-of-type {
    border-bottom: 3px solid #000;
}
.entry-content .wp-block-table tr:first-of-type td {
    font-weight: 700;
    text-align: center;
}
.entry-content .wp-block-table tr:nth-child(even) {
    background: #f2f2f2;
}
.entry-content .wp-block-table tr:nth-child(odd) {
    background: #fff;
}
.entry-content .wp-block-table td {
    padding: 7px;
    font-size: 1.6rem;
}
/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/

/* Make sure embeds and iframes fit their containers. */

embed, iframe, object {
    max-width: 100%;
}
/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/

.gallery-item {
    display: inline-block;
    text-align: left;
    vertical-align: top;
    margin: 0 0 1.5em;
    padding: 0 1em 0 0;
    width: 50%;
}
.gallery-columns-1 .gallery-item {
    width: 100%;
}
.gallery-columns-2 .gallery-item {
    max-width: 50%;
}
.gallery-item a, .gallery-item a:hover, .gallery-item a:focus {
    box-shadow: none;
    background: none;
    display: inline-block;
    max-width: 100%;
}
.gallery-item a img {
    display: block;
    transition: filter 0.2s ease-in;
    backface-visibility: hidden;
}
.gallery-item a:hover img, .gallery-item a:focus img {
    filter: opacity(60%);
}
.gallery-caption {
    display: block;
    text-align: left;
    padding: 0 10px 0 0;
    margin-bottom: 0;
}
@media screen and (min-width: 480px) {
    .gallery-item {
        max-width: 25%;
    }
    .gallery-columns-1 .gallery-item {
        max-width: 100%;
    }
    .gallery-columns-2 .gallery-item {
        max-width: 50%;
    }
    .gallery-columns-3 .gallery-item {
        max-width: 33.33%;
    }
    .gallery-columns-4 .gallery-item {
        max-width: 25%;
    }
}
@media screen and (min-width: 768px) {
    .gallery-columns-5 .gallery-item {
        max-width: 20%;
    }
    .gallery-columns-6 .gallery-item {
        max-width: 16.66%;
    }
    .gallery-columns-7 .gallery-item {
        max-width: 14.28%;
    }
    .gallery-columns-8 .gallery-item {
        max-width: 12.5%;
    }
    .gallery-columns-9 .gallery-item {
        max-width: 11.11%;
    }
}
/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/

.posts-navigation, .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}
.posts-navigation .nav-previous, .post-navigation .nav-previous {
    float: left;
    width: 50%;
}
.posts-navigation .nav-next, .post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}
.navigation.post-navigation {
    padding-top: 1.875rem;
}
.post-navigation .nav-previous a, .post-navigation .nav-next a {
    border: 1px solid #ddd;
    border-radius: 0.938rem;
    display: inline-block;
    padding: 0.313rem 0.875rem;
    text-decoration: none;
}
.post-navigation .nav-next a::after {
    content: " \2192";
}
.post-navigation .nav-previous a::before {
    content: "\2190 ";
}
.post-navigation .nav-previous a:hover, .post-navigation .nav-next a:hover {
    background: #eee none repeat scroll 0 0;
}
/*--------------------------------------------------------------
# TROMBINOSCOPES
--------------------------------------------------------------*/

.page-template-template-trombinoscope .content-trombinoscope {
    padding-top: 0;
}
.page-template-template-trombinoscope ul.elu-section-tabs {
    display: flex;
    justify-content: center;
    padding-left: 0;
}
.page-template-template-trombinoscope ul.elu-section-tabs li {
    margin: 20px;
    border-bottom: 3px solid #f17a21;
}
.page-template-template-trombinoscope ul.elu-section-tabs li:focus, .page-template-template-trombinoscope ul.elu-section-tabs li:hover {
    border-bottom: 3px solid #004568;
}
.page-template-template-trombinoscope ul.elu-section-tabs li:before {
    display: none;
}
.page-template-template-trombinoscope ul.elu-section-tabs li a {
    display: inline-block;
    padding: 20px;
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    font-weight: 700;
    transition: all 0.2s ease-in-out;
}
.page-template-template-trombinoscope h2.section-trombi {
    text-transform: uppercase;
}
.page-template-template-trombinoscope .elu-wrapper {
    margin-bottom: 30px;
}

.page-template-template-trombinoscope .elu-photo{
    width: 250px;
    height: 375px;
}

.page-template-template-trombinoscope .elu-photo img {
    border-bottom: 5px solid #f17a21;
    transition: all 0.2s ease-in-out;
}
.page-template-template-trombinoscope .elu-wrapper:focus .elu-photo img,
.page-template-template-trombinoscope .elu-wrapper:hover .elu-photo img {
    border-bottom: 5px solid #004568;
}
.page-template-template-trombinoscope .elu-infos {
    max-width: 250px;
    padding: 10px;
    padding-top: 20px;
    transition: all 0.2s ease-in-out;
}
.page-template-template-trombinoscope .elu-wrapper:focus .elu-infos,
.page-template-template-trombinoscope .elu-wrapper:hover .elu-infos {
    background: #f2f2f2;
}
.page-template-template-trombinoscope .elu-titre {
    margin-bottom: 5px;
    font-size: 2rem;
    font-weight: 700;
}
.page-template-template-trombinoscope .elu-nom {
    text-transform: uppercase;
}
.page-template-template-trombinoscope .elu-mandat, .page-template-template-trombinoscope .elu-fonction {
    margin-bottom: 5px;
}
.page-template-template-trombinoscope .elu-mail {
    text-align: right;
}
/*--------------------------------------------------------------
# ESPACE COLLECTIVITES / ESPACE CANDIDATURES(COMP)
--------------------------------------------------------------*/

.page-id-688 .page-chapo p{
    padding-left: 7%;
}

.page-id-688 .container-fluid .row .col-12 {
    padding: 0;
}

.page-id-688 .container-fluid .row .fil-ariane.col-12 {
    padding-left: 7%;
}

.page-id-688 .entry-content {
    padding: 0;
}
.page-id-688 .home-section h2, .page-id-688 .espace-section h2 {
    padding-left: 7%;
    font-size: 6rem;
}
.page-id-688 .espace-agenda h2 {
    margin-bottom: 30px;
}
.page-id-688 #actu-slider {
    margin-left: 7%;
}
.page-id-688 #actu-slider .slick-arrow {
    position: absolute;
    top: -90px;
    right: 0;
    font-family: 'sydec-icon';
    font-size: 3rem;
    color: #000;
    border: none;
    background: none;
    outline: none;
}
.page-id-688 #actu-slider .slick-prev {
    right: 140px;
}
.page-id-688 .actu-wrapper {
    display: flex !important;
    position: relative;
    padding-right: 15px;
}
.page-id-688 .actu-wrapper a {
    color: #000;
}
.page-id-688 .actu-wrapper .actu-thumbnail {
    overflow: hidden;
}
.page-id-688 .actu-wrapper img {
    position: relative;
    height: 327px;
    object-fit: cover;
    transition: all 1s ease-in-out;
    z-index: 1;
}
.page-id-688 .actu-wrapper a:focus img,
.page-id-688 .actu-wrapper a:hover img {
    transform: scale(1.1);
}
.page-id-688 .actu-wrapper .taxo-actu {
    position: absolute;
    top: 0;
    left: 0;
    max-width: calc(100% - 15px);
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 2.4rem;
    border-radius: 0 0 20px 0;
    background-color: #f2e6cd;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}
.page-id-688 .actu-wrapper a:focus .taxo-actu,
.page-id-688 .actu-wrapper a:hover .taxo-actu {
    color: #fff;
    background-color: #f17a21;
}
.page-id-688 .actu-wrapper .actu-infos {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: calc(100% - 15px);
    margin-bottom: 0;
    padding: 15px;
    background: rgba( 0, 0, 0, .5);
    z-index: 3;
}
.page-id-688 .actu-wrapper .agenda-dates {
    min-width: 150px;
    display: flex;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}
.page-id-688 .actu-wrapper h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}
/* .page-id-688 .actu-wrapper a:focus h3,
.page-id-688 .actu-wrapper a:hover h3 {
    text-decoration: underline;
} */
.page-id-688 .actu-wrapper h3:after {
    content: ">";
    display: inline-block;
    margin-left: 15px;
}
.page-id-688 .paging-info {
    display: none;
}
.page-id-688 .link-button-orange {
    justify-content: center;
    margin-top: 50px;
}
.page-id-688 .link-button-orange a {
    color: #fff;
    text-decoration: none;
}
.page-id-688 .link-button-orange a:focus,
.page-id-688 .link-button-orange a:hover {
    color: #fff;
}
.page-id-688 .espace-actes {
    margin: 100px 0;
    background: url('/wp-content/uploads/2023/01/ordis-h800.jpg') right center no-repeat;
}
.page-id-688 .espace-actes .blue-wrapper,
.page-id-688 .espace-pub .beige-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 50%;
    padding: 50px 10% 50px 7%;
    border-radius: 0 50px 50px 0;
    background: #c9e9fc;
}
.page-id-688 .espace-actes .blue-wrapper h2 {
    padding-left: 0;
}
.page-id-688 .espace-actes p {
    font-size: 2.6rem;
}
/* .page-id-688 .espace-comp{
  margin-left: 7%;
} */

.espace-comp h2{
    margin-bottom: 50px;
    padding-left: 7%;
}
.espace-comp .comp-wrapper{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background: url('/wp-content/themes/comsix-bootstrap/images/carre-beige.jpg') center repeat-y;
}
.espace-comp article{
    position: relative;
    display: flex;
    justify-content: center;
    width: 50%;
}
.espace-comp article:nth-child(odd):after{
    content: "";
    position: absolute;
    top: 10px;
    right: -24px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #f17a21;
}
.espace-comp article:nth-child(even):before{
    content: "";
    position: absolute;
    top: 10px;
    left: -24px;
    width: 48px;
    height: 48px;
    border-radius: 24px;
    background: #f17a21;
}
.espace-comp article:focus:before,
.espace-comp article:hover:before,
.espace-comp article:focus:after,
.espace-comp article:hover:after {
    background: #f2e6cd;
}
.espace-comp article .article-infos {
    max-width: 500px;
}
.espace-comp h3 {
    position: relative;
    padding: 12px 20px 10px 20px;
    margin-bottom: 0;
    text-transform: uppercase;
    color: #fff;
    font-weight: 400;
    border-radius: 50px 0 0 0;
    background: #f17a21;
}
.espace-comp article:nth-child(even) {
    margin-top: 100px;
}
.espace-comp article:nth-child(odd) h3 {
    text-align: right;
}
.espace-comp article:nth-child(even) h3 {
    border-radius: 0 50px 0 0;
}
.espace-comp article:nth-child(odd) h3:after,
.espace-comp article:nth-child(even) h3:before {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    border-style: solid;
}
.espace-comp article:nth-child(odd) h3:after {
    right: -23px;
    border-width: 23px 0 23px 23px;
    border-color: transparent transparent transparent #f17a21;
}
.espace-comp article:nth-child(even) h3:before {
    left: -23px;
    border-width: 23px 23px 23px 0;
    border-color: transparent #f17a21 transparent transparent;
}
/* .page-id-688 .espace-comp article h3{
  transition: all 0.2s ease-in-out;
} */

.espace-comp article:focus h3,
.espace-comp article:hover h3 {
    color: #000;
    background: #f2e6cd;
}
.espace-comp article:focus h3:before,
.espace-comp article:hover h3:before {
    border-color: transparent #f2e6cd transparent transparent;
}
.espace-comp article:focus h3:after,
.espace-comp article:hover h3:after {
    border-color: transparent transparent transparent #f2e6cd;
}

.espace-comp article .article-infos .comp-thumb-wrapper{
    border-radius: 0 0 80px 80px;
    overflow: hidden;
}

.espace-comp article .article-infos img{
    display: inline-block;
    transition: all 1s ease-in-out;
}

.espace-comp article:focus img,
.espace-comp article:hover img{
    transform: scale(1.1);
}

.espace-comp article .comp-excerpt {
    margin: 30px 0;
    font-size: 2.4rem;
}
.espace-comp article .more-link{
    margin: 15px 0;
}

.espace-comp article .more-link:before{
    content: "\e818";
    padding: 10px 12px;
    font-family: 'sydec-icon';
    color: #fff;
    font-size: 3rem;
    text-decoration: none;
    background-color: #f17a21;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}
.espace-comp article:focus .more-link:before,
.espace-comp article:hover .more-link:before {
    color: #000;
    background-color: #f2e6cd;
    font-style: normal;
}
.espace-comp article .post-link {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.page-id-688 .espace-pub {
    margin: 100px 0;
    background: url('/wp-content/uploads/2023/01/signature-h800.jpg') right center no-repeat;
}
.page-id-688 .espace-pub .beige-wrapper {
    background: #f2e6cd;
}
.page-id-688 .espace-pub .beige-wrapper h2 {
    margin: 30px 0;
    padding-left: 0;
}

.page-id-688 .espace-pub p {
    font-size: 2.6rem;
}

.page-id-688 .carte-3-zones {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-id-688 .videos {
    margin-bottom: 100px;
}
.page-id-688 .videos ul#videos-slider li:before {
    display: none;
}
@media screen and (max-width: 1439px) {
    .espace-comp article {
        width: 40%;
        margin: 20px 5%;
    }
    .espace-comp article:before,
    .espace-comp article:after {
        display: none;
    }
}
@media screen and (max-width: 1199px) {
    .page-id-688 .espace-actes .blue-wrapper h2 {
        font-size: 4rem;
    }
    .page-id-688 .espace-actes p {
        font-size: 2rem;
    }
}
@media screen and (max-width: 991px) {
    .page-id-688 .actu-wrapper .taxo-actu {
        font-size: 2rem;
    }
    .page-id-688 .actu-wrapper .actu-infos {
        flex-direction: column;
        align-items: flex-start;
    }
    .page-id-688 .actu-wrapper .agenda-dates {
        justify-content: flex-start;
        margin-bottom: 10px;
    }
    .page-id-688 .actu-wrapper .agenda-dates br {
        content: "";
    }
    .page-id-688 .actu-wrapper .agenda-dates br:after {
        content: " ";
        display: inline-block;
        margin-left: 5px;
    }
}
@media screen and (max-width: 767px) {
    .page-id-688 .espace-actes,
    .page-id-688 .espace-pub {
        background: none;
    }
    .page-id-688 .espace-actes .blue-wrapper,
    .page-id-688 .espace-pub .beige-wrapper {
        width: 100%;
    }
    .espace-comp .comp-wrapper {
        background: none;
    }
    .espace-comp article h3:before,
    .espace-comp article h3:after {
        display: none;
    }
    .espace-comp article .comp-excerpt {
        font-size: 2rem;
    }
    .espace-comp article .more-link {
        font-size: 2rem;
    }
}
@media screen and (max-width: 575px) {
    .espace-comp .comp-wrapper article {
        width: 100%;
        margin-top: 20px;
    }
}
/* --------------------- ESPACE CANDIDATURES(RESTE) ------------------------------------*/

.page-id-1741 .container-fluid .row .col-12 {
    padding: 0;
}

.page-id-1741 .container-fluid .row .fil-ariane.col-12 {
    padding-left: 7%;
}

.page-id-1741 .entry-content {
    padding: 0;
}
.page-id-1741 .home-section h2,
.page-id-1741 .espace-section h2 {
    padding-left: 7%;
    font-size: 6rem;
}
.page-id-1741 #actu-slider {
    margin-left: 7%;
}
.page-id-1741 #actu-slider .slick-arrow {
    position: absolute;
    top: -90px;
    right: 0;
    font-family: 'sydec-icon';
    font-size: 3rem;
    color: #000;
    border: none;
    background: none;
    outline: none;
}
.page-id-1741 #actu-slider .slick-prev {
    right: 140px;
}
.page-id-1741 .actu-wrapper {
    display: flex !important;
    position: relative;
    padding-right: 15px;
}
.page-id-1741 .actu-wrapper a {
    color: #000;
}
.page-id-1741 .actu-wrapper .actu-thumbnail {
    overflow: hidden;
}
.page-id-1741 .actu-wrapper img {
    position: relative;
    height: 327px;
    object-fit: cover;
    transition: all 1s ease-in-out;
    z-index: 1;
}
.page-id-1741 .actu-wrapper a:focus img,
.page-id-1741 .actu-wrapper a:hover img {
    transform: scale(1.1);
}
/*.page-id-1741 .actu-wrapper .taxo-actu{
  position: absolute;
  top: 0;
  left: 0;
  max-width: calc(100% - 15px);
  padding: 5px 15px;
  text-transform: uppercase;
  font-size: 2.4rem;
  border-radius: 0 0 20px 0;
  background-color: #f2e6cd;
  transition: all 0.2s ease-in-out;
  z-index: 2;
}

.page-id-688 .actu-wrapper a:focus .taxo-actu,
.page-id-688 .actu-wrapper a:hover .taxo-actu{
  color: #fff;
  background-color: #f17a21;
}*/

.page-id-1741 .actu-wrapper .actu-infos {
    display: flex;
    align-items: center;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    max-width: calc(100% - 15px);
    margin-bottom: 0;
    padding: 15px;
    background: rgba( 0, 0, 0, .5);
    z-index: 3;
}
/*.page-id-688 .actu-wrapper .agenda-dates {
  min-width: 150px;
  display: flex;
  justify-content: center;
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  line-height: 1.1;
}*/

.page-id-1741 .actu-wrapper h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}
/* .page-id-1741 .actu-wrapper a:focus h3,
.page-id-1741 .actu-wrapper a:hover h3 {
    text-decoration: underline;
} */
.page-id-1741 .actu-wrapper h3:after {
    content: ">";
    display: inline-block;
    margin-left: 15px;
}
.page-id-1741 .paging-info {
    display: none;
}
.page-id-1741 .link-button-orange {
    justify-content: center;
}
.page-id-1741 .espace-offres .link-button-orange {
    margin-top: 50px;
}

.page-id-1741 .link-button-orange a {
    color: #fff;
    text-decoration: none;
}
.page-id-1741 .link-button-orange a:focus,
.page-id-1741 .link-button-orange a:hover {
    color: #fff;
}

/* ---------------------  CARTE INTERACTIVE ------------------------------------*/

.page-id-1885 .page-header{
	margin-left: 7%;
}

.page-id-1885 .page-header h2{
	font-size: 5rem;
}

.page-id-1885 .page-header .page-chapo{
	margin-top: 0;
}

/*.page-id-1885 .row .col-12{
	padding: 0;
}*/

.page-id-1885 .entry-content{
	padding-right: 0;
}

.page-id-1885 .entry-content > p{
    margin-left: 7%;
}

.page-id-1885 .search-commune-wrapper {
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 30px 0 80px 0;
}

.page-id-1885 .search-commune-form-wrapper {
    display: flex;
    align-items: center;
    padding: 0px 30px;
    background-color: #bceafd;
    border-radius: 80px;
}

.page-id-1885 .search-commune-wrapper h2{
    margin-top: 23px;
    margin-right: 30px;
    font-size: 2.4rem;
    font-weight: 900;
}

.page-id-1885 form.search-communes{
    display: flex;
    align-items: center;
    padding: 8px 15px 10px 15px;
    background-color: #fff;
    border-radius: 30px;
}

.page-id-1885 #select-commune{
    min-width: 300px;
    height: 36px;
}

.page-id-1885 .chosen-single{
    background: #fff;
    border: none;
    box-shadow: none;
}

.page-id-1885 .chosen-container-single .chosen-single div b{
    display: none;
}

.page-id-1885 .search-communes ul.chosen-results li:before{
    display: none;
}

.page-id-1885 .search-commune-wrapper #submit-commune:before{
    content: "\e80a";
    font-family: 'sydec-icon';
    font-size: 3rem;
    color: #bceafd;
}

.page-id-1885 #carte-section .row{
	background-image: repeating-linear-gradient(
    -60deg,
    transparent,
    transparent 10px,
    #eef9ff 10px,
    #eef9ff 20px
  );
}

.page-id-1885 .communes-list-bloc{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.page-id-1885 .communes-list-wrapper{
	max-width: 360px;
	max-height: 600px;
    padding: 30px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 5px 5px #f2f2f2;
    overflow-y: auto;
}

.page-id-1885 .communes-list-wrapper h2{
	margin-top: 0;
	color: #f17a21;
	text-transform: uppercase;
}

.page-id-1885 #carte-section ul.communes-list{
	margin: 0;
}

.page-id-1885 #carte-section .communes-list li:before{
	display: none;
}

.page-id-1885 #carte-section .communes-list li a{
    position: relative;
    text-decoration: none;
    color: #000;
    transition: all 0.2s ease-in-out;
}

.page-id-1885 #carte-section .communes-list li a:focus,
.page-id-1885 #carte-section .communes-list li a:hover{
	color: #f17a21;
}

.page-id-1885 #carte-section .communes-list li a.com-selected{
    color: #f17a21;
}

.page-id-1885 #carte-section .communes-list li a.com-selected:before{
	content: ">";
	position: absolute;
	top: -5px;
	left: -30px;
	padding: 0px 7px;
	color: #fff;
	background: #f17a21;
	border-radius: 12px;
	transition: all 0.2s ease-in-out;
}

.page-id-1885 #carte-section .communes-list li a.com-selected:after{
	content: "Voir la fiche";
	margin-left: 10px;
	padding: 3px 10px;
	color: #fff;
	background: #f17a21;
	border-radius: 10px;
	transition: all 0.2s ease-in-out;
}

.page-id-1885 #carte-section .communes-list li a.com-selected:focus,
.page-id-1885 #carte-section .communes-list li a.com-selected:hover{
	color: #004568;
}

.page-id-1885 #carte-section .communes-list li a.com-selected:focus:before,
.page-id-1885 #carte-section .communes-list li a.com-selected:hover:before{
	background: #004568;
}

.page-id-1885 #carte-section .communes-list li a.com-selected:focus:after,
.page-id-1885 #carte-section .communes-list li a.com-selected:hover:after{
	background: #004568;
}

.page-id-1885 .carte-svg{
	display: flex;
	justify-content: center;
}

.page-id-1885 .carte-svg svg{
	max-width: 900px;
}

.page-id-1885 #carte-section .text-svg{
    display: none;
}

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

	.page-id-1885 .communes-list-bloc{
		justify-content: center;
	}

	.page-id-1885 .communes-list-wrapper{
		max-width: 100%;
		margin-top: 30px;
	}
}

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

	.page-id-1885 .search-commune-form-wrapper {
  		flex-direction: column;
  		padding-bottom: 40px;
  	}

}

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

	.page-id-1885 .search-commune-form-wrapper{
		padding: 10px;
		border-radius: 0;
	}

	.page-id-1885 #select_commune_chosen{
		width: 258px !important;
	}

}

/*--- FORM CONSO FACTURE ----*/

#gform_15 ul.chosen-results li:before{
    display: none;
}

/* ---------------------  ARCHIVES MOTEURS ------------------------------------*/

/*--- FORM ARCHIVES ----*/

.archive-search-wrapper {
    display: flex;
    align-items: center;
    position: absolute;
    bottom: 0;
    max-width: 90%;
    min-height: 230px;
    padding: 30px 150px 30px 50px;
    color: #000;
    border-radius: 0 150px 150px 0;
    background: #f2e6cd;
    z-index: 3;
}
.archive-search-wrapper h2 {
    font-size: 5rem;
    font-weight: 900;
    max-width: 350px;
}
.archive-search-wrapper .sf-search-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}
.archive-search-wrapper .archive-link-form {
    position: absolute;
    left: 50px;
    bottom: 0;
}
.archive-search-wrapper .archive-link-form label:focus,
.archive-search-wrapper .archive-link-form label:hover {
    cursor: pointer;
}
.archive-search-wrapper form ul {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    height: 100%;
    padding-left: 0;
    padding-right: 50px;
}
.archive-search-wrapper form>ul>li {
    flex-grow: 1;
    width: 33%;
    margin-bottom: 20px;
    padding-left: 50px;
}
.archive-search-wrapper form ul li h4 {
    margin-bottom: 0;
    padding-bottom: 5px;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}
.archive-search-wrapper form ul li input,
.archive-search-wrapper form ul li select {
    width: 200px;
    border: none;
    border-bottom: 1px solid #000;
    background-color: transparent;
    outline: none;
}
.archive-search-wrapper .searchandfilter select.sf-input-select {
    padding-bottom: 7px;
    max-width: 300px;
}
.archive-search-wrapper .sf-field-taxonomy-archive {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.archive-search-wrapper .searchandfilter li.sf-field-submit {
    position: absolute;
    bottom: 0;
    right: 100px;
    display: flex;
    flex-grow: 0;
    align-items: center;
    width: auto;
    transition: all 0.2s ease-in-out;
}
.archive-search-wrapper .sf-search-wrapper .searchandfilter li.sf-field-submit {
    bottom: -30px;
    right: 0;
}
.archive-search-wrapper .searchandfilter li.sf-field-submit input {
    padding: 11px 20px 8px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.3;
    color: #fff;
    text-transform: uppercase;
    border: 1px solid #f17a21;
    border-radius: 30px;
    background: #f17a21;
    transition: all 0.2s ease-in-out;
}
.archive-search-wrapper .searchandfilter li.sf-field-submit input:focus, .archive-search-wrapper .searchandfilter li.sf-field-submit input:hover {
    color: #f17a21;
    background: #fff;
    cursor: pointer;
}
.archive-search-wrapper .sf-field-taxonomy-choix_archive {
    display: none;
}
.searchandfilter-date-picker .ui-datepicker table, .searchandfilter-date-picker .ui-datepicker table tbody {
    background-color: #fff;
    opacity: 1;
}
.ll-skin-melon .ui-datepicker th {
    color: #000;
}
/*.archive-search-wrapper .searchandfilter li.sf-field-submit:after {
  content: "\f0da";
  display: inline-block;
  font-family: 'sydec-icon';
  font-weight: 700;
  margin-left: 20px;
  padding: 0 10px;
  padding-left: 12px;
  color: #f17a21;
  border-radius: 22px;
  background: #fff;
  transition: all 0.2s ease-in-out;
}

.archive-search-wrapper .searchandfilter li.sf-field-submit:focus:after,
.archive-search-wrapper .searchandfilter li.sf-field-submit:hover:after {
  margin-left: 25px;
}*/

/*--- AUTOCOMPLETION ---*/

.archive .chosen-container-single .chosen-single{
    border: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.archive .chosen-container-single b{
    filter: brightness(0);
}

.archive .chosen-container-single .chosen-drop{
    border: none;
    border-radius: 0;
    background-color: #f2e6cd;
}

.archive .chosen-container-single .chosen-drop .highlighted{
    background: #f17a21;
}

@media screen and (max-width: 1200px) {
    .archive-search-wrapper {
        flex-direction: column;
        padding-bottom: 70px;
    }
    .archive-search-wrapper h2 {
        font-size: 4rem;
    }
}
@media screen and (max-width: 991px) {
    .archive-search-wrapper {
        bottom: -260px;
        padding: 30px 30px 30px 50px;
    }
    
    .archive-search-wrapper form{
        padding-bottom: 50px;
    }

    .archive-search-wrapper form ul {
        flex-direction: column;
        align-items: flex-start;
    }
    .archive-search-wrapper form ul li {
        padding-left: 0;
    }
    .archive-search-wrapper form ul li h4 {
        width: 300px;
    }

}
@media screen and (max-width: 575px) {
    .archive-search-wrapper {
        width: 100%;
        padding-left: 30px;
    }
    .archive-search-wrapper form ul {
        padding-right: 0;
    }
}
/*--- ARCHIVES RESULTATS ----*/

.archive #content .container {
    padding-top: 150px;
}
.archive .page-chapo {
    margin-top: 0;
    margin-bottom: 30px;
    padding-left: 15px;
}
.archive-results {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.archive .actu-wrapper {
    margin-bottom: 30px;
    min-width: 450px;
}
.archive .actu-wrapper a {
    color: #000;
}
.archive .actu-wrapper .actu-thumbnail {
    /* max-width: 450px; */
    overflow: hidden;
}
.archive .actu-wrapper img {
    position: relative;
    /* height: 327px; */
    object-fit: cover;
    transition: all 1s ease-in-out;
    z-index: 1;
}
.archive .actu-wrapper a:focus img, .archive .actu-wrapper a:hover img {
    transform: scale(1.1);
}
.archive .actu-wrapper .taxo-actu {
    position: absolute;
    top: 0;
    left: 15px;
    max-width: calc(100% - 30px);
    padding: 5px 15px;
    text-transform: uppercase;
    font-size: 2.4rem;
    border-radius: 0 0 20px 0;
    background-color: #f2e6cd;
    transition: all 0.2s ease-in-out;
    z-index: 2;
}
.archive .actu-wrapper a:focus .taxo-actu, .archive .actu-wrapper a:hover .taxo-actu {
    color: #fff;
    background-color: #f17a21;
}
.archive .actu-wrapper .actu-archivee {
    position: absolute;
    top: 50px;
    left: 15px;
    padding: 5px 15px;
    font-size: 2.4rem;
    color: #fff;
    text-transform: uppercase;
    background-color: #004568;
    z-index: 2;
}
.archive .actu-wrapper .actu-infos {
    display: flex;
    align-items: center;
    position: absolute;
    left: 15px;
    right: 15px;
    bottom: 0;
    /* width: 100%; */
    max-width: calc(100% - 30px);
    margin-bottom: 0;
    padding: 15px;
    background: rgba(0, 0, 0, .5);
    z-index: 3;
}
.archive .actu-wrapper .agenda-dates {
    min-width: 150px;
    display: flex;
    justify-content: center;
    font-size: 2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.1;
}
.archive .actu-wrapper h3 {
    margin: 0;
    font-size: 2rem;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
}
/* .archive .actu-wrapper a:focus h3, .archive .actu-wrapper a:hover h3 {
    text-decoration: underline;
} */
.archive .actu-wrapper h3:after {
    content: ">";
    display: inline-block;
    margin-left: 15px;
}
@media screen and (max-width: 991px) {
    .archive #content .container {
        padding-top: 450px;
    }
    .archive .actu-wrapper .actu-infos {
        max-width: 450px;
    }

}
/*--- ARCHIVE ACTUS ----*/

.archive-search-wrapper form ul li.sf-field-post-meta-article,
.archive-search-wrapper form ul li.sf-level-0 {
    flex-grow: 0;
    width: 300px;
    margin-left: 24px;
    padding-left: 0;
    padding-right: 0;
}
.archive-search-wrapper form ul li.sf-level-0 {
    display: flex;
    margin-bottom: 0;
}
.archive-search-wrapper form ul li.sf-level-0 input {
    width: 30px;
}

@media screen and (max-width: 991px) {
	.archive-search-wrapper form ul li.sf-field-post-meta-article,
	.archive-search-wrapper form ul li.sf-level-0{
    	margin-left: 0;
    }
}

/*--- ARCHIVE PUBLICATIONS KIOSQUE ----*/

/*.archive.post-type-archive-publications .archive-search-wrapper{
    padding-bottom: 100px;
}*/

/* .archive.post-type-archive-publications .archive-search-wrapper .archive-link{
    position: absolute;
    bottom: 30px;
    left: 450px;
} */

.post-type-archive-publications .archive-link{
    margin-top: 30px;
}

.archive.post-type-archive-publications .archive-results {
    margin-top: 50px;
}
.archive .publi-wrapper {
    margin-bottom: 50px;
}
.archive .publi-wrapper .publi-img {
    padding-right: 0;
}
.archive .publi-wrapper .publi-img img {
    width: 200px;
}
.archive .publi-wrapper .publi-txt {
    display: flex;
    flex-direction: column;
    justify-content: center;
    font-size: 1.6rem;
    text-transform: uppercase;
}
.archive .publi-wrapper .publi-txt h3 {
    margin-bottom: 10px;
    font-size: 2rem;
    font-weight: 700;
    word-break: break-word;
}
.archive .publi-wrapper .publi-txt a {
    transition: all 0.2s ease-in-out;
}
.archive .publi-wrapper .publi-txt a:focus,
.archive .publi-wrapper .publi-txt a:hover {
    color: #f17a21;
    text-decoration: none;
}
/*--- ARCHIVE MEDIATHEQUE PHOTOS VIDEOS PODCASTS----*/

.archive .media-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 4;
}
.archive .media-icon i:before {
    font-size: 6rem;
    color: #fff;
    text-shadow: 0 0 3px #000;
    transition: all 0.2s ease-in-out;
}
.archive .media-icon:focus i:before, .archive .media-icon:hover i:before {
    opacity: 0.6;
    text-shadow: 0 0 3px #000 inset;
}
.archive .media-select {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 50px;
}
.archive .media-select .select-media-label {
    font-size: 2.8rem;
}
.archive .media-select .select-media-wrapper {
    position: relative;
}
.archive .media-select .dropdown-toggle {
    width: 300px;
    font-size: 3rem;
    font-weight: 900;
    border-bottom: 2px solid #000;
}
.archive .media-select .dropdown-menu {
    right: 0;
    padding-bottom: 0;
    border-radius: 0 0 20px 20px;
}
.archive .media-select .dropdown-menu.open {
    display: block;
}
.archive .media-select .dropdown-menu li {
    text-align: center;
}
.archive .media-select .dropdown-menu li a {
    font-size: 2.4rem;
    text-transform: uppercase;
}
.archive .media-select .dropdown-menu li a:focus, .archive .media-select .dropdown-menu li a:hover {
    background-color: #f2e6cd;
}
.archive .media-select .dropdown-menu li:last-of-type a:focus, .archive .media-select .dropdown-menu li:last-of-type a:hover {
    border-radius: 0 0 20px 20px;
}
/* -------- PAGINATION ------------------------------------*/

.pagination {
    justify-content: center;
    align-items: center;
    width: 100%;
}
.pagination .icon-right:before, .pagination .icon-right:before {
    font-size: 3rem;
}
.pagination a.paged-link .icon-right:before, .pagination a.paged-link .icon-left:before {
    font-size: 3rem;
}
.pagination a.paged-link:focus, .pagination a.paged-link:hover {
    color: #f17a21;
}
.pagination .nav-links {
    display: flex;
    align-items: center;
}
.pagination .current-page {
    display: inline-block;
    padding: 0 20px;
    font-size: 2.4rem;
    text-transform: uppercase;
}
.pagination .page-numbers {
    display: inline-block;
    padding: 0 5px;
    font-size: 2.6rem;
    font-weight: 500;
}
.pagination .page-numbers.current {
    font-size: 3rem;
    font-weight: 700;
}
/************ RECHERCHE GENERALE ------------------------------********************/

#navigation li.menu-item.search-form .dropdown-menu {
    width: 360px;
    left: -216px;
    top: 62px;
    padding: 10px 0;
    border: none;
    background: #f17a21;
}
#navigation li.menu-item.search-form .dropdown-menu:before{
    display: none;
}
#navigation li.menu-item.search-form .dropdown-menu li {
    padding: 0;
    margin: 0;
    padding-left: 15px;
}
#navigation li.menu-item.search-form .dropdown-menu .icon-search:before {
    transition: all 0.2s ease-in-out;
    outline: none;
}
#navigation li.menu-item.search-form .dropdown-menu .icon-search:focus:before,
#navigation li.menu-item.search-form .dropdown-menu .icon-search:hover:before {
    color: #004568;
}
#navigation li.menu-item.search-form .dropdown-menu input {
    font-size: 2rem;
    border: none;
    background-color: #fff;
}
.search #secondary {
    display: none;
}
.search .page-header {
    margin-bottom: 50px;
    padding: 20px;
    text-align: center;
    background-color: #f17a21;
}
.search .page-header-content {
    display: flex;
    align-items: center;
    padding: 15px;
    background-color: #fff;
}
.search .page-header-content h2.search-title {
    margin-bottom: 0;
    font-size: 3rem;
    color: #000;
}
.search .page-header-content .page-chapo {
    margin-top: 3px;
    padding: 0 10px;
    font-size: 2.4rem;
    text-transform: uppercase;
}
.search h2.entry-title a {
    font-size: 2.6rem;
    color: #f17a21;
    transition: all 0.2s ease-in-out;
}
.search h2.entry-title a:focus, .search h2.entry-title a:hover {
    color: #004568;
    text-decoration: none;
}
.search .pagination {
    margin-top: 50px;
}
@media screen and (max-width: 991px) {
    #navigation li.menu-item.search-form .dropdown-menu {
        top: 0;
        left: -20px;
    }
}
@media screen and (max-width: 767px) {
    .search .page-header-content {
        flex-direction: column;
    }
    .search .page-header-content h2.search-title {
        font-size: 2.4rem;
    }
}
@media screen and (max-width: 575px) {
    #navigation li.menu-item.search-form .dropdown-menu {
        width: 290px;
    }
}

/* --------------- MAISON des écogestes -------------- */

.page-id-3963 .entry-content .maison-desktop{
    position: relative;
    display: flex;
    justify-content: center;
}

.page-id-3963 .entry-content .maison-onglets {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 30px;
    z-index: 2;
}

.page-id-3963 .entry-content .maison-tabs{
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

.page-id-3963 .entry-content li.maison-tab{
    margin: 0 20px;
    opacity: 0.4;
}

.page-id-3963 .entry-content li.maison-tab.active,
.page-id-3963 .entry-content li.maison-tab:focus,
.page-id-3963 .entry-content li.maison-tab:hover{
    opacity: 1;
}

.page-id-3963 .entry-content li.maison-tab:before{
    content: ' ';
    display: inline-block;
    margin: 0 10px 0 20px;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    text-shadow: 0 1px 2px #000; 
    background: #f17a21;
}

.page-id-3963 .entry-content li.maison-tab#numerique-tab:before {
    background: #0fed69;
}

.page-id-3963 .entry-content li.maison-tab#eau-tab:before {
    background: #00c3ff;
}

.page-id-3963 .entry-content .maison-tab a {
    color: #000;
    font-size: 2.6rem;
    text-transform: uppercase;
    text-decoration: none;
}

.page-id-3963 .entry-content .maison-svg{
    position: relative;
    z-index: 1;
}

.page-id-3963 .entry-content svg#Calque_1 {
    display: none;
}

.page-id-3963 .entry-content svg#Calque_2{
    display: none;
}

.page-id-3963 .entry-content svg#Calque_3 {
    display: block;
}

.page-id-3963 .infob-link.mask{
    display: none;
}

.page-id-3963 .infobulle-maison,
.page-id-3963 .infobulle-maison.mask{
    display: none;
}

.page-id-3963 .infobulle-maison.open{
    display: block;
}

.page-id-3963 .close-infob{
    display: none;
    fill: #fff;
}

.page-id-3963 .close-infob.mask{
    display: none;
}

.page-id-3963 .close-infob.on{
    display: block;
}

.page-id-3963 .maison-responsive{
    display: none;
}

.page-id-3963 .entry-content .maison-responsive ul.maison-tabs-responsive{
    display: flex;
    justify-content: center;
    padding: 0;
    margin: 0;
    margin-top: 30px;
    width: 100%;
}

.page-id-3963 .entry-content .maison-responsive li.maison-tab {
    opacity: 1;
}

@media screen and (max-width:991px) {
    .page-id-3963 .entry-content .maison-onglets {
        top: 10px;
    }
}

@media screen and (max-width:767px) {
    .page-id-3963 .maison-desktop{
        display: none;
    }
    .page-id-3963 .entry-content .maison-tabs {
        display: none;
    }
    .page-id-3963 .entry-content svg#Calque_1 {
        display: none;
    }
    .page-id-3963 .entry-content svg#Calque_2 {
        display: none;
    }
    .page-id-3963 .entry-content svg#Calque_3 {
        display: none;
    }
    .page-id-3963 .maison-responsive{
        display: block;
    }
}
/*
.page-id-12287 .infobulle-12301{
    padding: 30px;
    display: none;
}*/

/* --------------- PLAN DU SITE -------------- */

.page-id-318 #sitemap .dropdown-menu{
    display: block;
    position: relative;
    float: none;
    border: none;
}

.page-id-318 #sitemap .nav-item:before{
    display: none;
}

.page-id-318 #sitemap button{
    display: inline-block;
    outline: none;
}

.page-id-318 #sitemap button:focus,
.page-id-318 #sitemap button:hover{
    cursor: default;
}

.page-id-318 #sitemap button:after{
    display: none;
}

.page-id-318 #sitemap .dropdown-menu img,
.page-id-318 #sitemap .favorite-item,
.page-id-318 #sitemap .search-form{
    display: none;
}

.page-id-318 #sitemap .nav-link,
.page-id-318 #sitemap .dropdown-item{
    font-size: 2rem;
}

.page-id-318 #sitemap .dropdown-item:hover,
.page-id-318 #sitemap .dropdown-item:focus{
    background: none;
}

.page-id-318 #sitemap .nav-link{
    display: inline-block;
}

/*********** ESPACE PEDAGO *************/

/* ul.pages-pedago-list{
  margin-left: 0;
}

ul.pages-pedago-list li:before{
  display: none;
} */

/*********** formulaire des archives *************/

/*.sidebar-left .widget-search h2.widget-title { color:#827435; }
.form-archive {
  background: #dadada;
  padding: 15px;
}

.form-archive .form-group {
  margin-bottom: 5px;
  position:relative;
}
.form-archive .form-control-label {
  color: #000;
    margin: 3px 0;
    font-weight: 700;
}

.form-archive .form-control {
    border: 0;
    border-radius: 0;
    background: #fff;
  padding: 0.5rem .75rem;
}

.form-archive .datepicker-button {
  border: 0;
  background: #fff;
}

.form-archive .form-submit {
  margin: 1rem 0;
}

.form-archive .btn-submit {
  font-weight: 700;
    color: #fff;
    font-size: 1.2em;
  background: #827435;
    padding: 5px;
    width: 100%;
}

.form-archive select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none; 
}
.form-archive select::-ms-expand {
     display: none;
}
.form-archive .select-classic .form-control,
.form-archive .select-date .form-control {
  padding-right: 2.5rem;
}
.form-archive .select-classic:before {
  content: '\f107';
    position: absolute;
    font: normal normal normal 14px/1 "sydec-icon";
    font-weight: 700;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    bottom: 4px;
    right: 10px;
    padding-left: .5em;
  font-size: 2em;
}
.form-archive .select-date:after {
  content: '\e80b';
    position: absolute;
    font: normal normal normal 14px/1 "sydec-icon";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #000;
    top: 50%;
    right: 5px;
    margin-top: -.5em;
} 

.form-archive .form-group.label { background: transparent; }*/

/* --------------- FOOTER -------------- */

.raccourcis-footer-wrapper{
    display: flex;
    justify-content: center;
    margin: 50px 0;
}

.raccourcis-footer {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.raccourcis-footer ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.raccourcis-footer li {
    padding: 40px;
    list-style-type: none;
    border-right: 1px solid #000;
}
.raccourcis-footer li:last-of-type {
    border: none;
}
.entry-content .raccourcis-footer li:before {
    display: none;
}
.raccourcis-footer li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.raccourcis-footer li a:focus, .raccourcis-footer li a:hover {
    color: #f17a21;
    text-decoration: none;
}
.raccourcis-footer li span {
    display: flex;
    align-items: center;
    height: 90px;
    margin-top: 20px;
    font-size: 2.6rem;
    color: #000;
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}
.raccourcis-footer li a:focus span, .raccourcis-footer li a:hover span {
    color: #f17a21;
}
@media screen and (max-width:1399px) {
    .raccourcis-footer li {
        border: none;
    }
}

footer.site-footer {
    padding: 50px 10%;
    font-size: 1.8rem;
    color: #fff;
    background-color: #004568;
}
.site-footer h2 {
    margin-bottom: 20px;
    font-size: 2.2rem;
    font-weight: 900;
}
.footer-bloc {
    margin-top: 50px;
}
.site-footer ul.suivez-nous {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 80px;
    padding-left: 0;
    line-height: 2;
}
.site-footer ul.suivez-nous li {
    list-style-type: none;
    line-height: 0;
}
.site-footer ul.suivez-nous li:first-of-type {
    text-transform: uppercase;
}
.site-footer ul.suivez-nous li a {
    display: inline-block;
    margin-left: 3px;
}
.site-footer ul.suivez-nous li a:focus, .site-footer ul.suivez-nous li a:hover {
    text-decoration: none;
}
.site-footer ul.suivez-nous li a:before {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 21px;
    font-size: 3rem;
    color: #004568;
    border: 1px solid #fff;
    border-radius: 20px;
    background: #fff;
    transition: all 0.2s ease-in-out;
}
.site-footer ul.suivez-nous li.sn-youtube a:before {
    font-size: 1.8rem;
    padding: 11px 19px;
    padding-left: 22px;
}
.site-footer ul.suivez-nous li a:focus:before, .site-footer ul.suivez-nous li a:hover:before {
    color: #fff;
    text-decoration: none;
    background: transparent;
}
.footer-bloc-adresse a:focus,
.footer-bloc-adresse a:hover {
    color: #fff;
    text-decoration: underline;
}
.footer-bloc-adresse .link-button-orange {
    display: flex;
    align-items: center;
    margin-top: 50px;
}
.footer-bloc-adresse .link-button-orange a {
    padding: 12px 25px 10px 30px;
}
.footer-bloc-adresse .link-button-orange a:focus,
.footer-bloc-adresse .link-button-orange a:hover{
    text-decoration: none;
}
.footer-bloc-urgences {
    margin-top: 0;
    padding: 50px;
    border-radius: 50px;
    border: 2px solid #fff;
}
.footer-bloc-urgences .ea {
    border-right: 2px solid #fff;
}
.footer-bloc-urgences .logo-eau {
    margin-top: 30px;
}
.footer-bloc-urgences .num-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer-bloc-urgences .num p {
    margin-bottom: 30px;
}
.footer-bloc-urgences .num a {
    font-style: italic;
    text-decoration: underline;
}
.footer-bloc-urgences .num a:focus, .footer-bloc-urgences .num a:hover {
    font-style: normal;
    text-decoration: none;
    color: #fff;
}
nav.footer-nav {
    display: flex;
    justify-content: center;
}
.menu-footer {
    background: transparent;
    margin: 1em 0;
}
.menu-footer a {
    display: inline-block;
    padding: 0;
    font-size: 1.6rem;
    color: #fff;
}
.menu-footer a:focus, .menu-footer a:hover {
    text-decoration: underline;
}
.menu-footer a:after {
    display: inline-block;
    content: "\00A0-\00A0";
}
.menu-footer a:focus:after, .menu-footer a:hover:after {
    text-decoration: none;
}
.menu-footer li:last-of-type a:after {
    display: inline-block;
    content: "";
}
#scroll-to-top {
    display: none;
    padding: 10px 20px;
    position: fixed;
    bottom: 1em;
    right: 1em;
    transform: rotate(180deg);
    z-index: 10;
}
#scroll-to-top .icon-arrow-down {
    padding: 11px 7px;
    color: #fff;
    font-size: 2rem;
    border-radius: 40px;
    background: #f17a21;
    transition: all 0.2s ease-in-out;
}
#scroll-to-top .icon-arrow-down:focus, #scroll-to-top .icon-arrow-down:hover {
    background-color: #004568;
}
@media screen and (max-width: 1679px) {
    .site-footer ul.suivez-nous li:first-of-type {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 1199px) {
    .footer-bloc-adresse .link-button-orange a {
        padding: 12px 15px 10px 20px;
    }
}
@media screen and (max-width: 991px) {
    .footer-bloc.logo-suivez-nous {
        display: flex;
        justify-content: space-around;
    }
    .footer-bloc.footer-bloc-adresse {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        margin-bottom: 30px;
    }
    .footer-bloc-adresse .link-button-orange {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .footer-bloc {
        margin-top: 30px;
    }
    .footer-bloc.logo-suivez-nous {
        flex-direction: column;
        align-items: center;
    }
    .footer-bloc .suivez-nous {
        text-align: center;
        justify-content: center;
    }
    .footer-bloc-urgences {
        padding: 30px;
    }
}
@media screen and (max-width: 575px) {
    .footer-bloc-urgences {
        flex-direction: column;
        text-align: center;
    }
    .footer-bloc-urgences .ea {
        border: none;
    }
    .footer-bloc-urgences .logo-eau {
        margin: 30px 0;
    }
    .footer-bloc-urgences .num p+p {
        margin-bottom: 0;
    }
}

/*--- ERROR 404 ---*/

.error404 .search-form{
    display: flex;
    justify-content: center;
}

.error404 .search-form .input-group {
    width: 300px;
}

.error404 .search-form input{
    font-size: 2rem;
}

.error404 .search-form button{
    background-color: #f17a21;
    border-radius: 0 20px 20px 0;
    transition: all 0.2s ease-in-out;
}

.error404 .search-form button:focus,
.error404 .search-form button:hover{
    background-color: #004568;
}

.error404 .search-form .icon-search:before{
    font-size: 2.4rem;
    color: #fff;
}