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

@font-face {
    font-family: Futura BT;
    src: url("/Fonts/FuturaBT-Bold-01.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;
    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;
}

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

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

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

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

.home 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% */
}

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

.home article h2::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";
    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_pb_menu__wrap {
    display: flex!important;
    justify-content: flex-start!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: 100px;
    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;
}

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

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

    .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 {
        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: 0px!important;
    }

    .bouton-section2 {
        top: -80px;
    }

    .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;
    }
}