/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
 /* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

*{
    box-sizing: border-box;
}
a {
    text-decoration: none;
}

/***  police ***/
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


/* page*/
/***  header ***/
.header-container {
    max-width: 1600px;
    margin: auto;
    background-color: white;
    height: 90px;
    padding-top: 10px;
    display: flex;
    justify-content: space-between;
}
.logo {
    height: 60px;
    padding-top: 10px;
    padding-left: 40px;
}
.concours {
    height: 70px;
}
/***  main ***/
.main-container {
    background: linear-gradient(63deg, #003034 0%, #FCDEDE 76%);
    display: flex;
    justify-content: center;
}
.heart {
    height: 950px;
    position: relative;
}
.formulaire-container {
    position: absolute;
}
h1 {
    font-family: Rubik Mono One;
    color: #003034;
    padding-top: 200px;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
}
/** tablette**/
@media screen and (max-width: 1100px) {
    /* Insérez vos propriétés CSS ici, avec vos sélecteurs*/
    .heart {
        padding-top: 50px;
        height: 800px;
    
    }
    h1 {
        padding-top: 200px;
        font-size: 24px;
    }
    }

@media screen and (max-width: 930px) {
    /* Insérez vos propriétés CSS ici, avec vos sélecteurs*/
    .heart {
        height: 700px;
        padding-top: 50px;
    }
    .main-container {
            height: 900px;
    }
    h1 {
        padding-top: 180px;
        font-size: 24px;
    }
    }    

@media screen and (max-width: 820px) {
    /* Insérez vos propriétés CSS ici, avec vos sélecteurs*/
    .heart {
            height: 620px;
    }
    .main-container {
            height: 900px;
    }
    h1 {
        padding-top: 170px;
        font-size: 24px;
    }
    }


/** mobile **/
@media screen and (max-width: 720px) {
    .heart {
        height: 600px;
    
    }
    .main-container {
            height: 900px;
    }
    h1 {
        padding-top: 160px;
        font-size: 24px;
    }
    }

@media screen and (max-width: 650px) 
{        /* Insérez vos propriétés CSS ici, avec vos sélecteurs*/
    .heart {
        height: 550px;
    
    }
    .main-container {
            height: 900px;
    }
    h1 {
        padding-top: 145px;
        font-size: 20px;
    }
}
@media screen and (max-width: 580px) 
{        /* Insérez vos propriétés CSS ici, avec vos sélecteurs*/
    .heart {
        height: 500px;
        padding-top: 70px;
    }
    .main-container {
            height: 500px;
    }
    h1 {
        padding-top: 30px;
        font-size: 22px;
        font-weight: bold;
    }
}
@media screen and (max-width: 520px) 
{        /* Insérez vos propriétés CSS ici, avec vos sélecteurs*/
    .heart {
        height: 450px;
    }
    .main-container {
            height: 470px;
    }
    h1 {
        font-size: 20px;
    }
}  
@media screen and (max-width: 480px) 
{   
    .header-container {
        height: 80px;
        padding-top: 10px;
    }
    .logo {
        height: 50px;
        padding-top: 10px;
        padding-left: 20px;
    }
    .concours {
        height: 50px;
    }
    .heart {
        height: 420px;
    }
}
@media screen and (max-width: 430px) 
{   
    .heart {
        height: 400px;
        margin-top: 10px;
    }
}
@media screen and (max-width: 407px) 
{   
    .heart {
        height: 390px;
    }
}
@media screen and (max-width: 390px) 
{   
    .heart {
        height: 380px;
    }
}
@media screen and (max-width: 377px) 
{   
    .heart {
        height: 365px;
    }
}

/******* formumlaire *******/
.wpforms-field #wpforms-9-field_0, #wpforms-9-field_3, #wpforms-9-field_1 {
    background-color: #003034;
    border: none;
    border-radius: 0px;
    min-width: 100%;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    height: 55px;
    font-weight: 300;
    padding: 5px 0;
    padding-left: 20px;
}

#wpforms-9-field_1::-webkit-input-placeholder, #wpforms-9-field_0::-webkit-input-placeholder, #wpforms-9-field_3::-webkit-input-placeholder {
    color: white !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    opacity: 1;
}

.wpforms-field #wpforms-9-field_0,
#wpforms-9-field_3,
#wpforms-9-field_1 {
    background-color: #003034;
    border: none;
    border-radius: 0px;
    min-width: 100%;
    color: white;
    font-family: 'Poppins', sans-serif;
    font-size: 18px;
    height: 55px;
    font-weight: 300;
    padding: 5px 0;
    padding-left: 20px;
}

/* Style pour le texte de placeholder */
#wpforms-9-field_1::-webkit-input-placeholder,
#wpforms-9-field_0::-webkit-input-placeholder,
#wpforms-9-field_3::-webkit-input-placeholder {
    color: white !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px !important;
    font-weight: 300 !important;
    opacity: 1;
}

/* Style pour les champs lorsqu'ils sont actifs (focus) */
#wpforms-9-field_1:focus,
#wpforms-9-field_0:focus,
#wpforms-9-field_3:focus {
    outline: none; /* Supprime la bordure de focus par défaut */
    box-shadow: none; /* Supprime l'ombre de focus par défaut */
    /* Ajoutez ici le style que vous souhaitez pour les champs actifs */
}

#wpforms-9-field_0,
#wpforms-9-field_0:focus {
    background-color: #003034!important;
    color: white !important;
    /* Ajoutez ici d'autres styles personnalisés si nécessaire */
}

/** bouton **/
.wpforms-submit-container #wpforms-submit-9 {
    background-color: #003034;
    border-radius: 20px;
    font-weight: bold;
    height: 55px;
    font-family: 'Poppins', sans-serif !important;
    font-size: 18px;
}

