.textcenter{
	text-align: center;
}
#rouages .rouage-bg,
#rouages .rouage-wrap{
	-webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
 
.sizeh1 p, .sizeh2 p, .sizeh3 p, .sizeh4 p, .sizeh5 p, .sizeh6 p {
    font-family: inherit;
    line-height: 1.4;
    margin: 0 0 1.5rem;
    padding-top: 1rem;
}
.sizeh1 p{
	font-size: 40px;
}
.sizeh2 p{
	font-size: 34px;
}
.sizeh3 p{
	font-size: 28px;
}
.sizeh4 p{
	font-size: 24px;
}
.sizeh5 p{
	font-size: 20px;
}
.staggered_left{
	margin-right: -100px;
}
.staggered_right{
	margin-left: -100px;
}

.vc_custom_heading h2{
	line-height: 1.3em;
}
.onlymobile,
.w-nav .onlymobile{
	display: none;
}
@media screen and (max-width:899px){
	.onlymobile,
	.w-nav .onlymobile{
		display: block;
	}
}
@media screen and (max-width:767px){

	body h2.vc_custom_heading{
		line-height: 1.2em !important;
	    font-size: 39px!important;
	}
	.g-cols .staggered_right{
		margin-left: 0;
		margin-top: -100px !important;
	}
	.g-cols .staggered_left{
		margin-right: 0;
		margin-bottom: -50px !important;
	}
	.mobile_center,
	.mobile_center .w-socials-list{
		text-align: center;
	}
	.mobile_center .w-iconbox.iconpos_left{
		text-align: center;
		display: block;
	}
	.mobile_center .w-iconbox.iconpos_left .w-iconbox-icon{
		margin: 0;
		display: inline-block;
	}
	.w-form-h{
		text-align: center;
	}
	.sizeh1 p{
		font-size: 30px;
	}
	.sizeh2{
		font-size: 26px;
	}
	.sizeh3{
		font-size: 24px;
	}
	.sizeh4{
		font-size: 22px;
	}
	.sizeh5{
		font-size: 20px;
	}
	.mobilereverse > .l-section-h > .vc_row{
		flex-direction: column-reverse;	
	}
}

/* HEADER */
.l-header .w-nav a{
	/*text-transform: uppercase;*/
}

@media (min-width: 901px){
	.l-header.sticky .ush_image_1{
		height: 60px !important;
	}
}
/* HOMEPAGE */
.koi img{
	width: 300px;
	margin: auto;
}
/* ROUAGE */
#rouages-resize{
	
}
#rouages{
    transform-origin: center left;
	font-size: 4em;
	width: 550px;
	height: 480px;
	position: relative;
}
#rouages .rouage-wrap{
	display: inline-block;
	position: absolute;
}
#rouages .rouage-bg{
/* ligne transform origin ajoutée par sv 30.06.20 */
	transform-origin:50% 44%;
	-webkit-transform-origin:50% 44%;
	-moz-transform-origin:50% 44%;

	font-size: 3em;
	transform:rotate(0deg); 
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);	

}
#rouages.animate .rouage-wrap{
	opacity: 0.5;
}
#rouages.animate .rouage-wrap.active{
	opacity: 1;
}
/*#rouages.animate .rouage-bg,*/
#rouages .rouage-wrap.active .rouage-bg,
#rouages .rouage:hover .rouage-bg{
    -webkit-animation:spin 8s linear infinite;
    -moz-animation:spin 8s linear infinite;
    animation:spin 8s linear infinite;
}
#rouages .rouage{
	position: relative;
	display: inline-block;
}
#rouages i{
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #fff;
}


#rouage_administration{
	top: 28px;
}
#rouage_administration .rouage-bg{
	font-size: 3.3em;
}
#rouage_administration i{
	font-size: 1.8em;
}


#rouage_gouvernance{
	left: 211px;
}
#rouage_gouvernance .rouage-bg{
	font-size: 2.4em;
}
#rouage_gouvernance i{
	font-size: 1.3em;
}




#rouage_rh{
	right: 0;
	top: 50px;
}
#rouage_rh .rouage-bg{
	font-size: 3.3em;
}
#rouage_rh i{
	font-size: 1.8em;
}


#rouage_finance{
	right: 62px;
	bottom: 90px;
}
#rouage_finance .rouage-bg{
	font-size: 2.2em;
}




#rouage_informatique{
	bottom: 0;
    left: 220px;
}
#rouage_informatique .rouage-bg{
	font-size: 2.3em;
}




