/* -------------------------------------
   ---------- GÉNÉRAL ------------------
   -------------------------------------
*/
h2 {
    line-height: 50px;
}
h3 {
    line-height: 38px;
}
h4 {
    line-height: 24px;
}
sup {
    font-size: 70%;
    transform: translateY(2px);
    display: inline-block;
}
.logo-fixed-header {
    visibility: hidden;
    opacity: 0;
    margin-top: 0;
    height: 66px !important;
    max-height: 66px !important;
    float: none;
    position: absolute;
    top: -30%;
    left: 136px;
    transform-origin: top;
    transform: scale(0.64);
    transition: 0.3s all ease;
}
.et-fixed-header .logo-fixed-header {
    display: block;
    visibility: visible;
    opacity: 1;
    transform: scale(1);
    top: 10%;
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.et-fixed-header #et_top_search {
    margin-top: 23px;
}
#logo {
    transform: scale(1);
    transition: 0.3s all ease;
    opacity: 1;
    transform-origin: 100% 0;
    -webkit-transition-delay: 0.15s;
    -moz-transition-delay: 0.15s;
    -ms-transition-delay: 0.15s;
    -o-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
@media screen and (min-width: 980px) {
    .et-fixed-header #logo {
        transform: scale(0.4);
        visibility: hidden;
        opacity: 0;
    }
}
#top-menu {
    display: flex;
}
#top-menu > li:hover > .sub-menu {
    /*justify-content: center;*/
    display: flex;
}
#top-menu > li > .sub-menu {
    display: none;
    border-top: none;
    box-shadow: none;
    flex-flow: column wrap;
    max-height: 630px;
    padding-top: 40px;
    padding-bottom: 30px;
    top: 100%;
}
#top-menu > li > a {
    padding: 30px 60px 55px 40px !important;
    height: 100%;
}

#top-menu > li.menu-item-has-children > a {
    padding: 30px 60px 55px 40px !important;
}

.et-fixed-header #top-menu > li > a,
.et-fixed-header #top-menu > li.menu-item-has-children > a {
    padding: 30px 40px 40px 40px !important;
}

.et-fixed-header #et-secondary-nav .menu-item-has-children > a:first-child:after,
.et-fixed-header #top-menu .menu-item-has-children > a:first-child:after {
    top: 30px;
    right: 15px;
}
.et-fixed-header .et_header_style_left .et-fixed-header #et-top-navigation,
.et-fixed-header .et_header_style_split .et-fixed-header #et-top-navigation,
.et-fixed-header .et_header_style_left #et-top-navigation,
.et-fixed-header .et_header_style_split #et-top-navigation {
    padding-top: 20px !important;
}

#top-menu > li > .sub-menu > li > .sub-menu {
    display: block;
    position: static;
    opacity: 1;
    visibility: visible;
    background: transparent;
    border-top: none;
    box-shadow: none;
    width: 100%;
    padding-top: 10px;
    animation: none !important;
}
#top-menu > li > .sub-menu > li {
    margin-bottom: 10px;
}
#top-menu > li > .sub-menu > li > .sub-menu li {
    padding-left: 0;
    margin-bottom: 10px;
    width: 100%;
}
#top-menu > li > .sub-menu > li > .sub-menu a {
    display: inline-block;
    width: 100%;
    width: auto;
    color: #71b6e8 !important;
    font-family: "Bitter", Arial, sans-serif;
    font-weight: normal;
    font-size: 17px;
}
#top-menu > li > .sub-menu > li > .sub-menu a:after {
    content: "";
}
#top-menu > li > .sub-menu > li a {
    color: #045f91 !important;
    width: auto;
    display: inline-block;
    font-size: 17px;
    background: transparent !important;
    padding: 6px 0;
}
#top-menu > li > .sub-menu > li a:after {
    display: none;
}

#top-menu .menu-activites {
    /* margin-bottom: 40px !important; */
}
#top-menu .menu-parcs {
    margin-bottom: 20px !important;
}
#top-menu .menu-urbanisme {
    /* margin-bottom: 180px !important; */
}
#top-menu .menu-ville > .sub-menu {
    /* flex-direction: row; */
}

#top-menu > li > .sub-menu:before {
    content: "";
    z-index: -1;
    background: rgb(113, 182, 232);
    background: -moz-linear-gradient(90deg, rgba(113, 182, 232, 1) 0%, rgba(151, 237, 131, 1) 100%);
    background: -webkit-linear-gradient(90deg, rgba(113, 182, 232, 1) 0%, rgba(151, 237, 131, 1) 100%);
    background: linear-gradient(90deg, rgba(113, 182, 232, 1) 0%, rgba(151, 237, 131, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#71b6e8", endColorstr="#97ed83", GradientType=1);
    position: absolute;
    top: calc(100% - 2px);
    height: 20px;
    width: 100%;
    left: 0;
}
#top-menu > li.current_page_ancestor > a:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 5px;
    background-color: #045f91;
    left: 0;
}
#top-menu > li.current_page_item > a:before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 5px;
    background-color: #045f91;
    left: 0;
}
form.et-search-form {
    display: flex;
    align-items: center;
}
.search #et-main-area,
.post-type-archive-tribe_events #et-main-area {
    margin-top: 200px;
    overflow: auto;
}

