@import url('https://fonts.googleapis.com/css2?family=Pragati+Narrow&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lekton&display=swap');

body {
    font-family: 'Pragati Narrow', sans-serif;
    line-height: 1.1;
    letter-spacing: 2px;
    padding: 0px;
    margin: 0px;
    width: 100%;
}

h1,h2,h3,h4,h5,h6,p,label{
    margin-left: 20px;
    margin-right: 20px;
}

nav{
    margin: 20px 50px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.navbar-return{
    margin-right: 50px;
}

.flex-column{
    display: flex;
}

h1{
    font-size: 70px;
}

h2{
    font-size: 50px;
}

h3{
    font-size: 35px;
}
h4{
    font-size: 23px;
}

p{
    font-family: 'Lekton', sans-serif;
    font-size: 20px;
    
}



.topSection{
    background-color: rgb(241, 241, 241);
    padding: 30px 0px;
}

.topSectionFlex{
    width: 100%; 
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center
    
}

.topSection-text{
    width: 650px;
    
}

.topSection-text span{
    font-style: italic;
    font-weight: bold;
}

.topSection-text span p{
    font-size: 15px;
}

.topSection-text h1{
    margin-bottom: 20px;
}

.topSectionFlex img{
    width: 450px;
    height: auto;
    margin-left: 50px;
}




.midSection{
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.midBlock{
    display: flex;
    flex-direction: column;

}

.midPart{
    width: 100%; 
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.midVig{
    width: 350px;
    margin: 0 20px 0 20px;
}

.midVig .bouton{
    border: 2px;
    border-radius: 10px;
    background-color: rgb(45, 45, 45);
    cursor: pointer;
    width: 180px;
    display: flex;
    justify-content: center;
    padding: 15px;  
}

.midVig img{
    width: 350px;
    height: 350px;
    object-fit: cover;
    border-radius: 10px;
}

.midAvantage{
    
}

.margAvantage{
    margin-left: 150px;
}

.blockAv{
    margin-right: 50px;
}

.overlay{
        display: flex;
        align-items: center;
        border-radius: 10px;
        position:absolute;
        width: 350px;
        height: 590px;
        background: rgba(0, 0, 0, 0.564); 
        z-index: 9999;
}

.overlay p{
    color: white;
    padding: 10px;;
    text-align: center;
}

.ligneCractere{
    display: flex;
    flex-direction: row;
    margin-top: 50px;
    justify-content: center
}

.ligne{
    height: 1px;
    margin-top: 8px;
    background-color: black;
    width: 300px;
    
}

.ligne-continue{
    margin: 0 10px 0 10px;
}

.bottomSection{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: rgb(241, 241, 241);
    margin: 50px 0px;
}

.botBlock{
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
}

.important{
    color: red;
}

.important p{
    
}

a{
    text-decoration: none;
}

.botBlock .bouton{
    border: 2px;
    border-radius: 10px;
    background-color: rgb(45, 45, 45);
    cursor: pointer;
    width: 150px;
    display: flex;
    justify-content: center;
    padding: 15px;  
}

.botBlock a{
    display: flex;
    justify-content: center;
}

.midVig a{
    display: flex;
    justify-content: center;
}

.bouton span{
    color: white;
    text-decoration: none;
}

.footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: rgb(69, 69, 69);
    color: white;
    height: 100px;
}

.topSection-text ul{
    font-size: 20px;
}

ul {
    list-style: none;
    padding: 0;
}

li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

li::before {
    content: "";
    display: inline-block;
    margin-right: 10px; 
    width: 20px; 
    height: 20px; 
    background: url('images/dot-circle-regular.svg') no-repeat center center;
    filter: invert(42%) sepia(86%) saturate(4635%) hue-rotate(250deg) brightness(90%) contrast(91%);
}



@media (max-width: 430px) {
    h1{
        font-size: 40px;
        
    }

    h2{
        font-size: 30px;
        
    }
    
    h3{
        font-size: 25px;
    }

    p{
        font-family: 'Lekton', sans-serif;
        font-size: 17px;
         
    }

    nav{
        justify-content: center 
    }
    
    .topSection{
        background-color: rgb(241, 241, 241);
        padding: 30px 0px;
        width: 100%;
    }

    .topSectionFlex{
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: unset;
    }

    .topSection-text{
        width: auto;
        
    }

    .topSectionFlex img{
        width: 100%;
        height: auto;
        margin-left: 0px;
        display: flex;
        align-items: center;
    }

    .midSection{
        display: flex;
        flex-direction: column;
        justify-content: unset;
    }

    .midPart{
        width: 100%; 
        max-width: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: unset;
    }

    .flex-column{
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .midVig .bouton{
        margin-bottom: 70px;
    }

    .overlay{

        height: 530px;

    }
    
.blockAv{
    margin-right: 0px;
}

.margAvantage{
    margin-left: 0px;
}

.ligne{

    width: 72px;
    
}

  }

  @media (max-width: 1170px) {
    h1{
        font-size: 50px;
        
    }

    h2{
        font-size: 30px;
        
    }
    
    h3{
        font-size: 25px;
    }

    p{
        font-size: 17px;
        
    }
    
    .flex-column{
        justify-content: center;
        flex-wrap: wrap;
    }

    .ligne{

        width: 20%;
        
    }

    .midVig{
        
        margin: 30px 20px 30px 20px;
    }

    .margAvantage{
        margin-left: 0px;
    }

    .topSectionFlex img{
        width: 80%;
        height: auto;

    }

  }

  @media (max-width: 680px) {
    .topSectionFlex{
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .topSection-text{
        width: auto;
        
    }

    .topSectionFlex img{
        width: 250px;
        height: auto;
        margin: 0px;

    }
  }

  .champsInfo{
    margin: 0 50px;
    display: flex;
    flex-direction: column;
  }

  .champsInfo span{
    margin-top: 10px;
  }

  .champsInfo a{
    text-decoration: none;
    color: white;
  }

  .champsContact{
    display: flex;
    flex-direction: column;
    margin: 0 50px;
}

.champsContact span{
    margin-top: 10px;
}

form{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-items: center;
}

.flexRow{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: 10px 0;
    align-items: baseline;
}

.flexRow textarea{
    width: 300px;
    height: 100px;
    background-color:unset;
    border-color: black;
    border-bottom: 2px solid #000000;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin: 0 10px;
    box-sizing: border-box; 
    resize: none;
}

.flexRow textarea:focus-visible{
    background-color:unset;
    border-color: black;
    border-bottom: 2px solid #000000;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    outline: none;
    box-sizing: border-box; 

}

input[type="submit"]{
    margin: 50px 0;
    border: 2px;
    border-radius: 10px;
    background-color: rgb(45, 45, 45);
    cursor: pointer;
    width: 150px;
    display: flex;
    justify-content: center;
    padding: 15px; 
    color: white; 
}

.centerFlex{
    display: flex;
    flex-direction: column;

    
}

input[type="text"], input[type="email"], input[type="tel"], input[type="number"]{
    background-color:unset;
    border-radius: 0px;
    border-color: black;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    margin: 0 10px;
    text-align: center;
    margin-right: 60px;
}

input[type="text"]:focus-visible, input[type="email"]:focus-visible, input[type="tel"]:focus-visible, input[type="number"]:focus-visible {
    background-color:unset;
    border-color: black;
    border-top: 0px;
    border-left: 0px;
    border-right: 0px;
    outline: none;
}



#pieces_jointes-container {
    display: inline-block;
    padding: 8px 12px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    background-color: rgb(45, 45, 45);
    border-radius: 5px;
    cursor: pointer;
}

/* Masquer le bouton de sélection de fichiers par défaut */
#pieces_jointes {
    display: none;
}

/* Style pour le texte à côté du bouton personnalisé */


/* Styliser le bouton de sélection de fichiers caché */
#pieces_jointes-container:hover {
    background-color: rgb(45, 45, 45);
}

.annonce{
    background-color: #a91010;
    color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
}