/*
 Theme Name:   patakes
 Theme URI:    http://patakes.fr
 Description:  Twenty Thirteen Child Theme
 Author:       patakes
 Author URI:   http://patakes.fr
 Template:     twentythirteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  patakes
*/

@font-face {
    font-family: 'segoe';
    src: url('fonts/segoeui.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rlw-sb';
    src: url('fonts/Raleway-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rlw-t';
    src: url('fonts/Raleway-Thin.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rlw-b';
    src: url('fonts/Raleway-Bold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
	font-family: 'rlw-r';
	src: url('fonts/Raleway-Regular.eot');
	src: local('☺'), url('fonts/Raleway-Regular.woff') format('woff'), url('fonts/Raleway-Regular.ttf') format('truetype'), url('fonts/Raleway-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'rlw-m';
    src: url('fonts/Raleway-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rbt-r';
    src: url('fonts/Roboto-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'hlvt';
    src: url('fonts/HelveticaNeue.ttf');
    font-weight: normal;
    font-style: normal;
}


/* header */

header{
	margin:0 auto;
	position:relative;
	width:100%;
	height:130px;
	background-color: #FFFFFF;
/*  height:130px;
	background: transparent url('images/bandeau.jpg');
    background-size:cover; */
}

button:focus{
	outline:none;
}

.hamburger{
	display:none!important;
}

.hamburger-inner, .hamburger-inner:after, .hamburger-inner:before{
	background-color:#004996!important;
}

.icon img{
	width:115px!important;
	height:101px!important;
	object-fit:contain!important;
    font-family:'object-fit:contain;';
}

.icon span{
	display:none;
}

#nav{
	padding-top:14px;
	position:relative;
	width:1200px;
	margin:0 auto;
}

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

header .bandeau_fr img{
	height:100%;
	width: 100%;
 	object-fit: fill; 	
    opacity: 0.2;
	filter: alpha(opacity=20);
}

header .drapeau_fr{
	height: 50%;
	width: 100%;
	position:absolute;
	top:30px;
	left:10px;
}

header .drapeau_fr img{
	height: 50%;
	width: 100%;
 	object-fit: fill; 	
    opacity: 0.2;
    filter: alpha(opacity=20);
}
/*  Modif P.P Désactivation Langues */
#menu-menu-header > li:last-child,#menu-menu-header2 > li:last-child,#menu-menu-header3 > li:last-child{
	margin-left:10px;
}

#menu-menu-header > li:last-child a,#menu-menu-header2 > li:last-child a,#menu-menu-header3 > li:last-child a{
	font-family:segoe;
	font-size:22px;
	color:#707070;
	margin:0;
	padding:10px 0;
	width:90px;
	border-left:solid 1px #707070;
}

#menu-menu-header > li:last-child:hover > a,#menu-menu-header2 > li:last-child:hover > a,#menu-menu-header3 > li:last-child:hover > a{
	border-bottom:solid 1px #707070;
}

#menu-menu-header > li:last-child ul,#menu-menu-header2 > li:last-child ul,#menu-menu-header3 > li:last-child ul{
	display:none;
	padding:0;
}

#menu-menu-header > li:last-child:hover ul,#menu-menu-header2 > li:last-child:hover ul,#menu-menu-header3 > li:last-child:hover ul{
	display:block;
}

#menu-menu-header > li:last-child ul li,#menu-menu-header2 > li:last-child ul li,#menu-menu-header3 > li:last-child ul li{
	display:block;
}

#menu-menu-header > li:last-child:hover ul li a:first-child,#menu-menu-header2 > li:last-child:hover ul li a:first-child#menu-menu-header3 > li:last-child:hover ul li a:first-child{
	display:block;
}
/* Fin Modif */

#langue{
	position:absolute;
	top:30px;
	right:0;
	color:#707070;
	font-family:segoe;
	font-size:22px;
	cursor:pointer;
	z-index:2;
	border-left:solid 1px #707070;
}

#languecurrent{
	padding-left:15px;
	width:76px;
	background-image:url('css/images/flch-langue.svg');
	background-repeat:no-repeat;
	background:cover;
	background-position:right 0px bottom 50%;
	background-size:13px 7px;
}

