body {
	min-width: 980px;
	margin: 0 auto;
	left: 0;
	right: 0;
	background-color: #000;
	width: 100%;
	top: 0;    -webkit-font-smoothing: antialiased;
font-family: 'Product Sans', Arial, sans-serif;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	}
.contenue{
	
	margin: 0 auto;
	width: 980px;
	overflow: hidden;

}
.contenueheader{
	
	margin: 0 auto;
	width: 980px;

}


#slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

#slider2 {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: url(/images/slider.jpg) no-repeat top center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}


.liner {
    z-index: 5;
    background-color: rgb(1, 97, 151);
    visibility: inherit;
    transition: none;
    text-align: inherit;
    line-height: 26px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    min-height: 239px;
    margin-left: -1.5px;
    min-width: 2px;
    position: absolute;
    margin-top: -110px;
    left: 50%;
    max-width: 2px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}


.linerdiv {
    z-index: 5;
    background-color: rgb(1, 97, 151);
    visibility: inherit;
    transition: none;
    text-align: inherit;
    line-height: 26px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 16px;
    white-space: nowrap;
    min-height: 150px;
    margin-left: -1.5px;
    min-width: 2px;
    position: relative;
    left: 50%;
    max-width: 2px;
    opacity: 1;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
}


.linerdivespace {
	margin: 150px 0;
	overflow: hidden;}


#slider h1 {
    text-align: center;
    color: rgb(255, 255, 255);
    text-transform: uppercase;
    max-width: 1200px;
    min-width: 880px;
    position: relative;
    font-size: 60px;
    margin: 0 auto;
    margin-top: 50vh;
    transform: translateY(-50%);
}

.toppage {
    width: 100%;
    height: 500px;
    position: relative;
}

.toppage h1 {
    text-align: center;
    margin: 247px 0;
    font-size: 50px;
    color: #fff;
    width: 100%;
    z-index: 100;
    text-transform: uppercase;
    position: absolute;
}

.toppage:before {
    content: '';
    border: 6px solid #006196;
    background: url(/images/plan.png) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100px;
    height: 170px;
    display: block;
    z-index: 1;
    position: absolute;
    left: 50%;
    margin-left: -54px;
    top: 185px;
    margin-top: 0;
}

.goToContent {
    bottom: -10px;
    left: 50%;
    position: absolute;
    width: 120px;
    height: 100px;
    margin-left: -60px;
    z-index: 10;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
}

.goToContent span {
    background: url(/images/goToContent.png) no-repeat center top;
    width: 47px;
    height: 45px;
    text-indent: -9999px;
    text-align: left;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -11px 0 0 -23px;
    animation: bounce 0.7s ease infinite alternate;
}


#mobile-phone {
    display: none;
}

#menubarre {
    display: none;
}
.mobile{
    display: none;
}
      
   @keyframes bounce{
     from {margin-top: -24px;}
     50%  {margin-top: -10px;}
     to   {margin-top: -24px;}
} 

