@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;600;700&display=swap');

@font-face {
    font-family: Photograph Signature;
    src: url("/Fonts/PhotographSignature.ttf")
   }

@font-face {
    font-family: Futura BT;
    src: url("/Fonts/FuturaBT-Bold-01.ttf")
   }

@font-face {
    font-family: Futura BT Regular;
    src: url("/Fonts/FuturaBT-Medium-05.ttf")
}
  
/* Supprimer marge automatique du body */
body {
    margin-top: 0 !important;
}

.home-section1 .et_pb_row {
    align-items: center;
    display: flex;
}

.home-section2 h3 {
    color: var(--BLACK, #1D1D1D);
    font-family: "Futura BT";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 113.636% */
}

.bouton-section2 {
    position:absolute!important;
    top:-120px;
    left:40px;
}

.home-section2 .et_pb_blurb_content {
    position: unset;
}

.home-section2 .et_pb_blurb_content .et_pb_main_blurb_image {
    position: absolute;
    bottom: 0;
    right: 35px;
}

.home-section3 h2, .home-section3 h4 {
    color: white!important;
}

.home-section3 p {
    color: white!important;
}

.home .home-section3 h2::after {
    content: unset;
}

.home .home-section3 .et_pb_row, .home-section3 .et_pb_row {
    display: flex;
    align-items: center;
}

.home h2, .single h1, .single h4, .page h1, .page h4, .archive h1 {
    display: inline-block;          /* limite la largeur à celle du texte */
    position: relative;             /* permet d’ajouter le soulignement en ::after */
    font-weight: 700;               /* texte en gras */
    color: var(--BLACK, #1D1D1D);
    font-family: "Futura BT";
    font-size: 51px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 117.647% */
}

.single h2, .page h2, .archive h2 {
    color: var(--BLACK, #1D1D1D);
    font-family: "Futura BT";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
}

.home-section1 h2 {
    display: inline-block;          /* limite la largeur à celle du texte */
    position: relative;             /* permet d’ajouter le soulignement en ::after */
    font-weight: 700;               /* texte en gras */
    color: var(--BLACK, #1D1D1D);
    font-family: "Futura BT";
    font-size: 51px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px; /* 117.647% */
}

.single .titre3, .page .titre3 {
    color: var(--BLACK, #1D1D1D);
    font-family: "Futura BT";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.single .et_pb_row, .page .et_pb_row {
    padding: 20px 0;
}

.home p, .single p, .home li, .single li, .page p, .page li {
    color: var(--GREY, #525252);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.home li, .single li, .page li {
    padding-left: 15px;
    padding-bottom: 15px;
}

.home li::marker, .single li::marker, .page li::marker {
    color: black;
    font-size: 20px;
}

.home article h2::after, .single h1:after, .home-section1 h2::after, .page h1:after, .archive h1:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;                   /* distance sous le texte */
    width: 40%;                     /* largeur du soulignement */
    height: 4px;                    /* épaisseur du soulignement */
    border-radius: 2px;             /* arrondi */
}

.home .home-section2 .et_pb_blurb{
    padding-top: 40px;
    padding-right: 35px;
    padding-bottom: 40px;
    padding-left: 35px;
}

.home .home-section1 .et_pb_button_module_wrapper {
    margin-top: 70px;
}

.banniere-arrondie  {
    background-position:center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    clip-path: ellipse(80% 100% at 50% 0%);
}

.et-menu a {
    color: var(--BLACK, #1D1D1D)!important;
    font-family: "Futura BT Regular";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.et_pb_section--with-menu .et_pb_row {
    display: flex;
    align-items: center;
}

.et_pb_section--with-menu .fa-solid, .fas {
    font-size: 21px;
    /*color: var(--BLACK, #1D1D1D)!important;*/
}

.et_pb_menu_0_tb_header .mobile_nav .mobile_menu_bar::before {
    font-size: 40px;
    color: var(--BLACK, #1D1D1D) !important;
}

.et_pb_section--with-menu .et_pb_column {
    margin-bottom: 0!important;
}

#et_top_search {
    display: none;
    position: absolute;
    right: 0;
    z-index: 1002;
    left: 0;
}

.et_pb_section_2_tb_header {
    background-color: transparent !important;
    padding: 0 !important;
    margin: 0;
    height: 0;
}

.et_pb_section_2_tb_header {
    position: absolute!important;
    top: 150px;
    left: 0;
    right: 0;
}

#et_top_search.show {
    display: block;
}

.et-search-field {
    padding: 10px;
    width: 100%;
    font-size: 16px;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #4e4e4e;
  }

footer a { 
    color: var(--BLACK, #1D1D1D);
    font-family: "Futura BT";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.et_pb_row_2_tb_footer p {
    color: var(--GREY, #525252);
    /* Corps de texte Desktop */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.et_pb_row_0_tb_footer  p {
    color: var(--BLACK, #1D1D1D);
    /* Corps de texte Desktop */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.et_pb_row_0_tb_footer  p img {
    margin-right: 10px;
}

.et_pb_row_0_tb_footer p {
    display: flex;
    align-items: center;
}

.home-section4 .et_pb_row {
    width: 80%;
    max-width: 1250px;
}

.miseenavantinfo .et_pb_module {
    width: 500px;
}

.miseenavantinfo h3 {
    color: var(--BLACK, #1D1D1D);
    font-family: "Futura BT";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}


/* actualités */
.home .actualites {
    padding: 60px 0;
    background: #fff;
}

.titre-section {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 30px;
    text-align: center;
}

.actus-grid {
    /*display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;*/
    
}

.actu-card {
    /*background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;*/
}

.actus-grid {
    display: flex;
    flex-wrap: wrap;        /* autorise le retour à la ligne */
    gap: 20px;              /* espace entre les cartes */
}
  
.actu-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    flex: 1 1 calc(25% - 20px); /* 4 colonnes = 25% de largeur */
    box-sizing: border-box;
    transition: transform 0.3s ease;
    max-width: 25%;
}

.actu-card img {
    border-radius: 10px;
}

.actu-card:hover {
    transform: translateY(-5px);
}

.actu-card img {
    width: 100%;
    height: 260px;
    object-fit: cover;
}

.actu-content {
    padding: 20px;
}

.actu-content .date {
    font-size: 14px;
    color: #777;
    display: block;
    margin-bottom: 8px;
    font-style: italic;
}

.actu-title {
    font-size: 20px;
    font-weight: 600;
    margin: 5px 0 10px;
    color: var(--BLACK, #1D1D1D);
    font-family: "Futura BT";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 133.333% */
}

.actu-excerpt {
    /*font-size: 15px;
    color: #444;*/
    margin-bottom: 15px;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    display: -webkit-box;
    color: var(--GREY, #525252);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
  
.actu-link {
    /*color: #0073e6;*/
    font-weight: 600;
    text-decoration: none;
    color: var(--BLACK, #1D1D1D);
    font-family: "Futura BT";
    font-size: 23px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%; /* 34.5px */
    letter-spacing: 0.92px;
    position: relative;
}

.actu-link:hover {
    text-decoration: underline;
}

.btn-wrapper {
    text-align: center;
    margin-top: 40px;
}

.actu-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -8px;
    width: 100%;
    height: 4px;
    border-radius: 2px;
  }

@media (max-width:1200px) {
  .actus-grid{
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  }
}
  
/* actualités */

.et_pb_section--with-menu .et_pb_row {
    max-width: unset;
    width: 90%;
}

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

.orientation p {
    color: #525252;
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.orientation h3 {
    color: #1D1D1D;
    font-family: "Futura BT";
    font-size: 44px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px; /* 113.636% */
}

.orientation .et_pb_row {
    max-width: 1300px;
}

.orientation .actu-link::after {
    background-color: #1D1D1D!important;
}

.orientation img {
    width: 100px;
    height: 100px;
    object-fit: contain;
    width: 200px;
height: 100px;
}

header {
    margin-bottom: 20px;
}

.contactsection .et_pb_column:nth-child(1) p {
    color: var(--WHITE, #FFF);
    font-family: "Futura BT";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    align-items: center;
}

.contactsection .et_pb_column:nth-child(1) p img {
    margin-right: 10px;
    width: 20px;
  }

.contactsection .et_pb_row {
    width: 90%;
    max-width: unset;
    display: flex;
}

.wpcf7-text, .wpcf7-textarea {
    border-radius: 10px;
    background: #EDEDED!important;
    height: 64px;
    border: unset!important;
    font-size: 20px;
    margin-top: 20px!important;
}

.wpcf7-textarea {
    height: 250px;
}

.contactsection label {
    color: var(--BLACK, #1D1D1D);
    font-family: "Futura BT";
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}

.contactsection form p:nth-of-type(1), .contactsection form p:nth-of-type(2) {
    width: 47.5%;
}

.contactsection form p:nth-of-type(1) {
    margin-right: 2.5%;
}

.contactsection form p:nth-of-type(2) {
    margin-left: 2.5%;
}

.contactsection form p:nth-of-type(3), .contactsection form p:nth-of-type(4) {
    width: 100%;
}

.contactsection form p:nth-of-type(1) .wpcf7-text, .contactsection form p:nth-of-type(2) .wpcf7-text, .contactsection form p:nth-of-type(3) .wpcf7-text, .contactsection form p:nth-of-type(4) .wpcf7-textarea {
    width: 100%;
}

.contactsection form {
    display: flex;
    flex-wrap: wrap;
}

.wpcf7-submit {
    padding: 0.3em 1em !important;
    border-radius: 5px;
    font-size: 23px;
    font-weight: 700 !important;
    border: 2px solid transparent;
    line-height: 1.7em !important;
    color: white;
}

.breadcrumb {
    font-size: 14px;
    margin: 15px 0;
    color: var(--BLACK, #1D1D1D);
    font-family: "Futura BT";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.breadcrumb a {
    text-decoration: none;
    color: #1D1D1D;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb .separator {
    margin: 0 5px;
    color: #1D1D1D;
    font-size: 30px;
}

.breadcrumb .current {
    font-weight: bold;
    color: #d35400; /* orange comme sur ton screenshot */
}

.breadcrumb i.fa-home {
    margin-right: 5px;
    color: #333;
}

@media (min-width:981px) {
    .home-sectionactu .et_pb_row {
        /*width: 90%;*/
        max-width: unset;
    }
}

@media (max-width:980px) {
    .home-section3 .et_pb_button_module_wrapper.et_pb_button_alignment_right {
        text-align: center!important;
    }

    .home-section3 .et_pb_row {
        display: block!important;
    }

    .home-section1 .et_pb_row {
        display: block
    }

    .home .home-section2 .et_pb_image_wrap, .home .home-section2 img {
        width: 100px!important;
    }

    .home-section2 .et_pb_blurb {
        height: 400px!important;
    }

    .home .home-section2 h3 {
        font-size: 28px;
        line-height: 35px;
    }

    .home .et_pb_button, .page .et_pb_button, .single .et_pb_button, .archive .et_pb_button {
        font-size: 19px!important;
    }

    .home .et_pb_row, .home-section3 { 
        width: 90%!important;
        margin-left: 5%!important;
    }

    .home article .et_pb_section {
        padding-top: 0!important;
        padding-bottom: 0!important;
    }

    .home h2 {
        font-size: 28px;
        line-height: 35px;
    }

    .home p {
        font-size: 16px;
        line-height: 21px;
    }

    .home .home-section2 .et_pb_blurb{
        padding:20px;
    }
    
    .home .home-section1 .et_pb_button_module_wrapper {
        margin-top: 0;
        text-align: center;
    }

    .home .home-section2 .et_pb_column, .home .home-section2 .et_pb_blurb {
        margin-bottom: 20px!important;
    }

    .et_pb_section:not(.orientation) .bouton-section2 {
        top: -100px;
    }

    .et_pb_row_0_tb_footer p, .et_pb_row_2_tb_footer p {
        justify-content: center!important;
        text-align: center!important;
    }

    .et_pb_row_0_tb_footer .et_pb_column {
        padding-left: 0!important;
    }

    .et_pb_row_0_tb_footer .et_pb_column_1_3 .et_pb_module {
        text-align: center;
    }

    footer a { 
        font-size: 18px;
    }
    
    .et_pb_row_2_tb_footer p {
        font-size: 16px;
    }
    
    .et_pb_row_0_tb_footer  p {
        font-size: 16px;
    }

    .et_pb_menu__wrap {
        display: flex!important;
        justify-content: flex-start!important;
    }

    .miseenavantinfo .et_pb_module {
        width: 100%;
        max-width: 500px;
    }

    .orientation p {
        color: #525252;
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px; /* 131.25% */
    }
    
    .orientation h3 {
        color: #1D1D1D;
        font-family: "Futura BT";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px; /* 116.667% */
    }
    
    .orientation .actu-link {
        color: #1D1D1D;
        font-family: "Futura BT";
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%; /* 28.5px */
        letter-spacing: 0.76px;
    }

    .orientation .et_pb_column {
        margin-bottom: 0;
    }

    .orientation .et_pb_blurb {
        height: 550px!important;
    }

    .orientation .et_pb_row {
        width: 90%;
    }

    .orientation .et_pb_blurb_content {
        align-items: center;
    }

    .contactsection .et_pb_row {
        flex-direction: column-reverse;
    }

    .contactsection form p:nth-of-type(1) {
        margin-right: unset;
    }

    .contactsection form p:nth-of-type(2) {
        margin-left: unset;
    }

    .contactsection form p:nth-of-type(1), .contactsection form p:nth-of-type(2) {
        width: 100%;
    }

    .contactsection form {
        justify-content: center;
    }

    .wpcf7-spinner {
        position: absolute;
    }

    .wpcf7-submit {
        margin-bottom: 30px;
    }

    .single h1, .single h4, .page h1, .page h4, .archive h1 {
        color: var(--BLACK, #1D1D1D);
        font-family: "Futura BT";
        font-size: 30px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
    }

    .single h2, .page h2 {
        color: var(--BLACK, #1D1D1D);
        font-family: "Futura BT";
        font-size: 28px;
        font-style: normal;
        font-weight: 700;
        line-height: 35px;
    }

    .home p, .single p, .home li, .single li, .page p, .page li {
        color: var(--GREY, #525252);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }

    .miseenavantinfo h3 {
        color: var(--BLACK, #1D1D1D);
        font-family: "Futura BT";
        font-size: 18px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

    .actu-link {
        color: #1D1D1D;
        font-family: "Futura BT";
        font-size: 19px;
        font-style: normal;
        font-weight: 700;
        line-height: 150%;
        letter-spacing: 0.76px;
    }

    .boutonprincipal .et_pb_row, .boutonsecondaire .et_pb_row {
        text-align: center;
    }

    .actu-title {
        font-size: 18px;
    }

    .actu-excerpt {
        color: var(--GREY, #525252);
        font-family: Inter;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 21px;
    }
}

@media (max-width: 980px) {
    .actu-card {
      flex: 1 1 calc(50% - 20px); /* 2 par ligne sur tablette */
      max-width: 50%;
    }
}
  
@media (max-width: 768px) {
    .actu-card {
      flex: 1 1 100%; /* 1 par ligne sur mobile */
      max-width: 100%;
    }
}

.et-menu .menu-item-has-children > a:first-child::after {
    /*right: 25px!important;*/
    font-size: 25px!important;
}

.et-menu .menu-item-has-children > a:first-child {
    padding-right: 25px!important;
}

.nav li ul {
    border-top: unset!important;
}

.et-menu .sub-menu a {
    color: var(--GREY, #525252) !important;
    font-family: "Futura BT Regular";
    font-size: 21px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

@media (min-width: 981px) {
    .nav li ul, .et-menu li li {
        width: 340px!important;
    }

    .et-menu li li a {
        width: auto!important;
    }
}

@media (max-width: 980px) {
    .et_pb_menu .et_mobile_menu {
        top: 80px!important;
        border-top: unset!important;
    }
    
    header .et_mobile_menu ul.sub-menu {
        display: none !important;
        visibility: hidden !important;
        transition: all 1.5s ease-in-out;
        background-color: white !important;
    }
    .et_mobile_menu {
        overflow-y: scroll;
        height: calc(100vh - 64px);
    }
    .cartouche, .et_mobile_menu {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    header .et_mobile_menu .menu-item-has-children > a::after {
        font-family: 'ETmodules';
        text-align: center;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        -webkit-font-smoothing: antialiased;
        position: absolute;
    }

    header .et_mobile_menu .menu-item-has-children > a::after {
        font-size: 25px;
        content: '5';
        top: 13px;
        right: 10px;
    }

    .et_mobile_menu {
        position: absolute;
        left: 0;
        padding: 5%;
        background: #fff;
          background-color: rgb(255, 255, 255);
        width: 80%!important;
        visibility: visible;
        opacity: 1;
        display: none;
        z-index: 9999;
        border-radius: 0 20px 20px 0px;
        box-shadow: 0 2px 5px rgba(0,0,0,.1);
        -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
        -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    }

    .mobile_nav.opened .mobile_menu_bar::before {
        content: "\4d";
    }

    header .et_mobile_menu .menu-item-has-children > a {
        position: relative;
    }

    .search-icon {
        margin-right: 20px!important;
    }

    .et_pb_row--with-menu {
        width: 100%!important;
    }

    .sub-menu li {
        padding-top: 15px;
    }
    
    header .et_mobile_menu .menu-item-has-children.visible > a::after {
        content: '3';
    }
    
    .home .et_pb_row--with-menu .et_pb_column_0_tb_header {
        display:none
    }
    .et_pb_row--with-menu .et_pb_column_0_tb_header {
        position: absolute;
    }
    .et_pb_column--with-menu {
        z-index:auto!important
    }

    .et_pb_row--with-menu .et_pb_column_0_tb_header a {
        display: flex!important;
        justify-content: center!important;
    }
}

.home-section2 .et_pb_blurb_content {
    display: block!important;
}

.et_pb_menu--without-logo .et_pb_menu__menu > nav > ul > li > a {
    padding-bottom: 0!important;
  }

.home-section1 .et_pb_blurb_content .et_pb_module_header {
    padding-bottom: 0!important;
}

.et_pb_menu .et-menu > li {
    padding-left: 21px!important;
    padding-right: 21px!important;
}

.et-menu-nav ul {
    width: 80vw;
}

body:not(.home) .banniere-arrondie {
    display: none;
}

body:not(.home) .et_pb_section_0_tb_header {
    box-shadow: 7px 7px 16.2px 0px rgba(0, 0, 0, 0.20);
    -moz-box-shadow: 7px 7px 16.2px 0px rgba(0, 0, 0, 0.20);
    -webkit-box-shadow: 7px 7px 16.2px 0px rgba(0, 0, 0, 0.20);
    -ms-box-shadow: 7px 7px 16.2px 0px rgba(0, 0, 0, 0.20);
    -o-box-shadow: 7px 7px 16.2px 0px rgba(0, 0, 0, 0.20);
}

.mobile_menu_bar {
    z-index: 100000;
}

.et_mobile_menu {
    position: fixed!important;
    height: calc(-80px + 100vh);
    overflow-y: scroll;
}

.et-db #et-boc .et-l .et_pb_menu .et_mobile_menu li:not(.visible) ul {
    display: none !important;
}

.menu-item-has-children > a {pointer-events:none}
.et_pb_row--with-menu .et_pb_column_0_tb_header a {  width: 100%;
  height: 100%;
  display: block;
}
.et-menu-nav ul {width:unset}
.et_pb_row--with-menu .et_pb_column_0_tb_header a img { max-height: 42px;
object-fit: contain; }