*,
::after,
::before {
    box-sizing: border-box;
}

body {
    background: white;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    position: relative;
    width: 100%;
}

a,
a:focus,
a:visited {
    color: inherit;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0;
}

.cursor {
    cursor: pointer;
}

.ascenseur {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 99999999;
    cursor: pointer;
    display: none;
}


/* NAVIGATION*/

ul#menu-desktop {
    list-style: none;
    display: flex;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    color: #6d6d6d;
    justify-content: center;
    margin-top: 10px;
}

ul#menu-desktop li,
ul#menu-desktop-header-page li {
    position: relative;
    text-align: center;
    margin: 0px 20px;
}

ul#menu-desktop .sub-menu li,
ul#menu-desktop-header-page .sub-menu li {
    margin: 0;
    text-align: left;
}

ul#menu-desktop-header-page {
    list-style: none;
    display: flex;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #8a8a8a;
    margin-left: 57px;
    align-items: center;
    justify-content: center;
}

ul#menu-desktop-header-page li::before {
    content: "|";
    position: absolute;
    top: 0;
    margin-top: -1px;
    margin-right: -20px;
    color: grey;
    right: 0;
}

#menu-desktop-header-page .sub-menu li::before {
    display: none;
}

#menu-desktop-header-page li a[aria-current="page"]::after,
#menu-desktop li a[aria-current="page"]::after {
    content: " ";
    background: url(/wp-content/uploads/2019/11/menu_h.png) no-repeat 15px bottom;
    position: absolute;
    top: 10px;
    left: -20px;
    width: 100%;
    height: 20px;
}

#menu-desktop>li:hover>a,
#menu-desktop-header-page>li:hover>a {
    color: #00985B;
    transition: 0.3s;
}

#menu-desktop .sub-menu,
#menu-desktop-header-page .sub-menu {
    position: absolute;
    list-style: none;
    padding: 0;
    margin: 0;
    background: #e56e02;
    color: white;
    top: 40px;
    z-index: 6;
    width: 200px;
    margin-left: 1px;
    transition: 1s;
    left: -25%;
    transform: translateY(-20px);
    opacity: 0;
    z-index: 9999;
}

#menu-desktop .sub-menu li,
#menu-desktop-header-page .sub-menu li {
    padding: 10px 10px;
}

#menu-desktop .sub-menu li:hover,
#menu-desktop-header-page .sub-menu li:hover {
    background: #2a8d5d;
    transition: 0.3s;
}

#menu-desktop .sub-menu::after,
#menu-desktop-header-page .sub-menu::after {
    position: absolute;
    content: " ";
    width: 20px;
    height: 20px;
    background: #e56e02;
    left: 47%;
    transform: rotateZ(45deg) translateX(-50%);
    top: 0;
    z-index: -1;
}

#menu-desktop-header-page .sub-menu li::after {
    margin-left: 0;
    width: 0%;
    content: "";
}

#menu-desktop li:hover>.sub-menu,
#menu-desktop-header-page li:hover>.sub-menu {
    display: block;
    transition: 0.3s;
    transform: translateY(0px);
    opacity: 1;
    transition: 0.3s;
}

.menu-search-console-form {
    display: flex;
    flex-direction: row;
    height: 45px;
    margin-left: 20px;
}

#footer .menu-search-console-form {
    margin-left: 0px;
}

#menu-desktop-header-page .sub-menu li a[aria-current="page"]::after,
#menu-desktop .sub-menu li a[aria-current="page"]::after {
    display: none;
}

.menu-search-console-form .icon-search {
    background: #00985B url(/wp-content/uploads/2019/11/loupe.png) no-repeat center;
    border-color: #00985B;
    height: 42px;
    width: 43px;
    margin-left: 9px;
    cursor: pointer;
}

.menu-search-console-form input {
    text-indent: 10px;
    height: 42px;
    width: 250px;
}

.wrap-logo-menu {
    min-width: 257px;
}

#menu-mobile {
    display: none;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: white;
    top: 0px;
    left: 0;
    list-style: none;
    padding: 0;
    margin: 0;
    transform: translateX(-1200px);
    transition: 0.5s;
    padding: 80px 50px;
    font-family: "Roboto Slab", Sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #6D6D6D;
    text-transform: uppercase;
}

#menu-mobile li {
    margin-bottom: 10px;
}

#menu-mobile.active {
    z-index: 9999;
    transform: translateX(0px);
    transition: 0.5s;
}

#menu-mobile ul.sub-menu {
    margin-top: 10px;
    font-weight: 300;
}

.menu-mobile-icon {
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 999999;
    padding: 10px 20px;
    color: #8a8a8a;
    cursor: ponter;
    /* background-color: white; */
}

