/*ikmport des polices*/
@font-face {
    font-family: 'gotham_mediumregular';
    src: url('gotham-medium-webfont.woff2') format('woff2'),
         url('gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_boldregular';
    src: url('gotham-bold-webfont.woff2') format('woff2'),
         url('gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gotham_blackregular';
    src: url('gotham-black-webfont.woff2') format('woff2'),
         url('gotham-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'gotham_lightregular';
    src: url('gotham-light-webfont.woff2') format('woff2'),
         url('gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

/*mini reset*/
* {     
	-moz-box-sizing:border-box;
	box-sizing:border-box;   /*attention au bug dans les iframe map*/
	max-width:100%;  /*attention au bug dans les iframe map*/
 }
html {
	font-size:100.1%;
}
body {
	font-size:0.8em;
	font-family:'gotham_mediumregular'!important;
	background:white!important;
	padding:0!important;;
	width:100%;
	overflow-x:hidden;
	overflow-y:auto;
}

main h1, 
main h2, 
main h3, 
main h4, 
main h5, 
main h6, 
main p, 
main li {
	width: 670px;/*c'est la base*/
	width:auto;
}

body.site{
	border-top: none;
}
#system-message-container{
	position:relative;
	z-index: 4;
}
/*header et menu*/
#header {
	height:107px;
	overflow-y:visible;
	position:relative;
	z-index:4;
	background:white;
}
#burger {
	padding:5px;
	background:#224099;
	color:white;
	cursor:pointer;
	float:left;
	height:107px;
	width: 107px;
	text-align: center;
}
#burger div{
	background: url('../images/bg-burger.png') center 30px no-repeat;
	padding-top: 60px;
}
#logo {
	float:left ;
	height:107px;
	background:white;
}
#logo img {
	height:107px;
}
#actions {
	float:right;
}
#actions ul.menu, #actions .mod-languages{
	float: left;
}
#actions ul.menu, #actions .mod-languages form {
	margin-bottom:0px;
}
.mod-languages .chzn-container{
	width: 53px !important;
}
.mod-languages .chzn-container .chzn-single{
	height: 53px;
	background: none;
	border:none;
	box-shadow: none;
	border-radius: 0 !important;
	font-size: 16px;
	padding: 15px 0 0 12px;
}
.chzn-container-single .chzn-single span{
	margin-right: 0 !important;
}
.chzn-container-active.chzn-with-drop .chzn-single div b, .chzn-container-single .chzn-single div{
	display: none !important;
}
.chzn-container-single .chzn-drop{
	border-radius: 0 !important;
}
#actions ul.menu li{
	float: left;
	border-right:1px solid #224099;
}
#actions ul.menu li:nth-child(4){
	border-right: 1px solid #fff;
}
#navHead  {
	display:none;
}
#navHead.open {
	display:block;
	clear:both;
	width:100%;
	height:auto;
	background:#ccc;
	clear:both;
}
#actions {
	width:100%;
	background:white;
} 
#menu-principal {
	width:100%;
	background:rgba(19,37,71,0.9);
	clear:both;
}
#menu-principal ul li a, #menu-principal ul li.active a{
	font-family: 'gotham_lightregular' !important;
	font-size: 28px;
	color: #ffca05 !important;
	padding: 15px 25px;
	font-weight: 100;
	text-transform: uppercase;
}
#menu-principal ul li:first-child{
	padding-top: 15px;
}
#menu-principal ul li a:hover{
	background: none;
	color: #fff !important;
}
.imgentete{
	right: 0;
	margin-top: -65px;
	position: relative;
	margin-left: 109px;
}
.imgentetedefaut{
	right: 0;
	margin-top: -65px;
	position: relative;
	margin-left: 111px;
}
.wrapentete h1{
	margin-top: -60px;
	position: relative;
}
.page-header{
	border: none;
}
/*structure générale*/
/*fond*/

#gris {
	background:#fafafa!important;
	width:100%;
	height:100%;
	min-height:100vh;
	position:fixed;
	left:0;	
	top:0;
	z-index:1;
}

#top {
	width:100%;
	min-height:100vh;
	position:absolute;
	left:0;	
	top:0;
	z-index:2;	
}
.body .container {
	background:url('../images/vague.png') no-repeat fixed  right center; 
}



.container {
	max-width:100%!important;
	padding:0!important; 
	width:100%!important;
	position:relative;
	border: none;
    border-radius: 0px;
    box-shadow: none;
    padding: 0px;
}



header.header,
footer.footer, 
#centrale {
	width:100%;	
}
#sidebar {
	float:none!important
    width: 100%!important;
    margin:0!important;
    padding:10px;
}

#content {
	float:none!important
	width:100%!important;
    margin:0!important;

}
#centrale {
	min-height:650px;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	transition: all 0.8s;
	opacity:0;
}
.loaded #centrale {
	opacity:1;

}

.btn-primary {
	background-image:none!important;
}

.filiales-uikit3 .uk-align-right a.edit-item {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
    border: 1px solid;
    border-radius: 30px;
    margin: 10px;
    padding: 10px;
    position: relative;
    z-index: 20000;
}
#item-submission {
    padding: 20px;
}

/*polices texte*/
h1, h2, h3, h4, h5, h6, p, li, strong {
	font-weight:normal;
}

h1 {
	font-family:'gotham_blackregular'!important;
	font-size:6.7em;
	line-height:1em;
	text-transform:uppercase;
	color:#FFC704;
	width:950px;

}
h1 span {
	display:inline-block;
	background:#FFC704;
	padding:5px;
	color:white;
}
h1.longMots {
	font-size:3.34em;
}
#entete-rejoindre h1.longMots,
#entete-expertise h1.longMots,
.pageperso-default-accueil  h1.longMots {
  font-size:6.7em;
}

h2 {
	font-family:'gotham_lightregular'!important;
	font-size:3.34em;
	line-height:1em;
	color:#EB610A;
	margin-top:2em;
}
h2 strong{
	font-family:'gotham_mediumregular'!important;
}
h3 {
	font-family:'gotham_lightregular'!important;
	font-size:2.34em;
	line-height:1.12em;
	color:#22409A;	
	margin-top:1.5em;
}
h3 strong{
	font-family:'gotham_boldregular'!important;
}

p {   /*les inputs de bootstrap sont ajuster ans template.css vers ligne 904.*/
	font-family:'gotham_lightregular'!important;
	font-size:1.25em;
	line-height:1.3em;
	color:#22409A;
}
p.bold {
	font-family:'gotham_boldregular'!important;
}
label, .formControlLabel {   /*les inputs de bootstrap sont ajuster ans template.css vers ligne 904.*/
	font-family:'gotham_mediumregular'!important;
	font-size:1.25em;
	line-height:1.3em;
	color:#22409A;
}
p strong, li strong {
	font-weight:normal;
	font-family:'gotham_boldregular'!important;	
}
li{
	font-size:13px;
	line-height:18px;
	color:#22409A;
	font-family:'gotham_mediumregular'!important;
}
.fat, p.fat {
	font-family:'gotham_boldregular'!important;
	font-size:2.5em;
	line-height:1em;
	text-transform:uppercase;
	color:#FFC704;
}
.fat strong {
	font-family:font-family:'gotham_blackregular'!important;;
}
.orange {
	color:#EB610A;
}
.grand {
	font-size:1.4em;
	font-family:'gotham_lightregular'!important;
}
.tres_grand {
	font-size:4em;
	font-family:'gotham_lightregular'!important;	
}
.petit-gras {
	font-size:0.8em;
	font-family:'gotham_boldregular'!important;
}


