/*CSS homepage*/
body{
    width: 100%;
    color: white;
    margin: 0px;
    font-family: "Century Gothic", Verdana, sans-serif;
    background-color: rgb(255,255,255);
    padding-top: 35px;
    padding-bottom: 35px;
    --nav-height: 75px;
    padding-top: var(--nav-height);
    position: relative;
    padding-bottom: 450px;
    min-height: 100vh;
}
header{
    height: 100px;
}
main{
    margin: 0 auto;
}
footer{
    text-align: center;
    color: white;
    width: 100%;
    position: absolute;
    bottom: 0;
}
#navbar{
    background: black;
    justify-content: center;
    position: fixed;
    display: flex;
    width: 100%;
    height: var(--nav-height);
    top: 0;
    left: 0;
    font-size: large;
    align-items: center;
    box-shadow: 0 0 10px rgba(rgb(1, 1, 1), rgb(1, 1, 1), rgb(1, 1, 1), 0.2);
    transition: top 0.3s;
}
#navbar a {
    display: inline-block;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
    padding: 20px 30px;
}
#navbar a:hover {
    background-color: #AAA;
    color: white;
}
.table{
    display: table;
    margin: 0 auto;
}
#href{
    color: rgb(9, 58, 9);
    font-style: italic;
    font-size: larger;
    font-weight: bold;
}
.h01{
    font-family: "Century Gothic", Verdana, sans-serif;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
}
.h1{
    text-align: center;
    text-transform: uppercase;
}

.h2{
    text-align: left;
    font-size: 25px;
    font-style: bold;
    text-decoration: underline;
    text-transform: uppercase;
}
.h3{
    text-align: center;
    font-size: 60px;
    color: #111;
    
}
p{
    font-size: 130%;
    text-align: center;
}
p1{
    font-size: 130%;
}
.p1{
    font-size: 15px;
    color: black;
}
.p2{
    font-size: 100%;
    text-align: center;
}
.intro{
    font-size: 25px;
    text-align: center;
    font-style: italic;
}
#p3{
    text-align: left;
}
.div01{
    background-color: rgb(29, 76, 57);
    opacity: 1;
    text-align: center;
    padding-right: 400px;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 40px;
    box-shadow: 10px 10px 10px black;
}
.div0{
    background-color: rgb(27, 102, 72);
    text-align: center;
    padding-right: 40px;
    padding-top: 200px;
    padding-bottom: 200px;
    padding-left: 400px;
    box-shadow: 10px 10px 10px black;
}
.div02{
    background-color: rgb(27,128,87);
    opacity: 1;
    text-align: center;
    color: white;
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    box-shadow: 10px 10px 10px black;
}
.div03{
    background-color: black;
    opacity: 1;
    text-align: center;
    color: white;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
}
.div04{
    background-color: white;
}
#div1{
    text-align: center;
    color: white;                                                             /*hexa décimal red green blue*/
    opacity: 1;
    height: 50px;
    width: 200px;
    background-color: rgb(29, 76, 57);
    opacity: 1;
    padding-left: 20%;
    padding-right: 40px;
    padding-top: 0px;
    padding-bottom: 200px;
    font-size: 10px;
}                                                                            /*OU RGBa(255, 000, 000, 0.7)(+opacité)*/ 
#div2{
    text-align: center;
    color: white;                                                             /*hexa décimal red green blue*/
    opacity: 1;
    height: 50px;
    width: 200px;
    background-color: rgb(27, 102, 72);
    padding-left: 60%;
    padding-right: 20px;
    padding-top: 0px;
    padding-bottom: 200px;
    font-size: 10px;
}                       
.div2{
    color: white;
    opacity: 1;
    height: 100%;
    width: 90%;
    background-color: #bbeeee;
    padding-left: 20px;
    padding-right: 60px;
    padding-top: 20px;
    padding-bottom: 20px;
}
#div4{
    display: inline;
}
#image1{
    position: absolute;
    top: 450px;
    right: 10%;
    display: inline;
}
#image2{
    position: absolute;
    top: 1425px;
    left: 10%;
    display: inline;
}
#section1{
    padding: 10px;
    background-color: white;
    width: 50%;
    margin: 20px 0px;
    padding-left: 30%;
}
legend{
    font-weight: bold;
    text-transform: uppercase;
    font-size: 18px;
}
#section1 input{
    width: 300px;
    height: 20px;
}
#section1 label{
    display: inline-block;
    width: 200px;
    padding: 10px 0px 15px 40px;
    color: black;
}
#name{
    border: 1rem solid;
    border-color: rgb(16, 86, 16);
    border-width: 5px;
}
#gender{
    border: 1rem solid;
    border-color: rgb(16, 86, 16);
    border-width: 5px;
}
#birth{
    border: 1rem solid;
    border-color: rgb(16, 86, 16);
    border-width: 5px;
}
#email{
    border: 1rem solid;
    border-color: rgb(16, 86, 16);
    border-width: 5px;
}
#cookies{
    display: inline;
}
#cks{
    display: inline;
}
.ul1{
    display: inline-block;
    margin: auto;
}
.lb{
    color: rgb(16, 86, 16);
}


