@font-face {

font-family: 'Nexa Light';

font-style: normal;

font-weight: normal;

src: local('Nexa Light Regular'), url('polices/Nexa Light.woff') format('woff');

}



@font-face {

font-family: 'Nexa Bold';

font-style: normal;

font-weight: normal;

src: local('Nexa Bold Regular'), url('polices/Nexa Bold.woff') format('woff');

}



@font-face {

font-family: 'Oxygen';

font-style: normal;

font-weight: normal;

src: local('Oxygen Regular'), url('polices/Oxygen-Regular.woff') format('woff');

}



@font-face {

font-family: 'Open Sans';

font-style: normal;

font-weight: normal;

src: local('Open Sans'), url('polices/Open-Sans.woff') format('woff');

}



/* Page 404 */



.page-error{

	padding-top: 100px;

	padding-bottom: 200px

}

.header-error{

	font-size: 80px;

	font-family:  'Oxygen';

	font-weight: bold;

	margin-bottom: 40px;

	color: #174d59;

}

.content-error{

	font-size: 40px;

	font-family: 'Oxygen';

	color: #5f5f5f;

}

@media (min-width: 320px) and (max-width: 760px){

	.page-error .col-xs-12{

		text-align: -webkit-center;

	}

	.img-404{

		margin-bottom: 30px;

	}

	.header-error{

		font-size: 60px;

	}

	.content-error{

		font-size: 30px;

	}

}



/* Header */ 