.menu-mobile-icon .fas {
    /* background: #e56e02; */
    color: #e56e02;
    ;
    /* padding: 5px 10px; */
}

.btn_write {
    background: url(/wp-content/uploads/2019/11/more_w.png) no-repeat right center;
    color: #FFFFFF;
    background-position: 90% 50%;
    cursor: pointer;
}

.more-info {
    background: url(/wp-content/uploads/2019/11/more_w.png) no-repeat right center;
    color: #FFFFFF;
    padding-right: 21px;
    cursor: pointer;
    bottom: 20px;
    position: absolute;
}

.more-info-orange {
    background: url(/wp-content/uploads/2019/11/more-o.png) no-repeat right center;
    color: #FFFFFF;
    padding-right: 21px;
    cursor: pointer;
    bottom: 20px;
    position: absolute;
}

.arrow-green::after {
    position: absolute;
    content: " ";
    background: url(/wp-content/uploads/2019/11/arrow-g.png) no-repeat right center;
    width: 44px;
    height: 44px;
    background: #2a8d5d;
    top: 50%;
    transform: rotateZ(45deg) translateY(-50%);
    right: -6px;
}

.arrow-green-left::after {
    position: absolute;
    content: " ";
    background: url(/wp-content/uploads/2019/11/arrow-g.png) no-repeat right center;
    width: 44px;
    height: 44px;
    background: #2a8d5d;
    top: 50%;
    transform: rotateZ(45deg) translateY(-50%);
    left: -39px;
}

.arrow-green-right::after {
    position: absolute;
    content: " ";
    background: url(/wp-content/uploads/2019/11/arrow-g.png) no-repeat right center;
    width: 44px;
    height: 44px;
    background: #2a8d5d;
    top: 50%;
    transform: rotateZ(45deg) translateY(-50%);
    right: -5px;
    z-index: 999;
}

.arrow-white::after {
    position: absolute;
    content: " ";
    width: 44px;
    height: 44px;
    background: white;
    top: 50%;
    transform: rotateZ(45deg) translateY(-50%);
    left: -37px;
}

.arrow-white-rigth::after {
    position: absolute;
    content: " ";
    width: 44px;
    height: 44px;
    background: white;
    top: 50%;
    transform: rotateZ(45deg) translateY(-50%);
    right: -5px;
    z-index: 999;
}

.arrow-white-left::after {
    position: absolute;
    content: " ";
    width: 44px;
    height: 44px;
    background: white;
    top: 50%;
    transform: rotateZ(45deg) translateY(-50%);
    right: -6px;
}

.arrow-orange-left::after {
    position: absolute;
    content: " ";
    background: url(/wp-content/uploads/2019/11/arrow-g.png) no-repeat right center;
    width: 44px;
    height: 44px;
    background: #e56e02;
    top: 50%;
    transform: rotateZ(45deg) translateY(-50%);
    left: -38px;
}

.arrow-orange-right-left::after {
    position: absolute;
    content: " ";
    background: url(/wp-content/uploads/2019/11/arrow-g.png) no-repeat right center;
    width: 44px;
    height: 44px;
    background: #e56e02;
    top: 50%;
    transform: rotateZ(45deg) translateY(-50%);
    left: -38px;
    z-index: 999;
}

.arrow-orange-left-right::after {
    position: absolute;
    content: " ";
    background: url(/wp-content/uploads/2019/11/arrow-g.png) no-repeat right center;
    width: 44px;
    height: 44px;
    background: #e56e02;
    top: 50%;
    transform: rotateZ(45deg) translateY(-50%);
    right: -6px;
    z-index: 999;
}

.arrow-orange-right::after {
    position: absolute;
    content: " ";
    background: url(/wp-content/uploads/2019/11/arrow-g.png) no-repeat right center;
    width: 44px;
    height: 44px;
    background: #e56e02;
    top: 50%;
    transform: rotateZ(45deg) translateY(-50%);
    left: -39px;
}

.evenements {
    margin-top: -320px;
}

.more-o-btn {
    position: absolute;
    padding-left: 5px;
}

.more-commune-btn {
    position: absolute;
    padding-left: 5px;
    margin-top: 3px;
}

.vie-quotidienne-col {
    max-width: 840px;
}

.temps-forts-marge {
    margin-top: -170px!important;
    z-index: 999;
}

.temps-forts-rg {
    width: 222px!important;
}

.icon-vie-quotidienne {
    z-index: 0!important;
}


/*  RESPONSIVE*/

.accordeon {
    cursor: pointer;
    transition: 0.4s;
}

.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out!important;
}