#content li a, p a{
	color:hsl(23, 92%, 48%)!important;
	text-decoration:underline;
	font-family:'gotham_mediumregular'!important;
}

a.bouton {
	display:inline-block;
	margin:20px 20px 20px 0;
	padding:10px 25px;
	border:1px solid;
	border-radius:20px;
	text-decoration:none!important;
	color:inherit!important;
}
button.bouton{
	display:inline-block;
	margin:20px 20px 20px 0;
	padding:10px 25px;
	border:1px solid;
	border-radius:20px;
	text-decoration:none;
	color:#224090!important;
	background: none !important;
	font-family:'gotham_mediumregular'!important;
}
.formResponsive .formHorizontal .formControls,
.formResponsive .formHorizontal .rsform-block{
	margin-top:0!important;
	margin-bottom:0!important;
}





  


/*Menu gauche*/
.outils .nav {
	text-align:right;
}
.outils .nav-header{
	padding-right:0;
	font-size:13px;
	display:block;
	margin-top:10px;
	padding:10px 0 5px 0;
	font-family:'gotham_boldregular'!important;
	color: #505463 !important;
	-webkit-text-shadow:none!important;
	text-shadow:none!important;
	font-weight:normal;
}
.outils .nav li a{
		font-family:'gotham_mediumregular'!important;
		color: #9daab9 !important;
}
.outils .nav li a:hover{
	background:none;
}
.outils .nav > li > a.sep {
    border-bottom: 1px solid #505463;
    color: #505463 !important;
    display: inline-block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    text-transform: uppercase;
    width: auto;
    font-family:'gotham_mediumregular'!important;
}
.separator {
	display:inline-block;
	padding-bottom:5px;
	margin:30px 0 10px 0;
	border-bottom:1px solid #ccc;
}
#menu-principal a.lien-shop{
	display: none;
}
.outils .nav > li > a.lien-rse ,
.mobile_only a.lien-rse{
    border-bottom: 1px solid #9daab9;
    border-top: 1px solid #9daab9;
    margin-bottom: 10px;
    margin-top: 10px;
    padding: 7px 0;   
}
.mobile_only a.lien-rse {
	margin-top:20px!important;
	margin-bottom:20px!important;
}
.outils .nav > li > a.lien-rse:before,
.mobile_only a.lien-rse:before{
	background: url('../images/poisson-rse.png') 0 0 no-repeat;
	content: "";
	display: inline-block;
	width: 25px;
	height: 12px;
	margin-right: 10px;
}
.navbar .btn-navbar {
	background:#FCB414;
	color:#052E83;
	text-shadow:1px 1px 0px white;
}
.navbar .btn-navbar span.icon-bar {
	color:#052E83;
	text-shadow:1px 1px 0px white;
}
.outils .nav  li.current  a,
.nav-collapse .nav > li.active > a,
li.active > a,
li.current > a {
	font-family:'gotham_mediumregular'!important;
	color:orange!important;
}

.alignment-center {
	text-align:center;
}


/*Bas de page*/
#bas-de-page{
	margin-top: 4px;
}

 /*
#bas-de-page .wrapbottom >div{
	display:inline-block;
	width:33%;
}*/


.custommodnosmarques {
    background: hsl(194, 75%, 68%) none repeat scroll 0 0;
}

#bas-de-page .wrapbottom > div p {
    margin-bottom: 0;
    width: 100%;
}

.custommodnosmarques > p {
    color: hsl(0, 0%, 100%);
    font-family: "gotham_blackregular"!important;
    font-size:1.75em;
    line-height: 1em;
    text-align: center;
    padding:40px 10px;
	text-transform: uppercase;
}
#bas-de-page .wrapbottom > div {
	margin-bottom:8px;
}
.wrapbottom div img {
    display: block;
    width: 100%;
}



#bas-de-page .wrapbottom >div
.wrapbottom{
	width: 100%;
	max-height: 300px;
}
#bas-de-page >div.row{
	float: none;
	width: 100%;
}
#bas-de-page .divmenufooter{
	float: left;
	width: 80%;
}
#bas-de-page .divmenufooter ul{
	margin-left:15px;
}
#bas-de-page .divmenufooter li{
	float: left;
}
#bas-de-page .divmenufooter li a{
	float: left;
	font-family:'gotham_boldregular'!important;
	padding-right: 10px;
	font-size: 12px;
	text-transform: uppercase;
}
#bas-de-page .divmenufooter li a:hover{
	background: none;
}
#bas-de-page .divmenufooter li a:after{
	content: " - ";
	padding-left: 10px;
}
#bas-de-page .divmenufooter li:last-child a:after{
	content: "";
}

/*Full ZOO*/

#yoo-zoo .width20,
#yoo-zoo .width25,
#yoo-zoo .width33,
#yoo-zoo .width50 { 
	width: 100%; 
}

.margetop80{
	margin-top: 80px;
}
.margetop160{
	margin-top: 160px;
}
.margetop240{
	margin-top: 240px;
}
.marge107left{
	margin-left: 107px;
}
#yoo-zoo div[class*="title"] h1{
/*text-shadow: 5px 0px 10px rgba(150, 150, 150, 1); */
-webkit-text-shadow: 0px 0 40px hsl(0, 0%, 30%);
text-shadow: 0px 0 40px hsl(0, 0%, 30%);
}
#yoo-zoo div[class*="stitre"] p{
	font-family: 'gotham_lightregular' !important;
}
/*Accueil*/
.accueil .pos-top{
	position: relative;
}
.accueil .pos-top .pos-title, .accueil .pos-top .pos-stitre{
	position: absolute;
	z-index: 2;
}
.accueil .pos-top img{
	width: 133.33%;
	max-width: none;
	position: relative;
	left: -16.66%;
	top: -65px;
}
.accueil .pos-title h1{
	color: #fff;
	width: 100%;
	margin-top:30%;
}
.accueil .pos-stitre{
	background:#ffc905;
	right: -2px;
	bottom: 0px;
	padding:50px; 
}
.accueil .pos-stitre p{
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
	font-family: 'gotham_lightregular' !important;
}
#wrapimgtxtexpert{
	position: relative;
}
.accueil .titre-expertise, .accueil .titre-alaune{
	margin:60px 0 0 25px;
}
.accueil .img-expert img{
	position: relative;
	left: -17%;
	top: -25px;
}
.accueil .txt-expert{
	position: relative;
	float: none;
	margin-top: 20px;
	padding-left:20px;
	padding-right:20px;
}


