/*
Theme Name: Salient Child Theme
Description: This is a custom child theme for Salient
Theme URI:   https://themeforest.net/item/salient-responsive-multipurpose-theme/4363266
Author: ThemeNectar
Author URI:  https://themeforest.net/user/themenectar
Template: salient
Version: 1.0
*/


/* General */ 

.__link {
    font-weight: 900;
    display: inline-block;
    color: #C6592A;
    padding-bottom: 5px; 
    font-size: 0.9rem;
    border-bottom: 2px solid #C6592A;
}

/* Images */ 
.__img-rounded img{
    border-radius: 20px;
}

/* Header */ 
.header h1 {
    font-size: 3.5vw!important;
    line-height: 4.2vw;
    
}
.__header-p {
    font-size: 2.5vw!important;
    line-height: 3.8vw;
    max-width: 900px;
    margin: 0px auto!important;
}
.__figure-section p {
    font-size: 1.4rem!important;
    font-weight: 900;
}
.__figure em{
    font-size: 3rem;
}

/* Section rounded-orange */ 
.__rounded-orange {
    background-color: #FFF9EF;
    padding: 60px 80px!important; 
    border-radius: 20px;
    margin: 80px 0px 80px 0px!important;
}

.__rounded-orange h2{
    font-size: 2rem!important;
    max-width: 600px;
    padding-bottom: 20px;
    border-bottom: 2px solid #545454;
}

.__rounded-content h3 {
    color:#C6592A;
    border-left: 5px solid #C6592A;
    padding-left: 15px;
}

.__rounded-content p {
    background-color: #fff;
    padding: 30px!important;
    border-radius: 20px;
    margin-bottom: 20px;
}

/* Bénéfices */ 
.__benefice {
    background-color: #EDFFC7;
    color: #5F862E;
    padding: 60px!important;
    width: 31%;
}

.__benefices > div  {
    justify-content: space-between;
    flex-direction: row;
    gap: 5px;
}

.__benefice h3 {
    color: #5F862E;
}

/* Formulaire */ 
.__inputs {
    display: flex;
    flex-direction: column;
    width: 80%;
    margin: 30px auto;
    gap: 20px;
}

.inputs-dublle {
	display: flex; 
	flex-direction: row;
}

.inputs-dublle .__input-50 {
	width: 100%;
}

.__input-email {
    width: 100%;
}

.__submit input{
    background-color: #FFE0CA!important;
    color: #C6592A;
}

.__rgpd {
    max-width: 500px;
    margin: 0 auto;
    font-size: 14px;
}

.__rgpd span {
    color:#888888!important;
    text-align: left;
}

.__inputs-form {
    display: flex;
    flex-direction: row;
    margin: 0 auto;
    gap: 20px;
}

.__inputs-section {
    margin: 30px 0px!important;
}

.__inputs-section input, .__inputs-section textarea{
    background: none;
    border:1px solid #fff;
    color: #fff;
}

body.material input[type=email]:focus {
    border-color: #fff!important;
}

.__inputs-section input::placeholder, .__inputs-section textarea::placeholder, body.material input[type=text]:focus {
    color: #fff!important;
}

.__submit-center {
    text-align: center;
    margin-top: 30px;
}

.__submit-center p {
    display: flex;
    flex-direction: column;
}

.__rgpd-form {
    max-width: 100%;
    margin: 0 0;
    font-size: 14px;
}

.__rgpd-form span {
    color:#fff!important;
    text-align: left;
}

.__submit-center input{
    background-color: #FFE0CA!important;
    color: #C6592A;
}

.__contact-form{
    padding: 20px 60px!important;
    border-radius: 5px;
    background-color: #C6592A;
    color: #fff;
}

/* Guide */ 
#programmes {
    padding: 60px!important; 
    border-radius: 20px; 
    border: 1px solid #545454;
}

@media screen and (max-width: 900px) {
    .__benefice {
        width: 100%;
    }
    .__inputs {
        flex-direction: column;
    }
}



/* Support des grands écrans */ 
@media screen and (min-width: 1600px) {
    /* Header LX */ 
    .header h1 {
        font-size: 2.8vw!important;
        line-height: 4.2vw;
        margin: 0 auto;
    }
    .__header-p  {
        font-size: 1.2vw!important;
        line-height: 2.4vw;
    }

}