.wrap-search h1,
.wrap-search h2,
.wrap-search h3,
.wrap-search h4,
.wrap-search h5 {
    margin: 0;
    padding: 0;
}

.item-search .title {
    display: flex;
    flex-direction: row;
    align-items: baseline;
    font-family: 'Open sans';
    margin-bottom: 20px;
}

.item-search h2 {
    font-family: 'Open sans';
    font-weight: 400;
}

.item-search h4 {
    font-weight: 400;
}

.puce-green-left::before {
    content: " ";
    width: 30px;
    height: 30px;
    top: 3px;
    left: -20px;
    position: absolute;
    background: url(/wp-content/uploads/2019/12/more-g.png) no-repeat -0px 0px;
}

.puce-orange-left::before {
    content: " ";
    width: 30px;
    height: 30px;
    top: 3px;
    left: -20px;
    position: absolute;
    background: url(/wp-content/uploads/2019/11/more-o.png) no-repeat -0px 0px;
}

.puce-orange-left-big::before {
    content: " ";
    width: 30px;
    height: 30px;
    top: 6px;
    left: -20px;
    position: absolute;
    background: url(/wp-content/uploads/2019/11/more-o.png) no-repeat -0px 0px;
}

.puce-white-right::after {
    content: " ";
    width: 30px;
    height: 30px;
    top: 18px;
    right: -6px;
    position: absolute;
    background: url(/wp-content/uploads/2019/11/more_w.png) no-repeat -0px 0px;
}

.organigrame-trait::after {
    content: " ";
    width: 2px;
    height: 17px;
    position: absolute;
    left: 50%;
    bottom: -17px;
    background: grey
}

@media( min-width: 1921px) {
    .elementor-section-stretched {
        background-size: cover!important;
    }
}


/*   1200 */

@media(max-width: 1200px) {
    /* NAVIGATION */
    .wrap-logo-menu {
        margin: 0 40px;
    }
    .wrap-menu-main {
        width: 100%;
        flex-wrap: wrap;
    }
    ul#menu-desktop {
        width: 100%;
        padding: 0;
    }
    .wrap-sub-nav {
        width: 100% !important;
    }
    .elementor-section.elementor-section-stretched {
        position: relative;
        width: 100%!important;
    }
    .elementor-843 .elementor-element.elementor-element-9f36dbf>.elementor-element-populated {
        padding: 30px 0px 30px 200px;
    }
    .wrap-menu-main .elementor-row {
        flex-direction: column;
        align-items: center;
    }
    #footer-image {
        background-size: auto;
    }
}

@media(max-width: 1024px) {
    #footer-image {
        background-size: cover;
    }
    #wpadminbar {
        display: none!important;
    }
    ul#menu-desktop-header-page {
        margin-left: 26px;
    }
    .elementor-6 .elementor-element.elementor-element-0d9c526>.elementor-container {
        min-height: 800px;
    }
    #equipe-col-1 {
        height: 53%;
    }
    #equipe-col-3 {
        height: 100%;
    }
    #equipe-col-4 {
        height: 15%;
    }
    #menu-mobile {
        display: block;
    }
}

@media(max-width: 990px) {
    .evenements {
        margin-top: 0px;
    }
    .icon-vie-quotidienne {
        position: relative!important;
        top: 0;
        left: 0;
        z-index: 0;
    }
}

@media(max-width: 960px) {
    .wrap-sub-nav {
        display: none;
    }
    .menu-mobile-icon {
        display: block;
    }
    .font-format-subtitle {
        font-size: 18px!important;
    }
}

@media(max-width: 768px) {
    .elementor-6 .elementor-element.elementor-element-0d9c526:not(.elementor-motion-effects-element-type-background),
    .elementor-6 .elementor-element.elementor-element-0d9c526>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-position: 0px 0px!important;
    }
    #equipe-col-1 {
        height: auto;
    }
    #equipe-col-3 {
        height: auto;
    }
    #equipe-col-4 {
        height: auto;
    }
}

@media(max-width: 766px) {
    .arrow-green::after,
    .arrow-orange::after,
    .arrow-orange-left::after,
    .arrow-white::after {
        display: none
    }
}

@media(max-width: 600px) {
    .arrow-white-left::after {
        display: none;
    }
}

@media(max-width: 425px) {
    .elementor-6 .elementor-element.elementor-element-0d9c526:not(.elementor-motion-effects-element-type-background),
    .elementor-6 .elementor-element.elementor-element-0d9c526>.elementor-motion-effects-container>.elementor-motion-effects-layer {
        background-position: -567px 0px!important;
    }
    .elementor-6 .elementor-element.elementor-element-0d9c526>.elementor-container {
        min-height: 550px;
    }
}