
/* PREMIERE SECTION  */

#bienvenue{
    display: flex;
  
    justify-content: center;
    width: 100%;
    background: white;
    padding: 50px 10px;
}

#bienvenue .bloc-para{
    width: 500px;
}

#bienvenue p{
   
    text-align: justify;
    margin-bottom: 8px;
    line-height: 1.4em;
    margin-right: 80px;
    color: #353535;
}

#bienvenue p:last-child{
    text-align: right;
}

#bienvenue .img-container{
    border-radius: 10px;
    overflow: hidden;
    width: 440px;
    min-width: 270px;
    height: fit-content;
}
#bienvenue img{

    max-width: 100%;
    height: auto;
  
}


#fixed-bg{
    width: 100%;
    height: 250px;
    /* background-color: transparent; */

    background-image: url('../images/bg/version_2000_1e64ad0fdd3a93dccb7f20201209-2734927-1uk9nu2.jpeg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;

}


#coaching{
    padding: 50px 10px;
    width: 100%;
    
}

#coaching h2{
   
    width: fit-content;
    margin-left: auto;
    margin-right: auto;

}

#rad-cards{
    max-width: 870px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    padding-top: 60px;
    border-top: #d8d8d8 1px solid;
}
.cards{
    width: 210px;
    padding: 20px;
    text-align: center;
    overflow: hidden;

}
.cards a{
    display: block;
    margin-bottom: 10px;
    filter: grayscale(40%);
   
    transition: all .2s ease-in-out;
}
.cards a:hover{
    filter: grayscale(0%);
    transition: all .4s ease-in-out;
}
.cards img{
    max-width: 100%;
    border-radius: 50%;
   
}

.cards span{
    font-size: 1.1em;
    color: #3e5756;
    width: 100%;
}


#carole{
    padding: 90px 5px 50px 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #c4cfac;

}
#profil{
    position: relative;

    width: 980px;

    padding: 50px;
    padding-top: calc((150px / 2) + 35px);

    margin: 10px;

    background-color: white;
    border-radius: 5px;

    text-align: center;
}
#profil div{
    position: absolute;
    left: 0;
    right: 0;
    top: calc(-150px / 2);
}
#profil img{
    border-radius: 50%;
    width: 150px;  
}


#profil h2{
    font-size: 1.9em;
    font-family: 'Playfair Display', serif;
    color: #3e5756;
}
#profil h3{
    font-size: 1.3em;
    color: #3e5756;
    font-style: italic;
    font-weight: 500;
    color: #808282;

    margin-top: 15px;
    margin-bottom: 20px;
}
#profil p{
    font-size: .9em;
    color: #3e5756;
    font-style: italic;
    font-weight: 500;
    line-height: 1.4em;
    margin-top: 10px;
}

#sec-contact{
    background-color: #3e5756;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;

    padding: 40px;

}

#sec-contact span{
    font-family: 'Playfair Display', serif;
    font-size: 1.75em;
    color: white;
    font-weight: 500;
}

#sec-contact-deux{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    padding: 40px 10px;
}

#sec-contact-deux img{
    max-width: 253px;
    margin: 0 70px;
    margin-left: 0;
}


.info-contact{
    display: flex;
    flex-direction: column;
    margin: 0 70px;
    margin-right: 0;

}

.info-contact ul{
    padding-top: 20px;
    border-top:#d8d8d8 1px solid;
    width: fit-content;

    list-style: none;
    
}

.info-contact li{
    display: flex;
    font-size: 1em;
    color: #353535;

    padding-bottom: 10px;
}
.info-contact li a{
    color: #353535;

}
.info-contact span{
    color: #353535;
    margin: 25px 0;

}
.info-contact a{
    width: fit-content;
}
.info-contact a{
    align-self: flex-start;

    display: flex;
    align-items: center;
    
}
.info-contact a svg{
    fill: white;
}
.ico a svg{
    fill: #353535;
    font-size: 1.2em;

}
.separator{
    width: 155px;
    border-bottom: #353535 1px solid;
}



@media screen and (max-width: 990px) {
    #bienvenue{
        flex-direction: column;
        align-items: center;
    }

    #bienvenue .bloc-para{
        width: 100%;
        
    }
    #bienvenue .img-container, .img-container img{
        width: 100%;
    }

    #fixed-bg{
        height: 90px;
    }

}


@media screen and (max-width: 770px) {
    #coaching #rad-cards{
        display: flex;
        flex-direction: column;
    }
    #rad-cards .cards{
        width: 100%;
    }

    #sec-contact-deux img{
        margin-right: 0;
        max-width: 100%;
    }
    #sec-contact-deux .info-contact{
        display: flex;
        align-items: center;
        width: 100%;
        margin-left: 0;

    }
    .info-contact ul{ 
        display: flex;
        flex-direction: column;
        width: 100%;
        align-items: center;
    }
   
    
    .separator{
        width: 100%;
    }
}