.wpforms-submit-container .wpforms-submit {
    width: 60%;
    margin-top: 60px;
}

.form-container {
    text-align: center;
}

/** texte **/   
.wpforms-submit-container p {
    color: white !important;
    font-family: 'Poppins', sans-serif !important;
    font-size: 15px !important;
    font-weight: 300 !important;
}
/** CONFIRMATION **/ 
#wpforms-confirmation-9 {
    background-color: rgba(255, 0, 0, 0);
    border: none;
    font-size: 32px !important;
    font-family: 'Poppins', sans-serif !important;
}

/** second section **/
.second-container {
    padding: 0 10px;
}
h2 {
    font-family: 'Poppins', sans-serif !important;
    color: #404040;
    padding-top: 40px;
    font-size: 24px;
    font-weight: bold;
    line-height: 130%;
}
p {
    font-family: 'Poppins', sans-serif !important;
    color: #404040;
    padding-top: 20px;
    font-size: 17px;
    line-height: 130%;
    
}
.element-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.window {
    height: 230px;
}
.icons {
    height: 120px;
    padding-bottom: 20px;
}
.btn {
    background-color: #FAA275;
    border-radius: 10px;
    padding: 10px 20px;
    margin: 15px 0;
    border: none;
    font-family: 'Poppins', sans-serif !important;
    font-size : 14px;
    font-weight: 500;
    color: black !important;
    text-decoration: none !important;
}
.element-section a {
    color: black !important;
    text-decoration: none !important;
}
.element-section a:link,
.element-section a:visited,
.element-section a:hover,
.element-section a:active {
    color: black !important;
    text-decoration: none !important;
}
.card-section {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.card {
    height: 350px;
    padding: 5px 0px;
}
.card-section h2 {
    padding-top: 0px;
    padding-bottom: 10px;
}


/** tablette**/
@media screen and (max-width: 1100px) {
    .form-container {
        width: 80%;
        margin: 0 auto;
    }
    .wpforms-submit-container .wpforms-submit {
        width: 40%;
        margin-top: 50px;
    }
    }
@media screen and (max-width: 930px) {
    .form-container {
            width: 65%;
    }
    #wpforms-9 {
            margin: 0 auto;
    }
    .wpforms-field #wpforms-9-field_0, #wpforms-9-field_3, #wpforms-9-field_1 {
            height: 50px;
            padding: 4px 0;
            padding-left: 20px;
    }
    .wpforms-submit-container .wpforms-submit {
            width: 45%;
            margin-top: 30px;
    }
    }  

 @media screen and (max-width: 820px) {
    .form-container {
        width: 55%;
    }
    .wpforms-field-container #wpforms-9-field_0-container, #wpforms-9-field_3-container, #wpforms-9-field_1-container {
        padding: 10px 0; /* 10 pixels en haut et en bas, 0 pixels à gauche et à droite */
        position: relative;
    }
    .wpforms-submit-container #wpforms-submit-9 {
        height: 45px;
        font-size: 17px;
    }
    .wpforms-submit-container .wpforms-submit {
        margin-top: 25px;
    }
    .wpforms-submit-container p {
        font-size: 12px !important;
    }
    }
        
/** mobile **/
@media screen and (max-width: 720px) {

    }
        
@media screen and (max-width: 650px) 
    {    
        .wpforms-submit-container #wpforms-submit-9 {
            height: 45px;
            font-size: 15px;
        }
        .wpforms-field #wpforms-9-field_0, #wpforms-9-field_3, #wpforms-9-field_1 {
            font-size: 16px;
            height: 40px;
        }
        #wpforms-9-field_1::-webkit-input-placeholder, #wpforms-9-field_0::-webkit-input-placeholder, #wpforms-9-field_3::-webkit-input-placeholder {
            font-size: 16px !important;
        }
        #wpforms-confirmation-9 {
            font-size: 20px !important;
        }
    }

@media screen and (max-width: 580px) 
    {     
        .form-container {
            padding-top: 70px;
        }
    }
@media screen and (max-width: 520px) 
    {   
        .form-container {
            width: 50%;
        }
        .wpforms-field-container #wpforms-9-field_0-container, #wpforms-9-field_3-container, #wpforms-9-field_1-container {
            padding: 10px 0; 
        }
        .wpforms-submit-container #wpforms-submit-9 {
            height: 35px;
            font-size: 14px;
        }
        .wpforms-submit-container .wpforms-submit {
            margin-top: 20px;
        }
    }  
@media screen and (max-width: 480px) 
    {   
        .wpforms-submit-container p {
            font-size: 9px !important;
        }
        .form-container {
            width: 60%;
        }
        .wpforms-field #wpforms-9-field_0, #wpforms-9-field_3, #wpforms-9-field_1 {
            font-size: 15px;
            height: 35px;
        }
        #wpforms-confirmation-9 {
            font-size: 14px !important;
        }
    }
@media screen and (max-width: 430px) 
        {   
            .wpforms-submit-container .wpforms-submit {
                margin-top: 15px;
        } 
        }
@media screen and (max-width: 407px) 
        {   
            .form-container {
                width: 75%;
            }
            .wpforms-submit-container p {
                font-size: 7px !important;
            }
            .wpforms-submit-container .wpforms-submit {
                margin-top: 10px;
        } 
        }
@media screen and (max-width: 390px) 
        {   
            .form-container {
                width: 70%;
            }
            .wpforms-submit-container #wpforms-submit-9 {
                height: 30px;
                font-size: 12px;
            }
            .wpforms-field #wpforms-9-field_0, #wpforms-9-field_3, #wpforms-9-field_1 {
                font-size: 14px;
                height: 30px;
            }
        }
@media screen and (max-width: 377px) 
        {   
           
        }