.langue{
	float: right;
	padding-left: 0px;
	margin-bottom: 0px;
	margin-top: -12px;
}
.langue li{
	list-style: none;
	display: inline;
	margin-left: 15px;
}
.header .navbar-inverse{
    background-color: #fff;
    border-color: #fff;
    height: 145px;
    padding-top: 43px;
}
.header .navbar-brand{
	padding: 0px 0px;
}
.header .navbar-inverse .navbar-nav>li>a{
	color: #62828b;
	font-family: 'Nexa Bold';
	font-size: 16px;
	padding: 15px 0px;
}
.header .navbar-nav>li{
	margin-left: 40px;
}
.header .navbar-nav>li.selected,
.header .navbar-nav>li:hover{
	border-bottom: 3px solid #174C5A !important;
}
.logo-mobile{
	display: none;
}
/*.search{
    height: 40px;
    background-color: #eeeeee;
    border-radius: 25px;
    outline: none;
    border: none;
    margin-bottom: auto;
    margin-top: auto;
    border-radius: 30px;
    position: absolute !important;
    right: 0;
    top: 14px;
    z-index: 999;
    display: none;
}
.search_input{
    color: white;
    border: 0;
    outline: 0;
    background: none;
    width: 0;
    font-family: 'Nexa Light';
    font-size: 10px;
    letter-spacing: 2px;
    color: #454545;
    caret-color:transparent;
    line-height: 40px;
    transition: width 0.4s linear;
}
.search:hover > .search_input{
    padding: 0 10px;
    width: 450px;
    caret-color:#174C5A;
    transition: width 0.4s linear;
}
.search_icon{
    height: 40px;
    width: 40px;
    float: right;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color:white;    
    border-width: 0;
    background: transparent;
}*/
.header .navbar-toggle{
	padding: 13px 0px;
	border-radius: 50%;
	background-color: transparent;
    margin-left: 20px;
   	margin-top: 6px;
   	float: left;
}
.header .navbar-inverse .navbar-collapse{
	border-color: #174c5a;
    background: #fff;
}
.header .navbar-right{
	margin-top: 12px;
	margin-right: 0px;
}
.header .navbar-inverse .navbar-toggle{
	border-color: transparent;
}
.header .navbar-inverse .navbar-toggle:focus, 
.header .navbar-inverse .navbar-toggle:hover{
	background-color: unset; 
}
.header .navbar-inverse .navbar-toggle .icon-bar{
	background-color: #174c5a;
}
.header .navbar-toggle .icon-bar+.icon-bar{
	margin-top: 10px;
}
.header .navbar-toggle .icon-bar{
	width: 40px;
	height: 3px;
}
.header .navbar-toggle .icon-bar:nth-of-type(3){
	width: 27px;
}
.logo-menu{
	display: none;
}
.close-menu{
	display: none;
}
@media (max-width: 360px){
	.logo-menu{
		display: block;
		margin: 30px 0px 90px 80px !important;
	}
	.header .navbar-right{
		margin-top: 150px !important;
	}
	/*.header .container{
		position: unset;
	}
	.search:hover > .search_input{
	    width: 250px !important;
	}*/
}
@media (min-width: 320px) and (max-width: 480px){
	/*.header .container{
		position: unset;
	}*/
	.logo{
		display: none;
	}
	.logo-menu{
		display: block;
		margin: 60px 0px 90px 80px;
	}
	.logo-mobile{
		display: block;
		position: absolute;
		top: 43px;
		left: 32%;
	}
	/*.search{
		top: 41px;
		margin-right: 10px;
	}
	.search:hover > .search_input{
	    width: 300px;
	}
	.search-mobile{
		display: block;
		float: right;
		margin-top: 18px;
		margin-right: 20px;
	}*/
	.header .navbar-right{
		margin-top: 180px;
	}	
	.header .navbar-inverse{
		height: 100px;
		padding-top: 20px;
	}
	.header .navbar-inverse .navbar-nav>li>a{
		padding: 20px 0px;
		color: #fff;
	}
	.header .navbar-inverse .navbar-collapse{
		border-color: #174c5a;
		background: #205f70;
		height: 100%;
		width: 80%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.header .navbar-nav>li{
		border-bottom: 1px solid #2a849c;
		width: 100px;
		margin-left: 100px !important;
	}
	.header .navbar-nav>li:nth-of-type(6){
		border-bottom: 0px;
	}
	.header .navbar-nav>li.selected,
	.header .navbar-nav>li:hover{
		border-bottom: 1px solid #2a849c !important;
	}
	li.selected a{
		color: #2fa1c0 !important;
	}
	.close-menu{
	    display: none;
	    color: #fff;
	    font-size: 60px;
	    padding: 13px 10px;
	    margin-left: 20px;
	    margin-top: 15px;
	    float: left;
	    line-height: 23px;
	    position: fixed;
	    z-index: 999;
	}
}
@media (min-width: 500px) and (max-width: 760px){
	.header .container{
		position: unset;
	}
	.langue{
		margin-top: -30px;
	}
	.logo{
		display: block;
		position: absolute;
		top: 43px;
		left: 33%;
	}
	/*.search{
		top: 55px;
		margin-left: 10px;
	}
	.search-mobile{
		display: block;
		float: right;
		margin-top: 27px;
		margin-right: 20px;
	}*/
	.header .navbar-inverse .navbar-nav>li>a{
		padding: 14px 0px;
		color: #fff;
	}
	.header .navbar-inverse .navbar-collapse{
		border-color: #174c5a;
		background: #205f70;
		height: 100%;
		width: 80%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
	}
	.header .navbar-nav>li{
		border-bottom: 1px solid #2a849c;
		width: 100px;
		margin-left: 100px !important;
	}
	.header .navbar-nav>li:nth-of-type(6){
		border-bottom: 0px;
	}
	.header .navbar-nav>li.selected,
	.header .navbar-nav>li:hover{
		border-bottom: 1px solid #2a849c !important;
	}
	li.selected a{
		color: #2fa1c0 !important;
	}
	.close-menu{
	    display: none;
	    color: #fff;
	    font-size: 60px;
	    padding: 13px 10px;
	    margin-left: 20px;
	    margin-top: 15px;
	    float: left;
	    line-height: 23px;
	    position: fixed;
	    z-index: 999;
	}
}
@media (min-width: 768px) and (max-width: 968px){
	.logo{
		display: none;
	}
	.logo-mobile{
		display: block;
		margin-left: -20px !important;
   		margin-top: 18px;
	}
	.header .navbar-nav>li{
		margin-left: 20px !important;
	}
	.header .navbar-right{
		margin-top: 12px;
	}
}
@media (max-width: 1124px){
	.header .navbar-nav>li{
		margin-left: 30px;
	}
}





/* Présentation */



.bg-presentation{

	padding-bottom: 130px;

}

.banner-presentation{

	background: url('images/banner-presentation.png') no-repeat center center ;

	background-size: cover;

	-webkit-background-size: cover;

	width: 100%;

	height: 450px;

	position: relative;

}

.slog{
	background: url('images/bg-titre.png') no-repeat;
	width: 207px;
	height: 62px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: -30px;
	position: relative;
	z-index: 9;
	font-family: 'Zona Pro';
	font-size: 20px;
	font-weight: bold;
	color: #fff;

}

.para-presentation-01{

	font-family: 'Nexa Bold';

	font-size: 30px;

	line-height: 45px;

	color: #174c5a;

	margin-top: 30px;

}

.para-presentation-02{

	font-family: 'Oxygen';

	font-size: 16px;

	color: #4d4d4d;

	line-height: 45px;

	margin-top: 50px;

}


.img-presentation{

	margin-top: 40px;

}



/* footer */



.bg-footer{

	background-color: #174c5a;

	height: auto;

	width: 100%;

	padding-bottom: 50px;

}

.directeur{

	position: relative;

	top: -108px;

	left: 0;

}

.text-footer{

	position: relative;

	margin-top: 45px;

}

.text-footer p{

	font-family: 'Nexa Light';

	font-size: 18px;

	color: #bbc4c8;

	margin-bottom: 60px;

}

.parenthese-left{

	background: url('images/parenthese-left.png') no-repeat;

	width: 30px;

	height: 20px;

	position: absolute;

	top: -22px;

	left: 0;

}

.parenthese-right{

	background: url('images/parenthese-right.png') no-repeat;

	width: 30px;

	height: 20px;

	position: absolute;

	bottom: 0;

	right: 0;

}

.signature{

	margin-top: 33px;

	text-align: -webkit-center;

}
.logo-footer{
	text-align: -webkit-center;
}
.tel-footer{

	position: relative;

}

.tel-footer p{

	font-family: 'Oxygen';

	font-size: 16px;

	color: #fff;

	padding-left: 48px;

}

.tel-footer span{

	background: url('images/tel-02.png') no-repeat;

	position: absolute;

	top: 0;

	left: 0;

	width: 23px;

	height: 23px;

}

.mail-footer{

	position: relative;

	margin-top: 35px;

}

.mail-footer p{

	font-family: 'Oxygen';

	font-size: 16px;

	color: #fff;

	padding-left: 50px;

}

.mail-footer span{

	background: url('images/mail-02.png') no-repeat;

	position: absolute;

	top: 0;

	left: 0;

	width: 26px;

	height: 19px;

}

.adresse-footer{

	position: relative;

}

.adresse-footer p{

	font-family: 'Oxygen';

	font-size: 16px;

	color: #fff;

	padding-left: 50px;

}

.adresse-footer span{

	background: url('images/adresse.png') no-repeat;

	position: absolute;

	top: 0;

	left: 0;

	width: 23px;

	height: 30px;

}

@media (min-width: 320px) and (max-width: 480px){

	.text-footer{

		margin-top: 0px;

	}

	.logo-footer{

		margin-top: 30px;

		margin-bottom: 40px;

		text-align: -webkit-center;

	}

	.parenthese-right{

		bottom: -18px;

	}
	.adresse-footer{
		margin-top: 35px;
	}	

}

@media (min-width: 560px) and (max-width: 760px){

	.text-footer{

		margin-top: 0px;

	}

	.logo-footer{

		margin-top: 30px;

		margin-bottom: 40px;

		text-align: -webkit-center;

	}

	.adresse-footer{
		margin-top: 35px;
	}

}

@media (min-width: 768px) and (max-width: 968px){

	.parenthese-right{

		right: -10px;

	}

	.adresse-footer{
		margin-top: 35px;
	}

}





/* Services */



.bg-services{

	padding-bottom: 130px;

}

.banner-services{

	background: url('images/banner-services.png') no-repeat center center ;

	background-size: cover;

	-webkit-background-size: cover;

	width: 100%;

	height: 450px;

	position: relative;

}

.titre-services{

	font-family: 'Nexa Bold';

	font-size: 18px;

	color: #154e5b;

	text-align: center;

	margin: 45px 0px 45px;

}

.titre-img{
	background: url('images/bg-services.png') no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 5%;
	right: -3%;
	width: 140px;
	height: 56px;
	font-size: 20px;
	font-family: 'Nexa Bold';
	color: #174c5a;

}

.img-services{

	position: relative;

	width: 229px;

	box-shadow: 1px 12px 10px #e8eeef;

}

/*.bg-services p{

	font-family: 'Oxygen';

	font-size: 16px;

	color: #4d4d4d;

	line-height: 40px;

	margin-left: -20px;

}*/

.para-aide{

	font-family: 'Oxygen';

	font-size: 16px;

	color: #4d4d4d;

	line-height: 40px;

	margin-left: -20px;

	margin-top: 50px;

}

.para-support{

	font-family: 'Oxygen';

	font-size: 16px;

	color: #4d4d4d;

	line-height: 40px;

	margin-left: -20px;

	margin-top: 10px;

}

.para-conseil{

	font-family: 'Oxygen';

	font-size: 16px;

	color: #4d4d4d;

	line-height: 40px;

	margin-left: -20px;

	margin-top: 45px;

}

.para-client{

	font-family: 'Oxygen';

	font-size: 16px;

	color: #4d4d4d;

	line-height: 40px;

	margin-left: -20px;

	margin-top: 68px;

}

.block-aide{

	margin-bottom: 100px;

}

@media (max-width: 767px){

	.bg-services .col-xs-12{

		text-align: -webkit-center;

		margin-bottom: 20px;

	}

	.bg-services p{

		margin-left: 0px;

	}

	.para-aide{

		margin-top: 0px;

	}

	.para-support{

		margin-top: 0px;

	}

	.para-conseil{

		margin-top: 5px;

	}

	.para-client{

		margin-top: 0px;

	}

	.block-aide{

		margin-bottom: 0px;

	}

}

@media (min-width: 768px) and (max-width: 968px){

	.bg-services p{

		margin-bottom: 150px;

		line-height: 50px;

	}

	.block-aide{

		margin-bottom: 0px;

	}

}

@media (min-width: 1024px) and (max-width: 1124px){

	.bg-services p{

		margin-left: 0px;

	}

	.para-aide{

		margin-top: 0px;

	}

	.para-support{

		margin-top: -15px;

	}

	.para-conseil{

		margin-top: 0px;

	}

	.para-client{

		margin-top: 40px;

	}

}



/* Qualité */


.bg-qualite{

	padding-bottom: 130px;

}

.banner-qualite{

	background: url(images/banner-qualite.png) no-repeat center center;

    background-size: cover;

    -webkit-background-size: cover;

    width: 100%;

    height: 450px;

    position: relative;

}

.para-qualite-01{

	font-family: 'Nexa Bold';

    font-size: 30px;

    line-height: 45px;

    color: #174c5a;

    margin-top: 30px;

}

.para-qualite-02{

	font-family: 'Oxygen';

    font-size: 16px;

    color: #4d4d4d;

    line-height: 45px;

    margin-top: 50px;

}

.img-qualite{

	margin-top: 40px;

}

.title-certification{

	font-family: 'Oxygen';

    font-size: 16px;

    color: #4d4d4d;

    margin-top: 50px;

}


.para-certification li{

	position: relative;

	list-style: none;

	font-family: 'Oxygen';

    font-size: 16px;

    color: #4d4d4d;

    margin-top: 45px;

}

.puce{

	background: url('images/puce.png') no-repeat;

	width: 10px;

	height: 13px;

	position: absolute;

	top: 5px;

	left: -43px;

}



/* Contact */



.bg-contact{

	padding-bottom: 130px;

}

.banner-contact{

	background: url(images/banner-contact.png) no-repeat center center;

    background-size: cover;

    -webkit-background-size: cover;

    width: 100%;

    height: 450px;

    position: relative;

}

.titre-contact{

	font-family: 'Oxygen';

	font-size: 16px;

	color: #4d4d4d;

	margin-top: 30px;

	margin-bottom: 35px;

}

.text-input{

	display: grid;

	margin-bottom: 25px;

	position: relative;

}

.text-input input{

	border-radius: 25px;

	width: 100%;

	height: 40px;

	outline: none;

	padding-left: 45px;

	border: 1px solid #c9c9c9;

	color: #000000;

	font-size: 12px;

	font-family: 'Oxygen';

	letter-spacing: 1px;

}

.text-input textarea{

	border-radius: 25px;

	width: 100%;

	height: 110px;

	outline: none;

	padding-left: 10px;

	padding-top: 15px;

	border: 1px solid #c9c9c9;

	color: #000000;

	font-size: 12px;

	font-family: 'Oxygen';

	letter-spacing: 1px;

}

.text-input label{

	font-family: 'Nexa Bold';

	font-size: 15px;

	color: #4d4d4d;

	margin-left: 20px;

}

.form-contact a{

	text-decoration: none;

}

.text-submit{

	font-family: 'Nexa Bold';

	font-size: 16px;

	background-color: #174c5a;

	letter-spacing: 4px;

	color: #fff;

	width: 100%;

	outline: none;

	height: 40px;

	border-radius: 25px;

	border: none;

	display: flex;

	justify-content: center;

	align-items: center;

    vertical-align: middle;

    -webkit-transform: perspective(1px) translateZ(0);

    transform: perspective(1px) translateZ(0);

    box-shadow: 0 0 1px rgba(0, 0, 0, 0);

    position: relative;

    -webkit-transition-property: color;

    transition-property: color;

    -webkit-transition-duration: 0.3s;

  

}

.text-submit:before {

  	content: "";

  	position: absolute;

 	z-index: -1;

  	top: 0;

  	left: 0;

  	right: 0;

  	bottom: 0;

  	background: #3FBCDB;

	border-radius: 25px;

  	-webkit-transform: scaleX(0);

  	transform: scaleX(0);

  	-webkit-transform-origin: 50%;

  	transform-origin: 50%;

  	-webkit-transition-property: transform;

  	transition-property: transform;

  	-webkit-transition-duration: 0.5s;

  	transition-duration: 0.5s;

  	-webkit-transition-timing-function: ease-out;

  	transition-timing-function: ease-out;

}

.text-submit:hover, 

.text-submit:focus, 

.text-submit:active {

  	color: white;

}

.text-submit:hover:before, 

.text-submit:focus:before, 

.text-submit:active:before {

  	-webkit-transform: scaleX(1);

  	transform: scaleX(1);

}

.icon-nom{

	background: url(images/nom.png) no-repeat;

	position: absolute;

	top: 33px;

	left: 12px;

	width: 26px;

	height: 26px;

}

.icon-mail{

	background: url(images/mail.png) no-repeat;

	position: absolute;

	top: 33px;

	left: 12px;

	width: 26px;

	height: 26px;

}

.icon-tel{

	background: url(images/tel.png) no-repeat;

	position: absolute;

	top: 33px;

	left: 12px;

	width: 26px;

	height: 26px;

}

.map{

	width: 100%;

	height: 250px;

	margin-top: 35px;

}

.tel{

	position: relative;

	margin-top: 35px;

}

.tel p{

	font-family: 'Oxygen';

	font-size: 16px;

	color: #4d4d4d;

	padding-left: 50px;

}

.tel span{

	background: url('images/tel-02.png') no-repeat;

	position: absolute;

	top: 0;

	left: 0;

	width: 23px;

	height: 23px;

}

.mail{

	position: relative;

	margin-top: 35px;

}

.mail p{

	font-family: 'Oxygen';

	font-size: 16px;

	color: #4d4d4d;

	padding-left: 50px;

}

.mail span{

	background: url('images/mail-02.png') no-repeat;

	position: absolute;

	top: 0;

	left: 0;

	width: 26px;

	height: 19px;

}

.adresse{

	position: relative;

	margin-top: 35px;

}

.adresse p{

	font-family: 'Oxygen';

	font-size: 16px;

	color: #4d4d4d;

	padding-left: 50px;

}

.adresse span{

	background: url('images/adresse.png') no-repeat;

	position: absolute;

	top: 0;

	left: 0;

	width: 23px;

	height: 30px;

}

.form-contact label.error {

	display: block;

	color: #f21555;

	margin-top: 8px;

}

.close-contact{

	float: right;

    font-size: 21px;

    font-weight: 700;

    line-height: 1;

    color: #000;

    text-shadow: 0 1px 0 #fff;

    opacity: .2;

    border: 0px;

    background: transparent;

}

.close-contact:hover{

	opacity: 1;

}
.g-recaptcha{
	margin-bottom: 15px;
}
@media (max-width: 480px){

	.form-contact{

		margin-bottom: 0px;

	}

}



/* Actualité */



.bg-actualite{

	padding-bottom: 130px;

}

.banner-actualite{

	background: url(images/banner-actualite.png) no-repeat center center;

    background-size: cover;

    -webkit-background-size: cover;

    width: 100%;

    height: 450px;

    position: relative;

}

.block-actualite{

	margin-top: 40px;

}

.date-actualite{

	font-family: 'Zona Pro';

	font-size: 11px;

	font-weight: bold;

	color: #19b9db;

	margin-bottom: 35px;

}

.text-actualite{

	font-family: 'Zona Pro';

	font-size: 15px;

	font-weight: bold;

	color: #4c4c4c;

	line-height: 26px;

	margin-bottom: 45px;

	white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.lire-suite{

	position: relative;

}

.lire-suite a{

	text-decoration: none;

	font-family: 'Oxygen';

	font-size: 10px;

	font-weight: bold;

	color: #164c5a;

	letter-spacing: 1px;

	padding-left: 18px;

}

.lire-suite span{

	background: url('images/suite.png') no-repeat;

	width: 10px;

	height: 14px;

	position: absolute;

	top: 4px;

	left: 0;

}

.lire-suite a:hover{

	color: #19b9db;

}

.bg-actualite .col-md-3{

	margin-bottom: 70px;

}

.img-actualite{

	height: 150px;

	width: 100%;

}

@media (min-width: 1024px) and (max-width: 1200px){

	.text-actualite{

		margin-bottom: 15px;

	}

}

@media (min-width: 768px) and (max-width: 992px){

	.text-actualite{

		margin-bottom: 10px;

		line-height: 20px;

	}

}

@media (max-width: 760px){

	.bg-actualite .col-md-3{

		height: 200px;

		margin-bottom: 0px;

	}

	.text-actualite{

		margin-bottom: 15px;

	}

	.img-actualite{

		height: 200px;

	}

}





/* Produits */



.bg-produits{

	padding-bottom: 130px;

}

.bg-produits .col-md-3{

	padding-right: 0px;

	padding-left: 0px;

}

.banner-produits{

	background: url(images/banner-produits.png) no-repeat center center;

    background-size: cover;

    -webkit-background-size: cover;

    width: 100%;

    height: 450px;

    position: relative;

}

.search-produits{

	position: relative;

	text-align: center;

	margin: 30px 0px 60px;

}

.search-produits input{

	width: 350px;

	height: 40px;

	background-color: #eeeeee;

	border-radius: 25px;

	outline: none;

	border: none;

	padding-left: 55px;

	font-family: 'Nexa Light';

	font-size: 10px;

	color: #454545;

	letter-spacing: 2px;

}

.search-produits button{

	position: absolute;

	top: 7px;

	margin-left: 15px;

	background-color: transparent;

	border-width: 0px;

}

.para-produits{
	font-family: 'Nexa Bold';
    font-size: 20px;
    line-height: 45px;
    color: #174c5a;
    margin-bottom: 80px;
}

.file-pdf{

	position: relative;

	text-align: center;

	display: block;

	margin-bottom: 100px;

}

.file-pdf img{

	-webkit-filter: grayscale(100%);

    filter: grayscale(100%);

    -webkit-transition: .4s ease-in-out;

    transition: .4s ease-in-out;

    margin-bottom: 25px;

}

.file-pdf p{

	font-family: 'Oxygen';

	font-size: 18px;

	font-weight: bold;

	color: #454545;

	margin-bottom: 35px;

	-webkit-transition: .4s ease-in-out;

    transition: .4s ease-in-out;

}

.file-pdf p:hover{

	color: #187f9a;

}

.file-pdf a{

	text-decoration: none;

	font-family: 'Nexa Light';

	font-size: 16px;

	color: #fff;

	background-color: #174c5a;

	border-radius: 25px;

	padding: 8px 45px;

	box-shadow: 1px 12px 10px #e8eeef;

	-webkit-transition: .4s ease-in-out;

    transition: .4s ease-in-out;

}

.file-pdf a:hover{

	background-color: #187f9a;

}

.file-pdf img:hover{

	-webkit-filter: grayscale(0%);

    filter: grayscale(0%);

}

.border-pdf{

	position: absolute;

	border-right: 1px solid #d9f3f7;

	height: 240px;

	right: 0;

	top: -30px;

}

@media (max-width: 760px){

	.border-pdf{

		display: none;

	}

}

@media (max-width: 360px){

	.search-produits input{

		width: 280px;

	}

}



/* Home */



.bg-home{

	padding-bottom: 130px;

}

.banner-home{

	background: url(images/banner-home.png) no-repeat center center;

    background-size: cover;

    -webkit-background-size: cover;

    width: 100%;

    height: 770px;

    position: relative;

}

.banner-home p{

	font-family: 'Zona Pro';

	font-size: 50px;

	font-weight: bold;

	color: #fff;

	margin-left: 20px;

	margin-top: 190px;

	margin-bottom: 90px;

	width: 660px;

}

.banner-home a {
	text-decoration: none;
}

.savoir-plus{
	background: url('images/savoir-plus.png') no-repeat;
	margin-left: 20px;
	font-family: 'Nexa Bold';
	font-size: 16px;
	color: #174c5a;
	width: 212px;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.block-services-home {
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.block-services-home:before {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 30px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.block-services-home:hover, .block-services-home:focus, .block-services-home:active {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.block-services-home:hover:before, .block-services-home:focus:before, .block-services-home:active:before {
  opacity: 1;
  -webkit-transform: translateY(5px);
  transform: translateY(5px);
}

.img-home-mobile{

	display: none;

}

.block-services-home{

	position: relative;

	width: 229px;

	bottom: 90px;

}

.para-home-01{

	font-family: 'Nexa Bold';

	font-size: 25px;

	color: #154e5b;

	line-height: 2;

	text-align: justify;

}

.para-home-02{

	font-family: 'Oxygen';

	font-size: 15px;

	color: #4d4d4d;

	line-height: 3;

	text-align: justify;

	margin-left: 30px;

}

.titre-home{

	position: relative;

}

.titre-home p{

	font-family: 'Zona Pro';

	font-size: 27px;

	font-weight: bold;

	color: #474747;

	margin: 70px 0px 45px;

}

.titre-home span{

	position: absolute;

	top: 50%;

	left: 170px;

	border-bottom: 3px #95b035 solid;

	width: 140px;

}

.img-responsive-full{
	width: 100%;
	height: 350px;
}

.block-actualite-home-big{

	position: relative;

}

.block-actualite-home-big h4{

	position: absolute;

	bottom: 80px;

	left: 40px;

	font-family: 'Zona Pro';

    font-size: 11px;

    font-weight: bold;

    color: #19b9db;

}

.block-actualite-home-big p{

	position: absolute;

	bottom: 10px;

	left: 40px;

	font-family: 'Zona Pro';

    font-size: 20px;

    font-weight: bold;

    color: #fff;

    margin-bottom: 25px;

    width: 400px;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;

}

.date-actualite-home{

	font-family: 'Zona Pro';

    font-size: 11px;

    font-weight: bold;

    color: #19b9db;

    margin-bottom: 17px;

}

.text-actualite-home{

	font-family: 'Zona Pro';

    font-size: 15px;

    font-weight: bold;

    color: #4c4c4c;

    line-height: 26px;

    margin-bottom: 36px;

    white-space: nowrap;

    overflow: hidden;

    text-overflow: ellipsis;

}

.block-actualite-home-small{

	margin-bottom: 24px;

}

.block-actualite-home-small img{

	height: 100px;

	width: 100%;

}

@media (max-width: 320px){

	.titre-home span{

		left: 145px;

	}

	.block-services-home{

		bottom: 12px !important;

	}

	.banner-home p{

		font-size: 22px !important;

		width: unset;

	}

}

@media (min-width: 320px) and (max-width: 480px){

	.bg-home .col-xs-12{

		text-align: -webkit-center;

	}

	.banner-home{

		text-align: -webkit-center;

	}

	.banner-home p{

		font-size: 26px;

		margin-left: 0px;

		text-align: center;

		width: unset;

	}

	.savoir-plus{

		margin-left: 0px;

	}

	.block-services-home{

		margin-bottom: 40px;

		width: 100%;

		bottom: 25px;

	}

	.para-home-01{

		text-align: initial;

		margin-top: -40px;

		line-height: unset;

		font-size: 21px;

		margin-bottom: 20px;

	}

	.para-home-02{

		line-height: 2;

		margin-left: 0px;

	}

	.block-actualite-home-big h4{

		left: 10px;

	}

	.block-actualite-home-big p{

		left: 10px;

		font-size: 16px;

		width: 280px;

	}

	.block-actualite-home-small{

		height: 228px;

		margin-bottom: 0px;

		margin-top: 50px;

	}

	.block-actualite-home-small img{

		height: auto;

	}

	.img-home{

		display: none;

	}

	.img-home-mobile{

		display: block;

	}

	.img-responsive-full{

		width: 100%;

		height: auto;

	}

}

@media (min-width: 560px) and (max-width: 760px){

	.bg-home .col-xs-12{

		text-align: -webkit-center;

	}

	.para-home-02{

		margin-left: 0px;

	}

	.banner-home p{
		width: unset;
	}

	.block-services-home{

		margin-bottom: 40px;

	}

	.block-actualite-home-big h4{

		left: 10px;

	}

	.block-actualite-home-big p{

		left: 10px;

		font-size: 16px;

	}

	.block-actualite-home-small{

		height: 250px;

		margin-bottom: 0px;

		margin-top: 30px;

	}

	.block-actualite-home-small img{

		height: auto;

	}

	.img-responsive-full{

		width: 100%;

		height: auto;

	}

}

@media (min-width: 768px) and (max-width: 992px){

	.bg-home{

		padding-bottom: 350px;

	}

	.banner-home p{
		width: unset;
	}

	.bg-home .services-home .col-sm-6{

		text-align: -webkit-center;

	}

	.block-services-home{

		margin-bottom: 40px;

	}

	.block-actualite-home-small{

		height: 0px;

		margin-bottom: 0px;

	}

	.block-actualite-home-big{

		margin-bottom: 30px;

	}

	.block-actualite-home-big h4{

		left: 10px;

	}

	.block-actualite-home-big p{

		left: 10px;

		font-size: 16px;

	}

	.img-responsive-full{

		width: 100%;



	}

}



/* Detail Actualité */



.detail-actualite{

	margin-top: 40px;

}

.desc-actualite{

    font-family: 'Oxygen';

    font-size: 16px;

    color: #4d4d4d;

    line-height: 36px;

}

.text-detail-actualite{

    font-family: 'Zona Pro';

    font-size: 15px;

    font-weight: bold;

    color: #4c4c4c;

    line-height: 26px;

    margin-bottom: 20px;

}

.date-detail-actualite{

	font-family: 'Zona Pro';

    font-size: 15px;

    font-weight: bold;

    color: #19b9db;

    margin-bottom: 15px;

    margin-top: 0px;

}

@media (max-width: 992px){

	.date-detail-actualite{

		margin-top: 50px;

	}

}



/* Pagination */



.pagination_container{

	text-align: center;

}

.pagination>li>a{

	background-color: transparent;

	border: 0px;

	color: #707070;

	font-size: 20px;

	padding: 4px 8px;

	margin-left: 10px;

}

.pagination>li>a:hover{

	color: #626262;

	background-color: transparent;

    border-color: transparent;

    font-weight: bold;

}

.pagination>.active>a,

.pagination>.active>a:hover{

	background-color: transparent;

	border-color: transparent;

	color: #707070;

}

.pagination>.active>a{

	border-bottom: 5px solid #289cb6;

    font-weight: bold;

}

.pagination>li:first-child>a{

	border-top-left-radius: 0px;

    border-bottom-left-radius: 0px;

}

.pagination>li:last-child>a{

	border-top-right-radius: 0px;

    border-bottom-right-radius: 0px;

}