#listlangue{
	display:none;
	padding-left:15px!important;
	margin:0;
	background-color:#fff;
	width:76px;
}

#langue:hover ul{
	display:block;
}

#langue ul li{
	display:block!important;
	text-align:left;
}

#nav ul {
	text-align: center; 
	padding:0;
}

#nav ul li {
	display: inline-block;
	list-style: none;
}

#nav ul li a {
	text-decoration:none;
	display:block;
	font-family:rlw-sb;
	font-size:20px;
	color:#000;
	margin:7px 16px 0;
}

#nav ul li a:hover {
	text-decoration:none;
	color:#014891;
}

#nav ul li a img{
	margin-top:-5px;
	height:16px;
	object-fit:contain;
    font-family:'object-fit:contain;';
}

#nav ul li:hover ul{
	display:block;
}

#nav ul li ul{
	display:none;
	position:absolute;
	z-index:3;
	/* left:50%; */
	transform:translate(-40%,0);
	padding:47px 0 0 0;
}

#nav ul li ul li{
	text-align:center;
}

#nav ul li ul li a{
	margin:0;
	width:100%;
	padding:10px 30px;
	font-size:17px;
	background-color:#fff;
}

.encart{
	display:block !important;
	position:absolute;
	background-color:#fff;
/*	width:404px !important; */
	width:100% !important;
	height: 80px !important;
	z-index:100000;
/*	margin: 12px 0px !important; */
	margin: 0px 0px !important;
}

.encart img{
	object-fit:contain;
    font-family:'object-fit:contain;';
	margin: 5px;
	width:50px;
	height:50px;
	background-color:#fff;
}

.drapeau_fr{
	margin-top: 0;
	height: 12px;
	width: 100%;
	position:absolute;
	z-index:2;
}

.drapeau_fr img{
	vertical-align: top;
	height: 12px;
	width: 100%;
 	object-fit: fill; 	
}


/* accueil */

.title1{
	text-align:center;
	color:#fff;
	font-family:rlw-b;
	font-size:50px;
	padding-top:110px;
	margin:0;
}

.title2{
	text-align:center;
	color:#014891;
	font-family:rlw-b;
	font-size:50px;
	padding-top:55px;
	margin:0;
}



.title6{
	text-align:center;
	color:#014891;
	font-family:rlw-b;
	font-size:50px;
	padding-top:20px; 
	margin:0;
}

.st{
	font-family:rlw-m;
	color:#fff;
	font-size:40px;
}

#owl-acc{
	position:relative;	
}

#owl-acc .owl-dots{
	display:none;	
}

.slid-acc{
/*	height:757px; */
	background-color:#000; /* Modif P.P */
}

.slid-acc img{
	object-fit:fill;
*/	height:757px; */
}

.slid-acc iframe{
	position:absolute;
	width:70%;  /* Modif P.P */
	height:70%;  /* Modif P.P */
	top:50%;
	left:15%;  /* Modif P.P */
/*	left:-7.5%; */
	transform:translateY(-50%);
}

#owl-acc .owl-nav{
	position:absolute;
	top:50%;
	transform:translate(0%,-50%);
	width: calc(100% - 288px);
	left:144px;
	pointer-events: none;
}

#owl-acc .owl-nav button{
	pointer-events: auto!important;
}

#owl-acc .owl-nav button:first-child{
	float:left;
}

#owl-acc .owl-nav button:last-child{
	float:right;
}

/* Modif P.P 
#owl-acc span{
	font-family:rlw-b;
	font-size:36px;
	color:#014891;
	background-color:#fff;	
	padding:9px 34px; 
}
*/
#owl-acc span{
	font-family:rlw-b;
	font-size:36px;
	text-align:left;
	color:#fff;
	background-color: rgba(25,25,25,0);	
	padding:9px 34px;
}

#owl-acc .owl-prev{
	background-image: url("css/images/gauche.svg");
	background-repeat:no-repeat;
	background:cover;
	width:30px;
	height:50px;
	
}

#owl-acc .owl-next{
	background-image: url("css/images/droite.svg");
	background-repeat:no-repeat;
	background:cover;
	width:30px;
	height:50px;
	
}

