html {
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

*, *:before, *:after {
    box-sizing: inherit;
}

body {
    position: relative;
    font-family: 'Work Sans', sans-serif;
}
/*-----------------------------------------------------------------------------------------------------
Mise en page : blocs et colonnes
 ----------------------------------------------------------------------------------------------------*/
/*colonne*/
.col-1 { width: 8.33333333333%; }
.col-2 { width: 16.6666666666%; }
.col-3 { width: 24.9999999999%; }
.col-4 { width: 33.3333333333%; }
.col-5 { width: 41.6666666666%; }
.col-6 { width: 49.9999999999%; }
.col-7 { width: 58.3333333333%; }
.col-8 { width: 66.6666666666%; }
.col-9 { width: 74.9999999999%; }
.col-10 { width: 83.3333333333%; }
.col-11 { width: 91.6666666666%; }
.col-12 { width: 100%; }

.col-offset-1 { margin-left: 8.33333333333%; }
.col-offset-2 { margin-left: 16.6666666666%; }
.col-offset-3 { margin-left: 24.9999999999%; }
.col-offset-4 { margin-left: 33.3333333333%; }
.col-offset-5 { margin-left: 41.6666666666%; }
.col-offset-6 { margin-left: 49.9999999999%; }
.col-offset-7 { margin-left: 58.3333333333%; }
.col-offset-8 { margin-left: 66.6666666666%; }
.col-offset-9 { margin-left: 74.9999999999%; }
.col-offset-10 { margin-left: 83.3333333333%; }
.col-offset-11 { margin-left: 91.6666666666%; }
.col-offset-12 { margin-left: 100%; }
/*------------------------------------------------------------------*/

.wrapper{
    max-width: 1800px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
ul{
    margin: 0;
    margin-right: 20px;
}
header{
    background-color:#1E1E1E;
    height: 110px;
    z-index: 9999;
    position: fixed;
    top: 0;
    width: 100%;
}
.langue{
    z-index: 9999;
    position: fixed;
    right: 0;
    top: 110px;
}
nav ul li a{
    text-decoration:none ;
    color: white;
    font-size: 26px;
    text-transform: uppercase;
}
nav ul li a:hover{
    color: #667DB2;
}
ul{
    list-style: none;
    padding: 0;
}
nav ul {
    display: flex;
    justify-content: space-around;
    align-items: center;
}
.hero{
    background-image: url("../images/hero.png");
    background-repeat: no-repeat;
    background-position-x:center ;
    background-size:cover;
    width: 100%;
    height: 750px;
    margin-top: 110px;
}
.hero .wrapper  {
    height: 750px;
    display: flex;
    align-items: center;
}

.info{
    background-color: #1E1E1E;
    height: 77px;
}
.info .wrapper{
    display: flex;
    align-items: center;
    color: white;
    text-transform: uppercase;
    height: 77px;
    font-size: 30px;
    justify-content: space-around;
}
.hero .wrapper{

}
.hero{
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
}
.hero .langue a {
    color: white;
    background-color: #1E1E1E;
    padding: 10px 30px;
}
.hero .langue a{
    color: white;
    text-decoration: none;
}
.hero .langue a:hover{
    color: #667DB2;
    cursor: pointer;
}
.info .wrapper{

}
.info .wrapper a {
    color: white;
    text-decoration: none;
}
.info .wrapper a:hover{
    color: #667DB2;
}
.wrapper .services{
    text-align: center;
    margin-bottom: 100px;

}
.wrapper .services h2{
    color: #61639C;
    font-size: 48px;
    margin-top: 150px;
}
.wrapper .services p{
    font-size: 30px;
    padding: 0 250px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 30px;
    line-height: 40px;
}
.imageService{

    margin-top: 125px;
    margin-bottom: 75px;
}
.contact{
    background-image: url("../images/map.png");
    background-repeat: no-repeat;
    background-position-x:center ;
    background-size: cover;
    height: 900px;
}
.contact .wrapper .bloc{
    background-color: white;
    height: 600px;
    width: 650px;
    border-radius: 10px;
}
.contact .wrapper .bloc h2{
    color: #61639C;
    font-size: 48px;
    text-align: center;
}
 .contact .wrapper{
    display: flex;
    justify-content: center;
    align-items: center;
     height: 900px;
 }
footer{
    background-color: #1E1E1E;
    height: 77px;
}
footer .wrapper {
    display: flex;
    color: white;
    align-items: center;
    justify-content: center;
    height: 77px;
    font-family: 'Montserrat', sans-serif;
}
footer .wrapper a{
    margin-left: 50px;
}
footer .wrapper a:hover{
    cursor: pointer;
}
footer .wrapper p{
    margin-left: 50px;
}
.swiper-container {
    max-width : 1600px;
    height: 450px;
}
.swiper-slide{
    display: flex;
    justify-content: center;

 }
.wrapper .realisations h2{
    color: #61639C;
    font-size: 48px;
    text-align: center;
    margin-top: 100px;
}
.realisations h3{
    text-align: center;
    margin-top: 100px;
    font-size: 30px;
}
.realisations p{
    text-align: center;
    font-size: 20px;
}
.swiper-pagination{
    margin-top: 20px;
}
.swiper-button-prev{
    color: #1E1E1E;
    margin-right: 15px;
}
.swiper-button-next{
    color: #1E1E1E;
    margin-left: 15px;
}
.wrapper .bloc h2{
    text-align: center;
    margin: 30px 0;

}
.wrapper .bloc form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.wrapper .bloc form label {
    text-align: center;
    width: 100%;
    margin-bottom: 40px;

}
.wrapper .bloc form label input{
    width: 400px;
    height: 30px;
}
.wrapper .bloc form label textarea{
    width: 400px;
    height: 70px;
}
button{
    margin-left: auto;
    margin-right: auto;
}
div.autreinfo{
padding: 10px;
display:flex;
justify-content:center;
align-items:center;
flex-direction:column;
}  
div.autreinfo a:link{
    color:black;
    text-decoration:none;
}
div.autreinfo a:hover{
    color:#61639C;
}
div.autreinfo a
{
    padding:5px;
}
div.autreinfo p {
    font-weight:500;
    font-style:italic;
}