.accueil .txt-expert a.bouton{
	color: #eb610a !important;
	text-transform: uppercase;
	border:1px solid #eb610a;
}
.accueil .liens-expert{
	margin-top: -100px;
}
.accueil .liens-expert .blocitemlist{
	width: 25%;
	display: inline-block;
	position: relative;
/*	height: 300px;
	line-height: 300px; */
	top:40px;
}
.accueil .liens-expert .pos-content, .accueil .liens-expert .pos-links{
	display: none;
}
.accueil .liens-expert .pos-title{

}
.accueil .liens-expert .blocitemlist .pos-title a{
	color: #fff !important;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 28px;
	line-height: 30px;
	font-family: 'gotham_lightregular';
	position: absolute;
	text-align: center;
	top :50%;
	left:50%;
	transform:translate3d(-50%,-50%,0);
}
#bgalaune{
	width: 116.66667%;
	position: relative;
	max-width: none;
	left: -8%;
}
#wrapalaune{
	position: relative;
}
#une-accueil .txt-une, #une-accueil .img-une{
	position: absolute;
}
#une-accueil .txt-une{
	top: 20%;
	max-width: 450px;
}
#une-accueil .txt-une .fat{
	color: #fff;
}
#une-accueil .txt-une a.bouton{
	color: #fff !important;
	border:1px solid #fff;
}
#une-accueil .img-une{
	top: 50px;
	right:50px;
}
#rejoindre-accueil{
	position: relative;
	margin-bottom: 120px;
}
#rejoindre-accueil .img-rejoignez img{
	width: 133.33%;
	max-width: none;
	position: relative;
	left: -16.66%;
}
#rejoindre-accueil .txt-rejoignez{
	position: absolute;
	top: 20%;
}
#rejoindre-accueil .txt-rejoignez .fat, #rejoindre-accueil .txt-rejoignez h3, #rejoindre-accueil .txt-rejoignez p{
	color: #fff;
}
#rejoindre-accueil .txt-rejoignez .fat{
	font-size: 5em;
}
#bloc4liensoffre{
	position: absolute;
	bottom: -50px;
}
#bloc4liensoffre >div{
	width: 24%;
	display: inline-block;
	margin-right: 5px;
	text-align: center;
	height:305px;
	line-height: 305px;
	padding: 0 15px;
}
#bloc4liensoffre >div .element{
	width:100%;
	height: 100%;
}
#bloc4liensoffre >div a{
	color: #fff !important;
	text-transform: uppercase;
	font-size: 28px;
	font-family: 'gotham_lightregular';
	vertical-align:middle;
	line-height: 30px;
	display:inline-block;
}
#bloc4liensoffre .lien-offre{
	background: #ffd400;
	background: -moz-linear-gradient(left, #ffd400 0%, #fbb800 100%);
	background: -webkit-linear-gradient(left, #ffd400 0%,#fbb800 100%);
	background: linear-gradient(to right, #ffd400 0%,#fbb800 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffd400', endColorstr='#fbb800',GradientType=1 );
}
#bloc4liensoffre .lien-stage{
	background: #fbb800;
}
#bloc4liensoffre .lien-candidat{
	background: #fbb800;
	background: -moz-linear-gradient(left, #fbb800 0%, #f39200 100%);
	background: -webkit-linear-gradient(left, #fbb800 0%,#f39200 100%);
	background: linear-gradient(to right, #fbb800 0%,#f39200 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbb800', endColorstr='#f39200',GradientType=1 );
}
#bloc4liensoffre .lien-etudiant{
	background: #f39200;
	background: -moz-linear-gradient(left, #f39200 0%, #e9540d 100%);
	background: -webkit-linear-gradient(left, #f39200 0%,#e9540d 100%);
	background: linear-gradient(to right, #f39200 0%,#e9540d 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f39200', endColorstr='#e9540d',GradientType=1 );
}
#yoo-zoo .pos-related {
	position: relative;
}
#imgensavoirplus{
	position: relative;
	width: 150%;
	max-width: none;
	left:-25%;
}
#yoo-zoo .pos-related p.fat, #yoo-zoo .accueil .pos-related div.element{
	position: absolute;
}
#yoo-zoo .pos-related p.fat{
	top: 10%;
}
#yoo-zoo .pos-related p.fat{
	color:#fff;
}
.accueil .pos-related div.element{
	top:30%;
}
.accueil .pos-related div.element >div{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
}
.accueil .pos-related div.element >div p{
	padding-right: 25px;
	color: #fff;
}
.accueil .pos-related div.element >div h3{
	color: #fff;
	margin-top: 0.5em;
}
.accueil .pos-related div.element >div p a.bouton {
	color: #71cfeb !important;
	border: 1px solid #71cfeb;
}
/*Page expertise*/
.expertise #entete-expertise{
	position: relative;
}
.expertise .title, .expertise .stitre{
	position: absolute;
	z-index: 2;
}
.expertise #entete-expertise img{
	width: 133.33%;
	max-width: none;
	position: relative;
	left: -16.66%;
	top: -65px;
}
.expertise .title h1{
	color: #fff;
	width: 100%;
	margin-top:48%;
	margin-left: 50px;
}
.expertise .stitre{
	background:#ffc905;
	right: -2px;
	bottom: 0px;
	padding:50px; 
}
.expertise .stitre p{
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
}
.expertise .titre-expertise{
	margin:-65px 0 50px 40px;
}
.expertise .txt-leader, .expertise .txt-mission{
	max-width: 550px;
}
.expertise .txt-leader > div, .expertise .txt-mission > div{
	padding: 0 45px 0 80px;
}
.expertise .img-leader, .expertise .txt-leader, .expertise .img-mission, .expertise .txt-mission{
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
.expertise .img-leader img{
	width: 133.33%;
	max-width: none;
	position: relative;
}
.expertise .img-mission img{
	margin-top: -60px;
	margin-left: 80px;
	position: relative;
	z-index: 2;
}
#valeurs-expert{
	position: relative;
	padding-left:0;
}
#valeurs-expert .uk-margin > ul {
	margin-left:0;
	padding-left:0px;
} 