.owl-item{
	text-align:center;
}

#texte1{
/*	position:absolute;
	bottom:318px;
	left:28%; */
    position:absolute;
	bottom:80%;
	left:15%; 
}

#texte2{
/*	position:absolute;
	bottom:206px;
	left:28%; */
    position:absolute;
	bottom:70%;
	left:15%;
}

#texte3{
/*	position:absolute;
	bottom:94px;
	left:20%; */
    position:absolute;
	bottom:60%;
	left:15%;
}

.vdo{
	position:relative;
	overflow:hidden;
	height:757px;
}

.vdo iframe{
	position:absolute;
	width:115%;
	height:758px;
	top:50%;
	left:-7.5%;
	transform:translateY(-50%);
}

#propos-acc{
	height:750px;
	background-color:#014891;
	position:relative;
	z-index:10;
	overflow:hidden;
}

#propos-acc p{
	margin-left:10px;
	font-family:rlw-r;
	font-size:22px;
	color:#fff;
	float:left;
	width:100%;
	max-width:670px;
	margin-top:161px;
	line-height:27px;
}
#propos-acc span{
	clear:both;
	float:left;
	display:block;
	margin-top:40px;
	height:45px;
	width:200px;
	border:solid 1px #fff;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-family:rlw-sb;
	font-size:20px;
	transition:all 500ms;
}
.parten {
	clear:both;
	float:left;
	display:block;
	margin-top:40px;
	height:45px;
	width:200px;
	border:solid 1px #fff;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-family:rlw-sb;
	font-size:20px;
	transition:all 500ms;
}

/* #propos-acc a{
	clear:both;
	float:left;
	display:block;
	margin-top:40px;
	height:45px;
	width:200px;
	border:solid 1px #fff;
	text-align:center;
	line-height:40px;
	color:#fff;
	font-family:rlw-sb;
	font-size:20px;
	transition:all 500ms;
} */

#propos-acc a:hover{
	color:#000;
	text-decoration:none;
	background-color:#fff;
	border:solid 1px #fff;
}

#propos-acc div{
	width:100%;
	max-width:1300px;
	margin:0 auto;
	position:relative;
	z-index:2;
}

#propos-acc h2{
	position:relative;
	z-index:2;
}

.vdo-acc{
	width:115%;
	height:115%;
	position:fixed; 
	top: 60%;
	transform:translateY(-50%);
	left:-7.5%; 
	z-index:-1;
}

.propos-img{
	float:right;
	margin-top:144px !important;
	/* margin-top:95px; */
	width:auto !important;
	/* width:539px; */
	/* height:377px; */
	height: auto;
	object-fit:cover;
    font-family:'object-fit:cover;';
}

#solutions-acc{
	position:relative;
	padding-bottom:79px;
}

#owl-produit{
	width:1140px;
	margin:65px auto 0;
	position:relative;
	text-align:center;
}

#owl-produit .owl-stage-outer{
	position:relative;
	z-index:5;
}

.st{
	position:relative;
	z-index:4000;
	text-align:center;
	display:block;
	height:436px;
	width:436px;
	margin:0 auto;
}

.st img{
	height:436px;
	width:436px!important;
	object-fit:cover;
    font-family:'object-fit:cover;';
	z-index:1;
	transition:all 300ms;
}

.st p{
	position:absolute;
	top:50%;
	transform:translate(-50%,-50%);
	left:50%;
	z-index:2;
}

#owl-produit .owl-nav{
	position:absolute;
	z-index:1;
	top:50%;
	transform:translate(0%,-50%);
	width: calc(100% + 60px);
	left:-30px;
}

#owl-produit .owl-nav button:first-child{
	float:left;
}

#owl-produit .owl-nav button:last-child{
	float:right;
}

#owl-produit .owl-prev{
	background-image: url("css/images/gauche.svg");
	background-repeat:no-repeat;
	background:cover;
	filter: invert(100%);
    -webkit-filter: invert(100%);
	width:30px;
	height:50px;
	
}

#owl-produit .owl-next{
	background-image: url("css/images/droite.svg");
	background-repeat:no-repeat;
	background:cover;
	filter: invert(100%);
    -webkit-filter: invert(100%);
	width:30px;
	height:50px;
	
}