@media (max-width: 574px) {
   
}

@media screen and (min-width: 575px) and (max-width: 768px) {
    #image1{
        height: 200px;
        width: 335px;
        top: 825px;
        right: 28%;
    }
    #image2{
        height: 200px;
        width: 335;
        top: 2030px;
        left: 30%;
    }
    .div01{
        padding-right: 0px;
        padding-left: 150px;
        padding-bottom: 400px;
    }

    .div0{
        padding-left: 0px;
        padding-right: 283px;
        padding-bottom: 400px;
    }
}

@media screen and (min-width: 769px) and (max-width: 960px) {
    #image1{
        height: 200px;
        width: 335px;
        top: 550px;
    }
    #image2{
        height: 200px;
        width: 335px;
        top: 1530px;
    }
}

@media screen and (min-width: 961px) and (max-width: 1125px) {
    #image1{
        height: 300px;
        width: 500px;
        top: 500px;
    }
    #image2{
        height: 300px;
        width: 500px;
        top: 1500px;
    }
}




/*FOOTER*/
.row{
    display: flex;
    flex-wrap: wrap;
}
.footer{
    background-color: rgb(16, 86, 16);
    padding: 70px;
    padding-bottom: 30px;
    width: 1378px;
}
.footer-col{
    width: 25%;
    padding: 0 0px;
    text-align: left;  
}
.footer-col h1{
    font-size: 18px;
    color: #ffffff;
    text-transform: capitalize;
    margin-bottom: 30px;
    font-weight: 500;
    position: relative;
}
.footer-col h1::before{
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    background-color: rgb(65, 55, 39);
    height: 2px;
    box-sizing: border-box;
    width: 50px;
}
.footer-col ul li{
    margin-top: 10px;
    list-style: none;
}
.footer-col ul li a{
    font-size: 16px;
    text-transform: capitalize;
    color: #ffffff;
    text-decoration: none;
    font-weight: 300;
    color: white;
    display: block;
    transition: all 0.3s ease;
}
.footer-col ul li a:hover{
    color: #ffffff;
    padding-left: 8px;
}
.footer-col .social-links a{
    display: inline-block;
    height: 40px;
    width: 40px;
    background-color: rgba(255, 255, 255, 0.2);
    margin: 0 10px 10px 0;
    text-align: center;
    line-height: 40px;
    border-radius: 50%;
    color: #ffffff;
    transition: all 0.5s ease;
}
.footer-col .social-links a:hover{
    color: #24262b;
    background-color: #ffffff;
}

#email2{
    border: 1rem solid;
    border-color: rgb(65, 55, 39);
    border-width: 5px;
}

