/*

* Theme Name: Theme organizing2
* Version: 1.0.0

*/

/* importation du police pour le site*/
@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Pacifico&display=swap');
.container{
    max-width: 1060px;
    width: 100%;
    margin: 0 auto;
}
  .p404{
    body {
        font-family: Arial, sans-serif;
        margin: 0;
        padding: 0;
        background-color: #f4f4f4;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .container {
        text-align: center;
    }
    h1 {
        font-size: 160px;
        margin: 0;
    }
    h2 {
        font-size: 32px;
        margin: 0;
    }
    p {
        margin: 20px 0;
        font-size: 19px;
    }
    a {
        display: inline-block;
        margin-top: 20px;
        padding: 10px 20px;
        color: #fff;
        background-color: #007bff;
        text-decoration: none;
        border-radius: 5px;
        transition: background-color 0.3s;
    }
    a:hover {
        background-color: #0056b3;
    }
 }
/* debut du css pour le header mais aussi pour le surheader*/
header{
        background-color:#CFDAF6;
        height:119px;
        font-size: 16px;
        font-family:Quicksand;
        font-weight: 700;
        position: relative;
        z-index: 1;

    p{
        font-size:12px;
        font-weight: 400;
       
    }
    .surheader{
        float: right;
        border-bottom-left-radius: 30px;
        background-color: #414292;
        padding: 10px 198px 10px 109px;
        color: white;
    }

    li{
        list-style-type: none;
        display: inline;
   
    }
    .menu{
        display: flex;
        align-items: center;
        gap: 52px;
        justify-content: center;
        text-align: center;
        margin-left: 0px;
        width:100%;
  
    }
    .inner {
        display: flex;
        align-items: center;
        gap: 32px;
        margin-bottom: 32px;
        width: 100%;
        justify-content: space-between;
    }

    .intemenu{
        display: flex;
        align-items: center;
        gap: 138px;
    }

    .menu a {
        text-decoration: none;
        color:#562F11;
    }

    .header-image{
        display: flex;
        width: 1060px;
        margin: 0 auto;
    }

    .image a{
        cursor: pointer;
        pointer-events: auto;
        z-index: 1;
    }
    
    .header-image img {
        display:block;
    }

    h2{
        font-family: Pacifico;
        font-size: 40px;
        color:#562F11;
        font-weight: 300;
    }
 
    @media (max-width: 768px) {
        /* Styles pour les écrans dont la largeur est inférieure ou égale à 428px */
       .surheader{
        padding:10px 20px;
       }
        .header-image {
            width:680px;
        }
       h2{ display :none;
        }
        .menu {
            gap:30px;
        }
        .intemenu{
            gap:94px;
        }
    }

    @media (max-width: 428px) {
        /* Styles pour les écrans dont la largeur est inférieure ou égale à 428px */
       .surheader{
        padding:5px 20px;
       }
        .header-image {
            width:370px;
        }
       h2{ display :none;
        }
        .menu {
            display: block;
            text-align: left;
        }
        .intemenu{
            gap:10px;
            margin:18px 5px;
        }
    }
}

/* Cible uniquement le formulaire avec l'ID 46 */
#wpforms-46 .wpforms-field {
    background-color: #e0f7fa;
}




/* fin du css pour le header et le surheader*/


/* css pour le body*/
body{
        background-color: #FFFcf7;
}
 /* tout les styles pour le css du footer mais aussi du footer droit et gauche*/
footer{
        background-color: rgb(207, 218, 246);

    .footer-global-container{
        display: flex;
        justify-content: space-between;
        padding: 30px 0 50px;
        font-family: Quicksand;
        max-width: 1060px;
        width: 100%;
        margin: 0 auto;
    }

    .footer-left{
        font-size:16px;
        display: flex;
        flex-direction: column;
        gap: 19px;
    }

    .footer-right{
        display: flex;
        flex-direction: column;
        gap:19px;
    }
        
    .donner-completement{
        font-size:12px;
        display: flex;
        gap: 19px;
        justify-content: flex-start;
        align-items: flex-start;
       
        a{
            text-decoration: none;
            color:black;
        }
    }

    .num{
        line-height: 22px;
    }
  
    h2{
        color:#401E08;
        font-size:64px;
        font-family: Pacifico;
        width:60%;
        line-height: 80px;
    }

    @media (max-width: 768px) {
        /* Styles pour les écrans dont la largeur est inférieure ou égale à 428px */
       .footer-right{
        text-align: center;
        display:flex;
       }
       h2{
        text-align: center;
        width:100%;
        font-size:60px;
       }
       .footer-global-container{
        display: flex;
        width: 650px;
        margin: 0 auto;
       }

       .footer-left{
        text-align:center;
        display: flex;
       }
       .donner-completement{
        text-align: center;
       }
    }

    @media (max-width: 428px) {
        /* Styles pour les écrans dont la largeur est inférieure ou égale à 428px */
       .footer-right{
        text-align: center;
        display:flex;
        margin: 0 auto;
       }
       h2{
        text-align: center;
        width:100%;
        font-size:56px;
       }
       .footer-global-container{
        display: flex;
        flex-direction: column-reverse;
        width:370px;
       }

       .footer-left{
        text-align:center;
        display: flex;
        margin: 0 auto;
        padding-top:40px;
       }
       .donner-completement{
        text-align: center;
        font-size:11px;
        display: block;
       }
    }

}