#solutions-acc a:hover img{
	filter: blur(3px);
	opacity:0.9;
}

#solutions-acc a:hover{
	color:#fff;
}

#actu-acc{
	background-color:#fff;
	position:relative;
}

#actu-acc > div{
	width:1315px;
	margin:0 auto;
	padding:50px 0 74px 0;
}

.actu{
	position:relative;
}

.actu img{
}

.actu > p{
	font-family:rbt-r;
	font-size:40px;
	color:#fff;
	position:absolute;
	z-index:2;
}

#actu-1{
	height:633px;
	width:555px;
	float:left;
	overflow:hidden;
}

#actu-1:hover #content-1{
	top:0px;
	padding:161px 61px 115px 61px;
}

#actu-1 img{
	height: 633px;
	width:  555px;
	object-fit:fill;
}

#actu-1 > p{
	top:75px;
	left:39px;
}

#content-1{
	height:633px;
	width:555px;
	padding:0 61px 0 61px;
	top:528px;
	left:0;
	transition:all 300ms;
}

#content-1 h3{
	margin-bottom:65px;
	height:99px;
	overflow:hidden;
}

#content-1 a{
	line-height:65px;
	height:69px;
	width:348px;
}

#content-1 p:nth-child(3){
	display:block;
	height:70px;
	overflow:hidden;
	margin-bottom:-15px;
	line-height:23px;
}

#content-1 p:nth-child(5){
	display:block;
	margin:10px 0 64px 0;
	line-height:23px;
	
}

#actu-2 {
	height:287px;
	width:727px;
	float:right;
	margin-bottom:50.5px;
	overflow:hidden;
}

#actu-2:hover #content-2{
	top:0px;
	padding:100px 60px 60px 60px;
}

#actu-2 img{
	height:287px;
	width:727px;
	object-fit:cover;
    font-family:'object-fit:cover;';
}

#actu-2 > p{
	top:27.5px;
	left:25px;
}

#content-2{
	height:287px;
	width:727px;
	padding:0px 60px 0px 60px;
	top:212px;
	left:0;
	transition:all 300ms;
}

#content-2 h3{
	text-align:center;
	height:70px;
	margin-bottom:20px;
	overflow:hidden;
}

#content-2 a{
	line-height:65px;
	height:69px;
	width:348px;
}

#actu-3 {
	height:297px;
	width:353px;
	float:left;
	margin-left:35px;
	overflow:hidden;
	transition:all 300ms;
}

#actu-3:hover #content-3{
	top:0px;
	padding:80px 60px 60px 60px;
}

#actu-3 img{
	height:297px;
	width:353px;
	object-fit:cover;
    font-family:'object-fit:cover;';
}

#actu-3 > p{
	top:37.5px;
	left:25px;
}

#content-3{
	height:297px;
	width:353px;
	padding:0px 60px 0px 60px;
	top:192px;
	left:0;
	transition:all 300ms;
}

#content-3 h3{
	text-align:center;
	height:99px;
	margin-bottom:20px;
	overflow:hidden;
}

#content-3 a{
	line-height:37px;
	height:40px;
	width:200px;
}

#actu-4 {
	height:297px;
	width:353px;
	float:right;
	margin-bottom: 67px;
	overflow:hidden;
}

#actu-4:hover #content-4{
	top:0px;
	padding:80px 60px 60px 60px;
}

#actu-4 img{
	height:297px;
	width:353px;
	object-fit:cover;
    font-family:'object-fit:cover;';
}

#actu-4 > p{
	top:37.5px;
	left:25px;
}

#content-4{
	height:297px;
	width:353px;
	padding:0px 60px 0px 60px;
	top:192px;
	left:0;
	transition:all 300ms;
}

#content-4 h3{
	text-align:center;
	height:99px;
	margin-bottom:20px;
	overflow:hidden;
}

#content-4 a{
	line-height:37px;
	height:40px;
	width:200px;
}

.content{
	background-color:rgba(1,72,145,0.63);
	position:absolute;
}

.content h3{
	margin:0;
}