#valeurs-expert .uk-margin > ul li {
    padding-left:0px;
	
} 
#wrapvaleurs{
	position: absolute;
	top: 0;
	background: #fff;
	right: 0;
	padding: 8%;
	overflow: hidden;
}
#valeurs-expert .txt-valeurs .fat{
	text-align: center;
}
#valeurs-expert .txt-valeurs p:nth-child(n+2){
	text-align: center;
	padding: 0 15%;
}
#valeurs-expert .slide-valeurs .uk-slideset h3.uk-panel-title{
	color: #eb610a;
	font-size: 50px;
	font-family: 'gotham_lightregular';
}
#valeurs-expert .slide-valeurs{
	position: relative;
}
#valeurs-expert .slide-valeurs .uk-slideset li{
	list-style: none;
}
#valeurs-expert .img-valeurs img{
	margin-top: 15%;
}
#valeurs-expert .slide-valeurs .uk-slidenav{
	position: absolute;
	font-size: 100px;
	color: #eb610a !important;
	font-weight: 100;
	bottom:100px;
}
#valeurs-expert .slide-valeurs .uk-slidenav-next{
	right: 0;
}
#valeurs-expert .slide-valeurs .uk-slidenav-previous{
	left: 0;
}
#histoire-expert{
	position: relative;
}
#histoire-expert #bghistoire{
	width: 133.33%;
	max-width: none;
	position: relative;
	left: -16.66%;
}
#histoire-expert .txt-histoire, #histoire-expert .dates-histoire{
	/*position: absolute; */
	position:relative
}
#histoire-expert .txt-histoire{
	/*top: 7%;
	left: 10%;*/
}
#histoire-expert .txt-histoire .fat{
	color: #fff;
}
#histoire-expert .txt-histoire {
	padding:0px 0px 20px 0px;
}
#histoire-expert .dates-histoire{
	/*top: 27%;
	left: 30%;  */
	margin-left:30%;
	padding-left: 20px;
	border-left: 1px solid #fff;
	font-size: 24px;
}
#histoire-expert .dates-histoire .fat{
	color: #fff;
	font-size: 28px;
	font-family: 'gotham_boldregular' !important;
	margin-top:30px;
}
#histoire-expert .dates-histoire p{
	font-family: 'gotham_lightregular' !important;
	font-size:1em;
}
.expertise .chiffres-cles{
	margin-top: -25px;
}
.expertise .chiffres-cles .element >div{
	display: inline-block;
	width: 25%;
	vertical-align: top;
	text-align: center;
}
.expertise .chiffres-cles .element >div p:first-child{
	font-size: 20px;
	margin-bottom: 50px;
	font-family: 'gotham_blackregular' !important;
}
#imgbgchiffres{
	margin-left: 20px;
}
#saumon-expert img{
	width: 133.33%;
	max-width: none;
	position: relative;
	left: -16.66%;
}
#europe-expert{
	position: relative;
}
#europe-expert .txt-europe{
	position: absolute;
	top: 100px;
	right: 20px;
	max-width: 580px;
}
#europe-expert .fiches-filiales{
	margin-top: -220px;
	margin-left: 15px;
}
#europe-expert .fiches-filiales .divfiliale, .pos-related-filiale .divfiliale{
	display: inline-block;
	vertical-align: top;
	max-width: 20%;
}
#europe-expert .fiches-filiales .divfiliale div, #europe-expert .fiches-filiales .divfiliale p,#europe-expert .fiches-filiales .divfiliale a,
.pos-related-filiale .divfiliale div, .pos-related-filiale .divfiliale p, .pos-related-filiale .divfiliale a{
	padding-right: 10px;
	
}
#europe-expert .fiches-filiales .divfiliale >a, .pos-related-filiale .divfiliale > a{
	font-size: 20px;
	font-family: 'gotham_boldregular';
	height: 50px;
	display: block;   
	padding-right:65px;
}
#europe-expert .fiches-filiales .divfiliale p, .pos-related-filiale .divfiliale > p{
	/*height: 75px; */
	min-height:45px;
}
#europe-expert .fiches-filiales .divfiliale .element-itemlink a, 
#content .pos-related-filiale .divfiliale .element-itemlink a{
	display: inline-block;
	width: 150px;
	text-align: center;
	border: 1px solid #224099 !important;
	font-size:1.25em!important;
    border-radius: 20px;
    padding: 10px 5px;
    text-decoration: none!important;
    font-family: 'gotham_boldregular'!important;
    color:#224099!important;
    font-size:1em!important;
}
#politique-expert .txt-politique{
	margin-left: 80px;
}
#certifs-expert .txt-certifs{
	text-align: center;
}
#certifs-expert .txt-certifs p{
	width: 100%;
}
#certifs-expert .txt-certifs p.grand{
	font-size: 28px;
	margin-bottom: 15px;
}
#plus-expert{
	position: relative;
}
#plus-expert h3, #plus-expert .element-relateditems{
	position: absolute;
}
#plus-expert h3{
	top: 0;
	color: #fff;
}
#plus-expert .element-relateditems{
	top: 35%;
}
#plus-expert .divsavoirplus{
	display: inline-block;
	max-width: 33.33%;
	vertical-align: top;
}
#plus-expert .divsavoirplus .pos-title a{
	font-size: 28px;
	color: #fff !important;
	font-family: 'gotham_lightregular';
	display: block;
	margin: 15px 0;
	line-height: 30px;
	padding-right: 20%;
}
#plus-expert .divsavoirplus .pos-content p{
	color: #fff;
	padding-right: 20%;
}
#plus-expert .divsavoirplus .pos-links a{
	display: inline-block;
	border: 1px solid #71cfeb !important;
    border-radius: 20px;
    margin: 20px 20px 20px 0;
    padding: 10px 25px;
    text-decoration: none;
    font-family: 'gotham_boldregular';
    color:#71cfeb !important;
}
/*Nous rejoindre*/
.nous-rejoindre #entete-rejoindre{
	position: relative;
}
.nous-rejoindre .title, .nous-rejoindre .stitre{
	position: absolute;
	z-index: 2;
}
.nous-rejoindre #entete-rejoindre img{
	width: 133.33%;
	max-width: none;
	position: relative;
	left: -16.66%;
	top: -65px;
}
.nous-rejoindre .title h1{
	color: #fff;
	width: 100%;
	margin-top:42%;
	margin-left: 50px;
}
.nous-rejoindre .stitre{
	background:#ffc905;
	right: -2px;
	bottom: 0px;
	padding:50px; 
}
.nous-rejoindre .stitre p{
	color: #fff;
	text-transform: uppercase;
	font-size: 28px;
}
.nous-rejoindre .titre-equipe{
	margin-top:-100px;
	margin-left:20px;
}
#philo-rejoindre #wrapphilo{
	position: relative;
}
#philo-rejoindre .txt-philo{
	max-width: 42%;
	padding:0 5%;
}
#philo-rejoindre .txt-philo h2{
	color: #ffca05;
	font-family: 'Reenie Beanie', cursive !important;
	font-size: 100px;
	margin-top: 0.5em;
}
#philo-rejoindre .img-philo{
	position: absolute;
	left: 42%;
	top: 0;
}
#philo-rejoindre .img-philo img{
	max-width: none;
}
#deuxcolonnes-rejoindre .txt-colg{
	text-align: right;
}
#deuxcolonnes-rejoindre .txt-colg .element{
	padding:0 5%;
}
#deuxcolonnes-rejoindre .txt-colg, #deuxcolonnes-rejoindre #wrapcold-rejoindre{
	display: inline-block;
	width: 49%;
	vertical-align: top;
}
#deuxcolonnes-rejoindre #wrapcold-rejoindre{
	margin-top:30%; 
}
#deuxcolonnes-rejoindre #wrapcold-rejoindre > div{
	margin:0 0 20px 10%;
}
#wrapcold-rejoindre .spotlight .overlay{
	background: rgba(255,255,255,0.8);
}
#wrapcold-rejoindre .spotlight .overlay > div{
	color: #224099;
}
#temoins-rejoindre{
	background: url('../images/bg-temoignages.png') no-repeat scroll 50% 50%;
}