.post-type-archive-tribe_events #tribe-events-pg-template {
    margin-top: 40px;
}
#sticky-menu {
    margin-bottom: 50px;
    border-bottom: 20px solid #fff;
}
#sticky-menu #media_image-3 {
    margin-bottom: 5px;
}
footer#main-footer {
    background-color: #efefef;
}

/* -------------------------------------
   ---------- MODULES ------------------
   -------------------------------------
*/

/*
    SECTION SPECIALE
 */
.et_section_specialty > .et_pb_row > .et_pb_column_1_3.et_pb_column_single {
    background-color: #f8f8f8;
    padding: 30px 35px 40px 35px;
}
.et_section_specialty > .et_pb_row > .et_pb_column_1_3.et_pb_column_single .et_pb_sidebar_0 {
    padding-right: 0;
    border-right: none;
}

/*
    MODULE BOUTON UNDERLINE
 */

span.underline-button,
a.underline-button,
.underline-button a {
    position: relative;
    color: #045f91;
    font-weight: bold;
}
span.underline-button:after,
a.underline-button:after,
.underline-button a:after {
    content: "";
    position: absolute;
    bottom: -9px;
    height: 2px;
    display: block;
    border-bottom: 3px solid #045f91;
    width: 100%;
    transform: scaleX(0);
    transform-origin: 0 0;
    transition: 0.3s ease;
    left: 0;
}
span.underline-button:hover:after,
a.underline-button:hover:after,
.underline-button a:hover:after {
    transform: scaleX(1);
}
span.underline-lightblue,
a.underline-lightblue,
.underline-lightblue a {
    color: #71b6e8;
}
span.underline-lightblue:after,
a.underline-lightblue:after,
.underline-lightblue a:after {
    border-color: #71b6e8;
}

/*
    MODULE LISTE DASHED
 */
.acx_dashed .et_pb_toggle_content > ul > li,
.acx_dashed .et_pb_toggle_content > p > ul > li,
.liste_dashed .et_pb_text_inner > ul > li {
    border-bottom: 2px dashed #ddd;
    list-style-type: none;
    padding: 18px 20px 20px 20px;
    line-height: 2em;
}

.acx_dashed .et_pb_toggle_content > ul > li > ul,
.acx_dashed .et_pb_toggle_content > p > ul > li > ul,
.liste_dashed .et_pb_text_inner > ul > li > ul {
    margin-top: 10px;
    margin-left: 30px;
    padding-bottom: 0;
}

.acx_dashed .et_pb_toggle_content > ul > li li,
.acx_dashed .et_pb_toggle_content > p > ul > li li,
.liste_dashed .et_pb_text_inner > ul > li li {
    padding: 10px;
    line-height: 2em;
}

.acx_dashed .one_half + br,
.liste_dashed .one_half + br {
    display: none;
}

/*
    MODULE BREADCRUMB
 */
.et_pb_with_border.et_pb_section.et_pb_section_1.et_section_regular span > span a,
.et_pb_with_border.et_pb_section.et_pb_section_1.et_section_regular span > span span {
    color: #a8a8a8;
    font-size: 16px;
    pointer-events: none;
}
/*
        MODULE DIVI TEXTE -> img
     */
.et_pb_text img.alignleft {
    margin-left: 15px;
}

/*
    MODULE TEXTE CUSTOM
 */
.acx_normal_text .two_third + br {
    display: none;
}

.acx_normal_text h2 {
    margin-bottom: 30px;
}

.acx_normal_text h3 {
    margin-bottom: 20px;
}

.acx_normal_text h4 {
    font-weight: bold;
    margin-bottom: 5px;
}

.acx_normal_text a {
    font-weight: bold;
}

/*
    MODULE TOGGLE CUSTOM
 */
.acx_toggle {
    border: none;
    border-top: 2px solid #71b6e8;
    border-bottom: 2px solid #71b6e8;
    padding: 40px 0;
    margin: 0 !important;
}

.acx_toggle + .acx_toggle {
    border-top: none;
}

.module-button,
a.et_pb_button.et_pb_more_button,
.wysija-submit.wysija-submit-field {
    color: white;
    background-color: #71b6e8;
    min-width: 314px;
    padding-top: 1rem;
    padding-bottom: 1rem;
    margin-top: 2rem;
    display: inline-block;
    text-align: center;
    border: 1px solid #71b6e7 !important;
    transition: all 0.3s ease;
}
@media screen and (max-width: 600px) {
    .module-button,
    a.et_pb_button.et_pb_more_button,
    .wysija-submit.wysija-submit-field {
        min-width: 250px;
        width: 100%;
    }
}
.module-button:hover,
a.et_pb_button.et_pb_more_button:hover,
.wysija-submit.wysija-submit-field:hover {
    background-color: white !important;
    color: #71b6e7 !important;
}