.content a{
	display:block;
	border:solid 1px #fff;
	margin:0 auto;
	font-family:hlvt;
	font-size:20px;
	color:#fff;
	text-align:center;
}

.content a:hover{
	text-decoration:none;
	color:#fff;
}

.content p{
	font-family:rlw-r;
	font-size:20px;
	color:#fff;
	display:none;
}

.content h3{
	font-family:rlw-b;
	font-size:30px;
	color:#fff;
}

#partage{
	margin-left:214px;
	clear:both;
}

#partage a img{
	width:45px;
	height:45px;
	object-fit:contain;
    font-family:'object-fit:contain;';
}

#partage a:last-child{
	float:right;
	margin-right:50px;
	height:45px;
	width:200px;
	border:solid 1px #000;
	text-align:center;
	line-height:40px;
	color:#000;
	font-family:rlw-sb;
	font-size:20px;
	transition:all 500ms;
}

#partage a:last-child:hover{
	text-decoration:none;
	color:#fff;
	background-color:#000;
	border:solid 1px #fff;
}

.photo-linkedin{
	margin-right:15px;
	border-radius:50%;
}

.partenaires{
	clear:both;
	height:362px;
	background-color:#C9C9C9;
	position:relative;
}

.partenaires:before{
	content:" ";
	position:absolute;
	top:0px;
	left:50%;
	transform:translate(-50%,0%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 38.5px 0 38.5px;
	border-color: #ffffff transparent transparent transparent;
}

.partenaires + .partenaires:before {
	display: none;
}

#slide-partenaires{
	margin:45px auto 0 auto;
	width:890px;
}

#slide-partenaires img{
	margin:35px 0 0 35px;
	width:100px;
	height:100px;
	object-fit:contain;
   font-family:'object-fit:contain;';
}

#slide-partenaires .rond{
	margin:0 auto;
	display:block;
	width:170px;
	height:170px;
	background-color:#fff;
	border:solid 1px #707070;
	border-radius: 50%;
}

#slide-clients{
	margin:45px auto 0 auto;
	width:890px;
}

#slide-clients img{
	margin:35px 0 0 35px;
	width:100px;
	height:100px;
	object-fit:contain;
    font-family:'object-fit:contain;';
}

#slide-clients .rond{
	margin:0 auto;
	display:block;
	width:170px;
	height:170px;
	background-color:#fff;
	border:solid 1px #707070;
	border-radius: 50%;
}

#slide-clients1{
	margin:45px auto 0 auto;
	width:890px;
}

#slide-clients1 img{
	margin:35px 0 0 35px;
	width:100px;
	height:100px;
	object-fit:contain;
    font-family:'object-fit:contain;';
}

#slide-clients1 .rond{
	margin:0 auto;
	display:block;
	width:170px;
	height:170px;
	background-color:#fff;
	border:solid 1px #707070;
	border-radius: 50%;
}

/*#bas-acc:before,
.mapfooter:before{
	content:" ";
	position:absolute;
	top:0px;
	left:50%;
	transform:translate(-50%,0%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 38.5px 0 38.5px;
	border-color: #C9C9C9 transparent transparent transparent;
}*/

#bas-acc,
#normes{
	background-color:#fff;
    color:#fff;
	position:relative;
}

#bas-acc > div{
	width:1318px;
	height:410px;
	/*height:683px;*/
	margin:0 auto;
}

#normes > div {
	max-width:1318px;
	width: 100%;
	margin: 0 auto;
	padding: 20px 0;
}

#normes > div:after {
	content: " ";
	display: block;
	clear: both;
}

#normes > div .norme {
	margin: 0 20px;
}

.picto-page{
	height:62px;
	width:67px;
	object-fit:contain;
    font-family:'object-fit:contain;';
	margin:38px 0 17px 0;
}

.ancre{
	background-image:url("css/images/ancre.svg");
	background-repeat: no-repeat;
	background-position: center; 
	background-size:70%;
	margin-top:77px;
	display:block;
	height:80px;
	width:80px;
	border:solid 2px #014891;
	float:right;
}

.ancre img{
	margin:24px 13px;
}

#bas-acc .lien-acc {
	width: 1170px;
}