#temoins-rejoindre .txt-temoins{
	padding:10% 3% 0 3%;
}
#temoins-rejoindre .txt-temoins div p:first-child{
	font-size: 100px;
	color: #ffca05;
	font-family: 'Reenie Beanie', cursive !important;
	width: 100%;
}
.bloc3-temoins {
	width: 133.33%;
	max-width: none;
	position: relative;
	left: -16.66%;
	margin-top: 40px;
}
.bloc3-temoins .divtemoin{
	display: inline-block;
	vertical-align: top;
	width: 33%;
	color: #224099;
}
.bloc3-temoins .divtemoin .pos-media .element-image, .catzootemoins .pos-media .element-image{
	margin-bottom: 20px;
}
.bloc3-temoins .divtemoin .pos-media .element-text, .catzootemoins .pos-media .element-text{
	/*display: inline-block;*/
	font-size: 28px;
	font-family: 'gotham_boldregular';
	line-height: 35px;
}
.bloc3-temoins .divtemoin .element-text, .catzootemoins .element-text{
	/*padding-left: 20px;*/
	color: #224099;
}
.bloc3-temoins .divtemoin .pos-media .element-text.last, .catzootemoins .pos-media .element-text.last{
	/*padding-left: 0px;*/
	font-family: 'gotham_lightregular';
}
.bloc3-temoins .divtemoin .pos-links, .catzootemoins .pos-links{
	margin-left: 20px;
}
.bloc3-temoins .divtemoin .pos-links a, .catzootemoins .pos-links a{
	display: inline-block;
	border: 1px solid #224099 !important;
    border-radius: 20px;
    margin: 20px 20px 20px 0;
    padding: 10px 25px;
    text-decoration: none;
    font-family: 'gotham_boldregular';
    color:#224099 !important;
}
.bloc3-temoins .divtemoin .pos-content .first, .catzootemoins .pos-content .first{
	font-family: 'gotham_boldregular';
	margin-bottom: 5px;
}
#rs-rejoindre table{
	width: 100%;
	background: #ffca05;
	height: 199px;
}
#rs-rejoindre table td{
	width: 50%;
}
#rs-rejoindre table td:first-child{
	padding-left: 5%;
	color: #224099;
}
#rs-rejoindre table td:first-child span{
	font-size: 100px;
	color: #fff;
	font-family: 'Reenie Beanie', cursive;
}
#rs-rejoindre table td img{
	border-left: 1px solid #fff;
	width: 33.33%;
}
#offres-rejoindre .mod-offres{
	width: 133.33%;
	max-width: none;
	position: relative;
	left: -16.66%;
	padding-top: 1px;
	background: url('../images/bg-offres.png') 70% 68px no-repeat;
}
#offres-rejoindre .mod-offres h3.titre-offre{
	margin-left: 20%;
	font-size: 100px;
	color: #ffca05;
	font-family: 'Reenie Beanie', cursive !important;
}
#offres-rejoindre .moduletable >div > div:first-child .uk-panel{
	background: url('../images/ancre1.png') center top no-repeat #ffca05;
}
#offres-rejoindre .moduletable >div > div .uk-panel{
	max-height: 523px;
	overflow: hidden;
	text-align: center;
	position: relative;
}
#offres-rejoindre .moduletable >div > div:nth-child(2) .uk-panel{
	background:#ffb005;
}
#offres-rejoindre .moduletable >div > div:nth-child(3) .uk-panel h3, #offres-rejoindre .moduletable >div > div:nth-child(5) .uk-panel h3{
	display: none;
}
#offres-rejoindre .moduletable >div > div:nth-child(3) .uk-panel img, #offres-rejoindre .moduletable >div > div:nth-child(5) .uk-panel img{
	width: 100%;
}
#offres-rejoindre .moduletable >div > div:nth-child(4) .uk-panel{
	background:#eb7e0a;
}
#offres-rejoindre .moduletable >div > div:nth-child(6) .uk-panel{
	background: url('../images/ancre2.png') center top no-repeat #eb610a;
}
#offres-rejoindre .moduletable >div > div .uk-panel h3{
	font-size: 28px;
	font-family: 'gotham_lightregular';
	text-transform: uppercase;
	padding-top: 40%;
	line-height: 30px;
}
#offres-rejoindre .moduletable >div > div .uk-panel h3 a{
	color: #fff !important;
}
#offres-rejoindre .moduletable >div > div .uk-panel p a{
	display: inline-block;
	border: 1px solid #fff !important;
    border-radius: 20px;
    padding: 10px 25px;
    text-decoration: none;
    font-family: 'gotham_boldregular';
    color:#fff !important;
    position: absolute;
    bottom: 20%;
    left:0;
    right:0;
    width:180px;
    margin:0 auto;
}
#saison-rejoindre{
	position: relative;
}
#saison-rejoindre .txt-saison{
	padding: 2% 5%;
	width: 95%;
	background: #ffca05;
	background: -moz-linear-gradient(left, #ffca05 0%, #ffb205 100%);
	background: -webkit-linear-gradient(left, #ffca05 0%,#ffb205 100%);
	background: linear-gradient(to right, #ffca05 0%,#ffb205 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffca05', endColorstr='#ffb205',GradientType=1 );
}
#saison-rejoindre .txt-saison .element{
	max-width: 450px;
}
#saison-rejoindre .txt-saison h2{
	font-size: 100px;
	font-family: 'Reenie Beanie', cursive !important;
	color: #fff;
	margin-top: 0.5em;
}
#saison-rejoindre .txt-saison a.bouton{
	color: #fff !important;
	border: 1px solid #fff;
	margin-top: 50px;
}
#saison-rejoindre .img-saison img{
	position: absolute;
	top: 30%;
	right: 0;
}
#plus-rejoindre{
	position: relative;
}
#plus-rejoindre h3, #plus-rejoindre div.element{
	position: absolute;
}
#plus-rejoindre h3{
	top: 0;
}
#plus-rejoindre h3.fat{
	color:#fff;
}
#plus-rejoindre div.element{
	top:30%;
}
#plus-rejoindre div.element >div{
	display: inline-block;
	width: 33.33%;
	vertical-align: top;
}
#plus-rejoindre div.element >div p{
	padding-right: 25px;
	color: #fff;
}
#plus-rejoindre div.element >div p a.bouton {
	color: #71cfeb !important;
	border: 1px solid #71cfeb;
}
/*Page editoriale*/
.content-editoriale p{
	font-family: 'gotham_lightregular' !important;
}
.content-editoriale p.fat{
	font-family: 'gotham_boldregular' !important;
}
.content-editoriale .blocimgh1-editoriale, .content-temoin .blocimgh1-temoin{
	position: relative;
}
.content-editoriale .blocimgh1-editoriale img, .content-temoin .blocimgh1-temoin img{
	position: relative;
	max-width: none;
	margin-left: 107px;
	margin-top:-65px;
}
.content-editoriale h1{
	position: absolute;
	bottom: 20%;
	font-size: 5em;
}
.content-editoriale h1.longMots {
	font-size:3.34em;
}