/* fin du css pour le footer*/

/* tout les styles css des differents boutons*/
    .contact-button {
        position: relative;
        background-color: #414292;
        color: white;
        padding:10px 15px;
        border: none;
        height:50px;
        border-radius: 30px;
        cursor: pointer;
        text-decoration: none;
        transition: background-color 0.5s ease;
        font-family: "Quicksand", serif;
        font-optical-sizing: 16px;
        font-weight: 700;
        font-style: normal;
    }
    .HO {
        position: relative;
        background-color: #414292;
        color: white;
        padding:10px 15px;
        border: none;
        height:50px;
        border-radius: 30px;
        cursor: pointer;
        text-decoration: none;
        font-family: "Quicksand", serif;
        font-optical-sizing: 16px;
        font-weight: 700;
        font-style: normal;
    }
    .HO.has-number{
        padding-left:32px;
    }
    .HO span{
        width:44px;
        height:44px;
        background-color: #414292;
        display: inline-block;
        border-radius: 50%;
        position:absolute;
        top:0;
        left:-22px;
        border: 3px solid #CFDAF6;
        font-size:24px;
        line-height: 44px;

    }
    .HOM {
        position: relative;
        background-color: #CFDAF6;
        color: #000000;
        padding:10px 15px;
        border: none;
        height:50px;
        border-radius: 30px;
        cursor: pointer;
        text-decoration: none;
        font-family: "Quicksand", serif;
        font-optical-sizing: 16px;
        font-weight: 700;
        font-style: normal;
    }
    .HOM.has-number{
        padding-left:32px;
    }
    .HOM span{
        width:44px;
        height:44px;
        background-color: #CFDAF6;
        display: inline-block;
        border-radius: 50%;
        position:absolute;
        top:0;
        left:-22px;
        border: 3px solid #EAF0F7;
        font-size:24px;
        line-height: 44px;
    }

    .contact-button:hover {
        background-color: #fffcf7;
        color:#414292;
        border: solid 0.5px;
        border-color:#414292;
    }
    /*fleche avis clients mais gauche*/
    .button_gauche {
        background-color: #414292;
        color: white;
        padding:15px 10px;
        border: none;
        border-radius: 200px;
        cursor: pointer;
        text-decoration: none;
    }
    /* fleche avis clients*/
    .button_droite {
        background-color: #414292;
        color: white;
        padding:15px 10px;
        border: none;
        border-radius: 200px;
        cursor: pointer;
        text-decoration: none;
    }
    /*fleche avis clients mais gauche transparente*/
    .button_gauche_transparent {
        background-color: #414292;
        color: white;
        padding:15px 10px;
        border: none;
        border-radius: 200px;
        cursor: pointer;
        text-decoration: none;
        opacity: 25%;
    }
    /* fleche avis clients transparente*/
    .button_droite_transparent {
        background-color: #414292;
        color: white;
        padding:15px 10px;
        border: none;
        border-radius: 200px;
        cursor: pointer;
        text-decoration: none;
        opacity: 25%;
    }
    /*fleche avis clients mais gauche transparente*/
    .button_gauche_realisation {
        background-color: #80314B;
        color: white;
        padding:15px 10px;
        border: none;
        border-radius: 200px;
        cursor: pointer;
        text-decoration: none;
    }
    /* fleche avis clients transparente*/
    .button_droite_realisation {
        background-color: #80314B;
        color: white;
        padding:15px 10px;
        border: none;
        border-radius: 200px;
        cursor: pointer;
        text-decoration: none;
    }
    /* bouton jaune prestation, me contacter et en savoir plus*/
    .button_jaune {
        background-color: #E2A710;
        color: white;
        padding:10px 15px;
        border: none;
        height:50px;
        border-radius: 30px;
        cursor: pointer;
        text-decoration: none;
        transition: background-color 0.5s ease;
        font-family: "Quicksand", serif;
        font-optical-sizing: 16px;
        font-weight: 700;
        font-style: normal;
    }

    .button_jaune:hover {
         background-color: #fbefd1;
        color:#E2A710;
    }

    /* bouton en savoir plus a droite et a gauche dans prestation*/
    .button_variante {
        background-color: #FFD771;
        color: black;
        padding:10px 15px;
        border: none;
        height:50px;
        border-radius: 30px;
        cursor: pointer;
        text-decoration: none;
        transition: background-color 0.5s ease;
        font-family: "Quicksand", serif;
        font-optical-sizing: 16px;
        font-weight: 700;
        font-style: normal;
    }

    .button_variante:hover {
        background-color: #fffcf7;
        color:#FFD771;
        border:0.5px solid;
        border-color:#E2A710;
    }



    /*pour le footer bouton jaune pour contacter*/
    .bouton{
        cursor: pointer;
        text-decoration: none;
        background: none;
        border:none;
    }



/*.quicksand-<uniquifier> {
  font-family: "Quicksand", serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
 .pacifico-regular {
  font-family: "Pacifico", serif;
  font-weight: 400;
  font-style: normal;
} */