/* .lien-acc{
	display:block;
	width:623px;
	height:255px;
	border:solid 1px #707070;
	text-align:center;
	transition:all 500ms;
} */
.lien-acc{
	display:block;
	margin: 10px auto;
	width:35%;
	background-color:#fff;
	height:200px;
	border:solid 1px #707070;
	text-align:center;
	transition:all 500ms;
}


.lien-acc p{
	font-family:rlw-sb;
	font-size:42px;
	color:#014891;
}

.lien-acc:hover{
	border:solid 1px #15426E;
	background-color:#15426E;
	text-decoration:none;
}

.lien-acc:hover p{
	color:#fff;
	text-decoration:none;
}

.blanc{
	display:none;
	margin:38px auto 17px;
}

.lien-acc:hover .blanc{
	display:block;
}

.lien-acc:hover .noir{
	display:none;
}

#bas-acc a:nth-child(2){
	float:left;
	/*margin-top:215px;*/
}

#bas-acc a:nth-child(3){
	float:right;
	margin-top:58px;
}

#bas-acc a:last-child{
	/*float:right;*/
	margin:58px 0 102px 0;
}

.norme{
	margin:50px 20px 0 0;
	float:right;
	height:161px;
	width:512px;
	object-fit:contain;
    font-family:'object-fit:contain;';
}

.mapfooter{
	position:relative;
	background-color:#fff;
	height:550px;
	padding-top:75px;
}

.mapfooter img{
	width:623px;
	height:400px;
	object-fit:contain;
    font-family:'object-fit:contain;';
	float:right;
}

.mapfooter iframe{
	width:623px;
	height:400px;
	object-fit:contain;
    font-family:'object-fit:contain;';
	float:right;
}

.mapfooter iframe:nth-child(1){
	float:left;
}

.mapfooter div{
	width:1318px;
	margin:0 auto;
}

.mapfooter  .lien-acc {
	float: right;
	height: 401px;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.mapfooter .lien-acc .picto-page {
	height: 62px;
	width: 67px;
	object-fit: contain;
    font-family:'object-fit:contain;';
	margin: 38px 0 17px 0;
	float: none;
}

.mapfooter .lien-acc .picto-page.blanc {
	float: none;
}

.mapfooter .lien-acc:hover .blanc {
	display: inline;
}

.map{
	width:623px;
	height:400px;
	float:left;
}

.map2{
	width:100%;
	height:600px;
}

.map3{

	display:block;
	background-color:#fff;
	margin:0px auto;
	width: 80%;
	height: 400px;
}

/* cms */

#cms{
	margin:80px auto 80px;
	padding:0 40px;
	font-family:rlw-r;
	font-size:22px;
	color:#000;
}

#cms h2, #cms h2 span{
	font-size:30px!important;
}

#cms strong{
	font-size:22px!important;
}

#cms > div{
	padding:0 80px;
	margin:0 auto;
	max-width:1200px;
	width:100%;
}

#cms > div > p{
	margin:30px 0;
	clear:both;
}

#cms > div > p img{
	margin:60px 0 20px 0;
}

#cms img.alignleft{
	float:left;
	margin:0 30px 50px 0;
}

#main > img{
	display: block;
	width: 100%;
	height:100%;
	margin-left: auto;
    margin-right: auto;
/*	height:700px;*/
	object-fit:fill;
}

.ecart{
	background-color:#004996;
	padding:50px 0! important;
}

.aligncenter{
	margin:0 auto;
}

.aligncenter td{
	padding:0!important;
}
/*
#cms td{
	padding:10px;
	padding:40px; 
} */


/* #cms td img{
	display:block; 
	margin-top:40px; 
	width:100%;
	object-fit:contain;
	height:auto; 
}  */

#cms td{
	padding:20px;
}

#cms td img{
	padding-top: 20px;
	object-fit:fill;
	height: 280px; 
	width: 420px; 
}

.logo-contact{
	width:130px!important;
	height:auto!important;
	object-fit:contain!important;
    font-family:'object-fit:contain;';
	margin-bottom:20px;
}

#cms .gallery{
	width:100%;
	margin:50px auto;
}

#cms #gallery-2{
	margin:0 auto!important;
}

