body{
    
    margin: 0;
    padding: 0;
    background-color: rgb(219, 219, 219);
}

.main{
    background-image: url("TP1/img/background.jpg");
    background-size: cover;
}

.menu{
    display: flex;
    justify-content: space-around;
    background-color: black;
    padding: 10px;
    align-items: center;
    margin: 0;
}

.logo{
    max-height: 80px;
}

.menu-link{
    padding: 20px;
}

.menu-style{
      text-decoration: none;
      font-size: 18px;
      color: white;     
}
.langue{
    color: gray;
}

.texte{
    text-align: center;
    padding-top: 10px;
    padding-bottom: 145px;
}

.texte h1{
    font-size: 90px;
    color: white;  
    padding: 15px;
}

.texte p{
    font-size: 48px;
    color: white;
    padding: 15px;
}

.texte a{
     text-decoration: none;
    font-size: 32px;
    background-color: blue;
    color: white;
    border-radius: 10px;
    padding: 5px;
    margin-right: 35%;
    margin-left: 35%;
   box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.info{
    text-align: center;
    padding-left: 20%;
    padding-right: 20%;
    padding-top: 20px;
    padding-bottom: 40px;
}

.info p{
    color: gray;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10pw;
}

.info a{
     text-decoration: none;
    font-size: 32px;
    background-color: blue;
    color: white;
    border-radius: 10px;
    padding: 5px;
    margin-right: 35%;
    margin-left: 35%;
   box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;
}

.footer{
    display: flex;
    justify-content: space-around;
    text-align: center;
    align-items: stretch;
    margin-top: 70px;
    margin-bottom: 60px;
}

.gauche{
    border-right: 2px solid blue;
}

.footer_content1{
    margin-right: 175px;
}

.footer_title{
    font-size: 32px;
}

.footer_style{
    color: gray;
    margin: 0;
}

.gauche iframe{
    margin-top: 20px;
    margin-bottom: 20px;
}

.espace{
    margin: 30px;
}

.end{
    display: flex;
    justify-content: space-around;
    text-align: center;
    background-color: rgb(14, 14, 87);
}

.end_content{
    margin-top: 30px;
}

.end_logo{
    max-height: 100px;
}

.end_title{
    color: white;
    font-size: 30px;
}

.end_style{
    color: gray;
    margin: 5px;
}

.bottom{
    background-color: blueviolet;
    padding: 20px;
}

.bottom_style{
    margin: 0;
    text-align: center;
    color: white;
}

.espace2{
    padding-bottom: 20px;
}