.et_pb_toggle.acx_toggle .et_pb_toggle_title {
    letter-spacing: 0px;
    margin-bottom: 15px;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}
.et_pb_toggle.acx_toggle h2.et_pb_toggle_title {
    font-size: 26px;
}

.acx_toggle .et_pb_toggle_content {
    /* padding-right: 120px; */
    font-size: 16px;
}

.acx_toggle .et_pb_toggle_title:before {
    content: "" !important;
    width: 30px;
    border-bottom: 2px solid #71b6e8 !important;
    transition: 0.3s ease-out all;
    right: 0px !important;
    top: calc(50% - 1px) !important;
    margin: 0;
    transform: rotate(0deg);
}

.acx_toggle .et_pb_toggle_title:after {
    content: "";
    width: 30px;
    border-bottom: 2px solid #71b6e8 !important;
    /* meme que before */
    position: absolute;
    top: calc(50% - 1px);
    left: auto;
    /* margin-top: -.5em; */
    font-size: 16px;
    line-height: 1;
    right: 0px;
    transform: rotate(180deg);
    transition: 0.3s ease-out all;
}
.acx_toggle.color--black .et_pb_toggle_title:before {
    border-bottom: 2px solid #041531 !important;
}
.acx_toggle.color--black .et_pb_toggle_title:after {
    border-bottom: 2px solid #041531 !important;
}

.acx_toggle.et_pb_toggle_close .et_pb_toggle_title {
    margin-bottom: 0;
}

.acx_toggle.et_pb_toggle_close .et_pb_toggle_title:before {
    transform: rotate(-90deg);
}
.acx_toggle.et_pb_toggle_close .et_pb_toggle_title:after {
    transform: rotate(0deg);
}

/*
    MODULE LIEN TÉLÉCHARGEABLE
 */
.acx_liens_download h2 {
    margin-bottom: 50px;
}
.acx_liens_download a {
    color: #045f91;
    font-weight: bold;
    transition: 0.3s filter ease;
    display: inline-block;
    padding-right: 42px;
    font-size: 18px;
    background-image: url("/wp-content/themes/ndip/img/svg/download_icon.svg");
    background-position: right center;
    background-repeat: no-repeat;
    margin-bottom: 10px;
}
.acx_liens_download.acx_liens_download_close a {
    padding-right: 28px;
}

.acx_liens_download_only_pdf a:hover,
.acx_liens_download_only_pdf a[href$=".pdf"]:hover,
.acx_liens_download a:hover {
    /* color: #0e8cc5; */
    filter: brightness(140%);
}
.acx_liens_download tr td {
    padding: 6px 10px 0 0;
}
.acx_liens_download tr td:last-child {
    padding: 6px 0 6px 35px;
}

.acx_liens_download_only_pdf a,
.acx_liens_download_only_pdf a[href$=".pdf"] {
    color: #045f91;
    font-weight: bold;
    transition: 0.3s filter ease;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 10px;
}
.acx_liens_download_only_pdf a:after,
.acx_liens_download_only_pdf a[href$=".pdf"]:after {
    content: "";
    width: 19px;
    height: 19px;
    display: inline-block;
    background-image: url(/wp-content/themes/ndip/img/svg/download_icon.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 100%;
    transform: translate(4px, 4px);
}

/* -------------------------------------
   ---------- WIDGETS ------------------
   -------------------------------------
*/
/*
    WIDGET SIDEBAR MENU
 */
.et_pb_widget .acx_sidebar_menu li > .children {
    display: none;
}
.et_pb_widget .acx_sidebar_menu li {
    list-style-type: none;
    border-bottom: 1px solid #71b6e8;
    margin-top: 20px;
}

.et_pb_widget .acx_sidebar_menu li a {
    padding-left: 25px;
    position: relative;
    transition: 0.3s color ease-out;
    color: #71b6e8;
    font-size: 18px;
    font-weight: bold;
    display: block;
    margin-bottom: 20px;
}

.et_pb_widget .acx_sidebar_menu li.current_page_item a {
    color: #045f91 !important;
}
.et_pb_widget .acx_sidebar_menu li a:hover {
    color: #549ace;
}

.et_pb_widget .acx_sidebar_menu li a:before {
    content: ">";
    position: absolute;
    left: 0;
}

/* -------------------------------------
   ---------- PAGES ------------------
   -------------------------------------
*/
/*
    PAGE ACCUEIL
 */
.ndip-accueil-slider {
}
/*
    PAGE TELLEMENT BEAU (ARCHIVE) .page-id-30859
 */
body.page-id-30859 #et-main-area {
    /*background-image: url("/wp-content/uploads/2019/06/Background_Tellement-beau_3_compressed.jpg");*/
    /*background-image: url("/wp-content/uploads/2019/08/bckgd_tellement-beau_4_degrade.jpg");*/
    background-image: url("/wp-content/uploads/2019/08/Background_Tellement-beau_4_degrade_2.png");
    background-color: #073064;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center;
}
#tellement-beau-header {
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: flex-end;
    padding-top: 200px;
    height: 100vh;
}
#tellement-beau-header img {
    max-width: 1080px;
}

