html,body{
    overflow-x: hidden;
    font-family: 'Oswald', sans-serif;
}

body{
    margin: 0;
    padding: 0;
    background-color: #F5F0E1;
    color: black;

}

header{
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    height: 15%;
    display: flex;
    justify-content: space-between;
}


.txt{
    display: flex;
    margin-top: 55px;
    margin-left: 30px;
}


.txt p{
    margin: 0;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 20px;
    color: black;
}

.soulignement_txt hr{
    border: none;
    border-top: 4px solid #FFC13B;
    border-radius: 5%;
    color: #FFC13B;
    height: 5px;
    width: 250px;
    margin-left: 40px;
}

nav{
    float: right;
    text-align: center;
    margin-top: 50px;
    list-style-type: none;
    padding:0;
    display: flex;
    margin-left: 30px;
    margin-right: 30px;
}

nav .btn_nav{
    display: block;
    min-width: 120px;
    height: 20px;
    font-size: 20px;
    color: black;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.5px;
    border-bottom: 2px solid transparent;
    padding: 5px;
}

nav .btn_nav:hover{
    padding-bottom: 3px;
	border-color: #FFC13B;
	transition: all 0.3s ease-in-out;
    
}


#dl_btn{
    display: block;
    min-width: 120px;
    height: fit-content;
    font-size: 20px;
    color: #F5F0E1;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.5px;
    margin-left: 50px;
    border: 1px solid black;
    background-color: #1E3D59;
    border-radius: 10px;
    padding: 5px;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
    
}

#dl_btn:hover{
    border: 1px solid #FFC13B;
    background-color: #F5F0E1;
    transition: all 0.3s ease-in-out;
    color: black;
}

.corp{
    width: 90%;
    height: fit-content;
    max-height: max-content;
    background-image : linear-gradient(to right, #1E3D59 40%, #F5F0E1 250px);
    background-size : 100% 100%;
    text-align: center;
    display: inline-block;
    justify-content:space-around;
}

.entete {
    width: 40%;
}

.entete p{
    text-align: right;
    margin-right: 10%;
    font-size: 35px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
}

.entete u{
    text-decoration: #FFC13B underline;
}

.ligne{
    width: 100%;
    display: flex;
}

.left{
    width: 40%;
}

.left p{
    text-align: right;
    margin-right: 10%;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
}

.left p:first-child{
    font-size: 30px;
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    margin-bottom: 0;
}

.left p:last-child{
    margin-top: 5px;
}

.trait{
    width: 90%;
    height: 60%;
    border-right: 3px dashed #FFC13B;
}

.trait:last-child{
    height: 50%;
}

.corp hr{
    border: none;
    border-top: 4px solid #FFC13B;
    border-radius: 5%;
    color: #FFC13B;
    height: 5px;
    width: 400px;
    margin-left: 30%;
}


.right{
    width: 60%;
    font-size: 20px;
}

.right p:first-child{
    margin-top: 30px;
    font-size: 40px;
    font-weight: bold;
}

.right p{
    text-align: left;
    margin-left: 10%;
    max-width: 60%;
}

.intro{
    display: flex;
    flex-direction: row;
    margin-left: 10%;
}

.intro p{
    width: 50%;
    margin: 0;
}

.intro img{
    width: 200px;
    height: 200px;
    vertical-align: baseline;
    margin-left: 10%;
}

.special2 img{
    width: 300px;
}

@media only screen and (max-width: 1442px){
    .txt p{
        font-size: 15px;
    }
    
    nav .btn_nav{
        font-size: 15px;
    }
}

@media only screen and (max-width: 1287px){
    
    #dl_btn{
        font-size: 15px;
    }

    nav{
        margin-left: 0;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 1228px){
    
    .txt p{
        font-size: 12px;
    }

    nav .btn_nav{
        font-size: 12px;
    }

    #dl_btn{
        font-size: 12px;
    }
}

@media only screen and (max-width: 1143px){
    
    nav .btn_nav{
        padding-left: 0;
        padding-right: 0;
    }

}

@media only screen and (max-width: 1103px){
    
    .txt p:first-child{
        margin: 0;
    }

    .txt p:last-child{
        margin: 0;
    }
}