.filiales-uikit3 .content-editoriale h1{
	position: relative;
	bottom:50px; 
}
.content-editoriale h1 span{
	padding: 10px 15px;
}
.content-editoriale .pos-content{
	margin:20px 0 60px 107px;
}
.content-editoriale .pos-content h2{
	margin-left:-50px;
}
.content-editoriale .intro{
	font-size: 28px;
	margin-top: 40px;
	margin-left: 107px;
}
.pos-related-editoriale{
	position: relative;
}
.pos-related-editoriale h3, .pos-related-editoriale > div{
	position: absolute;
}
.pos-related-editoriale h3{
	top: 0;
	color: #fff;
}
.pos-related-editoriale > div{
	top: 35%;
}
.pos-related-editoriale >div >div{
	display: inline-block;
	max-width: 33.33%;
	vertical-align: top;
}
.pos-related-editoriale .blocitemlist .pos-title a{
	font-size: 28px;
	color: #fff !important;
	font-family: 'gotham_lightregular';
	display: block;
	margin: 15px 0;
	line-height: 30px;
	padding-right: 20%;
}
.pos-related-editoriale .blocitemlist .pos-content p{
	color: #fff;
	padding-right: 20%;
}
.pos-related-editoriale .blocitemlist .pos-links a{
	display: inline-block;
	border: 1px solid #71cfeb !important;
    border-radius: 20px;
    margin: 20px 20px 20px 0;
    padding: 10px 25px;
    text-decoration: none;
    font-family: 'gotham_boldregular';
    color:#71cfeb !important;
}
/*Fililaes*/
.pos-related-filiale >div>div:first-child{
	margin-left: 10%;
}
/*Candidature*/
h1.componentheading, h1.contentheading{
	width: 62%;
	margin-top:-80px;
	position: relative;
	z-index: 2;
}      
h1.longMots.componentheading,
h1.longMots.contentheading {
	margin-top:-40px;
}
h1.componentheading span, h1.contentheading span{
	padding: 10px 20px;
}
.layout-unsolicited h2{
	margin-left: 60px;
	margin-bottom: 40px;
}
/*FAQ*/
.editoriales-default-f-a-q-saisonniers h1{
	width: 100%;
}
/*Temoignages*/

.catzootemoins .description .wraptxtimg{
	position: relative;
}
.catzootemoins .description .heading{
	position: absolute;
	bottom: 20%;
	left: 0;
	z-index: 2;
}
.catzootemoins .description .heading h1{
	font-size: 5em;
}
.catzootemoins .description .heading h1.longMots {
	font-size:3.34em;
}


.catzootemoins .description .heading h1 span{
	padding: 10px 20px;
}
.catzootemoins .description img{
	max-width: none;
	position: relative;
	left: 107px;
	margin-top: -65px;
}
.catzootemoins .description .intro{
	margin-left: 107px;
	font-size: 28px;
	margin-top: 40px;
}
.catzootemoins .description .intro p{
	font-family: 'gotham_lightregular' !important;
}
.catzootemoins .details{
	margin-bottom:80px;
}
.catzootemoins .width50{
	text-align: left !important;
}
.content-temoin .metier, .content-temoin .citation{
	font-size: 28px;
	line-height: 30px;
	margin-bottom: 30px;
}
.content-temoin .citation{
	font-family: 'gotham_lightregular' !important;
}
.content-temoin .video >div{
	position: relative;
    padding-bottom: 56.25%; /* 16:9 */
    padding-top: 25px;
    height: 0;
    max-width: 90%;
}
.content-temoin .video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.related-temoin p.fat{
	position: relative !important;
	color: #ffca05 !important;
}
.liste_temoignages{
	margin-top: 80px;
}
#content .liste_temoignages .links a,
 .liste_temoignages .links a{
 	display: inline-block;
	border: 1px solid #224090 !important;
    border-radius: 30px;
    margin: 20px 20px 20px 0;
    padding: 10px 25px;
    text-decoration: none!important;
    font-family: 'gotham_boldregular';
    color:#224090!important;
 }
/*Newsroom*/
#imgdefautentete{
	margin-top: -65px;
	margin-left: 107px;
}
.newsroom-default-frontpage h1, .newsroom-default-actualites h1, .newsroom-default-communiques-de-presse h1{
	margin-top: -60px;
	font-size: 5em;
}
.newsroom-default-frontpage h1.longMots, .newsroom-default-actualites h1.longMots, .newsroom-default-communiques-de-presse h1.longMots {
	font-size:3.34em;
}

.newsroom-default-frontpage .items, .newsroom-default-actualites .items, .newsroom-default-communiques-de-presse .items{
	padding-left: 107px;
}
.newsroom-default-frontpage h2, .newsroom-default-actualites h2, .newsroom-default-communiques-de-presse h2{
	margin-left: -50px;
}
.newsroom-default-frontpage h2 a, .newsroom-default-actualites h2 a, .newsroom-default-communiques-de-presse h2 a{
	color: #eb610a !important;
}
.newsroom-default-frontpage .pos-meta, .newsroom-default-actualites .pos-meta, .newsroom-default-communiques-de-presse .pos-meta{
	font-size: 28px;
	font-family: 'gotham_boldregular' !important;
}
.newsroom-default-frontpage .pos-media img, .newsroom-default-actualites .pos-media img, .newsroom-default-communiques-de-presse .pos-media img{
	margin-top: 10px;
	margin-bottom: 25px;
}
.newsroom-default-frontpage .pos-links a,  .newsroom-default-actualites .pos-links a, .newsroom-default-communiques-de-presse .pos-links a{
	display: inline-block;
	border: 1px solid #224099 !important;
    border-radius: 20px;
    margin: 20px 20px 20px 0;
    padding: 10px 25px;
    text-decoration: none;
    font-family: 'gotham_boldregular';
    color:#224099 !important;
}
.blocimgh1-newsroom img{
	max-width: none;
	margin-left: 107px;
	margin-top: -65px;
}
.blocimgh1-newsroom h1{
	margin-top: -50px;
	font-size: 5em;
}
.blocimgh1-newsroom h1.longMots {
	font-size:3.34em;
}

#wrapfullnews{
	margin-left: 107px;
}
#wrapfullnews .element-itempublish_up{
	font-size: 28px;
	font-family: 'gotham_boldregular' !important;
	margin-bottom: 20px;
	color:#224099 !important;
	margin-top: 40px;
}
#wrapfullnews .pos-doc, #wrapfullnews .pos-share{
	margin: 30px 0;
}
.yoo-zoo.element-download-button{
	background: none !important;
	width: 150px;
	border: 1px solid #224090;
	border-radius: 20px;
	text-align: center;
	text-transform: uppercase;
}
.element-download-button span{
	background: none !important; 
	padding: 0 !important;
}
.yoo-zoo.element-download-button > span > span{
	background: none !important;
	overflow: visible;
}
/*Contact*/
.contact .pos-title h1{
	margin-top: -60px;
	font-size: 5em;
	text-shadow:none !important;
}
.contact .pos-title h1.longMots {
	font-size:3.34em;
}