#tellement-beau-header:before {
    content: "";
    position: absolute;
    top: 95%;
    height: 50vh;
    width: 100%;
    background-color: ;
}
#tellement-beau-header .et_pb_fullwidth_header {
    text-align: center;
    flex: 1;
    margin-top: 120px;
}
#tellement-beau-header .et_pb_module_header {
    text-align: center;
    font-weight: bold;
    margin-bottom: 50px;
    /* text-shadow: 0px 0px 2px #000; */
}
#tellement-beau-header .header-content {
    margin-right: 0;
}
#tellement-beau-filtres-section {
    margin-top: -37%;
}
#tellement-beau-attraits-row {
    background-image: url("/wp-content/uploads/2020/05/pastille_concours-11e-edition.png");
    /*background-size: auto;*/
    background-position: top 50px right;
    background-size: 24%;
    margin-top: 360px;
}
#section_attrait {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    /* justify-content: space-between; */
    /* margin-left: 9px; */
    max-width: 1200px;
    margin: 0 auto;
    transform: translateX(18px);
}
#section_attrait .et-boc {
    flex: 0 1 calc(34% - 36px);
    margin-right: 35px;
    max-width: 381px;
}
#section_attrait .et-boc > div {
    height: 100%;
}
#section_attrait .et-boc:nth-child(3n) {
    margin-right: 0;
}
.bloc_attrait h3 + p:after {
    content: "...";
}
.bloc_attrait a {
    display: block;
    padding-bottom: 78px;
}
.bloc_attrait a > img {
    border-bottom: 4px solid #68bcea;
    width: 373px;
    height: 250px;
}
.bloc_attrait a > h3 {
    color: #fff;
    font-size: 28px;
    padding: 15px 30px 20px 30px;
}
.bloc_attrait a > p {
    color: #fff;
    padding: 0 30px 20px 30px;
}
.bloc_attrait a > span {
    padding: 0;
    font-weight: bold;
    font-size: 20px;
    color: #71b6e8;
    display: block;
    margin: 30px 0 20px 30px;
    position: absolute;
    bottom: 0;
}
.single-attrait .bloc_attrait h3 {
    color: #fff;
    font-size: 30px;
}
#attraits_filters_radios {
    width: 100%;
    text-align: center;
    margin-bottom: 170px;
    margin-top: 60px;
    position: relative;
}
#attraits_filters_radios input[type="radio"] {
    display: none;
}
#attraits_loader span {
    position: absolute;
    left: 50%;
    top: 110px;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 5px;
    padding: 20px 20px 10px 20px;
}
.radios-taxonomies-title {
    color: #fff;
    border: solid #fff 2px;
    display: inline-block;
    position: relative;
    padding: 7px 20px;
    margin-right: 18px;
    line-height: 1em;
    letter-spacing: 1px;
    cursor: pointer;
    background: transparent;
    margin-bottom: 10px;
}
.radios-taxonomies-title:last-child {
    margin-right: 0;
}

.radios-taxonomies-title:hover {
    background-position: 0% 0%;
}

.radios-taxonomies-title:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 100%;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, #97ed83, #71b6e8);
    /* -webkit-transform: scaleX(0); */
    /* transform: scaleX(0); */
    -webkit-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    /* background-position:-100% 0; */
    z-index: -1;
}
input[checked="checked"] + .radios-taxonomies-title,
input[checked] + .radios-taxonomies-title {
    color: #045f91;
    border: none;
    padding: 9px 22px;
}

input[checked="checked"] + .radios-taxonomies-title:before,
input[checked] + .radios-taxonomies-title:before {
    left: 0;
}