#cms #gallery-2 img{
	width:310px!important;
	height:270px!important;
}

#cms .gallery .gallery-item{
	position:relative;
	text-align:center;
	display:inline-block;
	margin:20px 18px;
	overflow:hidden;
}

#cms .gallery .gallery-item figcaption{
	position:absolute;
	text-align:left;
	padding:15px;
	top:310px;
	left:0;
	height:100%;
	width:100%;
	color:#fff;
	font-size:14px;
	background-color:rgba(0,73,150,0.7);
	transition:all 300ms;
}

#cms .gallery .gallery-item:hover figcaption{
	top:0px;
	pointer-events: none;
}

#cms .gallery .gallery-item img{
	width:310px;
	height:310px;
	object-fit:cover;
   font-family:'object-fit:cover;';
}

.frm_forms{
	width:100%;
	margin:40px auto;
}

.candid{
	display:block;
	margin-right:50px;
	height:45px;
	width:200px;
	border:solid 1px #000;
	text-align:center;
	line-height:40px;
	color:#000;
	font-family:rlw-sb;
	font-size:20px;
	transition:all 500ms;
}

.candid:hover{
	text-decoration:none;
	color:#fff;
	background-color:#000;
	border:solid 1px #fff;
}

#swipebox-title{
	background-color:#000;
	max-width:1200px;
	margin:0 auto;
	line-height:23px;
}

/* category */
.article{
	position:relative;
	padding:0!important;
	margin:150px auto!important;
}

.article img{
	width:100%;
	height:400px;
	object-fit:contain;
   font-family:'object-fit:contain;';
}

.article-txt{
	width:100%;
	border-bottom:solid 1px #000;
	padding-bottom:80px;
}

.article:last-child .article-txt{
	border-bottom:none;
	padding-bottom:0px;
}

.article-txt h2{
	text-align:center;
	margin:50px 0;
	font-size:30px!important;
	font-weight:800;
}

.article-txt > p{
	text-align:center;
}

/* single */
.single{
	text-align:center;
}

.single p{
	text-align:left;
}

.single img{
	height:400px;
	width:100%;
	object-fit:contain;
   font-family:'object-fit:contain;';
}




/* footer */


footer{
	clear:both;
}

#site-info{
	text-align:center;
	padding:15px 0;
	background-color:#004996;
	color:#fff;
	font-family:rlw-r;
	font-size:16px;
}

#site-info a{
	color:#fff;
	font-family:rlw-r;
	font-size:16px;
}

#site-info a:hover{
	color:#fff;
	text-decoration:none;
}

#cms .offre {
	margin-bottom: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #000;
}

#cms .offre:last-child {
	border: none;
}

#cms .offre h2 {
	font-size: 22px !important;
	font-family: rlw-b;
}

#cms .offre .content {
	position: relative;
	background: white;
}

#cms .offre p {
	display: block;
	color: black;
}

#cms .offre a {
	font-size: 22px !important;
}

.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}

/* Main Button Style */
.mydemo-button{  text-decoration: none !important; text-shadow:1px 1px 1px #000; -webkit-border-radius: 5px;-moz-border-radius: 5px; border-radius: 5px;-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1); -moz-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1); box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.1); cursor: pointer; display: inline-block; overflow: hidden; padding: 1px; vertical-align: middle;}

.mydemo-button span { border-top: 1px solid rgba(255, 255, 255, 0.25); -webkit-border-radius: 5px; -moz-border-radius: 5px;border-radius: 5px; color: #fff; display: block; font-weight: bold; font-size: 1em; padding: 6px 12px; text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.25); }

/* Hover */
.mydemo-button:hover{ text-decoration:none; }

/* Active */
.mydemo-button:active{ top: 2px; position:relative}

/* Color Main Button Style */
.mydemo-button.color-blue{background:  #45b7b8}
.mydemo-button.color-black{background: #404040;}

/* Color Hover */
.mydemo-button.color-blue:hover{ background:#399697;}
.mydemo-button.color-black:hover{ background: #606060;}

/* Color Active */
.mydemo-button.color-blue:active{ background: #257778;}
.mydemo-button.color-black:active{ background: #202020;}