#wrapcontact{
	margin-left: 107px;
	margin-top: 40px;
}
#wrapcontact h2{
	margin-left: -50px;
}
#wrapcontact a:not(.bouton){
	color: #eb610a !important;
}
.rsform .formControlLabel{
	font-family: 'gotham_boldregular' !important;
}
.rsform #envoyer.rsform-submit-button{
	background: none;
	border: 1px solid #224090;
	border-radius: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #224090;
	font-family: 'gotham_boldregular' !important;
	padding: 10px 20px;
	text-shadow:none;
}
/*Candidature spontanée*/
.layout-unsolicited #adminForm label, .view-offer #application-form label{
	font-family: 'gotham_mediumregular' !important;
}
.layout-unsolicited #adminForm .submitspontane, .view-offer #application-form .submitoffer{
	background: none;
	border:none;
}
.layout-unsolicited #adminForm .submitspontane input, .view-offer #application-form .submitoffer input{
	background: none !important;
	border: 1px solid #224090;
	border-radius: 20px;
	text-transform: uppercase;
	color: #224090;
	font-family: 'gotham_boldregular' !important;
	padding: 10px 25px;
	text-shadow:none;
}
/*Liste offres emploi*/
.formlistoffres{
	min-height: 300px;
	margin:107px;
}
.formlistoffres .sectiontableheader{
	font-size: 40px;
	color: #eb610a;
	font-family: 'gotham_lightregular';
	padding-bottom: 30px;
	border-bottom: 1px solid #ccc;
}
.formlistoffres tr[class^="sectiontableentry"] td{
	padding: 15px 0;
	color: #224090;
}
.formlistoffres tr[class^="sectiontableentry"] td:first-child{
	font-size: 28px;
	line-height: 30px;
	font-family: 'gotham_lightregular';
}
.formlistoffres .flecheoffre{
	float: right;
}
.formlistoffres .pagination div{
	margin-top: 60px;
}
/*Offre d'emploi*/
#wrapoffer{
	margin:40px 107px;
}
.back_button a{
	color: #224090 !important;
}
#wrapoffer h2{
	margin-top:1em;
}
#wrapoffer .detailoffre dd, #wrapoffer .detailoffre dt{
	color:#224090;
	font-size: 28px;
	line-height: 30px;
}
#wrapoffer .detailoffre dt {
	font-family: 'gotham_lightregular';
	text-align: right;
}
#wrapoffer .detailoffre dd {
	font-family: 'gotham_boldregular';
}
/*Formulaire connexion*/
.well{
	background: none;
	border: none;
	box-shadow: none;
}
.login .nav-tabs{
	max-width: 320px;
}
#member-registration legend, #users-profile-core legend, #users-profile-custom-fields-1 legend, #users-profile-custom-profile legend, #hikashop_checkout legend,
.formorder legend{
	font-family:'gotham_lightregular'!important;
	font-size:3.34em;
	line-height:1em;
	color:#EB610A;
	margin-top:1em;
	border: none;
	background: none !important;
}
/*profil*/
.profile{
	padding: 80px;
}
.profile .btn-toolbar a.bouton{
	border-radius: 20px !important;
	background: none;
}
.profile dl{
	color: #224090;
}
#member-profile a.bouton, #member-registration a.bouton{
	background: none;
	color: #224090 !important;
}
/*Listing produits*/
.hikashop_products_listing .thumbnail{
	background: none !important;
	border: none;
	box-shadow: none;
}
.hikashop_products_listing .hikashop_product_name{
	font-size: 15px;
	text-transform: uppercase;
	margin-top: 15px;
	min-height: 40px;
}
.wraplistprod{
	padding: 0 35px;
}
.tranchesgrammes{
	border-bottom: 1px solid #999;
}
.hikashop_product_price_full span{
	font-size: 28px;
	color: #eb611a;
	line-height: 30px;
	position: relative;
	top: 15px;
}
a.hikacart{
	display: block;
	background: none !important;
	border: 1px solid #71cfeb !important;
	border-radius: 20px;
	text-transform: uppercase;
	color: #71cfeb !important;
	font-family: 'gotham_boldregular' !important;
	padding: 10px 25px;
	text-shadow:none;
}
a.hikacart:hover{
	background: #71cfeb !important;
	color: #fff !important;
}
.hikashop_product_quantity_div{
	display: block !important;
    text-align: right;
    margin-top: -10px;
    margin-bottom: 20px;
}
.hikashop_product_quantity_field{
	color: #224090 !important;
	font-family: 'gotham_boldregular';
	border: none !important;
	background: none !important;
	box-shadow: none !important;
	font-size:15px !important;
	padding-left: 10px !important;
}
.input-prepend .add-on:first-child, .input-prepend .btn:first-child, .input-prepend.input-append .add-on:last-child, .input-prepend.input-append .btn:last-child{
	border-radius: 50px !important;
	background: none !important;
	font-family: 'gotham_boldregular';
	font-size:15px !important;
	border: 1px solid #224090 !important;
	min-width:25px !important;
	height:25px !important;
	line-height:25px !important;

}
.hikashop_product_quantity_change_div_leftright span.add-on a{
	padding: 0 7px !important;
}
.moduletable h2{
	margin-left: 57px;
}
/*Fiche produit*/
.hikashop_product_page h1{
	width: 80% !important;
	margin-top: -50px;
	font-size: 60px;
	position: relative;
}
.hikashop_product_page h1 span{
	padding-left: 20px;
}
.btnretourshop{
	margin-left: 50px;
}
.btnretourshop a{
	color: #224090 !important;
}
#hikashop_product_right_part{
	padding:0 20px;
}
.toprightprod{
	max-width: 320px;
}
#hikashop_product_custom_info_main{
	margin-top: 4em;
}
#hikashop_product_custom_info_main p, #hikashop_product_custom_info_main h2{
	width: auto !important;
}
#hikashop_product_custom_info_main p{
	max-width: 400px;
}
#hikashop_product_custom_info_main h2{
	margin-top: 1em;
}
#hikashop_product_description_main{
	margin-left: 107px;
	margin-bottom: 100px;
}
#hikashop_product_description_main h2{
	margin-left: -50px;
}
/*Panier*/
.hikashop_header_title h1, .covoit_header_title h1{
	margin-top: -50px;
	position: relative;
}
#hikashop_show_cart_form{
	min-height: 500px;
}
#hikashop_show_cart_form #toolbar tr td span{
	display: none;
}
#toolbar a.bouton{
	padding: 10px 25px !important;
	color: #224090 !important;
}
#hikashop_cart_product_listing td{
	background: none;
}
#hikashop_cart_product_listing th, .hikashop_address_listing_div th, #hikashop_order_listing th, .hikashop_checkout_cart th{
	color: #224090;
	text-transform: uppercase;
}
.hikashop_cart_product_name{
	font-size: 18px;
	padding-top: 20px;
	display: inline-block;
}
.imgstockcart{
	margin-top: 20px;
}
#hikashop_cart_product_listing .hikashop_product_quantity_div{
	display: inline-block !important;
	margin-top: 20px;
}
.imgdeletecart{
	margin-left: 15px;
}
#hikashop_cart_product_listing tfoot td{
	font-size: 18px;
}
/*Cpanel*/
#hikashopcpanel{
	min-height: 450px;
	padding: 80px;
}
/*Adresses*/
.hikashop_address_listing_div{
	min-height: 450px;
	padding: 0 20px;
}
.table-striped tbody > tr:nth-child(2n+1) > td, .table-striped tbody > tr:nth-child(2n+1) > th{
	background: none;
}
.hikashop_address_listing_item_details{
	color: #224090;
}
#hikashop_address_form{
	padding: 0 20px;
}
#hikashop_address_form td{
	border: none;
}
.hikashop_checkout_checkout_address_block td{
	border: none;
}
/*Commandes*/
#hikashop_order_main,
.hikashop_products_pagination.hikashop_products_pagination_bottom {
    padding: 15px;
}   
div.icon-wrapper div.icon a {
	background:#22409A!important;

}  
div.icon-wrapper div.icon a:hover {
	background:hsl(41, 100%, 51%) none repeat scroll 0 0!important;
}        	
div.icon-wrapper div.icon a span{
	color:white;
}
div.icon-wrapper div.icon a span.hkIcon {
	margin-top:10px;
}