/* -------------------------------------
   ---------- SINGLE ATTRAITS ----------
   -------------------------------------
*/
.single-attrait #attrait_content .et_pb_text_inner > p:first-child {
    padding: 0;
}
.single-attrait #et-main-area {
    padding-top: 200px;
    background-image: url("/wp-content/uploads/2019/06/Background_Tellement-beau_single_2_opt.png");
    background-color: #042f61;
    background-repeat: no-repeat;
    background-size: 100%;
}
.single-attrait #main-content {
    background-color: transparent;
}
.single-attrait #main-content > .container:before {
    display: none;
}
#mosaic {
    display: flex;
    max-height: 580px;
    overflow: hidden;
}
#mosaic #mosaic-col-mid {
    flex: 0 1 47.931%;
    display: flex;
}
#mosaic #mosaic-col-left,
#mosaic #mosaic-col-right {
    flex: 0 1 26.526%;
    display: flex;
    flex-direction: column;
}
#mosaic #mosaic-col-left img,
#mosaic #mosaic-col-right img {
    /* width: 320px; */
    /* height: 280px; */
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
}
#mosaic #mosaic-top-left,
#mosaic #mosaic-top-right,
#mosaic #mosaic-bottom-left,
#mosaic #mosaic-bottom-right {
    margin-bottom: 6.125%;
    /* width: 320px; */
    position: relative;
    padding-bottom: 87.5%;
    overflow: hidden;
    width: 100%;
}
#mosaic > div > div {
    /* background-color:#FFF; */
    text-align: center;
}
#mosaic > div {
    margin-right: 1.588%;
}
#mosaic > div:last-child {
    margin-right: 0;
}
#mosaic img {
    float: none;
    display: block;
    margin: 0 auto;
}
.attrait_categories {
    min-height: 40px;
}
.attrait_categories .et_pb_text_inner {
    width: auto !important;
    padding: 5px 10px;
    float: left;
    clear: both;
    border: 1px solid #71b6e8;
    color: #71b6e8;
}
#page-container {
    overflow: auto;
}
body.single-attrait #et-main-area {
    margin-top: 0;
}
body.single-attrait #page-container #et-main-area #main-content .attrait_infos {
    margin-bottom: 60px;
}
#attrait_periode h3 {
    background-image: url("/wp-content/themes/ndip/img/svg/clock.svg");
}
#attrait_paiement h3 {
    background-image: url("/wp-content/themes/ndip/img/svg/credit-card.svg");
    background-position: left top 6px !important;
}
#attrait_evenement h3 {
    background-image: url("/wp-content/themes/ndip/img/svg/calendar.svg");
}
#attrait_tarif h3 {
    background-image: url("/wp-content/themes/ndip/img/svg/bill.svg");
}
#attrait_distinction h3 {
    background-image: url("/wp-content/themes/ndip/img/svg/etoile_distinctions.svg");
}
#attrait_telecharger h3 {
    background-image: url("/wp-content/themes/ndip/img/svg/attach-document.svg");
}
#attrait_renseignement h3 {
    background-image: url("/wp-content/themes/ndip/img/svg/script.svg");
}
#attrait_activites h3 {
    background-image: url("/wp-content/themes/ndip/img/svg/flag.svg");
}
#attrait_notes h3 {
    background-image: url("/wp-content/themes/ndip/img/svg/marker.svg");
}

body.single-attrait #page-container #et-main-area #main-content .attrait_infos h3 {
    font-size: 28px;
    color: #045f91;
    padding-left: 47px;
    padding-bottom: 25px;
    border-bottom: 1px solid #045f91;
    margin-bottom: 30px;
    background-position: left 1px;
    background-repeat: no-repeat;
    letter-spacing: 1px;
}

.attrait_joindre_titre {
    font-family: "Bitter", Arial, sans-serif;
    font-size: 28px;
    color: #fff;
    margin-bottom: 50px;
}

#attrait_nousjoindre #et-boc .et_builder_inner_content {
    color: #fff;
}
#attrait_nousjoindre #et-boc .one_third + br {
    display: none;
}
#attrait_nousjoindre iframe {
    width: 100%;
    max-height: 360px;
    margin-top: 100px;
}

.attrait_infos ul {
    padding-left: 0;
}
.attrait_infos ul > li {
    border-bottom: 2px dashed #ddd;
    list-style-type: none;
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    line-height: 2em;
}

.attrait_infos ul > ul > li > ul {
    margin-left: 30px;
    padding-bottom: 0;
}

.attrait_infos ul > li li {
    padding: 20px;
    line-height: 2em;
}
.attrait_infos .one_half + br {
    display: none;
}

#section_attrait .bloc_attrait {
    flex: 0 1 calc(33% - 18px);
    height: calc(100% - 50px);
    border: 4px solid #68bcea;
    margin-bottom: 50px;
    position: relative;
    width: 100%;
    margin-right: 18px;
    min-height: 650px;
    max-width: 380px;
}

#section_attrait .bloc_attrait:nth-child(3n) {
    /* margin-right:0; */
}
.single-attrait #et-main-area #section_attrait .bloc_attrait h3 {
    color: #fff;
    font-size: 28px;
    letter-spacing: 0px;
}
#attrait_section_content .et_pb_column_2_3 .et_pb_text_inner > p {
    padding: 0;
}

/* -------------------------------------
   ---------- FOOTER ------------------
   -------------------------------------
*/
#footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
body.page-id-30859 #footer-bottom {
    background: url("/wp-content/uploads/2019/05/Background_Tellement-beau_2_opt.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    color: #fff;
}
#main-footer > .container {
    max-width: 1260px;
    width: 100%;
    /* padding: 0 30px 0 60px; */
}
#footer-widgets {
    padding: 8% 0 0;
}
#footer-widgets .footer-widget {
    width: 18%;
    margin-right: 2.5%;
}
#footer-widgets .footer-widget:last-child {
    margin-right: 0;
}
#footer-widgets .widget_nav_menu li:before {
    display: none;
    padding-left: 0;
}
#footer-widgets .widget_nav_menu li .sub-menu li {
    padding-left: 0;
    margin-left: 0;
}
#footer-widgets .et_social_icons_container {
    display: block;
    justify-content: flex-start;
    margin-left: 100px !important;
}
#footer-widgets .et_social_icons_container li {
    list-style-type: none;
    margin-right: 17px !important;
}