#rouage_marketing{
	bottom: 40px;
	left: 30px;
}
#rouage_marketing .rouage-bg{
	font-size: 3em;
}
#rouage_marketing i{
	font-size: 1.5em;
}


#rouage_societe{
	left: 50%;
	top: 50%;
	bottom: initial;
	transform: translate(-50%,-50%)
	
}
#rouage_societe .rouage-bg{
	font-size: 3.1em; 
}
#rouage_societe i{
	font-size: 1.2em;
}
#rouages #rouage_societe .rouage-bg:before{
	color: #333;
}


/* VARIOUS */
.bgtop,
.g-cols.type_boxes>div.bgtop>.vc_column-inner{
	background-position: center top !important;
}
.bgbottom,
.g-cols.type_boxes>div.bgbottom>.vc_column-inner{
	background-position: center bottom !important;
}


@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

/* SHORTCODE ICON BOX */
.w-iconbox-icon i[class^="zki-"]{
	font-size: 1.5em;
}

.w-iconbox.style_circle.color_primary.rouage .w-iconbox-icon,
.w-iconbox.style_circle.color_primary.rouage .w-iconbox-icon i {
    position: relative;
    background: transparent !important;
}

.w-iconbox.style_circle.color_primary.rouage .w-iconbox-icon{
	background-color: transparent;
	box-shadow: none !important;
	border-radius: 0px;
	overflow: visible;
}
.no-touch .w-iconbox.style_circle.rouage .w-iconbox-link:hover .w-iconbox-icon{
	box-shadow: none !important;
}
.w-iconbox.style_circle.color_primary.rouage .w-iconbox-icon:before{
	font-family: 'zkicon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\ea7c";
	color: #0097ac;	
	position: absolute;
	font-size: 2.5em;
	left:0px;
	opacity: 1;
}
.w-iconbox.style_circle.color_primary.rouage .w-iconbox-link:hover .w-iconbox-icon:before{
	text-shadow: 0px 6px 6px rgba(0, 0, 0, 0.2); 
	
}

/* call to action */
.w-actionbox h2{
	font-size: 1.8em;
}
.w-actionbox p{
	font-size: 1.2em;
}
/* GRAINED */

#sequoyah .l-section-overlay{
    background-image: url(https://prashantsani.com/Misc/codepen/noise.jpg);
    background-repeat: repeat;
    background-position: 0 0;
    width: 400%;
    height: 400%;
    opacity: 0.1 !important;
    background-color: rgba(0, 0, 0, 0.4);
    -webkit-animation: noiseAnim 0.5s infinite linear alternate;
       -moz-animation: noiseAnim 0.5s infinite linear alternate;
         -o-animation: noiseAnim 0.5s infinite linear alternate;
            animation: noiseAnim 0.5s infinite linear alternate;
}
#sequoyah .l-section-img:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.7);
}
@-webkit-keyframes noiseAnim{
  0%   { background-position: 10px 200px; }
  20%  { background-position: -50px 0; }
  40%  { background-position: 100px -10px; }
  60%  { background-position: 0 -150px; }
  80%  { background-position: -100px -30px; }
  100% { background-position: 160px -60px; }
}
@-moz-keyframes noiseAnim {
  0%   { background-position: 10px 200px; }
  20%  { background-position: -50px 0; }
  40%  { background-position: 100px -10px; }
  60%  { background-position: 0 -150px; }
  80%  { background-position: -100px -30px; }
  100% { background-position: 160px -60px; }
}
@-o-keyframes noiseAnim {
  0%   { background-position: 10px 200px; }
  20%  { background-position: -50px 0; }
  40%  { background-position: 100px -10px; }
  60%  { background-position: 0 -150px; }
  80%  { background-position: -100px -30px; }
  100% { background-position: 160px -60px; }
}
@keyframes noiseAnim {
  0%   { background-position: 10px 200px; }
  20%  { background-position: -50px 0; }
  40%  { background-position: 100px -10px; }
  60%  { background-position: 0 -150px; }
  80%  { background-position: -100px -30px; }
  100% { background-position: 160px -60px; }
}
/* FOOTER  */
.logofooter img {
	max-width: 200px;
	height: auto;
}
/* FIXS */
.w-toplink{
	bottom: 40px;
}
.no-touch .w-logos.style_1 .w-logos-item:hover{
	background-color: #fff;
	box-shadow: none;
}