div#hikashop_order_listing{
	min-height: 650px;
}
#wraporder{
	padding: 20px;
}
#hikashop_checkout{
	padding: 20px;
}
.hikabtn_checkout_coupon_add{
	margin-top: 0 !important;
}
.hikashop_checkout_coupon_field{
	margin-top:10px !important;
}
.hikashop_checkout_cart table td p{
	width: auto !important;
}
#hikashop_checkout_cart_final_total_title, .hikashop_cart_total_value{
	font-size: 18px;
	line-height: 20px;
}
.label-info, .badge-info{
	background: #224090;
}
#hikashop_checkout h2{
	margin-top: 1em;
}
#hikashop_checkout_shopping_button{
	color: #224090 !important;
}
.hikashop_checkout_cart .hikashop_product_quantity_field{
	border: 1px solid #999 !important;
	margin-top: 20px;
}
.hikashop_cart_product_quantity_refresh, .hikashop_cart_product_quantity_delete{
	display: inline-block;
}
#wrapconfirmorder{
	min-height: 450px;
}
#wrapconfirmorder, #wrapcart{
	padding: 20px;
}
#wrapconfirmorder a.bouton{
	color: #224090 !important;
}
.hikashop_product_quantity_field{
	width: 35px !important;
}
.hikashop_checkout_cart .hikashop_product_price_full span{
	top: 0;
}
.formorder{
	padding: 20px;
}
.hkform-horizontal .hkcontrol-label{
	padding-top: 0;
}
#heurederetrait{
	width: 206px;
}
/*Covoiturage*/
#arrange2drive{
	padding: 20px;
	min-height: 450px;
}
#arrange2drive #userMenuBar{
	display: none;
}
#arrange2drive h2{
	margin-top:1em;
}
.covoitformsearch h3{
	font-family: 'gotham_boldregular' !important;
}
.moreDetails a{
	font-family: 'gotham_boldregular' !important;
	color:#EB610A !important;
}
#arrange2drive.overview .arrange2drive .foot{
	background: none;
}
#arrange2drive.overview .arrange2drive .row{
	background: none;
	box-shadow: none;
}
#arrange2drive.overview .arrange2drive .row:hover{
	box-shadow: none;
}
#arrange2drive.overview .arrange2drive .odd.row{
	background: #fff !important;
}
#refineSearch{
	color: #fff !important;
}
#arrange2drive #addForm #accordion h2, #arrange2drive #showPlace h2{
	font-size: 2em !important;
}
#map_canvas * {
-moz-box-sizing: content-box !important;    
box-sizing: content-box !important;
    max-width: none;
}
#arrange2drive #emission{
	color:#666;
	display:block;
}
#arrange2drive #addForm #accordion h2, #arrange2drive #showPlace h2, #arrange2drive.detailView #A2DUserProfile, #arrange2drive div.details .row .data, #arrange2drive .details .row,
#arrange2drive.detailView #A2DUserProfile #profilePicCont img{
	box-shadow:none;
}
#arrange2drive .details .row{
	border:1px solid #225090;
	margin-bottom:10px;
}
#arrange2drive .details.contactForm .row {
	border:none;
}
#arrange2drive .details .row .title{
		border-right:1px solid #224090;
}
#arrange2drive div.details .row:hover .data{
	font-weight:normal;
}


a:hover,input:hover {
	-webkit-transition:all 0.3s;
	transition:all 0.3s;	
}
 a.bouton:hover,
 input[type="submit"]:hover {
    background:white!important;
	color:hsl(23, 92%, 48%)!important; 
	border:1px solid!important;
} 
#europe-expert .fiches-filiales .divfiliale .element-itemlink a:hover, 
.pos-related-filiale .divfiliale .element-itemlink a:hover,
.newsroom-default-frontpage .pos-links a:hover, 
.newsroom-default-actualites .pos-links a:hover, 
.newsroom-default-communiques-de-presse .pos-links a:hover,
.bloc3-temoins .divtemoin .pos-links a:hover, 
.catzootemoins .pos-links a:hover,
.liste_temoignages .links a:hover {
    background:#224099!important;
	color:white!important;
}
 .accueil .pos-related div.element > div p a.bouton:hover,
 #plus-rejoindre div.element > div p a.bouton:hover,
 #plus-expert .divsavoirplus .pos-links a:hover{
    background:hsl(194, 75%, 68%)!important;
	color:white!important; 
}
 #une-accueil .txt-une a.bouton:hover,
 #offres-rejoindre .moduletable > div > div .uk-panel p a:hover,
 #saison-rejoindre .txt-saison a.bouton:hover{
    background:white!important;
	color:#FF9805!important; 
}
 .accueil .txt-expert a:hover{
    background:hsl(23, 92%, 48%)!important;
	color:white!important; 
}
#rejoindre-accueil a.bouton:hover {
	background:white!important;
	color:#224099!important;
}
#bloc4liensoffre > div a:hover {
    background: hsl(0, 0%, 100%) none repeat scroll 0 0;
    color: hsl(20, 89%, 48%)!important;
    padding: 10px 0;
    text-decoration: none;
}
#bas-de-page .divmenufooter li a:hover {
    color: hsl(20, 89%, 48%)!important;
}


/*Corrections 2018 plus page covioturage */

/*boutons création trajet*/
.a2dBs .btn-group-justified > .btn, .a2dBs .btn-group-justified > .btn-group {
    display: inline;
    float: none;
    width: auto;
}
/*boutons plus et moins du sélecteur d'heures*/
.a2dBs .glyphicon-chevron-up::before {
    content: "+";
    font-family: arial;
    color: black;
    font-size: 1.4em;
    font-weight: bold;
}
.a2dBs .glyphicon-chevron-down::before {
    content: "-";
    color: black;
    font-family: arial;
    font-size: 1.4em;
    font-weight: bold;
}
main div > ul > li {
    font-family: "gotham_lightregular" !important;
    font-size: 1.25em !important;
    line-height: 1.3 !important;
    margin-left: 40px;
    margin-top: 10px;
}
.accueil.covoiturage .liens-expert {
    margin-top: 40px;
    margin-bottom:140px;
}
#covoit_home {

    position: relative;
}
	#covoit_home .element-textarea {
		padding:10px;
	}
@media(min-width:640px) {
	#covoit_home {
		margin-top: 150px;
		 min-height: 420px;
	}
	#covoit_home .element-image {
	 	width:50%;
	 	position:absolute;
	 	left:50px;
	 	z-index:0;
	}
	#covoit_home .element-textarea {
		padding-top:90px;
	}

	#covoit_home p {
		left:53%;
		left:calc(50% + 80px);
		position:relative;
		width:45%;
		z-index:1;
	}  
	#covoit_home p.fat {
	 	position:relative;
	 	left:45%;
	 	width:49%;
	 	z-index:1;
	 	color:#1F2476;
	 	margin-bottom:20px;
	}
	#covoit_home p a.bouton {
		margin-top:0
	}
}