#footer-widgets .et_social_icons_container li:last-child {
    margin-right: 0 !important;
}
.et_monarch #footer-widgets .et_social_networks .et_social_icon,
.et_monarch #footer-widgets .et_social_networks .et_social_icon:after,
.et_monarch #footer-widgets .et_social_networks .et_social_icon:before {
    width: 30px;
    height: 30px;
    line-height: 33px;
}
.footer-menu-first > a {
    font-weight: bold;
    display: block;
    margin-bottom: 30px;
}
#footer-bottom {
    background: #fff;
    padding: 35px 75px;
    color: #045f91;
}
#text-29 {
    width: 100%;
}
#text-29 .widget_text .et_social_networks li {
    min-height: 30px;
}
#media_image-2 img {
    width: 170px;
}

/* SIDEBAR */
#sidebar.single-sidebar {
    padding: 57px 50px;
}
.single-sidebar h4 {
    color: #045f91;
    font-size: 28px;
    font-family: "Bitter", Arial, sans-serif;
    letter-spacing: 1px;
    margin-bottom: 40px;
}
.single-sidebar .et_pb_widget:not(:first-child) h4 {
    margin-top: 50px;
}
.single-sidebar .cat-item,
.single-sidebar .sidebar_post_item p {
    padding-bottom: 0;
}
.single-sidebar .sidebar_post_item p a {
    font-size: 20px;
    font-weight: bold;
    font-family: "PT Sans Caption", Helvetica, Arial, Lucida, sans-serif;
    margin-bottom: 25px;
}
.single-sidebar .cat-item a,
.single-sidebar .sidebar_post_item p a {
    color: #71b6e8;
}
.single-sidebar .et_pb_widget:not(:last-child) {
    padding-bottom: 60px;
    border-bottom: 2px solid #71b6e8;
}
.single-sidebar .sidebar_post_item > div > a,
.single-sidebar .sidebar_post_item > a {
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 45px;
}

/* BLOG */
#left-area article {
    padding-bottom: 30px;
    border-bottom: 2px solid #71b6e8;
}
#left-area article:last-of-type {
    border-bottom: none;
}
#left-area article .entry-featured-image-url img {
    max-width: 815px;
    max-height: 300px;
    width: 100%;
}

.et_pb_post .entry-featured-image-url {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (min-width: 981px) {
    .et_header_style_left .et-fixed-header #et-top-navigation,
    .et_header_style_split .et-fixed-header #et-top-navigation,
    .et_header_style_left #et-top-navigation,
    .et_header_style_split #et-top-navigation {
        padding-top: 20px !important;
    }

    #et-secondary-nav .menu-item-has-children > a:first-child:after,
    #top-menu .menu-item-has-children > a:first-child:after {
        top: 30px;
        right: 35px;
        transition: 0.3s all ease-out;
    }
}

#top-menu li .menu-item-has-children > a:first-child {
    padding-right: 0;
}

.et_pb_gutters3.et_pb_footer_columns5 .footer-widget .fwidget {
    margin-bottom: 20px;
}
.footer-widget #MenuPart {
    margin-top: 2px;
    border-color: #727272;
}
.footer-widget #MenuPart ul li:before {
    display: none;
}
.footer-widget #MenuPart {
    display: flex !important;
    width: 100%;
}
.footer-widget #MenuPart > div {
    display: flex;
    flex-direction: column;
    width: 100%;
}
#footer-widgets .footer-widget li {
    padding-left: 7px;
}
.footer-widget #MenuPart div ul > li a {
    color: #727272 !important;
    width: auto;
    display: inline-block;
    font-size: 16px;
    background: transparent !important;
    padding: 6px 0;
    font-weight: 600;
}
#main-header #MenuPart .coords_part li {
    min-height: 40px;
    display: block;
    line-height: 1.2em;
    margin-bottom: 17px;
}
#main-header #MenuPart .coords_part li a {
    font-size: 14px;
}
.footer-widget #MenuPart div ul.coords_part > li a {
}
.footer-widget #MenuPart > div > ul:not(.coords_part) li:not(:last-child) {
    margin-bottom: 10px;
}
#MenuPart br {
    display: none;
}
.footer-widget #MenuPart br {
    display: block;
}
#MenuPart {
    height: auto;
    border: 2px solid #71b6e8;
    padding-bottom: 40px !important;
}
#MenuPart:before {
    display: none;
}
#MenuPart li {
    display: inline-block;
}
#MenuPart > div {
    height: 100%;
}
#MenuPart > div > ul {
    visibility: visible;
    position: static;
    opacity: 1;
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 100%;
    padding-bottom: 10px;
}
#MenuPart > div > ul:not(.coords_part) {
    padding-top: 30px;
}
#MenuPart > div > ul:not(.coords_part) li:not(:last-child) {
    margin-bottom: 10px;
    display: block;
}
#MenuPart .coords_part {
    padding: 0;
}
#MenuPart .coords_part li {
    font-weight: 500;
    margin-bottom: 0;
}

