body{
    font-family: 'Lucida Grande', sans-serif;
    margin: 0;
    padding: 0;
    }

    /**MENU**/
#headerMenu{
    height: 90px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 5;
}

#headerMenu a{
    font-weight: bold;
    font-size: 16px;
    color: black;
    margin-right: 15px;
}

#headerMenu a:hover{
    color: #FE7763;
}

#headerMenu img{
    height: 90px;
}

/**HAUT**/

.haut{
display: flex;
justify-content: space-between;
}

.haut .gauche{
width: 100%;
display: flex;
flex-direction: column;
margin-top: 245px;
}

.haut .titre{
font-size: 72px;
line-height: 62px;
}

.haut .gauche h1{
color: #FE7763;
font-weight: bold;
font-size: 48px;
line-height: 50px;
text-align: right;
margin-right: 60px;

}

.haut .gauche h2{
color: #4E5565;
font-weight: bold;
font-size: 30px;
line-height: 40px;
text-align: center;
margin-left: -20px;
padding: 0 90px 0 90px;
}

.haut .gauche p{
color: #4E5565;
font-size: 25px;
line-height: 46px;  
text-align: justify;
padding: 0 40px 0 40px;
}

/**DROIT**/

.haut .droite{
flex-direction: column;
margin-top: 170px;
height: 1090px;
}


.haut .sous-titre{
font-size: 70px;
    
}
.haut .droite h2{
color: #FFFFFF;
font-family: Impact;
font-weight: normal;
width: 647px;
font-size: 50px;
line-height: 50px;
text-align: right;
transform: translate(10%, -520%);
}

/** BAS DE LA PAGE**/
.bas{
display: flex;
justify-content: space-between;
}

.bas img{
margin-top: 140px;
}

.bas .bg{
position: absolute;
left: 500px;
top: 1050px;
}

.bas p{
color: #4E5565;
width: 530px;
font-weight: normal;
font-size: 25px;
line-height: 36px;
text-align: justify;
margin: 250px 90px 0 70px;

}

/**IDEA**/

.idea{
background: rgba(235, 87, 87, 0.3);
width: 969px;
margin-left: 180px;
}

.idea h2{
color: #FFFFFF;
font-family: Impact;
font-weight: normal;
font-size: 40px;
text-align: justify;
padding: 200px 150px 100px 250px;
margin: 0;
}

.idea img{
position: absolute;
}

@media screen and (max-width:375px){

    #headerMenu .headerLogo img{
    display: none;
    }

    #headerMenu{

    height: auto;
    display: flex;
    flex-direction: column;
    position: relative;
    }
    
    #headerMenu .menu{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    }
    
    #headerMenu .menu a{
    padding: 20px 0 20px 0;
    }

    /**HAUT**/

.haut{
margin: 0;
padding: 0;
height: auto;
display: flex;
flex-direction: column;
justify-content: flex-start;
    }

.haut .gauche{
width: 100%;
display: flex;
flex-direction: column;
margin-top: 5px;
    }

.haut .titre{
font-size: 18px;
line-height: 15px;
}

.haut .gauche h1 {
font-size: 20px;
line-height: 15px;
text-align: right;
margin: 0;
    }
    
.haut .gauche h2{
font-size: 18px;
line-height: 17px;
text-align: center;
margin-left: 0;
padding: 0;
    }
    
.haut .gauche p{
font-size: 16px;
line-height: 17px; 
text-align: justify;
    }

.haut .droite{
margin-top: 5px;
height: 550px;
    }

.haut .droite img{
width: 100%;
    }

.haut .droite .sous-titre{
font-size: 25px;
line-height: 25px;

    }
    
.haut .droite h2{
width: 340px;
font-size: 25px;
line-height: 15px;
transform: translate(0%, -700%);
    }
    


/** BAS DE LA PAGE**/
.bas{
    display: flex;
    flex-direction: column-reverse;
    }

.bas .bg{
    display: none;
    }

    .bas img{
    width: 99%;
    margin: 5px;
    }
    
    .bas p{
    width: 90%;
    font-size: 18px;
    line-height: 15px;
    padding: 5px;
    margin: 20px;
    }

.idea{
background: none;
width: 100%;
display: flex;
flex-direction: column;
margin-left:0;
}

.idea h2{
font-size: 30px;
text-align: justify;
padding: 5px;
margin: 0;
transform: translateY(-120%);
}

.idea img{
margin: 0;
display:none;
}

}