.basblack{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.phone {
    position: absolute;
    right: 2%;
    bottom: 2%;
    color: #fff;
    text-decoration: none;
    border: none;
    font-size: 26px;
    font-weight: bold;
}

.phone img {
    width: 25px;
    padding-right: 10px;
    margin-bottom: -4px;
}


a{
	text-decoration: none;
}

.logofix {
    width: 260px;
    position: absolute;
    display: block;
    margin-left: 20px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.header {
    position: fixed;
    width: 100%;
    z-index: 1000;
    height: 140px;
	background-color: #000000;
	background-color: #000000e0;
}

.logofix img {
    height: 140px;
}


ul {
    float: right;
    width: 600px;
    margin-top: 0;
}

li {
    list-style-type: none;
}

ul li .actif {
    color: #016197;
    font-size: 18px;
}

ul li a {
    float: left;
    line-height: 140px;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


ul li a:hover {
    color: #016197;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.col-2{

	width: 50%;
	float: left;
	position: relative;
	overflow: hidden;

}


.contactform{
    width: 96%;
    padding: 100px 5%;
    background-color: #04649a;
    margin-top: 150px;
}

.contactform h1{
    color: #b8d3e2;
    font-size: 25px;
    margin-bottom: 50px;
}


.contactform h2 {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-top: 40px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.contactform p{
    color: hsla(0,0%,100%,.5);
    letter-spacing: 2px;
    line-height: 1.5;
    margin-top: 10px;
    margin-bottom: 30px;
}



.content-pad h3 {
    font-size: 1.1em;
    color: #fff;
    line-height: 1.1em;
    margin-left: 70px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
}


.contacttel h3 {
    color: #b7b7b7;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    margin-bottom: 4px;
}

.content-pad .nom {
    width: 92%;
    float: left;
    border: none;
    color: white;
    font-size: 15px;
    margin: 2%;

     background-color: #2b2b2b;
    padding: 2%;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    outline: none;
}

.content-pad .nom:hover {

     background-color: #2b2b2b;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.content-pad .textarea {
    width: 92%;
    height: 62px;
    float: left;
    font-size: 15px;
    resize: none;
    font-family: arial;
    border: none;
    color: #fff;
    margin: 2%;

     background-color: #2b2b2b;
    padding: 2%;
    outline: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.content-pad .textarea:hover {

     background-color: #2b2b2b;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.content-pad .envoyer {
    float: none;
    border: 2px solid #04649a;
    padding: 20px 45px;
    background: #04649a;
    width: 170px;
    margin-top: 20px;
    position: relative;
    margin-left: -80px;
    left: 50%;
    font-weight: bold;
    cursor: pointer;
    color: #fff;
    font-family: Gotham-Bold,Arial,Helvetica,sans-serif;
    font-size: 14px;
    -webkit-transition: all 0.14s ease 0s;
    -moz-transition: all 0.14s ease 0s;
    -o-transition: all 0.14s ease 0s;
    display: inline-block;
    text-transform: uppercase;
    letter-spacing: 2px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.content-pad .envoyer:hover {
    background-color: #034f79;
    border: 2px solid #034f79;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}



.contacttel{
    width: 96%;
    padding: 2%;
background-color: #1f1f1f;
    margin-top: 150px;
}

.apropos {
    margin: 150px 0;
}

.titre {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    position: relative;
    padding-bottom: 60px;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 900px;
}


.titre:before {
    content: '';
    border-left: 2px solid #006196;
    border-top: 2px solid #006196;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -60px;
    top: -30px;
    margin-top: 0;
    margin-left: 0;
}


.organismes{
    padding: 100px 0;
    background-color: #006196;
    margin-top: 100px;
    margin-bottom: -100px;
}

.logoorg {
    width: 92%;
    padding: 0 4%;
}

.titre:after {
    /* background: #006196; */
    content: '';
    border-right: 2px solid #006196;
    border-top: 2px solid #006196;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: -30px;
    top: -30px;
    margin-top: 0;
    margin-left: 0;
}


.titre2 {
    text-align: center;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 40px;
    position: relative;
    padding-bottom: 60px;
    margin: 0 auto;
    margin-top: 50px;
    max-width: 900px;
}


.titre2:before {
    content: '';
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    left: -60px;
    top: -30px;
    margin-top: 0;
    margin-left: 0;
}


.titre2:after {
    /* background: #006196; */
    content: '';
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    width: 30px;
    height: 30px;
    display: block;
    position: absolute;
    right: -30px;
    top: -30px;
    margin-top: 0;
    margin-left: 0;
}


.apropos p {
	 color: #fff;
    text-align: center;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 43px;
    padding: 30px 5% 0px 5%;
}


.col-3{

	width: 33.33%;
	float: left;
	position: relative;
	overflow: hidden;

}

.lienacceuil p {
    text-align: center;
    position: absolute;
    width: 100%;
    background: #016197d9;
    font-size: 25px;
    margin: 0;
    padding: 96px 0 43px 0;
    text-transform: uppercase;
    color: #fff;
    bottom: 0;
    background: linear-gradient(rgba(10, 10, 10, 0) 40%, rgba(0, 0, 0, 0.93) 100%);
}

.col-3-real{
	margin-top: 100px;
	width: 33.33%;
	float: left;
	position: relative;
	overflow: hidden;

}


.col-3-real .plus{
    position: absolute;
    top: 0;
    left: 5%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.71);
    width: 90%;
    height: 99%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.col-3-real:hover .plus{

	opacity: 1;	
	cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
}

.col-4-real{
	margin-top: 100px;
	width: 25%;
	float: left;
	position: relative;
	overflow: hidden;

}


.col-4-real .plus{
    position: absolute;
    top: 0;
    left: 5%;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.71);
    width: 90%;
    height: 99%;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.col-4-real:hover .plus{

	opacity: 1;	
	cursor: pointer;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
}


.zoom {
    left: 50%;
    top: 50%;
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
    position: absolute;
    background: url(/images/zoom.png) no-repeat center top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.col-3 {
    width: 33.33%;
    overflow: hidden;
    float: left;
}

.list1 {
    margin: 3%;
    margin-top: 150px;
    padding: 0;
    width: initial;
    list-style: none;
    float: initial;
}

.list1 li {
    font-size: 15px;
    line-height: 1.428571429;
    margin-bottom: 50px;
    padding: 0 0 1px 0;
    font-size: 30px;
    color: #fff;
border: 1px solid #292929;
    position: relative;
    display: block;
}


.list1 li a {
    color: #fff;
    text-align: center;
   float: inherit;
    font: 600 19px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background: transparent;
    padding: 17px 46px 18px 46px;
    display: block;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.list1 li a:hover {
    color: #fff;
    font: 600 19px/1em 'Raleway', "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    background: transparent;
    display: block;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
}

.contenueservice {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
}


.cont-float {
    width: 100%;
    float: left;
    position: relative;
}

.cont-float-right {
    width: 100%;
    float: left;
    position: relative;
}



.AboutusBox-text {
    position: relative;
    box-sizing: border-box;
    background-color: #232323;
    color: #ffffff;
    width: 50%;
    padding: 500px;
    text-align: center;
    padding: 97px 8%;
}

.cont-float-right .AboutusBox-text {
    left: 50%;
}

h2 {
    display: block;
    font-size: 2.5em;
    text-transform: uppercase;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.AboutusBox-text .headline {
    font-size: 22px;
    border-top: 1px solid #3c3c3c;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #3c3c3c;
}

.AboutusBox-text .description {
    font-size: 21px;
    line-height: 2;
    color: #fff;
    text-align: center;
}


.cont-float img {
    overflow: hidden;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
}

.cont-float-right img {
    overflow: hidden;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
}


.plusservice {
    color: #006196;
    background-color: transparent;
    border: 2px solid #006196;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
    text-decoration: none;
    overflow: hidden;
    position: relative;
    left: 50%;
    cursor: pointer;
    font-weight: bold;
    padding: 7px 30px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.plusservice:hover {
    color: #fff;
    outline: none;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.plusservice .bghover {
    position: absolute;
    width: 0%;
    height: 100%;
    z-index: 1;
    left: 50%;
    top: 0;
    background-color: #006196;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.plusservice:hover .bghover {
    width: 100%;
    left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.imgreal{
    width: 90%;
    position: relative;
    left: 5%;
}

.lienacceuil {
    width: 90%;
    position:relative;
    left: 5%;
    opacity: 1;
    margin-top: 50px;
    height: 250px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.descriptionacceuil {
    background-color: white;
    width: 82%;
color: #000;
    padding: 40px 4% 4% 4%;
    position: relative;
    left: 5%;
    margin-bottom: 50px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0px;
    opacity: 1;
    text-align: center;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.col-3:hover .descriptionacceuil {
    color: #016197;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.col-3 .lienacceuil:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    z-index: 100;
    height: 50px;
    bottom: -20px;
    background-color: rgb(1, 97, 151);
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.col-3:hover .lienacceuil:before {
    height: 55px;
    bottom: -30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}


.plusserv{
	padding: 150px 0;
	margin: 150px 0;


}

.plusserv p {
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    line-height: 45px;
    color: #fff;
}

::selection {
    background: #016197;
    color: #fff;
}

::-webkit-scrollbar-track-piece {
    background: #000000;
}

::-webkit-scrollbar-thumb {
    background: #016197;
}

::-webkit-scrollbar {
    width: 5px;
    height: 12px;
}


.footer {
    border-top: 1px solid #333333;
    padding: 30px 0;
    color: #fff;
    margin-top: 100px;
    position: relative;
    text-align: center;
    padding: 100px 0;
    margin-top: 100px;
    width: 100%;
}

.footer h4 {
    color: #006196;
    text-transform: uppercase;
    font-size: 25px;
    padding: 0px;
    margin: 5px 0px;
}
.footer p {
    padding-bottom: 0;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 24px;
    margin: 20px 0px;
}

.footer p div {
	padding-bottom: 5px;
}
.footer img {
    width: 29px;
    margin-top: 20px;
    padding: 0 15px;
}

#footercopy {
    height: 7px;
    overflow: hidden;
    padding-bottom: 45px;
    width: 100%;
    padding-top: 10px;
    position: relative;
    z-index: 110;
    border-top: 1px solid #333333;
}

.copyright {
    letter-spacing: 1px;
    float: left;
    margin-left: 5px;
    font-family: arial;
    line-height: 43px;
    color: #fff;
    font-size: 11px;
}

.planelogo {
    float: right;
}

.planelogo img {
    height: 40px;
    margin-top: 1px;
}

@media screen and (min-width: 1220px) and (max-width: 1520px) {
.contenue{
	
	margin: 0 auto;
	width: 1200px;
	overflow: hidden;

}


.contenueheader{
	
	margin: 0 auto;
	width: 1200px;

}




}



@media screen and (min-width: 1520px) and (max-width: 60000px) {

.contenue{
	
	margin: 0 auto;
	width: 1500px;
	overflow: hidden;

}

.contenueheader{
	
	margin: 0 auto;
	width: 1500px;

}




#slider h1 {
    font-size: 76px;
}


}