/*
    EVENT CALENDAR      /evenements
 */
thead.tribe-mini-calendar-nav br {
    display: none;
}

thead.tribe-mini-calendar-nav tr th.tribe-mini-calendar-dayofweek {
    border: none;
    padding-bottom: 4px !important;
}
table.tribe-mini-calendar td.tribe-mini-calendar-today {
    background-color: #71b6e8;
}
table.tribe-mini-calendar td.tribe-events-present {
    background-color: #045f91;
}
table.tribe-mini-calendar td.tribe-events-thismonth div[id*="daynum-"] a:before {
    background: #fff;
}
.tribe-mini-calendar td.tribe-events-thismonth div[id*="daynum-"] a:before,
.tribe-mini-calendar td.tribe-events-othermonth div[id*="daynum-"] a:before {
    background: gray;
}
.tribe-mini-calendar td.tribe-events-thismonth,
.tribe-mini-calendar td.tribe-events-othermonth {
    background: transparent;
    border: 1px solid #71b6e8 !important;
    border-collapse: collapse;
}

div.tribe-mini-calendar-event .list-date .list-dayname {
    font-family: "Bitter", Georgia, "Times New Roman", serif;
    color: #045f91;
    font-size: 11px;
    line-height: 1.4em;
}

div.tribe-mini-calendar-event {
    border-bottom: none;
}
div.tribe-mini-calendar-event .list-date .list-daynumber {
    font-family: "Bitter", Georgia, "Times New Roman", serif;
    line-height: 1.4em;
}

div.tribe-mini-calendar-event .list-date {
    background: #71b6e8;
    min-width: 50px;
    max-width: 60px;
}
div.tribe-mini-calendar-event .tribe-events-title a {
    color: #045f91;
}
.tribe-mini-calendar-list-wrapper .list-dayname br {
    display: none;
}
div.tribe-mini-calendar-grid-wrapper + p br {
    display: none;
}
thead.tribe-mini-calendar-nav td,
td.tribe-events-thismonth,
td.tribe-events-othermonth,
tr th.tribe-mini-calendar-dayofweek {
    padding: 0 !important;
}
thead.tribe-mini-calendar-nav td,
.tribe-mini-calendar thead.tribe-mini-calendar-nav {
    background: #71b6e8 !important;
    border-color: #71b6e8 !important;
}
#tribe-events-content .tribe-events-calendar td,
.tribe-events-calendar td {
    padding: 0 !important;
    height: 145px;
}

.recurring-info-tooltip,
.tribe-events-calendar .tribe-events-tooltip,
.tribe-mini-calendar .tribe-events-tooltip,
.tribe-events-shortcode.view-week .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip {
    padding: 30px 25px !important;
}
.recurring-info-tooltip h3.entry-title,
.tribe-events-calendar .tribe-events-tooltip h3.entry-title,
.tribe-mini-calendar .tribe-events-tooltip h3.entry-title,
.tribe-events-shortcode.view-week .tribe-events-tooltip h3.entry-title,
.tribe-events-week .tribe-events-tooltip h3.entry-title {
    font-size: 22px;
    line-height: 1.3em;
}
.tribe-mini-calendar .tribe-events-future div[id*="tribe-events-daynum-"],
.tribe-mini-calendar .tribe-events-future div[id*="tribe-events-daynum-"] a,
.tribe-events-calendar .tribe-events-future div[id*="tribe-events-daynum-"],
.tribe-events-calendar .tribe-events-future div[id*="tribe-events-daynum-"] a {
    background-color: #71b6e8;
}

.tribe-mini-calendar tbody tr {
    border: 0;
}
.tribe-mini-calendar thead tr th,
.tribe-events-calendar thead tr th {
    background: #71b6e8;
    color: #fff !important;
    border-right: none;
    border-left: none;
}

.tribe-mini-calendar-event .list-info h2 {
    margin-bottom: 6px !important;
    padding-bottom: 0;
}

table.tribe-mini-calendar tbody tr td div[id*="daynum-"] a {
    color: #045f91 !important;
}
table.tribe-mini-calendar tbody tr td div[id*="daynum-"] a:before {
    background: #045f91 !important;
}
table.tribe-mini-calendar tbody tr td span {
    color: gray !important;
}
table.tribe-mini-calendar tbody tr td.tribe-events-othermonth span,
table.tribe-mini-calendar tbody tr td.tribe-events-othermonth a {
    opacity: 0.4;
}
table.tribe-mini-calendar tbody tr td.tribe-events-present span {
    color: #fff !important;
}
table.tribe-mini-calendar tbody tr td.tribe-events-present div[id*="daynum-"] a:before {
    background: #fff !important;
}
table.tribe-mini-calendar tbody tr td.tribe-events-present div[id*="daynum-"] a {
    color: #fff !important;
}
table.tribe-mini-calendar tbody tr td.tribe-mini-calendar-today div[id*="daynum-"] a {
    color: #fff !important;
}
table.tribe-mini-calendar tbody tr td.tribe-mini-calendar-today span {
    color: #fff !important;
}
table.tribe-mini-calendar tbody tr td.tribe-mini-calendar-today div[id*="daynum-"] a:before {
    background: #fff !important;
}
div.tribe-mini-calendar-no-event {
    color: gray;
}
div.tribe-events-present .tribe-mini-calendar-day-link {
    color: #fff;
}

