/*------------------------------------------------------------------------------------
-------------------------------------- Globlal ---------------------------------------
------------------------------------------------------------------------------------*/

html {
  scroll-behavior: smooth;
}


body {
    background-image: url('img/Background.svg');
    background-size: 300%;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}

.no-scroll {
    overflow: hidden;
    height: 100vh;
}

/*------------------------------------------------------------------
--------------------------- Loader ---------------------------------
------------------------------------------------------------------*/

.loader {
    position: fixed;
    z-index: 9998;
    inset: 0;
    width: 100vw;
    height: 100vh;
    background: #131313;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.6s;
    overflow: hidden;
}

#loader.hide {
    opacity: 0;
    pointer-events: none;
}

.loader_content {
    z-index: 9999;
    width: 800px;
    height: 800px;
}


@media (max-width: 768px) {
    .loader_content {
        width: 320px;
        height: 320px;
    }
}

/*------------------------------------------------------------------
--------------------------- Header ---------------------------------
------------------------------------------------------------------*/

header {
    position: sticky;
    top: 0;
    padding-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 92px;
    z-index: 20;
}

.header_div {
    width: auto;
    display: flex;
    background-color: #131313;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    padding-top: 10px;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}

/* Logo */
.logo_header_div {
    padding-right: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.logo_header_img {
    width: 230px;
}

/* Menu */
.menu_header {
    gap: 20px;
    display: flex;
    padding: 0;
}

.text_menu_header {
    text-decoration: none;
    color: #F2F2F2;
    font-size: 35px;
    font-family: 'Dosis';
    font-weight: 600;
    transition-duration: 0.3s;
}

.text_menu_header:hover {
    color: #77170a;
}

@media (max-width: 768px) {
    header {
        padding-top: 10px;
        padding-left: 5px;
        padding-right: 0px;
    }
    .header_div {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 10px;
        padding-top: 10px;
        border-radius: 14px;
    }
    .logo_header_div {
        padding-right: 10px;
        padding-left: 0px;
    }
    .logo_header_img {
        height: 30px;
        width: auto;
    }
    .menu_header {
        gap: 5px;
        margin: 0px;
        padding-left: 10px;
    }
    .text_menu_header {
        font-size: 15px;
    }
}



/*------------------------------------------------------------------
------------------------ Footer ------------------------------------
------------------------------------------------------------------*/

.footer {
    z-index: 9;
    margin-top: 0px;
    width: 100%;
    height: auto;
    background-color: #131313;
    background-size: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
}

.footer_div_sup {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.footer_div {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footer_video {
    width: 25%;
    height: 300px;
    padding: 0px;
}

.footer_rs {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 50px;
    padding: 0px;
}

.footer_img_insta {
    height: 150px;
}

.footer_img {
    height: 200px;
}

.footer_up_div {
    width: 25%;
}

.footer_copyright {
    padding: 0px;
    color: #F2F2F2;
    font-size: 30px;
    font-family: 'Dosis';
    font-weight: 600;
}

/* PC Portable */

@media (max-width: 1350px) {
    .footer_img_insta {
        height: 150px;
    }

    .footer_img {
        height: 200px;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .footer_rs {
        gap: 10px
    }
    .footer_img_insta {
        height: 40px;
    }

    .footer_img {
        height: 60px;
    }
    .footer_video {
        height: 80px;
    }
    .footer_copyright {
        font-size: 15px;
    }
}

/*------------------------------------------------------------------
-------------------- Animation section -----------------------------
------------------------------------------------------------------*/

.section {
  opacity: 0;
  transform: translateY(80px);
  transition: opacity 0.8s cubic-bezier(.77,0,.18,1), transform 0.8s cubic-bezier(.77,0,.18,1);
  will-change: opacity, transform;
}

.section.visible {
  opacity: 1;
  transform: translateY(0);
}

/*------------------------------------------------------------------
------------------------ Projet ------------------------------------
------------------------------------------------------------------*/

.projet_titre {
    font-family: 'Dosis';
    font-size: 80px;
    font-weight: 700;
    color: #F2F2F2;
    margin-bottom: 20px;
}

.projet_p {
    font-family: 'Domine';
    font-size: 40px;
    font-weight: 400;
    color: #F2F2F2; 
    text-align: center;
    margin-top: 0px;
}

.projet_img {
    height: 70px;
}

@media (max-width: 768px) {
    .projet_titre {
        font-size: 50px;
    }
    .projet_p {
        font-size: 30px;
    }
}

/*------------------------------------------------------------------
------------------------ Landing -----------------------------------
------------------------------------------------------------------*/

.landing {
    padding-bottom: 100px;
    margin-top: -170px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}

.landing_img {
    width: 100%;
    padding: 0px;
    margin: 0px;
}

.landing_img_tel {
    display: none;
    width: 100%;
    padding: 0px;
    margin: 0px;
}

/* PC Portable */

@media (max-width: 1100px) {
    .landing_img {
        display: none;
    }
    .landing_img_tel {
        width: 100%;
        display: block;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .landing {
        margin-top: -110px;
        margin-bottom: 0px;
        margin-left: 0px;
        margin-right: 0px;
        padding-bottom: 50px;
    }
    .landing_img {
        display: none;
    }
    .landing_img_tel {
        width: 100%;
        display: block;
    }
}


/*------------------------------------------------------------------------------------
-------------------------------------- Accueil ---------------------------------------
------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------
--------------------------- Illustration ---------------------------
------------------------------------------------------------------*/

/* Illustrations */

.illus_div {
    overflow-x: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    height: 850px;
}

.illus_web, .illus_design {
    width: 550px;
    padding-left: 30px;
    padding-right: 30px;
}

.illus_web {
    animation: face-in-illus-gauche 3s 1s cubic-bezier(.5, 0, 0, 1) both;
}

.illus_design {
    animation: face-in-illus-droite 3s 1s cubic-bezier(.5, 0, 0, 1) both;
}

@keyframes face-in-illus-gauche {
    0% {
        opacity: 0;
        transform: translateX(-200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes face-in-illus-droite {
    0% {
        opacity: 0;
        transform: translateX(200px);
    }
    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Logo */

.illus_video {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
    animation-delay: 3s;
    animation: face-in-video 3s 1s cubic-bezier(.5, 0, 0, 1) both;
}

@keyframes face-in-video {
    0% {opacity: 0%;}
    100% {opacity: 1;}
}

/* PC Portable */

@media (max-width: 1350px) {
    .illus_video {
        width: 600px;
    }
}

@media (max-width: 1100px) {
    .illus_web, .illus_design {
        width: 400px;
    }
    .illus_video {
        width: 500px;
    }
}


/* Mobile */

@media (max-width: 768px) {
    .illus {
        width: 100%;
        position: relative;
    }
    .illus_div {
        width: 100%;
        height: 220px;
        gap: 5px;
    }
    .illus_web, .illus_design {
        width: 50%;
        padding: 0px;
    }
    .illus_video {
        width: 150px;
    }
}

/*------------------------------------------------------------------
--------------------------- Galerie --------------------------------
------------------------------------------------------------------*/

.galerie {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.galerie_div {
    width: 1340px;
    height: 800px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
}

/* Button */

.galerie_button_div {
    width: 36%;
    height: 27%;
    background-color: #131313;
    padding: 2em;
    border-radius: 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0%;
    left: 98.5%;
    transform: translate(-100%, -0%);
}

.galerie_button {
    text-decoration: none;
    color: #F2F2F2;
    padding: 15px;
    font-family: 'Dosis';
    font-size: 30px;
    font-weight: 500;
    background-color: #77170a;
    border-radius: 16px;
    transition-duration: 0.5s;
}

.galerie_button:hover {
    color: #131313;
}

/* Text */

.galerie_button_text {
    color: #F2F2F2;
    font-family: 'Dosis';
    font-weight: 600;
    font-size: 60px;
}

.galerie_img {
    width: 100%;
}

/* PC portable */

@media (max-width: 1350px) {
    .galerie_button_div {
        width: 36%;
        height: 24%;
    }
    .galerie_button_text {
        font-size: 50px;
    }
    .galerie_button {
        font-size: 30px;
    }
}

@media (max-width: 1100px) {
    .galerie_div {
        height: auto;
    }
    .galerie_button_div {
        width: 35%;
        height: 24%;
    }
    .galerie_button_text {
        font-size: 40px;
    }
    .galerie_button {
        font-size: 24px;
    }
}

/* Mobile */

@media (min-width: 320px) and (max-width: 768px) {
    .galerie {
        width: 100%;
    }
    .galerie_div {
        height: auto;
    }
    .galerie_button_div {
        left: 95%;
        height: 1%;
        width: auto;
        border-radius: 14px;
        padding-top: 27px;
        padding-bottom: 27px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .galerie_button_text {
        font-size: 10px;
        width: 90px;
        text-align: center;
    }
    .galerie_button {
        padding: 5px;
        font-size: 6px;
    }
}

/* Mobile Moyen */

@media (min-width: 375px) and (max-width: 425px) {
    .galerie_button_div {
        left: 95%;
        height: 7%;
        width: 29%;
        border-radius: 14px;
        padding-top: 27px;
        padding-bottom: 27px;
        padding-right: 15px;
        padding-left: 15px;
    }
}

/* Mobile Grand */

@media (min-width: 425px) and (max-width: 768px) {
    .galerie_button_div {
        left: 95%;
        height: 10%;
        width: 30%;
        border-radius: 14px;
        padding-top: 27px;
        padding-bottom: 27px;
        padding-right: 15px;
        padding-left: 15px;
    }
    .galerie_button {
        font-size: 8px;
    }
}

/*------------------------------------------------------------------
----------------------- Explication --------------------------------
------------------------------------------------------------------*/

.exp {
    margin-top: 50px;
    padding-bottom: 50px;
    width: 100%;
    height: 100%;
    background-color: #131313;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.exp_div {
    padding: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
}

/* Text */

.exp_text {
    height: 30%;
    width: 45%;
    font-family: 'Domine';
    font-size: 3vw;
    font-weight: 600;
    color: #F2F2F2;
    overflow-wrap: break-word;
    text-align: left;
    padding-left: 80px;
}

/* Image */

.exp_img {
    border-radius: 50px;
    width: 33%;
    height: 30%;
}

/* Mobile */

@media (max-width: 768px) {
    .exp_div {
        padding: 20px;
    }
    .exp_text {
        font-size: 10px;
        padding-left: 20px;
    }
    .exp_img {
        border-radius: 14px;
    }
}

/* Mobile grand */

@media (min-width: 425px) and (max-width: 768px) {
    .exp_text {
        font-size: 12px;
    }
}

/*------------------------------------------------------------------
-------------------- Global Service --------------------------------
------------------------------------------------------------------*/

.btn_icon_wa {
    opacity: 0;
    transform: translateX(-10px);
    transition: opacity 0.5s, transform 0.5s;
    margin-left: 8px;
    width: 64px;
}

/* Mobile */

@media (max-width: 768px) {
    .btn_icon_wa {
        width: 30px;
    }
}

/*------------------------------------------------------------------
------------------------------- Web --------------------------------
------------------------------------------------------------------*/

.web {
    margin-top: -50px;
    width: 100%;
    height: auto;
    background-image: url('./img/Background.svg');
    background-size: 300%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.web_div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Titre */

.web_titre {
    font-family: 'Dosis';
    font-size: 100px;
    font-weight: 800;
    color: #F2F2F2;
}

/* Contenu */

.web_contenu_div {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 50px;
}

/* Service */

.web_service_div_sup {
    display: flex;  
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    width: 40%;
}

/* .web_service_div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    background-color: #131313;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 17vw;
} */

.web_service_div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    background-color: #131313;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 100%;
    gap: 20px
}

/* Contenu Text */

.web_contenu_titre {
    font-family: 'Dosis';
    font-size: 50px;
    font-weight: 700;
    color: #F2F2F2;
    margin: 0px;
    padding-bottom: 10px;
    text-align: center;
}

.web_contenu_p {
    font-family: 'Dosis';
    font-size: 40px;
    font-weight: 500;
    color: #F2F2F2;
    overflow-wrap: break-word;
    text-align: center;
    width: 100%;;
    margin: 0px;
    padding-bottom: 20px;
}

/* Button - Image */

.web_img_btn_div {
    width: 40%;
    height: 100%;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/* Button */

.web_btn_div {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.web_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 90%;
    text-decoration: none;
    background-color: #131313;
    font-family: 'Dosis';
    font-size: 50px;
    font-weight: 600;
    color: #F2F2F2;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    transition-duration: 0.5s;
}

.web_btn:hover {
    color: #77170a;
}

.web_btn:hover .btn_icon_wa {
    opacity: 1;
    transform: translateX(0);
}

/* Image */

.web_img {
    width: 98%;
    height: 17vw;
}

/* Mobile */

@media (max-width: 768px) {
    .web_titre {
        font-size: 50px;
    }
    .web_contenu_div {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .web_service_div_sup {
        width: 80%;
    }
    .web_service_div {
        gap: 5px;
        width: 100%;
    }
    .web_img_btn_div {
        width: 90%;
    }
    .web_img {
        border-radius: 20px;
        height: 100%;
        width: 100%;
    }
    .web_contenu_titre {
        padding-top: 15px;
        font-size: 30px;
    }
    .web_contenu_p {
        font-size: 15px;
    }
    .web_btn {
        font-size: 23px;
        padding: 20px;
    }
}

/*------------------------------------------------------------------
------------------------ Imprimable --------------------------------
------------------------------------------------------------------*/

.imprimable {
    margin-top: -50px;
    margin-bottom: -50px;
    width: 100%;
    height: auto;
    background-color: #131313;
    background-size: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 100px;
}

.imprimable_div {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* Titre */

.imprimable_titre {
    font-family: 'Dosis';
    font-size: 100px;
    font-weight: 800;
    color: #F2F2F2;
}

/* Contenu */

.imprimable_contenu_div {
    display: flex;
    justify-content: center;
    flex-direction: row;
    gap: 50px;
}

/* Service */

.imprimable_service_div_sup {
    display: flex;  
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 50px;
    width: 40%;
}

/* .imprimable_service_div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    background-color: #77170a;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 17vw;
} */

.imprimable_service_div {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 20px;
    background-color: #77170a;
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    height: 100%;
    gap: 20px
}

/* Contenu Text */

.imprimable_contenu_titre {
    font-family: 'Dosis';
    font-size: 50px;
    font-weight: 700;
    color: #F2F2F2;
    margin: 0px;
    padding-bottom: 10px;
    text-align: center;
}

.imprimable_contenu_p {
    font-family: 'Dosis';
    font-size: 40px;
    font-weight: 500;
    color: #F2F2F2;
    overflow-wrap: break-word;
    text-align: center;
    width: 100%;;
    margin: 0px;
    padding-bottom: 20px;
}

/* Button - Image */

.imprimable_img_btn_div {
    width: 40%;
    gap: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/* Button */

.imprimable_btn_div {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.imprimable_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    width: 90%;
    text-decoration: none;
    background-color: #77170a;
    font-family: 'Dosis';
    font-size: 50px;
    font-weight: 600;
    color: #F2F2F2;
    text-align: center;
    border-radius: 20px;
    padding: 30px;
    transition-duration: 0.5s;
}

.imprimable_btn:hover {
    color: #131313;
}

.imprimable_btn:hover .btn_icon_wa {
    opacity: 1;
    transform: translateX(0);
}
/* Image */

.imprimable_img {
    width: 98%;
    height: 17vw;
}

/* Mobile */

@media (max-width: 768px) {
    .imprimable_titre {
        font-size: 50px;
    }
    .imprimable_contenu_div {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 20px;
    }
    .imprimable_service_div_sup {
        width: 80%;
    }
    .imprimable_service_div {
        gap: 5px;
        width: 100%;
    }
    .imprimable_img_btn_div {
        width: 90%;
    }
    .imprimable_img {
        border-radius: 20px;
        height: 100%;
        width: 100%;
    }
    .imprimable_contenu_titre {
        padding-top: 15px;
        font-size: 30px;
    }
    .imprimable_contenu_p {
        font-size: 15px;
    }
    .imprimable_btn {
        font-size: 23px;
        padding: 20px;
    }
}

/*------------------------------------------------------------------
---------------------------- Projet --------------------------------
------------------------------------------------------------------*/

.projet_index {
    z-index: 0;
    margin-bottom: -50px;
    width: 100%;
    height: auto;
    background-image: url('./img/Background.svg');
    background-size: 300%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 100px;
}

.projet_btn_index {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #131313;
    padding-left: 35px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px;
    text-decoration: none;
    font-family: 'Dosis';
    font-size: 60px;
    font-weight: 550;
    color: #F2F2F2; 
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
}

.projet_btn_index:hover {
    color: #77170a;
}

.projet_btn_index:hover .btn_icon_wa {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 768px) {
    .projet_index {
        padding-bottom: 80px;
    }
    .projet_btn_index {
        font-size: 23px;
    }
}

/*------------------------------------------------------------------------------------
-------------------------------------- Contact ---------------------------------------
------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------
------------------------ Formulaire --------------------------------
------------------------------------------------------------------*/

.formulaire_div > iframe {
    overflow: hidden;
    height: 800px;
}

.formulaire {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
}

.formulaire_div {
    border-radius: 30px;
    width: 1040px;
    height: 750px;
    overflow-y: hidden;
    transition-duration: 1s;
    animation: face-in-formulaire 1s 1s cubic-bezier(.5, 0, 0, 1) both;
}

@keyframes face-in-formulaire {
    0% {
        opacity: 0;
    }
    10% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

/* Mobile et PC Portable */

@media (max-width: 1100px) {
    .formulaire {
        margin-left: 30px;
        margin-right: 30px;
    }
    .formulaire_div {
        height: 750px;
    }
}

/*------------------------------------------------------------------
---------------------------- Appel ---------------------------------
------------------------------------------------------------------*/

.appel {
    padding-top: 100px;
    padding-bottom: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.appel_num_div {
    width: 950px;
    background-color: #131313;
    padding: 50px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

/* Numéro */

.appel_num {
    font-family: 'Dosis';
    font-size: 45px;
    font-weight: 600;
    color: #F2F2F2;
    padding-bottom: 20px;
    transition-duration: 0.5s;
}

.appel_num:hover {
    color: #77170a;
}

/* Text */

.appel_num_p {
    font-family: 'Domine';
    font-size: 30px;
    font-weight: 500;
    color: #F2F2F2;
    text-align: center;
    margin: 0px;
}

/* PC Portable */

@media (max-width: 1100px) {
    .appel_num_div {
        width: 90%;
        padding: 30px;
    }
}

/* Mobile */

@media (max-width: 768px) {
    .appel_num_div {
        width: 80%;
        padding: 20px;
    }
    .appel_num {
        font-size: 30px;
    }
    .appel_num_p {
        font-size: 20px;
    }
}

/*------------------------------------------------------------------
---------------------------- Projet --------------------------------
------------------------------------------------------------------*/

.projet {
    margin-bottom: -100px;
    width: 100%;
    height: auto;
    background-color: #131313;
    background-size: 100%;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-bottom: 100px;
}

.projet_btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background-color: #77170a;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
    border-radius: 20px;
    text-decoration: none;
    font-family: 'Dosis';
    font-size: 60px;
    font-weight: 550;
    color: #F2F2F2; 
    display: flex;
    align-items: center;
    justify-content: center;
    transition-duration: 0.5s;
}

.projet_btn:hover {
    color: #131313;
}

.projet_btn:hover .btn_icon_wa {
    opacity: 1;
    transform: translateX(0);
}

@media (max-width: 768px) {
    .projet {
        padding-bottom: 130px;
    }
    .projet_btn {
        font-size: 23px;
    }
}

/*------------------------------------------------------------------------------------
-------------------------------------- Moi --------------------------------------------
------------------------------------------------------------------------------------*/

/*------------------------------------------------------------------
------------------------------ Text --------------------------------
------------------------------------------------------------------*/

.a_propos {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.a_propos_titre {
    font-family: 'Dosis';
    font-size: 130px;
    font-weight: 700;
    color: #F2F2F2; 
    margin: 0px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.a_propos_p {
    font-family: 'Domine';
    font-size: 40px;
    font-weight: 600;
    color: #F2F2F2;
    width: 80%;
    overflow-wrap: break-word;
    text-align: center;
    margin: 0px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    .a_propos_titre {
        font-size: 40px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .a_propos_p {
        font-size: 15px;
    }
}

/*------------------------------------------------------------------
--------------------------- Galerie --------------------------------
------------------------------------------------------------------*/

.galerie_moi, .galerie_passion {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.galerie_moi_img, .galerie_passion_img {
    padding: 0px;
    margin: 0px;
    height: 100%;
    width: 80%;
}