h1.tribe-events-page-title {
    letter-spacing: 1px;
    font-size: 40px;
    margin-bottom: 40px;
}

#tribe-events-content {
    margin-bottom: 100px !important;
}

.tribe-events-event-image {
    margin-top: 30px !important;
}
.single-tribe_events div.tribe-events-event-meta,
.tribe-events-single-event-description {
    background-color: #f4f4f4;
    border: none;
    border-radius: 0;
}
.tribe-events-single-event-description .tribe-events-single-section-title {
    font-size: 17px;
    font-weight: 700;
    margin: 0px 0 10px !important;
}

.single-tribe_events div.tribe-events-single-event-description {
    padding: 4%;
}
.tribe-events-nav-next a,
.tribe-events-nav-previous a {
    font-size: 17px;
}
.tribe-events-sub-nav {
    overflow: visible !important;
    margin-bottom: 40px;
}

#service_en_ligne {
    position: absolute;
    top: 30px;
    z-index: -1;
}

/*
 *  WIDGETS
 */
h4.widgettitle {
    line-height: 1.5em;
}
.widget_wysija_cont p {
    padding: 0;
}
.widget_wysija_cont p br {
    display: none;
}

/*
 *  SEARCH
 */
.search h1.entry-title {
    font-size: 45px;
}
.search .entry-content p {
    font-size: 17px;
}
.search .et_post_meta_wrapper {
    padding-top: 30px;
}
.search article .acx_single_post_breadcrump {
    margin-bottom: 25px;
}
.search article {
    margin-bottom: 25px;
}

/*
 * Offre d;emploi
 */
.accueil-view-offre-emploi {
    border: 4px solid #71b6e8;
    padding: 40px;
}
.accueil-view-offre-emploi ul {
    padding: 10px 0 0 0;
    margin-bottom: 15px;
}
.accueil-view-offre-emploi li {
    list-style-type: none;
    padding-bottom: 25px;
    font-size: 20px;
}
.accueil-view-offre-emploi li a {
    font-weight: bold;
}
.offre-emploi-container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
}

.offre-emploi-container .offre-emploi {
    border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    border: 3px solid #71b6e8;
    padding-top: 15px !important;
    padding-right: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 15px !important;
    margin-bottom: 30px !important;
    flex: 0 1 47.5%;
    margin-right: 5%;
    font-weight: bold;
    /* height: auto; */
}
.offre-emploi-container .offre-emploi span {
    color: #000;
    font-weight: normal;
}

.offre-emploi-container .offre-emploi.offre-autre {
    border: none;
    padding: 0 0 1em 0 !important;
    color: #000;
    font-weight: normal;
}
.offre-emploi-container .offre-emploi:nth-child(even) {
    margin-right: 0;
}
.et_pb_fullwidth_header_subhead {
    font-family: "Bitter", Georgia, "Times New Roman", serif !important;
}
.category #left-area .post-categories {
    list-style-type: none;
    padding-left: 0;
}
body #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured {
    background: transparent;
}
body #tribe-events-content table.tribe-events-calendar .type-tribe_events.tribe-event-featured a {
    color: rgb(4, 95, 145) !important;
}
#et_mobile_nav_menu .mobile_menu_bar_toggle:before {
    color: #fff;
}
body #main-header .et_mobile_menu {
    background-color: #fff;
    border: none;
}
#mobile_menu > li > a {
    color: #0c4e67;
}
#mobile_menu > li > ul a {
    color: #71b6e8;
}

.home .tribe-mini-calendar {
    max-width: 100%;
    margin: 0 auto;
    height: 400px;
}
.home div.tribe-mini-calendar-event .list-date {
    max-width: 50px;
}
.home .tribe-mini-calendar-wrapper {
    display: flex;
}
.home .tribe-mini-calendar-grid-wrapper {
    flex: 0 1 510px;
    margin-right: 140px;
}
.home .tribe-mini-calendar-list-wrapper {
    flex: 1;
}
.home .tribe-mini-calendar-list-wrapper .type-tribe_events {
    transform: scale(1.1);
    transform-origin: left bottom;
    margin-bottom: 20px;
}
.home div.tribe-mini-calendar-event .list-date {
    max-height: 50px;
}
.home div.tribe-mini-calendar-event {
    display: flex;
}
.home .tribe-mini-calendar-event.first {
    margin-top: 0;
}
.entry-content table,
body.et-pb-preview #main-content .container table {
    width: 100% !important;
    /* overflow-x: auto; */
}
.mobile-table {
    overflow-x: auto;
}
