/*
 * Let's target IE to respect aspect ratios and sizes for img tags containing SVG files
 *
 * [1] IE9
 * [2] IE10+
 */
/* 1 */
.ie9 img[src$=".svg"] {
	width: 100%;
}

/* 2 */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
img[src$=".svg"] {
	width: 100%;
}
}
body {
	background: #fff;
	padding: 0;
	margin: 0;
	color: #333!important;
	font-size: 17px!important;
	font-family: 'Roboto', sans-serif !important;
	
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-family: inherit;
	font-weight: 300;
	line-height: 1.1;
	color: inherit;
}
p {
	color: #333;
	font-family: 'Roboto', sans-serif;
	margin: 15px 0!important;
	font-weight: 400;
}
b, strong {
	font-size: 1.05em;
}
/* liens */	
a {
	color: rgba(0, 151, 209, 1)!important;
}
a:hover {
	color: rgba(0, 151, 209, .8)!important;
}
a:focus, a:hover {
	text-decoration: none !important;
}


.mask{
clip-path: polygon(25% 0%, 100% 0%, 75% 100%, 0% 100%);
	}
	@media (max-width: 768px) {
		.mask,.mask2,.mask3{
			width: 70%;
			height: 200px;
			float: left;
		
		}
		
		.campus2, .campus4{
			margin-top: -40px;
			float:right;

		}
	}

.mask2{
clip-path: polygon(0 0, 75% 0, 100% 100%, 25% 100%);
}
.mask3{
clip-path: polygon(0 0, 100% 0%, 75% 100%, 0% 100%);
}
.mask-circle{
    clip-path: circle(50% at 50% 50%);

}

label[for^="rgpd"] {
	font-weight: 300;
	font-size: 14px;
}
.read-more.bleu_fonce {
	background-color: rgba(5,22,46, 1)!important;
	text-transform: uppercase;
	font-size: 16px;
	text-align: center;
	font-weight: 300;
	padding: 0.4em 0.8em;
	margin: 0.8em 0;
	color: rgba(255, 255, 255,1);
}
.read-more:hover.bleu_fonce {
	color: rgba(255, 255, 255,1)!important;
}
a.lien {
	color: rgba(0, 151, 209, 1);
	text-decoration: none;
	/*border-bottom: 1px dotted #5BC0DE;*/
	cursor: pointer;
	font-weight: 500;
	margin-top: 1.3em!important;
}
a.lien.bleu2 {
	color: rgba(3,22,52,1) !important;
}
a.lien:before {
	font-family: 'icomoon'!important;
	content: "\e73b"!important;
	margin-right: 0.5em;
	font-size: 0.8em
}
a:hover.lien {
	color: #154771!important;
	/*border-bottom: 1px dotted #000;*/
	margin-left: 0.2em;
}

a {
	color: rgba(0, 151, 209, 1);
}
a.dynNav, .dynNav {
	font-size: 0.8em;
}
.itemscope {
	display: inline;
}
.chiffres-cles {
    font-size: 50px;
    font-weight: 500;
    line-height: 100%;
}
/* fin liens */


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	line-height: 1.3em!important;
	font-family: 'Roboto', sans-serif;
	letter-spacing: -0.02em;
}
.h1, h1 {
	font-size: 45px ;
	font-weight: 400 !important;
}
.h2, h2 {
	font-size: 31px !important;
	margin-bottom: 0.8em !important;
}
.h3, h3 {
	font-size: 25px !important;
	margin-bottom: 0.6em ;
}
.h4, h4 {
	font-size: 20px !important;
	margin: 0 0 0.5em 0;
}
.h5, h5 {
	font-size: 18px !important;
	margin-bottom: 0.2em !important;
}
.text-bold {
	font-weight: 700!important
}
.text-light {
	font-weight: 300!important
}
/* programme */
.panel-title a {
	text-decoration: none;
}
.panel-title:hover {
	color: rgba(5,22,46, 1) !important;
}
.panel-title {
	color: rgba(255, 255, 255, 1) ;
}
.panel-heading:hover {
	background: rgba(5,22,46, 0.2) !important;
}
.panel-heading:hover.none {
	background:rgba(205, 179, 128, 1)!important;
}
.panel-heading:hover.none .panel-title{
	color:#fff!important;
}
.panel-heading {
	background: rgba(5,22,46, 1) ;
	border-radius: 4px;
}
.panel-heading a{
	cursor: pointer;
}
h3.panel-title {
	margin-bottom: 0em !important;
}

.item-circle{

  clip-path: circle(80px at center);
 
}

	.column-2 {
  -webkit-column-count: 2; /* Chrome, Safari, Opera */
  -moz-column-count: 2; /* Firefox */
  column-count: 2;
  -webkit-column-width: 50%; /* Chrome, Safari, Opera */
  -moz-column-width:  50%; /* Firefox */
  column-width:  50%;
}
	.column-3 {
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count:3; /* Firefox */
  column-count: 3;
  -webkit-column-width: 33%; /* Chrome, Safari, Opera */
  -moz-column-width: 33%; /* Firefox */
  column-width: 33%;
}
.border-radius { border-radius:4px}
/*fin programme */

	.bandeau-cpf {
			background-color: #05162E;
			color: #fff !important;
			padding: 6px 3px;
			line-height: 125%;
			clear: both;
			border-radius: 4px;
			text-transform: uppercase;
			font-size: 13px;
			font-weight: 300
		}
.pastille {
	background-color: rgba(0, 151, 209,0.8) !important;
	font-size: 1.6em;
	font-weight: 600;
	width: 130px;
	height: 130px;
	padding: 5% 0.5%;
	border-radius: 50%;
	line-height: 110% !important;
	margin: -5% 0% 2% 0%;/*margin:-8% 40% 2%*/
	float: left;
	position: absolute;
	-ms-transform: rotate(-7deg); /* IE 9 */
	-webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
	transform: rotate(-7deg);
}
.pastille2 {
	background-color: rgba(0, 151, 209,0.9) !important;
	font-size: 1.2em;
	font-weight: 600;
	width: 130px;
	height: 130px;
	padding: 2.2% 0.5% 1%;
	border-radius: 50%;
	line-height: 110% !important;
	margin: -2% 0% 2% 0%;
	float: left;
	position: absolute;
	-ms-transform: rotate(-7deg); /* IE 9 */
	-webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
	transform: rotate(-7deg);
}
[class^="icon-"], [class*=" icon-"] {
	line-height: inherit!important;
}
.pastille-avis {
	width: 180px;
	height: 180px;
	float: left;
	position: absolute;
	margin: -2% 0% 2% 0%;/*margin:-8% 40% 2%*/
	-ms-transform: rotate(-7deg); /* IE 9 */
	-webkit-transform: rotate(-7deg); /* Chrome, Safari, Opera */
	transform: rotate(-7deg);
}
.pastille-mini {
	position: absolute;
	margin: -2% 0 0 1%;
	transform: rotate(-10deg);
	z-index: 10;
	box-shadow: 1px 1px 1px 0 #000;
	border-radius: 50%;
	width: 60px;
	height: 60px;
	padding: 18px 5px;
	line-height: 115%;
	text-align: center;
	font-size: 12px;
	font-weight: 700
}
.chapeau {
	font-size: 1.2em;
	font-weight: 300;
	margin-bottom: 0.6em;
	line-height: 145%!important;
}
.logo-sticky {
	position: absolute;
	height: 35px;
	float: left;
	left: 64px;
	margin: 17px 0;
}
.logo {
	width: 220px;
}

#content-hp {background: url(/images/hp/montagne.png) no-repeat bottom right 12%;}
#home_banner .img-banner {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: url(/images/hp/slider-2.jpg);
    background-size: cover;
    animation: scale 40s linear infinite;
}
#home_banner {
    position: relative;
	min-height: 450px;
	padding-bottom: 20px
}
#home_banner .col-md-7:nth-child(1n) {
transform: translateX(-30px);
}

#home_banner .h3 {
 font-weight:300!important;
}
#home_banner h1 {
	  font-size:30px!important;
   /* text-shadow: 1px 1px 10px rgba(5,22,46,.5);*/
	font-weight: 300!important
}
#home_banner h2 {
	  font-size: 45px;
}
#home_banner 
	.form-control {
    height: 45px;
    font-size: 20px;
		line-height: 135%;
    border:1px solid #05162E;
		font-weight: 500;
		color: #05162E;
		background-color: rgba(255,255,255,.9);
		cursor: pointer;
		letter-spacing: -0.02em;

}
#home_banner h2.onglet-menu1 ,#home_banner h2.onglet-menu3,#home_banner h2.onglet-menu5{
  background: rgba(5,22,46,.6);
	height: 90px;
	font-size: 22px!important;
}
#home_banner h2.onglet-menu2,#home_banner h2.onglet-menu4 {
  background: rgba(5,22,46,.8);
	height: 90px;
	font-size: 25px!important;
}
/*#parcours-hp .col-md-12:nth-child(2n) {
	float: none !important;
    margin: 0 auto;
	    width: 83.33333333%;
}*/
/* dropdown menu accueil */
.dropdown-menu {
	color:#05162E;
	padding:0px;
	margin: 0!important;
	text-align: left;
	list-style: none;
	background-color:rgba(255,255,255,1);
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0px!important;
	-webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
}
.dropdown-menu>li {
  padding: 2px;
	border-bottom:1px solid #d7d7d7;
}
.dropdown-menu>li>a {
    display: block;
    padding:0 0 0 10px;
    clear: both;
    font-weight:400;
    line-height: 1.42857143;
    color: #000;
    white-space: nowrap;
}
.btn .caret {
    margin-left:5px;

}
.caret {
     border-top: 6px dashed;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

#nav2 > .li_logo:hover > a, #nav2 > .li_logo a:hover {
	background-color: transparent !important;
}
.shadow-in {
	-moz-box-shadow: inset 0px 0px 40px 0px #01182b;
	-webkit-box-shadow: inset 0px 0px 40px 0px #01182b;
	-o-box-shadow: inset 0px 0px 40px 0px #01182b;
	box-shadow: inset 0px 0px 40px 0px #01182b;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#01182b, Direction=NaN, Strength=40);
}
.shadow-in-gris {
	-moz-box-shadow: inset 0px 0px 20px 0px #ccc;
	-webkit-box-shadow: inset 0px 0px 20px 0px #ccc;
	-o-box-shadow: inset 0px 0px 20px 0px #ccc;
	box-shadow: inset 0px 0px 20px 0px #ccc;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#ccc, Direction=NaN, Strength=20);
}
.shadow-in-avis {
	-moz-box-shadow: inset 0px 0px 40px 0px #d16f0b;
	-webkit-box-shadow: inset 0px 0px 40px 0px #d16f0b;
	-o-box-shadow: inset 0px 0px 40px 0px #d16f0b;
	box-shadow: inset 0px 0px 40px 0px #d16f0b;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#d16f0b, Direction=NaN, Strength=40);
}
.shadow-out {
	-moz-box-shadow: 0px 0px 10px 0px #666;
	-webkit-box-shadow: 0px 0px 10px 0px #666;
	-o-box-shadow: 0px 0px 10px 0px #666;
	box-shadow: 0px 0px 10px 0px #666;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#666, Direction=NaN, Strength=10);
}
.shadow-out-gris {
	-moz-box-shadow: 1px 1px 2px 0px #333;
	-webkit-box-shadow: 1px 1px 2px 0px #333;
	-o-box-shadow: 1px 1px 2px 0px #333;
	box-shadow: 1px 1px 2px 0px #333;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#333, Direction=NaN, Strength=2);
}
.btn-info {
	color: #fff!important;
	font-weight: 300!important;
	padding: 0.5em!important;
	font-size: 22px!important;
	min-width: 350px!important;
	text-align: left!important;
	display: inline-block!important;
}

.display-flex {
	display: flex;
}
/* listes */
ul, li {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
}
.list ul {
	margin: 1% 0;
}
.list li {
	padding: 0;/*margin: 0 0 0.5% 0.5%;*/
}
ul.list li:before {
	font-family: 'icomoon';
	content: "\e70f";
	padding-right: 1.5em;
	font-size: 0.6em;
	position: relative;
	color: #031634
}
ul ul {
	margin-left: 2em;
}
ul.list ul li {
	margin: 0 0 .1% 2%;
		font-weight: 300;
}
.panel-body ul li {
	margin: 0 0 5px!important;
	list-style: disc;

}

ul.listprog {
	font-weight: 800;
	color: rgba(5,22,46, 1) !important;
	
}
ul.listprog ul {
	font-weight: 400;
	margin-top: 5px;
}

ul.listprog ul li:before {
	padding-right: 1.5em!important;
	
}
ul.listprog ul:first-child {
	font-weight: 300;
}

.table {
	background: rgba(255,255,255,0.9);
}
/* div contact */
div#e-contact .div-contact {
	/*background-image: linear-gradient(to top, rgba(145,3,66,1), rgba(145,3,66,0.8));*/
	border: 1px solid #e7e7e7;
	background: rgba(255,255,255,0.2);
	border-radius: 8px;
	padding: 15px;
	margin: 2px 8px
}
div#e-contact .div-contact.gris {
	/*background-image: linear-gradient(to top, rgba(0,0,0,0.2), rgba(0,0,0,0.1));*/
	border: 1px solid #e1e1e1;
}
.lien-round {
    padding: 1% 2%;
    border-radius: 50px;
    margin: 0 auto;
    /* float: left; */
    /* position: absolute; */
    /* transform: translate(-50%, 60%); */
    /* left: 50%; */
    /* bottom: 7%; */
    background-color: #999;
    z-index: 150;
    width: 20%;
    text-align: center;
}
/* recrutement */

#recrutement {
	padding: 20px
}
#recrutement p {
	margin: 0
}
#recrutement h2 {
	color: #031634
}
#recrutement h3 {
	font-weight: 500!important;
	color: #0097D1;
}
#recrutement ul {
	margin: 0 0 0 5%
}
#recrutement li:before {
	font-family: 'icomoon';
	content: "\e70f";
	color: #0097D1;
	padding-right: 1.5em;
	font-size: 0.6em;
}
#recrutement ul p {
	display: inline
}
/*fin listes */

.compteur {
	font-size: 1.8em;
	font-weight: 500;
	line-height: 1.2em
}
img.round {
	width: auto;
	border-radius: 50%;
	border: 1px solid;
	position: relative;
	float: right;
	margin-left: 2%
}
/* ****** ECOLE *************/

.bg-ecole-1 {
	background: url(/images/ecole/bg-ecole-1.jpg) no-repeat 0 0/cover;
	background-position: left top;
}
.bg-ecole-2 {
	background: url(/images/ecole/bg-ecole-2.jpg) no-repeat 0 0/cover;
	background-position: right top;
}
.bg-ecole-3 {
	background: url(/images/ecole/bg-ecole-3.jpg) no-repeat 0 0/cover;
	background-position: left top;
}
.bg-ecole-4 {
	background: url(/images/ecole/bg-ecole-4.jpg) no-repeat 0 0/cover;
	background-position: right top;
}
/* ****** FIN ECOLE *************/

.panel-default, .panel-body, .panel {
	border-radius: 8px!important;
}
.panel {
	border: 1px solid rgba(0, 0, 0, 0.1)!important;
}
.panel-body {
	background-color: rgba(255, 255, 255, 0.5)!important;/*font-size:0.9em!important;*/
}
.cp-theme-style-1 h1 {
	margin: 0;
}
.cp-theme-style-1 h2 {
	margin: 0;
}
.cp-theme-style-1 h3 {
	margin: 0;
}
.cp-theme-style-1 p {
	margin: 0;
}
.cp-theme-style-1 a.btn-style-1 {
	text-decoration: none;
}
.cp-heading-holder {
	float: left;
	width: 100%;
	margin: 0 0 47px;
}
.cp-heading-holder h3 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	line-height: 20px;
	margin: 0;
}
.cp-thumb img {
	width: 100%;
}
.pd-tb80 {
	padding: 80px 0;
}
.pd-tp80 {
	padding-top: 80px;
}
.pd-tp50 {
	padding-top: 50px;
}
#wrapper {
	float: left;
	width: 100%;
	position: relative;
	z-index: 999;
}
@media (max-width: 768px) {
		.column-2,	.column-3 {
  -webkit-column-count: 1; /* Chrome, Safari, Opera */
  -moz-column-count: 1; /* Firefox */
  column-count: 1;
  -webkit-column-width: 100%; /* Chrome, Safari, Opera */
  -moz-column-width:  100%; /* Firefox */
  column-width:  100%;
}

	#img-og2 .container{
		width: 100%;

}
	.display-flex {
	display: inline;
}
	#wrapper {
		margin-top: 53px;
	}
}
#header {
	width: 100%;
	position: static;
	left: 0;
	top: 0;
	z-index: 9;
}
@media (max-width: 768px) {
	#header {
		width: 100%;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
	}
	#wrapper #header{
		position: fixed!important;
	}
}
.inner-page #header {
	position: relative;
}
#wrapper #header {
	position: static;
	z-index: 9999;
	float: left;
	width: 100%;
	background-color: #20405C;
	box-shadow: 0px -1px 5px;
}
#header .cp-top-bar {
	background-color: #3C649F;
	padding: 10px 15px;
}
#header .cp-navigation-section {
	margin: 0;
}
#header #nav>li>a {
	color: #666;
}
#header #nav>li {
	border-color: #F4BAB9;
}
.header3 .cp-top-bar {
	background-color: transparent;
}
.header3 .cp-navigation-section {
	margin-top: 0;
}
.header3 #nav {
	width: 100%;
	text-align: center;
}
.header3 #nav>li {
	float: none;
	display: inline-block;
}
.cp-top-bar {
	float: left;
	width: 100%;
	background-color: rgba(0,0,0,0.27);
	padding: 30px 0;
}
.cp-top-bar .left-box {
	float: left;
	width: 100%;
}
.cp-top-bar .left-box ul {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	overflow: hidden;
	width: 100%;
}
.cp-top-bar .left-box ul li {
	float: left;
	padding: 0 10px;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 12px;
	font-weight: 400;
	color: #fff;
	text-transform: uppercase;
	position: relative;
	letter-spacing: 2px;
}
.cp-top-bar .left-box ul li:first-child {
	padding: 0 10px 0 0;
}
.cp-top-bar .left-box ul li:before {
	content: '.';
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 7px;
	font-weight: 400;
	color: #fff;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
.cp-top-bar .left-box ul li:first-child:before {
	content: '';
	display: none;
}
.cp-top-bar .right-box {
	float: right;
	width: 100%;
}
.cp-top-bar .right-box .cp-top-bar-social {
	padding: 0;
	margin: 0 11px 0 0;
	list-style: none;
	float: right;
	border-right: 1px solid rgba(255,255,255,0.34);
}
.cp-top-bar .right-box .cp-top-bar-social li {
	float: left;
	padding: 0 11px 0 0;
	line-height: 16px;
}
.cp-top-bar .right-box .cp-top-bar-social li a {
	text-decoration: none;
	font-size: 16px;
	line-height: 16px;
	color: #fff;
	display: block;
}
.cp-header-search-box {
	float: right;
}
.cp-header-search-box span.cp-search {
	font-size: 14px;
	line-height: 14px;
	color: #fff;
	display: block;
	text-decoration: none;
	cursor: pointer;
}
.cp-header-search-box .btn-default {
	background-color: transparent;
	border-color: transparent;
	color: #fff;
}
.cp-header-search-box button {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
}
.cp-header-search-box form {
	float: left;
	width: 294px;
	position: relative;
}
.cp-header-search-box .dropdown-menu {
	background: rgba(0,0,0,.9);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-size: 12px;
	left: 0;
	margin: 0;
	width: 100%;
	padding: 0;
	top: 0;
	position: absolute;
}
.cp-header-search-box form input[type="text"] {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 12px;
	background-color: rgba(0,0,0,0.75);
	height: 36px;
	border: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	color: #fff;
}
.cp-header-search-box form button {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	font-size: 14px;
	color: #fff;
	position: absolute;
	right: 11;
	top: 8px;
}
.search {
	display: none;
	text-align: center;
	position: absolute;
	width: 100%;
	background: rgba(0,0,0,.95);
	top: 78px;
	height: 99px;
	z-index: 99;
	padding: 25px 0;
	box-sizing: border-box;
}
.burger.expand {
	position: relative
}
.burger.expand:after {
	position: absolute;
	content: "\f00d";
	color: #fff;
	font-family: FontAwesome;
	cursor: pointer;
	font-size: 16px;
}
.burger.expand .fa {
	display: none;
}
.burger .fa {
	cursor: pointer;
	color: #fff;
}
#cp-top-search {
	width: 35%;
	margin: 0 auto;
	border: 1px solid #fff;
	background: #000;
	position: relative;
}
#cp-top-search input {
	width: 100%;
	background: none;
	border: 0px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	padding: 0 10px;
}
#cp-top-search button {
	color: #fff;
	background: none;
	border: 0px;
	position: absolute;
	top: 11px;
	right: 11px;
}
.inner-header #navbar {
	width: 100%;
	float: left;
}
.inner-header #nav {
	float: none;
	text-align: center
}
.inner-header #nav li {
	float: none;
	display: inline-block;
}
.inner-header #nav li a {
	color: #555555;
}
.inner-header #nav li {
	border-color: #555555;
}
.inner-header .navbar-header {
	text-align: center;
	width: 100%;
}
.cp-page-title {
	background: #fff;
	width: 100%;
	float: left;
	padding: 35px 0;
	text-align: center;
}
.cp-page-title h2 {
	font-size: 24px;
	color: #000;
	font-weight: 700;
	font-family: "Domine", serif;
	text-transform: uppercase;
	margin: 0 0 7px;
}
.cp-breadcrumb {
	margin: 0px;
	padding: 0px;
}
.cp-breadcrumb li {
	display: inline-block;
	list-style: none;
	color: #000;
}
.cp-breadcrumb li a {
	color: #000;
	text-decoration: none;
}
.cp-breadcrumb li:after {
	content: "|";
	padding: 0 10px;
}
.cp-breadcrumb li:last-child:after {
	display: none;
}
.inner-header .cp-navigation-section {
	margin: 30px 0 30px;
}
.cp-navigation-section {
	float: left;
	width: 100%;
	margin: 29px 0 0 0;
}
strong.cp-logo-style-1 {
	float: left;
}
strong.cp-logo-style-1 a {
	text-decoration: none;
	height: 100%;
	display: block;
}
.cp-navigation-section .navbar-inverse {
	border: 0;
	background: none;
	margin: 0;
}
.cp-navigation-section .navbar-collapse {
	padding: 0;
}
#nav {
	float: right;
	padding: 0;
	margin: 30px 0 0 0;
	list-style: none;
	position: relative;
}
#nav li {
	float: left;
	position: relative;
	border-left: 1px solid #fff;
	padding: 0 20px;
}
#nav li:first-child {
	border: 0;
}
#nav li a {
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 14px;
	font-weight: 400;
	color: #fff;
	text-decoration: none;
	display: block;
	position: relative;
	z-index: 20;
	padding: 0;
}
#nav li:last-child {
	padding: 0 0 0 20px;
}
#nav li:hover>a {
	background: none;
}
#nav li ul li a:hover, #nav li ul li:hover>a {
	text-decoration: none;
	background: white;
	color: #FE6AA5;
	padding: 15px 10px;
}
#nav li ul {
	position: absolute;
	left: 0;
	top: 15px;
	width: 230px;
	background: #DF3671;
	padding: 0;
	display: none;
	box-shadow: 0 0 3px rgba(0,0,0,0.3);
	list-style: none;
	z-index: 999;
}
#nav li:hover>ul {
	display: block;
}
#nav li ul li>ul {
	position: absolute;
	left: 230px;
	top: 0;
	width: 230px;
	padding: 0;
}
#nav li ul li {
	float: none;
	width: 100%;
	padding: 0;
	margin: 0px;
	background: none;
	border-top: 1px solid #e3e3e3;
	border-left: 0;
}
#nav li ul li:last-child {
	padding: inherit;
}
#nav li ul li a {
	background: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 16px;
	font-weight: 400;
	/*color: #000;*/
	text-align: left;
	padding: 15px 10px;
	display: block;
}
#cp-banner-style-1 {
	width: 100%;
	position: relative;
	margin: 0 auto;
	display: table;
}
/* Small */
@media(max-width:919px){
	#cp-banner-style-1 {
		margin-top: -40px;
	}
}

#cp-banner-style-1 .caption {
	position: absolute;
	left: 0;
	bottom: 120px;
	width: 100%;
}
#cp-banner-style-1 .caption .holder {
	width: 815px;
}
#cp-banner-style-1 .caption ul {
	padding: 0;
	margin: 0 0 15px 0;
	list-style: none;
	float: left;
	overflow: hidden;
	width: 100%;
}
#cp-banner-style-1 .caption p {
	float: left;
	font-family: 'Roboto', sans-serif;
	font-size: 38px;
	line-height: 125%;
	color: #3C649F;
	background: rgba(255, 255, 255, 0.75);
	padding: 11px;
	margin-top: -17px;
	display: inline-block;
}
#cp-banner-style-1 .caption ul li:first-child {
	padding: 0 10px 0 0;
}
#cp-banner-style-1 .caption ul li:before {
	content: '.';
	font-family: 'Roboto', sans-serif;
	font-size: 12px;
	line-height: 7px;
	font-weight: 400;
	color: #fff;
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}
#cp-banner-style-1 .caption ul li:first-child:before {
	content: '';
	display: none;
}
#cp-banner-style-1 .caption h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 56px;
	line-height: 125%;
	font-weight: 400;
	background: rgba(91, 192, 222, 0.78);
	display: inline-block;
	color: white;
	padding: 7px;
	margin-left: -7px;
}
#cp-banner-style-1 img {
	display: block;
	width: 100%;
}
#cp-banner-style-1 .bx-wrapper {
	float: left;
	width: 100%;
	margin: 0;
}
#cp-banner-style-1 .bx-wrapper .bx-viewport {
	background: none;
	border: 0;
	box-shadow: none;
	left: 0;
	height: 520px !important;
}
#cp-banner-style-1 .bx-viewport>ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#cp-banner-style-1 .bx-wrapper .bx-controls-direction a {
	display: none;
}
#cp-banner-style-1 .bx-wrapper .bx-pager, #cp-banner-style-1 .bx-wrapper .bx-controls-auto {
	bottom: 80px;
	padding: 0;
	width: 44%;
}
#cp-banner-style-1 .bx-wrapper .bx-pager.bx-default-pager a {
	background: #575655;
	border-radius: 100%;
	display: block;
	height: 11px;
	margin: 0 5px;
	width: 11px;
}
#cp-banner-style-1 .bx-wrapper .bx-pager.bx-default-pager a:hover, #cp-banner-style-1 .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}
#cp-banner-style-1.cp-homev2-slider .bx-wrapper {
	border: 1px solid #ccc;
	padding: 20px;
	background: #fff;
}
#cp-banner-style-1.cp-homev2-slider .caption {
	left: 50px;
}
#cp-banner-style-1.cp-homev2-slider .bx-wrapper .bx-pager, #cp-banner-style-1.cp-homev2-slider .bx-wrapper .bx-controls-auto {
	text-align: left;
	margin-left: 60px;
}
.cp-banner-style-2 {
	text-align: center;
}
#wrapper .cp-banner-style-2 .caption .holder {
	margin: 0 auto;
	float: none;
}
#wrapper .cp-banner-style-2 .caption ul li {
	float: none;
	display: inline-block;
}
#wrapper .cp-banner-style-2 .bx-wrapper .bx-pager, #wrapper .cp-banner-style-2 .bx-wrapper .bx-controls-auto {
	width: 100%;
}
.cp-content-wrap {
	width: 100%;
	float: left;
	padding: 0;
}
.pd-tp0 {
	padding-top: 0;
}
.pd-tb0 {
	padding-top: 0;
	padding-bottom: 0;
}
.cp-posts-style-1 {
	width: 100%;
	margin: 0 auto;/*width: 100%;
	float: left;*/
}
.cp-posts-list {
	width: 100%;
	padding: 0px;
	margin: 0px;
	float: left;
}
.cp-posts-list li.cp-post {
	list-style: none;
	/*background: #fff;*/
	width: 100%;
	float: left;/*margin-bottom: 40px;*/
	font-weight: 300;
}
.cp-posts-list .cp-thumb {
	position: relative;
	overflow: hidden;
	background: #000;
}
.cp-posts-list .cp-thumb:hover:after {
	border-top: 400px solid rgba(255,255,255,1);
	border-left: 400px solid rgba(0,0,0,0);
	opacity: 1;
}
.cp-posts-list .cp-thumb:after {
	border-left: 0px solid rgba(0,0,0,0);
	border-top: 0px solid rgba(255,255,255,1);
	content: " ";
	display: block;
	height: 0;
	right: 0;
	position: absolute;
	top: 0;
	width: 0;
	z-index: 9;
	opacity: 0;
}
.cp-posts-list .cp-thumb:hover img {
	transform: scale(1.1);
	opacity: .5;
}
.cp-posts-list .cp-thumb:hover .cp-post-hover {
	opacity: 1;
	top: 50px;
	right: 30px;
}
.cp-post-hover {
	color: #000;
	position: absolute;
	z-index: 99;
	opacity: 1;
	right: 0;
	top: 0;
	opacity: 0;
	width: 150px;
	text-align: center;
}
.cp-post-hover a i {
	background: #fff;
	height: 80px;
	width: 80px;
	border-radius: 100%;
	display: inline-block;
	box-shadow: 0 0px 5px rgba(0,0,0,0.2);
	text-align: center;
	line-height: 80px;
	margin-right: 10px;
}
.cp-posts-list .cp-thumb img {
	width: 100%;
	height: auto;
}
.cp-post-base {
	width: 100%;
	float: left;
	position: relative;
	padding: 0 50px;
}
.cp-post-base .cp-post-content {
	margin-top: 0px;
	width: 100%;
	float: left;
	padding: 15px 50px 10px;
}
.cp-post-base .cp-post-content.portrait {
	margin-top: -250px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	float: none;
	padding: 15px !important;
}
.cp-post-base .cp-post-content-2 {
	margin-top: -50px;
	background: #fff;
	width: 100%;
	float: left;
	padding: 36px 50px 37px;
}
.cp-post-base .cp-post-content iframe {
	width: 100%;
	border: 0px;
	/*height: 350px;*/
	margin-bottom: 15px;
}
.cp-post-base .cp-post-content p {
	margin: 0 0 14px;
	line-height: 24px;
}
.cp-post-base .cp-post-content p img {
	width: 100%;
}
.cp-posts-style-2 .cp-post-base .cp-post-content {
	text-align: center;
}
.cp-posts-style-3 .cp-post-base .cp-post-content {
	text-align: center;
}
.cp-posts-style-3 .cp-post-base {
	padding: 0;
}
/*.cp-posts-style-3 .cp-post h2 {
	font-size: 24px;
}*/
.cp-posts-style-3 .cp-posts-list li.cp-post {
	background-color: transparent;
}
.cp-posts-style-3 .cp-posts-list li.cp-post .img {
/*padding: 25px;*/
}
.cp-post-meta {
	margin: 0 0 9px;
	padding: 0px;
}
.cp-post-meta li {
	list-style: none;
	display: inline-block;
	font-size: 16px;
	line-height: 125%;
	text-shadow: none
}
.cp-post-meta li a {
/*letter-spacing: 2px;*/
}
/*.cp-post-meta li:after {
	content: ".";
	color: #fff;
	padding: 0 10px;
}*/
.cp-post-meta li:last-child:after {
	display: none;
}
.cp-post .h2-chapeau {
	font-size: 18px !important;
	color: #666666 !important;
	margin: 0 60px;
	font-weight: 400 !important;
}
.read-more {
	font-family: 'Roboto', sans-serif;
	color: rgba(255, 255, 255, 1)!important;
	text-transform: uppercase;
	font-size: 20px;
	text-align: center;
	font-weight: 300;
	padding: 0.6em 1em;
	margin: 2px auto!important;
	display: inline-block;
	background-color: rgba(0, 151, 209, 0.9);
	cursor: pointer!important
}
.read-more.small {

	padding: 0.3em .6em!important;
	margin: 0px auto!important;
}

.read-more:hover {
	background-color: rgba(226, 226, 226, 1)!important;
	color: #000!important;
}
.read-more.blanc {
	color: rgba(5,22,46, 1)!important;
	background-color: rgba(255, 255, 255, 0.9);
	margin: 0.2em 0 2em 0;
}
.read-more.auto {
	max-width: none;
}
.read-more i {
	top: 1px;
	position: relative;
}
.btn-read-more {
	font-family: 'Roboto', sans-serif;
	color: #FC3081;
	text-align: center;
	border: 1px solid;
	padding: 15px;
	display: block;
	margin: 5px;
}
.cp-post .video-holder {
	float: left;
	width: 100%;
}
.video-holder iframe {
	width: 100%;
	height: 215px;
	border: none;
	outline: none;
}
.leave-comment {
	font-size: 12px;
}
.cp-post .leave-comment {
	/*float: right;*/
	font-size: 12px;
}
.leave-comment .fa {
/*font-size: 14px;*/
}
.cp-text-post .cp-post-base .cp-post-content, .cp-quote-post .cp-post-base .cp-post-content {
	margin: 0px;
}
.cp-quote-post .cp-post-base .cp-post-content blockquote {
	border: 0px;
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	line-height: 36px;
	color: #000;
	text-align: center;
}
.cp-quote-post .cp-post-meta {
	text-align: center;
}
.cp-quote-post .cp-post-base .cp-post-content blockquote:before, .cp-quote-post .cp-post-base .cp-post-content blockquote:after {
	content: "“";
	color: #000;
	font-size: 24px;
	padding: 0 5px;
}
.cp-quote-post .cp-post-base .cp-post-content blockquote:after {
	content: "”";
}
.cp-photoset-thumbs ul {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0px;
}
.cp-photoset-thumbs li {
	list-style: none;
	float: left;
	width: auto;
	box-sizing: border-box;
	margin-bottom: 2px;
}
.more-btn a {
	background: #5BC0DE;
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	border: 2px solid #5BC0DE;
	padding: 10px 25px;
	text-decoration: none;
	display: inline-block;
	width: auto;
}
.more-btn a:hover {
	color: #fff;
	text-decoration: none;
}
.cp-posts-style-1 .more-btn {
	float: left;
	width: 100%;
}
.cp-thumb .bx-wrapper .bx-viewport {
	background: none;
	border: 0px;
	padding: 0px;
	left: 0;
	margin: 0px;
}
.cp-thumb .bx-wrapper {
	margin: 0px
}
.cp-thumb .bx-wrapper .bx-prev, .cp-thumb .bx-wrapper .bx-next {
	background: none;
	text-indent: inherit;
	font-size: 0;
}
.cp-thumb .bx-wrapper .bx-prev:after, .cp-thumb .bx-wrapper .bx-next:after {
	width: 40px;
	height: 40px;
	background: rgba(0,0,0,.5);
	display: block;
	content: "\f104";
	font-family: FontAwesome;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.cp-thumb .bx-wrapper .bx-next:after {
	content: "\f105";
	font-family: FontAwesome;
}
.cp-thumb .bx-wrapper .bx-controls-direction a {
	width: inherit;
	height: inherit;
}
.cp_our-story-section {
	float: left;
	width: 100%;
	padding: 60px 0;
	background-color: #f1f1f1;
}
.cp-about-info h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 24px;
	font-weight: 600;
	color: #000;
	margin: 0 0 30px;
}
.cp-about-info blockquote {
	position: relative;
	padding: 0;
	border: none;
	margin-bottom: 0;
}
.cp-about-info blockquote p {
	font-family: 'Roboto', sans-serif;
	font-style: italic;
	font-size: 16px;
}

.blockquote:before {
	font-family: 'FontAwesome';
	content: "\f10d";
	font-size: 24px;
	color: #c5c5c5;
	position: relative !important;
	margin-left: -20px !important;
	margin-right: 10px !important;
}
.blockquote,blockquote {
	font-size: 22px !important;
	margin: 30px;
	font-weight: 300;
	color: rgba(0,0,0,.5);
	padding: 0 0 0 25px;
	display: inline-block;
}
.blockquote small:before {
	content: '\2014 \00A0';
}
.cp-about-info p {
	margin: 0;
}
.cp_about-slider-outer {
	float: left;
	width: 100%;
}
.cp_about-slider-outer .bx-wrapper .bx-viewport {
	padding: 0;
	box-shadow: none;
	border: none;
}
.cp_about-slider-outer #cp-about-slider img {
	width: 100%;
}
.cp_about-slider-outer .bx-wrapper .bx-prev, .cp_about-slider-outer .bx-wrapper .bx-next {
	background-image: none;
}
.cp_about-slider-outer .bx-wrapper .bx-controls-direction a {
	width: 34px;
	height: 34px;
	color: #fff;
	font-size: 18px;
	line-height: 34px;
	text-align: center;
	text-indent: inherit;
}
.cp_about-slider-outer .bx-wrapper .bx-prev {
	left: -5px;
}
.cp_about-slider-outer .bx-wrapper .bx-next {
	right: 5px;
}
.cp_about-slider-outer .bx-wrapper .bx-prev:before {
	content: "\f104";
	font-family: 'FontAwesome';
}
.cp_about-slider-outer .bx-wrapper .bx-next:before {
	content: "\f105";
	font-family: 'FontAwesome';
}
.cp_our-story-section .cp_social-links-holder {
	padding: 0;
	background-color: transparent;
}
ul.row {
	margin-bottom: 0;
}
.cp-acticle-box, .cp-love-box {
	float: left;
	width: 100%;
	margin: 0 0 30px;
}
.cp-acticle-box h3, .cp-love-box h3 {
	font-size: 24px;
	line-height: 20px;
	font-weight: 700;
	color: #000;
	margin: 0 0 10px;
}
.cp-acticle-box span {
	display: block;
	margin: 0 0 20px;
}
.cp-love-box ul li {
	display: block;
	padding: 12px 0;
	border-bottom: 1px solid #666;
}
.cp-love-box ul li a {
	color: #666;
}
.cp-accordian-item {
	float: left;
	width: 100%;
}
.cp-accordian-item .panel-default {
	border: 1px solid #666;
	border-radius: 0;
	background-color: transparent;
	border-bottom: none;
}
.cp-accordian-item .panel-default:last-child {
	border-bottom: 1px solid #666;
}
.cp-accordian-item .panel-group .panel {
	border-radius: 0;
}
.cp-accordian-item .panel-group .panel+.panel {
	margin-top: 0;
}
.cp-accordian-item .panel-heading {
	border: none;
	line-height: 30px;
	padding: 9px 20px;
	border-radius: 0;
}
.cp-accordian-item .panel-default>.panel-heading {
	background-color: transparent;
	border: none;
}
.cp-accordian-item .panel-heading .panel-title>a {
	font-size: 18px;
	color: #000;
	display: block;
	position: relative;
	padding-left: 35px;
}
.cp-accordian-item .panel-heading .panel-title>a:focus {
	outline: none;
	text-decoration: none;
}
.cp-accordian-item .panel-heading .panel-title>a:after {
	content: "\f056";
	font-family: 'FontAwesome';
	font-size: 24px;
	float: right;
	position: absolute;
	left: 0;
	top: 0;
	color: #666;
}
.cp-accordian-item .panel-body {
	padding: 15px 20px 20px;
	line-height: 25px;
	background-color: transparent;
	border: none;
}
.cp-accordian-item .panel-default>.panel-heading+.panel-collapse>.panel-body {
	border: none;
}
.cp-accordian-item .panel-heading .panel-title>a.collapsed:after {
	content: "\f055";
}
.cp_popular-post-row {
	float: left;
	width: 100%;
	padding: 60px 0;
	background-color: #f6f6f6;
}
.cp-post-item {
	float: left;
	width: 100%;
	background-color: #fff;
}
.cp-post-item .cp-thumb {
	position: relative;
	overflow: hidden;
}
.cp-post-item:hover .cp-thumb img {
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
}
.cp-post-item .cp-content {
	float: left;
	width: 100%;
	padding: 20px;
}
.cp-post-item .cp-content h4 {
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin: 0 0 16px;
}
.cp-post-item .cp-content h4 a {
	color: #000;
}
.cp-post-item .cp-content ul {
	float: left;
	width: 100%;
	margin: 0 0 10px;
}
.cp-post-item .cp-content ul li {
	font-size: 11px;
	display: inline-block;
	text-transform: uppercase;
}
.cp-post-item .cp-content ul li:first-child:before {
	display: none;
}
.cp-post-item .cp-content ul li:before {
	content: '.';
	font-size: 16px;
	color: #000;
	padding: 0 5px;
}
.cp-post-item .cp-content p {
	margin: 0 0 20px;
}
.cp-post-item .cp-content .readmore {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #666;
}
.cp-post-item .cp-content .comments {
	font-size: 12px;
	float: right;
}
.cp-post-item .cp-content .comments .fa {
	font-size: 14px;
	margin: 0 5px 0 0;
}
.cp-post-item .cp-content2 ul {
	float: left;
	width: auto;
	margin: 0;
}
#cp_post-slider {
	float: left;
	width: 100%;
	position: relative;
}
#cp_post-slider .item img {
	width: 100%;
}
#cp_post-slider .owl-controls {
	position: absolute;
	top: 20px;
	margin: 0;
	right: 20px;
}
#cp_post-slider .owl-controls .owl-page span {
	margin: 0 2px;
	width: 7px;
	height: 7px;
}
#cp_post-slider .owl-controls .active span {
	background-color: #fff;
}
.cp_our-team-section {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.cp-team-item {
	float: left;
	width: 100%;
	position: relative;
}
.cp-team-item:hover .cp-content .left p {
	display: block;
}
.cp-team-item .cp-content {
	float: left;
	width: 100%;
	height: 164px;
	background-color: #fff;
	position: relative;
	z-index: 99;
}
.cp-team-item .cp-content h4 {
	font-size: 18px;
	color: #000;
	margin: 0 0 8px;
}
.cp-team-item .cp-content h4 a {
	color: #000;
}
.cp-team-item .cp-content .left {
	float: left;
	width: 86%;
	padding: 40px 10px 0 25px;
}
.cp-team-item .cp-content .left p {
	margin: 0;
	display: none;
}
.cp-team-item .cp-content .cp-listed {
	margin: 0 0 5px;
}
.cp-listed {
	float: left;
	width: 100%;
}
.cp-listed li {
	font-size: 14px;
	display: block;
	margin: 0 0 5px;
}
.cp-team-item .cp-content .cp_social-links {
	float: right;
	width: 100%;
	margin: 0;
}
.cp_social-links li:first-child {
	border-top: none;
}
.cp_social-links li {
	display: inline-block;
	border-left: 1px solid #f1f1f1;
	border-top: 1px solid #f1f1f1;
}
.cp_social-links li a {
	width: 50px;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	text-align: center;
	color: #666;
}
.cp_social-links li:hover a {
	width: 60px;
}
.cp_testimonial-section {
	width: 80%;
	position: relative;
	z-index: 99;
	padding: 0 0 25px 0;
	margin: 0 auto;
	float: none;
	display: flex;
}
.cp_testimonial-section.videos:before {
	background-color: rgba(0, 0, 0, 0.6);
}
.cp_testimonial-section:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.main_content_slider_wrapper {
	width: 100%;
}
.content_slider_text_block_wrap p {
	font-size: 16px;
	margin: 0 0 15px;
}
.content_slider_text_block_wrap h5 {
	font-size: 18px;
	margin: 0;
}
.content_slider_wrapper .circle_slider_nav_left.circle_slider_no_border img, .content_slider_wrapper .circle_slider_nav_right.circle_slider_no_border img {
	display: none;
}
.cp_price-section {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.cp-price-item {
	float: left;
	width: 100%;
	padding: 20px 20px;
	text-align: center;
	background-color: #fff;
	position: relative;
	z-index: 99;
	box-shadow: 0 0 5px rgba(0,0,0,0.19);
}
.cp-price-item:hover ul li, .cp-price-item:hover ul li a, .cp-price-item:hover p, .cp-price-item:hover .title, .cp-price-item:hover .price-holder, .cp-price-item:hover .price-holder span:before {
	color: #fff;
}
.cp-price-item:hover {
	box-shadow: none;
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
.cp-price-item:hover:before {
	height: 100%;
}
#wrapper .cp-price-item:hover ul li.btn-buynow a {
	background-color: #fff;
}
.cp-price-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 0;
	z-index: -1;
}
.cp-price-item .title {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
	display: block;
	padding-bottom: 10px;
	margin: 0 0 15px;
	position: relative;
}
.cp-price-item .title:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	width: 43px;
	margin: 0 auto;
	border-bottom: 1px solid #cfcfcf;
}
.cp-price-item .price-holder {
	font-family: 'Roboto', sans-serif;
	margin: 0 0 30px;
	font-size: 30px;
	color: #000;
}
.cp-price-item .price-holder sup {
	font-size: 20px;
	top: -6px;
}
.cp-price-item .price-holder span {
	font-size: 16px;
}
.cp-price-item .price-holder span:before {
	content: "/";
	font-size: 22px;
	color: #d8d8d8;
	padding-right: 5px;
}
.cp-price-item p {
	margin: 0 0 26px;
}
.cp-price-item ul {
	float: left;
	width: 100%;
	padding: 0 30px;
}
.cp-price-item ul li {
	display: block;
	padding: 12px 0;
	border-top: 1px solid #d9d9d9;
}
.cp-price-item ul li a {
	color: #666;
}
.cp-price-item ul li:first-child {
	border-top: none;
}
.cp-price-item ul li.btn-buynow {
	border-top: none;
	padding-top: 28px;
}
.cp-price-item ul li.btn-buynow a {
	font-size: 14px;
	color: #fff;
	min-width: 94px;
	height: 38px;
	padding: 10px 0;
	text-align: center;
	display: inline-block;
}
.cp_newsletter-row {
	float: left;
	width: 100%;
	padding: 60px 0;
	background-color: #fff;
}
.newsletter-inner-holder {
	float: left;
	width: 100%;
	padding: 0 115px;
}
.newsletter-inner-holder h3 {
	display: inline-block;
	margin: 0 30px 0 0;
	font-size: 24px;
	font-weight: 700;
	color: #000;
}
.newsletter-inner-holder p {
	display: inline-block;
	margin: 0;
}
.newsletter-inner-holder form {
	min-width: 370px;
	height: 36px;
	float: right;
	position: relative;
}
.newsletter-inner-holder .inner-holder .fa {
	position: absolute;
	left: 10px;
	top: 12px;
	z-index: 99;
}
.newsletter-inner-holder form input {
	float: left;
	width: 100%;
	height: 36px;
	line-height: 36px;
	position: absolute;
	left: 0;
	padding: 0 0 0 35px;
	border: none;
	border-left: 1px solid #bfbfbf;
	border-top: 1px solid #bfbfbf;
	background-color: #f1f1f1;
}
.newsletter-inner-holder form button {
	position: absolute;
	right: 0;
	top: 0;
	min-width: 94px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	border: none;
}
.cp_counter-row {
	float: left;
	width: 100%;
	margin: 0;
}
.cp_counter-row li:nth-child(even) {
	background-color: #fff;
}
.cp_counter-row .cp-counter-item {
	float: left;
	width: 33%;
	padding: 20px 15px;
	text-align: center;
	color: #000;
	background-color: rgba(236,236,236,0.9);
}
.cp-counter-item .icon-holder {
	display: inline-block;
	padding: 0;
	position: relative;
}
.cp-counter-item .icon-holder .fa {
	font-size: 24px;
}

.cp-counter-item .right-holder strong {
	font-size: 18px;
	font-weight: 400;
	margin: 0;
	display: block;
}
.cp-counter-item .right-holder {
	display: block;
}
.sidebar {
	float: left;
	width: 100%;
}
.sidebar .widget h3 {
	margin: 0 0 16px;
	font-size: 18px;
	color: #000000;
	font-family: 'Roboto', sans-serif;
}
.sidebar .widget p {
	margin: 0px;
}
.sidebar .widget-content {
	background: #fff;
	width: 100%;
	float: left;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 40px;
}
.sidebar .author-widget img {
	width: 100%;
	height: auto;
	margin-bottom: 10px;
}
.newsletter-widget .newsletter {
	width: 100%;
	position: relative;
	margin-top: 10px;
}
.newsletter-widget .newsletter input[type="email"] {
	width: 100%;
	background: #fafafa;
	border: 1px solid #e3e3e3;
	line-height: 40px;
	padding: 0 10px;
	border-radius: 2px;
}
.newsletter-widget .newsletter button {
	position: absolute;
	border: 0px;
	color: #fff;
	font-size: 16px;
	top: 1px;
	right: 1px;
	height: 40px;
	padding: 0 10px;
}
.archives-widget ul {
	padding: 0px;
	margin: 0px;
}
.archives-widget ul li {
	list-style: none;
	line-height: 30px;
}
.archives-widget ul li a {
	color: #666666;
	text-decoration: none;
}
.archives-widget ul li:before {
	content: "\f133";
	font-family: FontAwesome;
	color: #d1d1d1;
	margin-right: 10px;
}
.featured-posts .fpost-list {
	padding: 0px;
	margin: 0px;
}
.featured-posts .fpost-list li {
	list-style: none;
	width: 100%;
	margin-bottom: 10px;
	float: left;
}
.featured-posts .fpost-list li img {
	max-width: 100%;
	float: left;
	width: 83px;
	height: 57px;
	margin: 0 10px 0 0;
}
.featured-posts .fpost-list h5 {
	margin: 10px 0;
	font-family: 'Roboto', sans-serif;
	color: #000;
}
.featured-posts .fpost-list h5 a {
	color: #000;
}
.sidebar .cp-post-content .cp-post-meta {
	float: left;
	margin: 0px;
}
.sidebar .cp-post-content .cp-post-meta li {
	float: left;
	width: auto;
}
.sidebar .instagram-widget .widget-content, .tags-widget .widget-content, .sidebar .latest-stories-widget .widget-content {
	padding: 0px;
	background: none;
}
.insta {
	margin: 0px;
	padding: 0px;
}
.insta li {
	list-style: none;
	float: left;
	margin: 0 3px 3px 0;
}
.categories-widget ul, .tags-widget ul {
	margin: 0px;
	padding: 0px;
}
.categories-widget li {
	line-height: 36px;
	border-bottom: 1px solid #f1f1f1;
	list-style: none;
}
.categories-widget li a {
	color: #000;
}
.tags-widget li {
	list-style: none;
}
.tags-widget a {
	display: inline-block;
	border: 1px solid #e8e8e8;
	background: #e1e1e1;
	color: #696969;
	font-size: 14px;
	line-height: 30px;
	padding: 0 12px;
	margin: 0 7px 10px 0;
}
.tags-widget a:hover {
	color: #fff;
	text-decoration: none;
}
.ls-grid {
	margin: 0px;
	padding: 0px;
}
.ls-grid li {
	list-style: none
}
.ls-left {
	width: 63%;
	float: left;
	margin-right: 3px;
}
.ls-right {
	width: 35%;
	float: left
}
.ls-grid li img {
	margin-bottom: 3px;
}
.about-widget .about-content strong {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	font-size: 14px;
	margin-bottom: 20px;
	display: block;
	font-weight: 400;
}
.about-widget .about-content p {
	font-size: 12px;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	line-height: 24px;
}
.about-widget .about-content a {
	display: inline-block;
	line-height: 33px;
	border: 1px solid #fff;
	background: rgba(0,0,0,.33);
	color: #fff;
	padding: 0 15px;
	margin-top: 15px;
}
.cp-footer {
	background-color: rgba(5,22,46,1);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	width: 100%;
	float: left;
	min-height: 400px
}
.cp-footer hr {
	border-top: 1px solid rgba(0, 0, 0, 0.1)!important;
}
.cp-footer p {
	font-size: 12px;
	line-height: 135%;
	color: rgba(255,255,255,1)!important;
}
.cp-footer .textwidget p {
	line-height: 24px;
}


.footer-social {
	margin: 0;
	padding: 0
}
.footer-social li {
	display: inline-block;
	list-style: none
}
.footer-social.rs li svg.bg-ico {
	display: block;
	fill: #ffffff!important;
	width: 90%!important;
}
.footer-social.rs .bg-ico {
	fill: #0097D1!important;
}
.footer-social.rs.petit svg {
	width: 90%!important;
}
.footer-social.rs.petit {
	padding: 10px 0!important;
}
.footer-social li svg {
	display: block;
	fill: #fff!important;
	width: 40px!important
}
a.bg-ico:hover > svg {
	opacity: 0.5;
	filter: alpha(opacity=50); /* For IE8 and earlier */
}
.cp-footer .cp-photo-grid {
	margin: 0px;
	padding: 0px;
}
.cp-footer .cp-photo-grid li, .cp-footer .cp-tags ul li {
	list-style: none;
	float: left;
	width: auto;
}
.cp-footer .cp-tags ul {
	margin: 0px;
	padding: 0px;
	display: inline-flex;
}
.cp-footer .cp-tags a {
	display: inline-block;
	padding: 0 10px;
	line-height: 30px;
	margin: 0 10px 10px 0;
	color: #fff;
	text-decoration: none;
}
.cp-footer .cp-tags a:hover {
	color: #fff;
}
.cp-footer .btn-primary {
	color: #fff;
	background-color: #59D5FB;
}
.footer-mid {
	width: 100%;
	float: left;
	background: #EDEDED;
}
.cp-insta-feed {
	margin: 0px;
	width: 100%;
	float: left;
	padding: 0px;
}
.cp-insta-feed li {
	list-style: none;
	float: left;
	width: 12.5%;
	overflow: hidden;
}
.cp-insta-feed li img {
	width: 100%;
	height: auto;
}
.cp-footer-bottom {
	width: 100%;
	min-height: 180px;
	text-align: center;
	padding: 15px 0;
	float: left;
}
.cp-footer-bottom p {
	margin: 0px;
	color: rgba(255,255,255,0.2);
}
.cp-post-details .cp-post-base .cp-post-content {
	padding: 36px 50px 20px;
}
.cp-post-details .cp-thumb:after {
	display: none;
}
.cp-post-details .cp-thumb iframe {
	width: 100%;
	border: 0px;
	height: 400px;
}
.cp-post-details blockquote {
	border: 0px;
	font-size: 18px;
	font-style: italic;
	margin: 0 0 20px;
	padding: 0px;
}
.cp-post-details blockquote strong {
	display: block;
	font-size: 14px;
	font-weight: 700;
	color: #666666;
	font-style: normal;
	margin-top: 10px;
}
.cp-post-details blockquote:before {
	content: "\f10d";
	font-family: FontAwesome;
	color: #c5c5c5;
	font-size: 20px;
	font-style: normal;
	margin-right: 20px;
}
.cp-post-details h4 {
	font-size: 24px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000
}
.cp-post-details ul.list li {
	list-style: none;
	line-height: 24px;
}
.cp-post-details ul.list li:before {
	content: "\f096";
	font-family: FontAwesome;
	font-size: 11px;
	color: #000;
	margin-right: 15px;
}
.cp-post-share ul {
	margin: 0px;
	padding: 0 50px;
	width: 100%;
	float: left;
}
.cp-post-share ul li {
	float: left;
	list-style: none;
	margin-right: 10px;
}
.cp-post-share ul li:before {
	display: none;
}
.cp-post-share ul li a {
	border: 1px solid #e1e1e1;
	line-height: 40px;
	padding: 0 15px;
	display: block;
	text-decoration: none;
}
.cp-post-share ul li a:hover {
	color: #fff;
}
.cp-related-posts {
	width: 100%;
	float: left;
	padding: 0 50px;
	border-bottom: 1px solid #d1d1d1;
	margin-bottom: 40px;
}
.cp-related-posts .cp-posts {
	width: 100%;
	float: left;
	padding: 0px;
	margin: 0px;
}
.cp-related-posts .cp-posts .cp-post {
	list-style: none;
	width: 33.33333%;
	float: left;
	text-align: center
}
.cp-related-posts .cp-posts .cp-post h4 {
	font-size: 18px;
	font-weight: 400;
	margin: 18px 0 8px;
	font-family: 'Roboto', sans-serif;
}
.cp-related-posts .cp-posts .cp-post h4 a {
	color: #000;
	text-decoration: none;
}
.cp-related-posts .cp-post-text>strong {
	font-weight: 400;
}
.cp-post-comments-form {
	width: 100%;
	float: left;
	padding: 0 50px;
}
.comment-form {
	margin: 0px;
	padding: 0px;
}
.comment-form li {
	list-style: none;
}
.comment-form input, .comment-form textarea {
	background: none;
	border: 0px;
	border-bottom: 1px solid #c0c0c0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 20px;
}
.comment-form .btn-submit {
	color: #fff;
	border-radius: 0;
	border: 0px;
	line-height: 40px;
	padding: 0 20px;
	font-family: 'Roboto', sans-serif;
}
.cp-link-post-link {
	position: absolute;
	height: 100%;
	width: 100%;
	background: rgba(0,0,0,.80);
	left: 0;
	top: 0;
	text-align: center;
	padding: 15% 0;
	color: #fff
}
.cp-link-post-link a {
	color: #fff;
	font-size: 48px;
	text-decoration: none;
}
.cp-link-post-link .fa {
	font-size: 60px;
	margin-right: 20px;
}
.cp-chat-content ul {
	margin: 0px;
	padding: 0px;
}
.cp-chat-content ul li {
	list-style: none;
	clear: both;
	margin-bottom: 30px;
}
.cp-chat-content ul li img {
	border-radius: 5px;
	box-shadow: 0 2px 1px rgba(0,0,0,.3);
	margin-bottom: 10px;
}
.user-1 .chat-user, .user-2 .chat-user {
	float: left;
	margin-right: 30px;
	width: 65px;
	text-align: center;
}
.user-1 .chat-user strong, .user-2 .chat-user strong {
	display: block;
	font-weight: 400;
}
.cp-chat-content .user-2 .chat-user {
	float: right;
	margin: 0 0 0 30px;
}
.cp-post-base .cp-post-content .user-1 p:after {
	content: "";
	width: 0;
	height: 0;
	border-right: 15px solid #ccc;
	border-top: 0px solid transparent;
	border-bottom: 16px solid transparent;
	top: 15px;
	left: -16px;
	position: absolute;
	z-index: 1;
}
.cp-post-base .cp-post-content .user-1 p::before {
	border-bottom: 14px solid transparent;
	border-right: 15px solid #fff;
	border-top: 0 solid transparent;
	content: "";
	height: 0;
	left: -14px;
	position: absolute;
	top: 16px;
	width: 0;
	z-index: 9;
}
.cp-post-base .cp-post-content .user-1 p, .cp-post-base .cp-post-content .user-2 p {
	position: relative;
	background: #fff;
	border: 1px solid #ccc;
	padding: 8px 15px;
	margin-left: 100px;
	border-radius: 3px;
}
#wrapper .cp-post-base .cp-post-content .user-2 p {
	margin: 0 100px 0 0;
}
.cp-post-base .cp-post-content .user-2 p::after {
	border-bottom: 16px solid transparent;
	border-left: 15px solid #fff;
	content: "";
	height: 0;
	position: absolute;
	right: -13px;
	top: 16px;
	width: 0;
	z-index: 1;
}
.cp-post-base .cp-post-content .user-2 p::before {
	border-left: 15px solid #ccc;
	border-bottom: 16px solid transparent;
	content: "";
	height: 0;
	position: absolute;
	right: -16px;
	top: 15px;
	width: 0;
	z-index: 1;
}
.cp-grid-gallery-post {
	width: 100%;
	float: left;
	margin: 10px 0 15px;
}
.cp-grid-gallery-post ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	clear: both;
}
.cp-grid-gallery-post ul li {
	float: left;
	overflow: hidden;
}
.cp-grid-gallery-post .w3 {
	width: 33.33333%;
}
.cp-grid-gallery-post .w2 {
	width: 50%;
}
.cp-grid-gallery-post ul li img:hover {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.cp-extended-gallery, .cp-full-gallery, .cp-grid-gallery {
	width: 100%;
	float: left;
	margin: 0px;
	padding: 0 30px 0;
}
.cp-extended-gallery li {
	list-style: none;
	margin-bottom: 40px;
}
.cp-gallery-thumb {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.cp-gallery-thumb img {
	width: 100%;
	height: auto;
}
.cp-gallery-thumb:after {
	position: absolute;
	left: 0;
	right: 0;
	background: rgba(109,59,59,.87);
	width: 100%;
	height: 100%;
	content: "";
	z-index: 9;
}
.cp-gallery-content {
	background: #fff;
	text-align: center;
	padding: 35px 35px 25px;
	border: 1px solid #dedede;
	margin-top: 1px;
}
.cp-gallery-content h3 {
	color: #000;
	font-family: 'Roboto', sans-serif;
	margin: 0px;
	font-size: 24px;
}
.cp-gallery-content .cp-post-meta {
	margin: 8px 0 9px;
	clear: both;
}
.cp-gallery-thumb figcaption {
	padding: 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0, 0, 0, 0.28);
	opacity: 1;
	z-index: 99;
	text-shadow: 1px 1px 3px black;
	border: 1px solid #fff;
}
.cp-gallery-thumb:hover figcaption {
	opacity: 0;
}
.cp-gallery-thumb figcaption::before, .cp-gallery-thumb figcaption::after {
	position: absolute;
	content: '';
	opacity: 0;
}
.cp-gallery-thumb figcaption::before {
	top: 40px;
	right: 20px;
	bottom: 40px;
	left: 20px;
	border: 1px solid #fff;
}
.cp-gallery-thumb figcaption::after {
	top: 20px;
	right: 40px;
	bottom: 20px;
	left: 40px;
	-webkit-transform: scale(1, 0);
	transform: scale(1, 0);
	-webkit-transform-origin: 100% 0;
	transform-origin: 100% 0;
}
.cp-gallery-thumb h2 {
	margin: 0;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 34px;
	line-height: 130%;
}
.cp-gallery-thumb h2 span {
	font-weight: 700;
}
.cp-gallery-thumb p, .cp-gallery-thumb .cp-zoom {
	padding: 0 20px;
	margin: 0;
	font-size: 18px;
	line-height: 125%;
	text-transform: none;
	opacity: 1;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	color: #fff;
}
.cp-gallery-thumb h2 {
	-webkit-transform: translate3d(0, -30px, 0);
	transform: translate3d(0, -30px, 0);
	opacity: 1;
}
.cp-gallery-thumb .cp-zoom {
	/*background: rgba(255,255,255,1);
	border-radius: 100%;*/
	color: #fff;
	display: block;
	/*height: 40px;
	line-height: 40px;*/
	margin: 0 auto;
	padding: 0;
	text-align: center;
	/*width: 40px;*/
	position: relative;
	z-index: 999;
}
.cp-gallery-thumb figcaption::before, .cp-gallery-thumb figcaption::after, .cp-gallery-thumb p, .cp-gallery-thumb .cp-zoom {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.cp-gallery-thumb:hover img {
	opacity: 0.7;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.cp-gallery-thumb:hover figcaption::before, .cp-gallery-thumb:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}
.cp-gallery-thumb:hover h2, .cp-gallery-thumb:hover p, .cp-gallery-thumb:hover .cp-zoom {
	opacity: 1;/*-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);*/
}
.cp-gallery-thumb:hover figcaption::after, .cp-gallery-thumb:hover h2, .cp-gallery-thumb:hover p, .cp-gallery-thumb:hover img, .cp-gallery-thumb:hover .cp-zoom {
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
.cp-pagination {
	width: 100%;
	float: left;
	text-align: center;
}
.cp-pagination .pagination {
	margin: 0px;
}
.cp-pagination .pagination>li:first-child>a, .cp-pagination .pagination>li:first-child>span, .cp-pagination .pagination>li:last-child>a, .cp-pagination .pagination>li:last-child>span {
	border-radius: 0px;
	color: #fff;
}
.cp-pagination .pagination>li>a, .cp-pagination .pagination>li>span {
	margin-left: 5px;
	background: #f1f1f1;
	border: 1px solid #c3c3c3;
	color: #000000;
}
.cp-pagination .pagination>li>a.active {
	background: #000;
	color: #fff;
}
.cp-full-gallery li {
	list-style: none;
	float: left
}
.cp-25pw {
	width: 33.33%;
	float: left;
}
.cp-grid-gallery li {
	list-style: none;
	margin-bottom: 30px;
}
.page404 h1 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 200px;
	color: #000;
	margin: 0px;
}
.page404 h3, .comming-soon h3 {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 24px;
	color: #000;
	margin: 0 0 20px;
}
.page404 a.cp-back-button {
	color: #fff;
	display: inline-block;
	padding: 0 20px;
	line-height: 40px;
	text-transform: uppercase;
}
.page404 a.cp-back-button:hover {
	background: #000;
}
#defaultCountdown {
	text-align: center;
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
}
.countdown-show4 .countdown-section {
	width: 24.5%;
	float: left;
}
.countdown-amount {
	width: 122px;
	height: 122px;
	border-radius: 100%;
	border: 2px solid #666666;
	font-family: 'Roboto', sans-serif;
	font-size: 48px;
	line-height: 122px;
	text-align: center;
	display: block;
	margin: 0 auto;
}
.countdown-period {
	display: block;
	font-size: 24px;
	margin-top: 15px;
	font-family: 'Roboto', sans-serif;
}
.mail-me-back {
	width: 40%;
	margin: 30px auto 0;
	display: block;
	clear: both;
	text-align: center;
}
.mail-me-back .input-group {
	display: block;
	position: relative;
}
.mail-me-back .input-group input.email-control {
	width: 100%;
	border: 0px;
	background: none;
	border-bottom: 1px solid #c0c0c0;
	line-height: 40px;
	box-shadow: none;
	outline: none;
}
.mail-me-back .input-group input.cp-send {
	line-height: 40px;
	border: 1px solid #000;
	padding: 0 25px;
	position: absolute;
	right: 0;
	top: 0px;
	color: #fff;
	font-size: 14px;
}
.mail-me-back .input-group input.email-control:focus {
	box-shadow: none;
	outline: none;
}
.cp-signup-box {
	width: 50%;
	margin: 0 auto;
	background: rgba(255,255,255,.50);
	border-radius: 2px;
	border: 1px solid #eeeeee;
	text-align: left;
	padding: 50px;
}
.cp-login-box {
	width: 475px;
	margin: 0 auto;
	background: rgba(255,255,255,.50);
	border-radius: 2px;
	border: 1px solid #eeeeee;
	text-align: left;
	padding: 50px;
}
.cp-login-box ul, .cp-signup-box ul {
	margin: px;
	padding: 0px;
	list-style: none;
}
.cp-login-box ul li, .cp-signup-box ul li {
	width: 100%;
}
.cp-login-box input.form-control, .cp-signup-box input.form-control {
	width: 100%;
	border: 0px;
	border-bottom: 1px solid #c0c0c0;
	box-shadow: none;
	border-radius: 0px;
	margin-bottom: 10px;
	line-height: 40px;
	padding: 0px;
	background: none;
}
.cp-login-box button, .cp-signup-box button {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	font-size: 14px;
	line-height: 37px;
	padding: 0 35px;
	border: 0px;
	border-radius: 0px;
}
.singup-btn {
	border: 1px solid #666666;
	color: #666666;
	font-size: 14px;
	line-height: 35px;
	padding: 0 35px;
	display: inline-block;
	background: #fff;
}
.cp-login-buttons {
	text-align: center;
	margin: 30px 0;
	display: block;
}
.cp-login-box a {
	color: #666666;
}
.cp-login-box h3 {
	margin: 20px 0;
}
.cp-login-social a {
	padding: 0 10px 0 0;
	font-size: 16px;
}
.cp-signup-box label {
	color: #000;
	font-size: 14px;
	font-weight: 400;
}
.cp-signup-box .cp-name li {
	width: 48%;
	float: left;
	margin-right: 2%;
}
.cp-signup-box .cp-name li:last-child {
	margin: 0px;
	width: 50%;
}
.cp-signup-box .cp-login-buttons {
	text-align: left;
	margin-bottom: 0px;
}
.cp-post-carousel {
	width: 100%;
	float: left;
}
.cp-post-carousel .owl-item {
	width: 300px; /* width: 33.3333%;*/
	padding: 0 3px 0 0;
	box-sizing: border-box;
	position: relative;
}
.cp-post-carousel .owl-item .cp-slider-content {
	position: absolute;
	bottom: 35px;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
}
.cp-post-carousel .owl-item img {
/*width: 100%;
	height: auto;*/
}
.cp-post-carousel .cp-slider-content strong {
	color: #fff;
	font-weight: normal;
	font-size: 14px;
}
.cp-post-carousel .cp-slider-content h2 {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	margin: 10px 0 20px;
}
.cp-post-carousel .cp-slider-content h2 a {
	color: #fff;
}
.cp-post-carousel .cp-slider-content .cp-post-meta a {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #fff;
	display: block;
	padding: 0 15px;
	line-height: 38px;
	text-transform: none;
	margin: 0 3px;
}
.cp-post-carousel .cp-slider-content .cp-post-meta a:hover {
	background: #222;
}
.cp-post-carousel .cp-post-meta li::after {
	display: none;
}
.cp-post-carousel .owl-theme .owl-controls {
	bottom: 0;
	top: 0;
	right: 0;
	left: 0;
	margin: auto;
	position: absolute;
	text-align: center;
	width: 38%;
	height: 15%;
	z-index: 999;
}
.cp-post-carousel .owl-prev {
	float: left;
}
.cp-post-carousel .owl-next {
	float: right;
}
.cp-post-carousel .owl-prev:after {
	content: "\f100";
	font-size: 20px;
	color: #000;
	font-family: FontAwesome;
}
.cp-post-carousel .owl-next:after {
	content: "\f101";
	font-size: 20px;
	color: #000;
	font-family: FontAwesome;
}
.cp-post-carousel .owl-theme .owl-controls .owl-buttons div {
	background: #fff;
	width: 78px;
	height: 78px;
	border-radius: 100%;
	text-align: center;
	line-height: 78px;
	opacity: 1;
	font-size: 0;
	padding: 0px;
	display: none;
}
.cp-grid-isotope .isotope .item {
	width: 33.333333%;
	height: 257px;
	position: relative;
}
.cp-grid-isotope .isotope .item.height2 {
	height: 514px
}
figure.cp-hover-eff {
	position: relative;
}
figure.cp-hover-eff img, .cp-insta-feed li img {
	opacity: 1;
	transition: opacity 0.35s ease 0s;
}
figure.cp-hover-eff:hover img, .cp-insta-feed li:hover img {
	opacity: 0.4;
}
figure.cp-hover-eff:after, figure.cp-hover-eff:before {
	bottom: 30px;
	content: "";
	left: 30px;
	opacity: 0;
	position: absolute;
	right: 30px;
	top: 30px;
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
}
figure.cp-hover-eff:before {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
	transform: scale(0, 1);
}
figure.cp-hover-eff:after {
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	transform: scale(1, 0);
}
figure.cp-hover-eff:hover:before, figure.cp-hover-eff:hover:after {
	opacity: 1;
	transform: scale(1);
}
figure.cp-hover-eff figcaption {
	position: absolute;
	width: 100%;
	height: 100px;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
}
figure.cp-hover-eff h3 {
	transform: translate3d(0px, -40px, 0px);
	transition: transform 0.35s ease 0s;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	opacity: 0;
}
figure.cp-hover-eff a {
	opacity: 0;
	padding: 20px 2.5em;
	transform: translate3d(0px, 20px, 0px);
	transition: opacity 0.35s ease 0s, transform 0.35s ease 0s;
	color: #fff;
}
figure.cp-hover-eff:hover h3, figure.cp-hover-eff:hover a {
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	color: #fff;
	z-index: 999;
	position: relative;
}
.cp-google-map {
	width: 100%;
	float: left;
	clear: both;
}
.cp-google-map .map_canvas {
	width: 100%;
	float: left;
	height: 500px;
}
.cp-contact-inner-holder {
	float: left;
	width: 100%;
	padding: 60px 0;
}
.cp-contact-inner-holder h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
	line-height: 24px;
	margin: 0 0 26px;
	color: #000;
}
.contact-form-info {
	float: left;
	width: 100%;
	margin: 0 0 50px;
}
.contact-form-info p:first-letter {
	font-size: 24px;
	line-height: 24px;
}
.contact-form-info p {
	margin: 0 0 5px;
}
.sidebar .address-holder {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 20px;
}
.sidebar .address-holder p {
	margin: 0 0 30px;
}
.address-holder ul li {
	display: block;
	margin: 0 0 10px;
}
.address-holder ul li .fa {
	margin: 0 6px 0 0;
}
.address-holder ul li a {
	color: #666;
}
.cp-contact-form {
	float: left;
	width: 100%;
}
.cp-contact-form ul {
	float: left;
	width: 100%;
	margin: 0;
}
.cp-contact-form ul li {
	width: 100%;
	float: left;
}
.cp-contact-form .cp-name li {
	float: left;
	width: 50%;
	padding-left: 50px;
}
.cp-contact-form .cp-name li:first-child {
	padding-left: 0;
}
.cp-contact-form form input[type="text"], .cp-contact-form form textarea {
	font-size: 14px;
	font-family: 'Roboto', sans-serif;
	float: left;
	width: 100%;
	height: 35px;
	line-height: 35px;
	padding: 0;
	background-color: transparent;
	border: none;
	border-radius: 0;
	box-shadow: none;
	border-bottom: 1px solid #c0c0c0;
	margin: 0 0 40px;
}
.cp-contact-form form textarea {
	height: 80px;
}
.cp-contact-form .cp-login-buttons {
	margin: 0;
}
.cp-contact-form .cp-login-buttons button {
	font-family: 'Roboto', sans-serif;
	min-width: 95px;
	height: 38px;
	line-height: 38px;
	font-size: 14px;
	color: #fff;
	float: left;
	text-align: center;
	border: none;
}
.cp-contact-inner-holder .cp_social-links-holder {
	margin-top: 60px;
	padding: 0;
	background-color: transparent;
}
.cp_social-links-holder {
	float: left;
	width: 100%;
	background-color: #fff;
	padding: 60px 0;
}
.cp_social-links-holder ul.row {
	margin-bottom: 0;
}
.cp-social-inner {
	float: left;
	width: 100%;
	color: #fff;
	display: block;
	padding: 35px 20px;
	text-align: center;
}
.cp-social-inner .icon {
	font-size: 48px;
	line-height: 48px;
	color: #fff;
	display: inline-block;
	margin: 0 50px 0 0;
}
.fb-bg {
	background-color: #4d6bab;
}
.tw-bg {
	background-color: #4ec6f8;
}
.gplus-bg {
	background-color: #ea6060;
	background-color: #ea6060;
}
.linkedin-bg {
	background-color: #248cc9;
}
.cp-social-inner .right-content {
	display: inline-block;
}
.cp-social-inner:hover {
	color: #fff;
}
.cp-social-inner .right-content span {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	font-size: 16px;
	display: block;
}
.cp-social-inner .right-content span .fa {
	font-size: 18px;
	margin-left: 4px;
}
.cp-social-inner .right-content .bold {
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
}
.cp-social-inner:hover .icon .fa {
	-webkit-animation: toTopFromLeft 0.5s forwards;
	-moz-animation: toTopFromLeft 0.5s forwards;
	-ms-animation: toTopFromLeft 0.5s forwards;
	animation: toTopFromLeft 0.5s forwards;
}
@-webkit-keyframes toTopFromLeft {
49% {
-webkit-transform:translateX(-100%);
}
50% {
opacity:0;
-webkit-transform:translateX(100%);
}
51% {
opacity:1;
}
}
@-moz-keyframes toTopFromLeft {
49% {
-moz-transform:translateX(-100%);
}
50% {
opacity:0;
-moz-transform:translateX(100%);
}
51% {
opacity:1;
}
}
@-ms-keyframes toTopFromLeft {
49% {
-ms-transform:translateX(-100%);
}
50% {
opacity:0;
-ms-transform:translateX(100%);
}
51% {
opacity:1;
}
}
@keyframes toTopFromLeft {
49% {
transform:translateX(-100%);
}
50% {
opacity:0;
transform:translateX(100%);
}
51% {
opacity:1;
}
}
.cp-news-isotope .item {
	width: 33.36%;
	float: left;
	margin-bottom: 30px;
}
.cp-news-isotope .item .bx-wrapper {
	position: relative;
}
.cp-news-isotope .item .bx-wrapper .bx-viewport {
	box-shadow: none;
}
.cp-news-isotope .item .bx-controls.bx-has-pager {
	position: absolute;
	top: 20px;
	right: 0;
	width: 100%;
	text-align: right;
}
.cp-news-isotope .bx-wrapper .bx-pager.bx-default-pager a {
	width: 5px;
	height: 5px;
	background: #ffffff;
}
.cp-news-isotope .cp-post-content {
	background: #F9F9F9;
	width: 100%;
	float: left;
	padding: 20px;
	box-sizing: border-box;
}
.cp-news-isotope .cp-post-content h3 {
	margin: 0 0 16px;
	font-size: 24px;
	color: #000;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.cp-news-isotope .item blockquote {
	margin: 0px;
	padding: 0px;
	border: 0px;
	padding: 0px;
	text-align: center;
}
.cp-news-isotope .item blockquote .cp-post-meta li a, .cp-news-isotope .item blockquote .leave-comment {
	color: #fff;
}
.cp-news-isotope .item blockquote .leave-comment {
	float: none;
}
.cp-news-isotope .item .cp-post-content2 .cp-post-meta {
	display: inline-block;
}
.cp-news-isotope .item blockquote .cp-thumb {
	position: relative
}
.cp-news-isotope .item blockquote .cp-thumb:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 100%;
	content: "";
	background: rgba(0,0,0,.80)
}
.cp-news-isotope .item blockquote p {
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
	color: #fff;
	font-size: 24px;
	line-height: 30px;
}
.cp-news-isotope .item blockquote .cp-post-content {
	position: absolute;
	left: 0;
	top: 100px;
	z-index: 99;
	background: none;
	text-decoration: underline
}
.banner-item {
	float: left;
	width: 100%;
	position: relative;
	z-index: 11;
	overflow: hidden;
}
.banner-item img {
	width: 100%;
	display: none;
}
.banner-item:hover img {
	-webkit-transform: scale(1.1) rotate(3deg);
	-moz-transform: scale(1.1) rotate(3deg);
	-ms-transform: scale(1.1) rotate(3deg);
	-o-transform: scale(1.1) rotate(3deg);
	transform: scale(1.1) rotate(3deg);
	background-color: transparent !important;
}
.banner-item-slider:hover img {
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.banner-item figcaption h3, .banner-item figcaption h2 {
	font-size: 23px;
	font-weight: 300;
}
.banner-item.banner-item1 figcaption {
	background: #154771
}
.banner-item.banner-item2 figcaption {
	background: #3E688C
}
.banner-item.banner-item3 figcaption {
	background: #72A5BE
}
.banner-item.banner-item4 figcaption {
	background: #29779D
}
.banner-item figcaption {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 8%;
	padding: 0;
	z-index: 11;
	text-align: center;
	color: white;
}
.banner-item figcaption hr {
	margin-top: 7px;
	margin-bottom: 7px;
}
.banner-item figcaption h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	font-weight: 200;
	line-height: 30px;
	color: #fff;
	margin: 0;
}
.banner-item figcaption .cp-post-meta {
	margin: 0 0 15px;
}
.banner-item figcaption .cp-post-meta li a {
	color: #fff;
}
hr.hr-10 {
	width: 10%;
	margin-top: 20px;
	margin-bottom: 30px;
	border: 0;
	border: 3px solid;
}
.cp-listed-items {
	float: left;
	width: 100%;
}
.cp-listed-items .container-fluid {
	padding: 0;
}
.cp-listed-items .container-fluid .row {
	margin: 0;
}
.cp-listed-items .container-fluid [class*="col-"] {
	padding: 1px;
	margin: 0;
}
.cp-list-item {
	float: left;
	width: 100%;
	position: relative;
	overflow: hidden;
	z-index: 99;
}
.cp-list-item:hover img {
	-webkit-transform: scale(1.01);
	-moz-transform: scale(1.01);
	-ms-transform: scale(1.01);
	-o-transform: scale(1.01);
	transform: scale(1.01);
}
.cp-list-item:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	/*background-color: rgba(0,0,0,0.60);*/
	z-index: 99;
}
.cp-list-item.banner-item1:before {
/* border: 2px solid rgb(251, 103, 158);
    background-color: rgba(251, 103, 158, 0.1);*/
}
.h3-intro {
	font-size: 18px !important;
}
.cp-list-item img {
	width: 100%;
}
.cp-list-item figcaption {
	position: absolute;
	width: 50%;
	top: 0;
	padding: 30px;
	z-index: 99;
}
.cp-list-item figcaption.right {
	right: 0;
	text-align: left;
}
.cp-list-item figcaption.left {
	left: 0;
	text-align: right;
}
.cp-list-item figcaption h2 {
	font-size: 36px;
	margin: 0;
}
.cp-list-item figcaption .cp-post-meta li a {
	color: #333333;
}
.cp-listed-items .more-btn {
	text-align: center;
}
.cp-listed-items .more-btn a {
	width: 100%;
	padding: 20px 0;
	background-color: #000;
	color: #fff;
}
.FONTS {
	font-family: 'Roboto', sans-serif;
}
.cp-post-carousel .cp-slider-content .cp-post-meta a, #nav li ul li a, #cp-banner-style-1 .bx-wrapper .bx-pager.bx-default-pager a, .cp-posts-list .cp-thumb:after, .cp-thumb img, .more-btn a, .cp-footer .cp-tags a, .cp-post-share ul li a, .cp-gallery-thumb figcaption, .page404 a.cp-back-button, .cp-team-item .cp-content .left, .cp-team-item:hover .cp-content, .cp-price-item:before, .cp-price-item, .cp-price-item div, .cp-price-item ul li, .cp-price-item a, .banner-item img {
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.cp-post-hover, .cp-grid-gallery-post ul li img, .cp-list-item img {
	transition: all 0.7s ease 0s;
	-webkit-transition: all 0.7s ease 0s;
	-moz-transition: all 0.7s ease 0s;
	-o-transition: all 0.7s ease 0s;
}
.pricing-tables .plan.recommended .head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.plan {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.1) !important;
	/*min-height: 100px;*/
	background: #fff;
	border-radius: 4px;
	border: 1px solid rgba(0, 0, 0, 0.20)
}
.image {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
	border-radius: 50%;
	width: 80px;
	float: left;
	position: absolute;
	left: 40%;
	top: -20%;
	border: 1px solid;
}
.image2 {
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) !important;
	border-radius: 50%;
	width: 100px;
	float: left;
	position: absolute;
	left: 40%;
	top: -20%;
	border: 1px solid;
}
.image.left {
	position: relative;
	left: 0%;
	top: 0%;
	margin: -5% 5% 0 -5%;
	border: none;
}
.plan .head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	padding: 1.5em 0.2em 0.1em 0.2em;
	background-color: rgba(205, 179, 128, 0.1);
	text-align: center;
	border-bottom: 1px solid
}
.plan .sshead {
	padding: 0.5em;
	background-color: rgba(205, 179, 128, 0.2);
	text-align: center;
	border-bottom: 1px solid
}
.price {
	/*border-bottom: 1px solid #eee;*/
	padding: 0.5em;
	width: 100%;
	font-size: 14px;
	line-height: 1.2em;
}
.plan .price .h4 {
	font-size: 1.2em!important;
	font-weight: bold;
}
.plan .btn {
	padding: 10px 30px;
	text-transform: uppercase;
	font-weight: 500;
}
/*.plan ul {
	list-style-type: none;
	padding: 10px 10px 0;
	margin-top: 2px;
}
.plan ul li {
	line-height: 22px;
	margin-bottom: 15px;
	font-size: 16px;
	font-weight: 400;
}
.plan ul li:last-child {
	border-bottom: none;
}*/
.plan.recommended {
	margin-top: 6px;
	box-shadow: 0 0 22px rgba(10, 10, 10, 0.42);
	position: relative;
	z-index: 99;
	border-radius: 4px;
}
.plan.recommended .head {
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #4e9a06;
}
.head.value {
	background-color: #fdaf17;
}
.plan.recommended .btn {
	margin-bottom: 10px;
}
.no-padding {
	padding: 0 !important;
}
.no-padding-top {
	padding-top: 0 !important;
}
.no-padding-bottom {
	padding-bottom: 0 !important;
}
.no-padding-right {
	padding-right: 0 !important;
}
.no-padding-left {
	padding-left: 0 !important;
}
.padding-bottom {
	padding-bottom: 25px !important;
}
.padding-top {
	padding-top: 25px !important;
}
.padding-top-5 {
	padding-top: 5px !important;
}
.padding-left {
	padding-left: 25px !important;
}
.padding-right {
	padding-right: 25px !important;
}
.padding-bottom-0 {
	padding-bottom: 0;
}
.padding-top-0 {
	padding-top: 0;
}
.padding-left-0 {
	padding-left: 0;
}
.padding-right-0 {
	padding-right: 0;
}
.padding {
	padding: 25px;
}
.padding50 {
	padding: 50px !important;
}
.margin {
	margin: 25px ;
}
.margin-bottom {
	margin-bottom: 20px !important;
}
.margin-top {
	margin-top: 10px !important;
}
.margin-top-25 {
	margin-top: 25px !important;
}
.margin-left {
	margin-left: 10px;
}
.margin-right {
	margin-right: 10px;
}
.padding-5 {
	padding: 5px !important;
}
.padding-15 {
	padding: 15px;
}
.no-margin {
	margin: 0 !important;
}
.no-margin-top {
	margin-top: 0 !important;
}
.no-margin-bottom {
	margin-bottom: 0 !important;
}
.no-margin-right {
	margin-right: 0 !important;
}
.no-margin-left {
	margin-left: 0 !important;
}
.h2-xl {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	font-family: 'Roboto', sans-serif;
	font-size: 40px;
}
.vertical-align {
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-box-align: center;
}
.banner-vertical-align {
	background: #3C649F;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.inner-raison {
	padding: 0 10px;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
	min-height: 190px;
}

/* Extra Small */

@media(max-width:992px){
	.nos-ecoles {
		text-align: center;
	}
}

.footer-infos svg:hover{
	fill-opacity: 0.6;
}


.inner-raison p {
	font-size: 15px;
	padding-bottom: 10px;
}
/* Couleur Texte et Background */
.bkg-color-blanc {
	background: #fff !important;
}
.bkg-none {
	background: none!important;
}
.bkg-opacity-30 {
	background: rgba(255, 255, 255, 0.3) !important;
}
.bkg-opacity-50 {
	background: rgba(255, 255, 255, 0.5) !important;
}
.bkg-opacity-80 {
	background: rgba(255, 255, 255, 0.8) !important;
}
.bkg-opacity-90 {
	background: rgba(255, 255, 255, 0.9) !important;
}
.bkg-color-gris-shadow{
	-webkit-box-shadow: inset 0px 0px 50px 10px rgba(216,216,216,1);
-moz-box-shadow: inset 0px 0px 50px 10px rgba(216,216,216,1);
box-shadow: inset 0px 0px 50px 10px rgba(216,216,216,1);
}
.bkg-color-gris_fonce {
	background: #333 !important;
}
.bkg-color-fluo {
	background: #E8FF00 !important;
}

.bkg-color-ems {
	background:rgba(55, 2, 22,.8) ;
}
.bkg-color-gris {
	background: #f3f3f3 !important;
}
.bkg-color-gris-80 {
	background:rgba(220,220,220,.9);
}
.bkg-color-bleu_fonce {
	background: rgba(5,22,46, 1) !important;
}
.bkg-color-bleu_fonce-10 {
	background: rgba(5,22,46, 0.1) !important;
}
.bkg-color-bleu_fonce-70 {
	background: rgba(5,22,46, 0.7) !important;
}
.bkg-color-bleu_fonce-90 {
	background: rgba(5,22,46, 0.9) !important;
}
.bkg-color-bleu {
	background: rgba(0, 151, 209, 1) !important;
}
.bkg-color-bleu-70 {
	background: rgba(0, 151, 209, 0.70) !important;
}
.bkg-color-bleu_header {
	background: rgba(32, 64, 92, 1) !important;
}
.bkg-color-bleu_clair {
	background: rgba(0, 151, 209, 0.1) !important;
}
.bkg-color-bleu_logo {
	background: #0097D1 !important;
}
.bkg-color-beige {
	background: #E8DDCB !important;
}
.bkg-color-or {
	background: rgba(205, 179, 128, 1) !important;
}
.bkg-color-bordeaux {
	background: #881435;
}
.bkg-color-or-75 {
	background: rgba(205, 179, 128, 0.75) !important;
}
.bkg-color-or-50 {
	background: rgb(228, 218, 199) !important;
}
.bkg-color-cf {
	background: #154771 !important;
}
.bkg-color-gestion {
	background: #3E688C !important;
}
.bkg-color-rh {
	background: #72A5BE !important;
}
.bkg-color-juridique {
	background: #29779D !important;
}
:root {
  --main-color: rgba(5,22,46, 1); 
  --second-color: rgba(0,151,209,1); 
  --white-color: rgba(255,255,255, 1); 
}

.text-color-bleu_fonce {
	color: rgba(5,22,46, 1)!important;
}
.text-color-bleu {
	color: rgba(0, 151, 209, 1) !important;
}
.text-color-bleu_logo {
	color: #0097D1 !important;
}
.text-color-beige {
	color: #E8DDCB !important;
}
.text-color-or {
	color: rgba(205, 179, 128, 1) !important;
}
.text-color-noir {
	color: rgba(0, 0, 0, 1) !important;
}
.text-color-cf {
	color: #154771 !important;
}
.text-color-gestion {
	color: #3E688C !important;
}
.text-color-rh {
	color: #72A5BE !important;
}
.text-color-juridique {
	color: #29779D !important;
}
.text-color-blanc {
	color: #fff !important;
}
.text-color-gris {
	color: #999 !important;
}
.no-border {
	border: none !important;
}
.border-color-gris {
	border-color: #ccc !important;
}
.border-color-bleu_fonce {
	border-color: rgba(5,22,46, 1)!important;
}
.border-color-bleu {
	border-color: rgba(0, 151, 209, 1) !important;
}
.border-color-bleu_logo {
	border-color: #0097D1 !important;
}
.border-color-or {
	border-color: rgba(205, 179, 128, 1) !important;
}
.border-color-cf {
	border-color: #154771 !important;
}
.border-color-gestion {
	border-color: #3E688C !important;
}
.border-color-rh {
	border-color: #72A5BE !important;
}
.border-color-juridique {
	border-color: #29779D !important;
}
.border-color-blanc {
	border-color: #fff !important;
}
.cadre-or {
	margin: 15px 0 !important;
	padding: 20px 0 !important;
}
.border-bottom-blanc {
	border-bottom: 1px solid rgba(255,255,255,1) !important;
	padding-bottom: 10px;
	margin-bottom: 10px
}
.border-bottom {
	border-bottom: 1px solid rgba(0,0,0,.1) !important;

}
.border-top {
	border-top: 1px solid rgba(0,0,0,.1) !important;

}
.parallax-section-1 {
	min-height: 400px;
}
#header.affix {
	position: fixed;
	top: 0px;
}
.text-border {
	border: 1px solid #D6D6D6;
	padding: 5px;
	width: auto;
}
.text-border-bottom {
	border-bottom: 1px solid #D6D6D6;
	padding-bottom: 5px;
}
.border {
	border: 1px solid #ccc;
}
.text-border.right {
	border-left: none !important;
}
.text-border-right {
	border-right: 1px solid #D6D6D6;
}
.text-border-left {
	border-left: 1px solid #D6D6D6;
}
.text-bold {
	font-weight: 700
}
.last-image-footer {
	border: 1px solid pink;
}
.last-image-footer .h2, .last-image-footer .h3 {
	font-size: 55px;
	color: #333333;
	/* text-shadow: 1px 1px 3px black;*/
	line-height: 125%;
	text-align: center;
	background-color: rgba(255, 255, 255, 0.55);
	padding: 10px
}
#return-to-top {
	position: fixed;
	bottom: 185px;
	right: 10px;
	background: rgba(205, 179, 128, 1);
	width: 35px;
	height: 35px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
	display: none;
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	z-index: 99999999;
}
#return-to-top i {
	color: #fff;
	margin: 0;
	position: relative;
	left: 16px;
	top: 6px;
	font-size: 29px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#return-to-top:hover {
	background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
	color: #fff;
	top: 5px;
}
.sidebar-outer {
	position: fixed;
	top: 50%;
	right: 0;
	z-index: 999999;
}
.sidebar-outer .cp-post .cp-thumb {
	background: rgba(255, 255, 255, 0);
	width: 110px;
	padding: 5px;
	text-align: center;
}
.sidebar-outer .cp-post .cp-thumb i {
	height: 80px;
	width: 80px;
	border-radius: 100%;
	display: inline-block;
	box-shadow: 0 0px 5px rgba(0,0,0,0.2);
	text-align: center;
	line-height: 80px;
	margin-right: 10px;
	color: #fff;
	background: #CF2463;
}
.tool-tip:hover:after {
	background: #E3E3E3;
	border-radius: 2px;
	top: 30px;
	color: #333333;
	content: attr(data-title);
	right: 100%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
	font-size: 14px;
	font-weight: 400;
}
.tool-tip:hover:before { /* Arrow */
	border: solid;
	border-color: #E3E3E3 transparent;
	border-width: 6px 6px 0 6px;
	top: 40px;
	content: "";
	right: 92%;
	position: absolute;
	z-index: 99;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.tool-tip-2:hover:after {
	background: #E3E3E3;
	border-radius: 2px;
	top: 130px;
	color: #333333;
	content: attr(data-title);
	right: 100%;
	padding: 5px 15px;
	position: absolute;
	z-index: 98;
	width: 220px;
	font-size: 14px;
	font-weight: 400;
}
.tool-tip-2:hover:before { /* Arrow */
	border: solid;
	border-color: #E3E3E3 transparent;
	border-width: 6px 6px 0 6px;
	top: 140px;
	content: "";
	right: 92%;
	position: absolute;
	z-index: 99;
	transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
}
.background-image-form {
	background-size: inherit;
	background-position: left;
}
#dropdownMenu1, #dropdownMenu2, #dropdownMenu3, #dropdownMenu4, #dropdownMenu5, #dropdownChoixFinancement {
	width: 100%;
	height:50px;
	font-size: 20px;
	font-weight: 500;
	border-radius: 0px;
	z-index: 99999999;
	border: 1px solid #05162E;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
		text-align: left
}
.dropdown .fa {
    font-size: 30px
}
.dropdown .fa:hover {
    color: #0097D1
}



@media screen and (max-width: 1600px) {
	a.newlink-menu {
		height: 70px;
	}
		.inner-raison h4 {
	min-height: 52px;
}
}

.ban-menu {
	display: inline-block;
	padding: 10px;
	border: 1px solid grey;
	width: 359px;
	height: 371px;
	background: url(../images/hp/banniere-menu-formation.jpg) no-repeat;
	background-size: cover;
	cursor: pointer;
	float: right
}
.ban-menu p {
	text-align: center;
	top: 50%;
	position: relative;
	background-color: rgba(255, 255, 255, 0.75);
}
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
}
.video-container-2 {
	position: relative;
	padding-bottom: 30%;
	height: 0;
	overflow: hidden;
}
.video-container iframe, .video-container object, .video-container embed, .video-container-2 iframe, .video-container-2 object, .video-container-2 embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.btn-call {
	margin-bottom: 0;
	font-weight: 200;
	text-align: center;
	vertical-align: middle;
	background-image: none;
	border: 1px solid transparent;
	color: #FC3081;
	font-size: 19px;
	font-weight: 500;
}
.btn-callme {
	background-color: #0097D1;
	color: #fff;
	border-radius: 0 !important;
	width: 100%;
}
.btn-callme:hover {
	background-color: #d9d9d9;
	color: #fff !important;
}
.bkg-icones-raisons {
	width: 95px;
	height: 80px;
	background: url(/images/hp/icones-raisons.svg) no-repeat;
	background-size: cover;
	margin: 0 auto;
	position: relative;
}
.nav-margin {

}
.img {
	width: 100%;
	height: auto;
	display: block;
}
.img50 {
	width: 50%;
}
.img {
	border: 0;
}
#map {
	height: 400px;
	width: 100%;
}
/* tables */


table {
	width: 100%;
	table-layout: fixed;
}
.tbl-header {
	background-color: rgba(0,151,209,1);
}
.tbl-content {
	overflow-x: auto;
	margin-top: 0px;
	border: 0px solid rgba(0,151,209,0.3);
}
tr.shadow {
	box-shadow: 1px 1px 3px black;
}
th {
	text-align: center!important;
	font-weight: 500;
	font-size: 17px;
	color: #fff;
	vertical-align: middle;
	line-height: 125%!important;
	text-transform: uppercase;
	border-right: solid 1px rgba(255,255,255,0.2);
	background-color: rgba(0,151,209,.9)!important;
	padding: 10px!important
}
thead th {

	background-color: rgba(0,151,209,0.8)!important;

}
th.ss {
	padding: 20px;
	font-size: 18px;
	text-align: center;
	text-transform: none;
	background-color: rgba(0,151,209,0.8);
}
table td {
	padding:5px!important;
}
.alert {
	margin-top: 15px!important
}
.duree {
	text-transform: uppercase;
	color: #fff!important;
	padding: 5px 8px;
	background-color: #999;
	margin: 10px 0;
	display: table;
	font-size: 14px;
	float: none;
	position: static;
	width: auto;
}
table p.duree {
	padding: 10px!important;
	margin: 0 0 0 10px!important;
	display: inline!important;
	float: right!important;
	position: relative!important;
	width: 130px!important;
}
td {
	text-align: left;
	vertical-align:middle!important;
	/*font-size: 16px;*/
	color: #000;
	padding: 10px;
/*	border-right: solid 1px rgba(0,151,209,0.1);
	border-left: solid 1px rgba(0,151,209,0.1);
	border-bottom: solid 1px rgba(0,151,209,0.1);*/
}
table>tbody>tr:nth-child(odd)>td, table>tbody>tr:nth-child(odd)>th {
	background-color: rgba(0,151,209,0.1);
}
table.intuitionpro {
	width: 96%;
	margin: 1em auto;
	border-collapse: collapse;
	border: 5px solid #F1f1f1;
}
table.intuitionpro th {
	background: #f4f4f4;
	cursor: default;
	/*color: #5BC0DE;*/
	padding: 10px;
	font-size: 18px;
}
#retrieve_syndication h3 {
	border-bottom: 1px dotted #5BC0DE;
	color: #5BC0DE;
	padding-bottom: 10px;
	font-size: medium;
}
table.intuitionpro td, table.intuitionpro th {
	margin: 0;
	padding: 1.2em 1em;
	text-align: left;
	vertical-align: middle;
	font-size: 15px;
}
table.intuitionproapply {
	border: 0px;
	margin: 0 0 25px 0;
	width: 100%;
}
table.intuitionproapply td.intuitionapplylink a {
	background-color: #038EC5;
	color: white !important;
	padding: 10px;
	display: block;
}
table.intuitionproapply td.intuitionapplylink {
	float: right;
}
table.intuitionproapply td.intuitionbacklink {
	text-align: right;
	float: left;
}
.circle_slider_thumb {
	border-radius: 50%;
	width: 110px;
	height: 110px;
	padding: 2px;
	margin: 10px;
	display: inline-flex;
	-moz-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.63);
	-webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.63);
	box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.63);
}
.img-circle {
	border-radius: 50%
}
.img-50 {
	width: 50%;
	display: inline-block
}
.img-20 {
	width: 20%;
	display: inline-block
}
.img-10 {
	width: 10%;
	display: inline-block
}
#div-footer {
	height: 70px;
	width: 100%;
	display: table;
}
#netreviewsWidgetNum4976widget03NBavRateWrap span {
	display: inline-block !important;
}
#netreviewsWidgetNum4976widget03NBavRateWrap {
	font-size: 40px !important;
}
.bx-slider-hp {
	position: absolute;
	z-index: 999;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	bottom: -25px;
}
.bx-viewport {
	width: 100%;
	overflow: hidden;
	height: 435px;
}
.border-right {
	border-right: 1px solid rgba(0,0,0,0.1);
}
.border-right-blanc {
	border-right: 1px solid rgba(255,255,255,1.00)
}
.img-intro-cta {
	background: rgba(5,22,46, 0.75)!important;
	width: 410px;
	height: 360px;
	top: 25px;
	float: right;
	position: relative;
}
/*.img-intro-cta {
    background: rgba(5,22,46, 0.75)!important;
    width: 100%;
    height: 130px;
    top: 257px;
    float: right;
    position: relative;
}*/

.img-intro-cta-tel {
	background: rgba(5,22,46, 0.75);
	width: 410px;
	height: 360px;
	top: 25px;
	float: right;
	position: relative;
}
.social-link {
	height: 45px;
	width: 45px;
	text-align: center;
	position: fixed;
	top: 25%;
	left: -5px;
	padding: 0.5%;
	box-sizing: border-box;
	transition: background-color .2s;
	z-index: 999;
	background: #FFF;
}
a.social-link.facebook {
	background-color: #3b5998;
	color: #fff !important;
}
a.social-link.twitter {
	background-color: #55acee;
	color: #fff!important;
	margin-top: 45px;
}
a.social-link:hover.facebook {
	background-color: #3b5998;
	color: white
}
a.social-link:hover.twitter {
	background-color: #55acee;
	color: white
}
.sticker-form {
	position: absolute;
	top: -91px;
	right: 210px;
	z-index: 99;
}
.sticker-form.variante1 {
	top: -115px;
	right: 90px;
	z-index: -10;
}
.sticker-garantie {
	width: auto;
	height: 100%;
	transform: rotate(7deg);
}
#img-og {
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	height: 400px;/*470*/
	-moz-box-shadow: inset 0px 0px 100px 0px #01182b;
	-webkit-box-shadow: inset 0px 0px 100px 0px #01182b;
	-o-box-shadow: inset 0px 0px 100px 0px #01182b;
	box-shadow: inset 0px 0px 100px 0px #01182b;
filter:progid:DXImageTransform.Microsoft.Shadow(color=#01182b, Direction=NaN, Strength=100);
}

#img-og2 {
	background-position: 0 0;
	/*background-repeat: no-repeat;*/
	background-size: cover !important;
	/*height: 400px;!*470*!*/
	-moz-box-shadow: inset 0px 0px 100px 0px #01182b;
	-webkit-box-shadow: inset 0px 0px 100px 0px #01182b;
	-o-box-shadow: inset 0px 0px 100px 0px #01182b;
	box-shadow: inset 0px 0px 100px 0px #01182b;
	filter:progid:DXImageTransform.Microsoft.Shadow(color=#01182b, Direction=NaN, Strength=100);
	padding-left: 0px;
	padding-right: 0px;
	position: relative;
}

.img-cta-hover {
	height: 100%;
	width: 100%;
	display: inline-block;
	background-color: rgba(5, 22, 46, 0.6);
	position: absolute;
}

.cta-content {
	position: relative;
	z-index: 2;
	color: #fff;
}

#cta-header a, #cta-header button {
	font-size: 15px;
	border: none;
}

.cta-content h1, .cta-content h2, .cta-content h3, .cta-content a:not(.dynNav) {
	color: #fff !important;
}

#cta-header {
	padding-top: 15px;
	padding-bottom: 15px;
	background-color: rgba(5, 22, 46, 0.59);
}

.cta-content img {
	max-height: 80px;
	max-width: 80px;
	display: inline-block;
}
.cta-content img.big{
	max-height:120px!important;
    max-width:120px!important
	
}


#formTel {
	display: none;
}

.inline {
	display: inline-block
}
.block {
	display: block
}
.stickybar {
	display: none;
	background: #0097D1 !important;
	position: fixed;
	z-index: 9999999;
	bottom: -2px;
	width: 100%;
	height: 60px;
	padding: 15px;
	text-align: center;
	font-weight: 400;
	font-size: 20px;
	box-shadow: 2px -1px 1px rgba(0, 0, 0, 0.47);
}
.stickybar a {
	color: white !important;
}
.stickybar a:hover {
	color: black !important;
}
.border-bottom-menu {
	border-bottom: 1px dashed;
	width: 95%;
}
.header_ban_top {
	text-align: center
}
.desc-circle {
	margin-left: 12%;
	background-color: #0097D1;
	text-align: center;
	line-height: 125%;
	display: block;
	color: #fff;
	font-size: 1em;
	padding-top: 17%;
	width: 150px;
	height: 150px;
	border-radius: 100%;
	float: right;
}
.titrebulle {
	background-color: #031634;
	color: #fff;
	padding: 3px;
	margin-bottom: 8px;
	text-transform: uppercase;
	display: block;
}
.cp-post-meta li a, .leave-comment, .cp-post-hover a, .archives-widget ul li a:hover, .categories-widget li a:hover, .footer-social li a:hover, .cp-breadcrumb li a:hover, .cp-post-details blockquote, .cp-post-share ul li a, .cp-related-posts .cp-posts .cp-post h4 a:hover, .cp-link-post-link a:hover, .cp-top-bar .right-box .cp-top-bar-social li a:hover, .address-holder ul li a:hover, .contact-form-info p:first-letter, .cp-contact-form form input[type="text"]:focus, .cp-contact-form form textarea:focus, .cp-about-info blockquote p, .cp-price-item:hover ul li.btn-buynow a, .cp-love-box ul li:hover a, .cp-post-item .cp-content ul li, .cp-post-item .cp-content ul li:before, .cp-post-item .cp-content .comments, .cp-post .read-more:hover {
	color: #5BC0DE;
}
.more-btn a:hover, .newsletter-widget .newsletter button, .tags-widget a:hover, .cp-footer .cp-tags a:hover, .cp-footer .cp-newsltter button, .cp-post-share ul li a:hover, .comment-form .btn-submit, .cp-pagination .pagination>li:first-child>a, .cp-pagination .pagination>li:first-child>span, .cp-pagination .pagination>li:last-child>a, .cp-pagination .pagination>li:last-child>span, .page404 a.cp-back-button, .mail-me-back .input-group input.cp-send, .cp-login-box button, .cp-signup-box button, .cp-post-carousel .cp-slider-content .cp-post-meta a, figure.cp-hover-eff, .cp-insta-feed li, .cp-contact-form .cp-login-buttons button, .cp_about-slider-outer .bx-wrapper .bx-controls-direction a, .cp-price-item ul li.btn-buynow a, .cp-price-item:before, .newsletter-inner-holder form button {
	background: #5BC0DE;
	border-color: #5BC0DE
}
.about-widget .about-content a, .cp-contact-form form input[type="text"]:focus, .cp-contact-form form textarea:focus {
	border-color: #6d3b3b;
}
.cp-footer p a {
	color: #fff;
}
.large-icon {
	font-size: 45px;
}
.icon-formation {
	width: 100px;
	vertical-align: top;
}
.logo-footer {
	width: 230px;
	opacity: 0.15;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.vertical-align-sub {
	vertical-align: sub;
}
.img1 {
	background: url(/images/hp/icones-chiffres.png) no-repeat -4% 51%;
	height: 80px;
	width: 90px;
	padding-bottom: 10px;
}
.img2 {
	background: url(/images/hp/icones-chiffres.png) no-repeat 32% 51%;
	height: 80px;
	width: 71px;
	padding-bottom: 10px;
}
.img3 {
	background: url(/images/hp/icones-chiffres.png) no-repeat 66% 51%;
	height: 80px;
	width: 92px;
	padding-bottom: 10px;
}
.img4 {
	background: url(/images/hp/icones-chiffres.png) no-repeat 104% 51%;
	height: 80px;
	width: 90px;
	padding-bottom: 10px;
}
.chiffres-cles .h-chiffres-cles {
	font-size: 46px;
}
.chiffres-cles h3 {
	margin-top: -15px;
}
.sticker-formation {
	position: absolute;
	display: flex;
	padding: 0px;
	top: 341px;
	left: 0;
}
.sticker-formation img {
	height: 115px;
	margin: 0 10px;
}
.cours-cta {
	background: url('/images/bg-cours.jpg') 0px / cover no-repeat!important;
	min-height: 250px
}
.methode-cta {
	background: url('/images/formations/bg-methode2.jpg') no-repeat center;
	background-size: cover;
}
.form-cta {
	background: url('/images/bg-form.jpg') 0px 0px / cover no-repeat;
	min-height: 300px
}
.expertise-comptable-cta {
	background: url('/images/bg-expertise-comptable.jpg') 0px / cover no-repeat!important;
	min-height: 250px
}
.vertical-align-bottom {
	vertical-align: bottom;
}
.vertical-align-text-bottom {
	vertical-align: text-bottom;
}
.vertical-align-middle {
	vertical-align: middle;
}
.panel-formations {
	background: rgba(0, 151, 209, 0.1);
	border-radius:8px;
	padding: 20px 10px;
	border:2px solid #fff;
	margin: auto;
}
.panel-formations > .read-more{
	margin-top: 15px!important;
}
.panel-formations hr{
	border-top:1px solid #fff;
	margin: 10px 0!important;
}
.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
}
.cp-middle-banner h2 {
	background: #20405C;
	border: 2px solid #20405C;
	color: white;
	font-size: 22px !important;
	font-weight: 400;
	text-align: center;
	padding: 25px;
	margin-bottom: 0 !important;
}
.cp-middle-banner .img-formations {
	display: none;
}
.cp-middle-banner a.linktoggle p {
	color: #fff!important;
	margin: 0
}
.cp-middle-banner a.linktoggle {
	font-size: 20px!important;
	text-align: center!important;
	color: #fff!important;
	background-color: rgba(3,22,52,1)!important;
	padding: 15px!important;
}
.cp-middle-banner a.linktoggle.liendrop {
	display: block!important;
	padding: 3px 20px!important;
	clear: both!important;
	font-weight: 400!important;
	line-height: 1.42857143!important;
	color: #0097D1!important;
	white-space: nowrap!important;
	font-size: 16px!important;
	background-color: #fff!important;
	text-align: left!important
}
a:hover.newlink, a.newlink {
	background-color: rgba(0, 151, 209, 0.9) !important;
	display: block;
	padding: 15px!important;
	font-size: 20px!important;
	text-align: center!important;
	color: #fff!important;
}
a.newlink-menu {
    background-color: rgb(5,22,46) !important;
    display: block;
    padding: 10px!important;
    font-size: 18px!important;
    text-align: center!important;
    color: #fff!important;
	text-transform: uppercase;
	line-height: 125%;
	display: flex;
	justify-content: center; /* align horizontal */
	align-items: center; /* align vertical */
}
a.newlink-menu:hover {
    background-color: rgba(5,22,46,.9)!important;
}
.cp-middle-banner a p:hover {
	background: rgba(0, 151, 209, 0.9) !important;
}

.points-forts > div {
	background:#F5F3EE !important;
	min-height: 155px;
	border-radius: 10px;
	padding: 0 20px;
	border: 1px solid #fff;
	display: flex;
	flex-flow: column nowrap;
	justify-content: center;
	text-align: center;
}
/* large Devices, Tablets */
@media screen and (max-width : 1070px) {
	.points-forts > div {
		min-height: 180px;
	}
}
/* Small Devices, Tablets */
@media screen and (max-width : 980px) {
	.points-forts > div {
		min-height: 170px;
	}
}
/* Xtra Small Devices, Tablets */
@media screen and (max-width : 500px) {
	.points-forts > div {
		min-height: 240px;
	}
}
.points-forts .fa {
	margin-bottom: 15px;
}
.points-forts > div > .h4 {
	/*color: #ffffff !important;*/
}

.cp-middle-banner a p, .cp-middle-banner a.linktoggle p {
	transition: all 0.4s ease 0s;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
}
.clear {
	clear: both !important
}
.formations {
	font-size: 18px;
	font-weight: 400
}
.formations.margin-top {
	margin: 10px 0 0 !important;
}
.formations.read-more {
	background: #20405C;
	color: white !important
}
.formations.read-more:hover {
	background: #B7B7B7 !important;
	color: white !important
}
#programmes .formations.read-more {
	margin: 1px 0;
	font-size: 14px;
	font-weight: 300;
}
.col-centered {
	float: none !important;
	margin: 0 auto!important;
}
.img-methode {
	width: 100%;
	height: 100%;
	max-width: 360px;
}
.img-methode:hover {
	transition: all 1s;
	-moz-transition: all 1s;
	-webkit-transition: all 1s;
	-o-transition: all 1s;
	transform: scale(1.01);
	-ms-transform: scale(1.01);
	-webkit-transform: scale(1.01);
	-o-transform: scale(1.01);
	-moz-transform: scale(1.01);
}
/* masque image */

.view {
	width: 100%;
	height: 200px;
	overflow: hidden;
	position: relative;
	text-align: center;
	zoom: 1;
	cursor: pointer;
}
.view .mask, .view .content, .view-first a.info {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	min-width: 200px;
}
.view-first .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=20)";
	filter: alpha(opacity=20);
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
	opacity: 0.2;
	width: 100%;
	background-color: rgba(0,0,0,0.2);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.view-first:hover .mask {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
 filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	filter: alpha(opacity=100);
	opacity: 1;
	background: rgba(0, 0, 0, 0.6);
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#80000000, endColorstr=#80000000);
}
.videopage {
	width: 360px;
	height: 200px;
}
.view-first span {
	margin-top: 25%;
	color: rgba(255,255,255,1)!important;
}
.view-first a {
	color: rgba(255,255,255,1)!important;
}
.view-first:hover span {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	-webkit-transform: scale(2);
	-moz-transform: scale(2);
	-o-transform: scale(2);
	-ms-transform: scale(2);
	transform: scale(2);
}
#sitckerOffre {
	position: fixed;
	bottom: 0;
	right: 0;
	z-index: 99999
}
#sitckerOffre .fa-caret-down.changed:before {
	content: "\f0d8";
}
/* highlight des forms */
.highlight /*met le form en surbrillance */ {
	position: relative;
	z-index: 1000;
}
#shadowing {
	position: fixed;
	top: 0%;
	left: 0%;
	width: 100%;
	height: 100%;
	background-color: #000;
	z-index: 50;
	opacity: 0.7;
	filter: alpha(opacity=70);
	cursor: default;
}
#container_miniform {
	z-index: 1000;
	display: block;
	position: relative;
}
/* FIN highlight des forms */

/* timeline */
#cd-timeline {
	position: relative;
	padding: 2em 0;
	margin-top: 2em;
	margin-bottom: 2em;
}
#cd-timeline::before {
	/* this is the vertical line */
	content: '';
	position: absolute;
	top: 0;
	left: 18px;
	height: 100%;
	width: 4px;
	background: #d7e4ed;
}
.cssanimations .cd-timeline-img.is-hidden {
	visibility: hidden;
}
.cssanimations .cd-timeline-img.bounce-in {
	visibility: visible;
	animation: cd-bounce-1 0.6s;
}
 @keyframes cd-bounce-1 {
 0% {
 opacity: 0;
 transform: scale(0.5);
}
 60% {
 opacity: 1;
 transform: scale(1.2);
}
 100% {
 transform: scale(1);
}
}
/* fin timeline */


.modal {
	z-index: 99999999999 !important;
}
.modal-header {
	padding: 0;
	border-bottom: none;
	min-height: 0;
}
.modal-content {
	-webkit-box-shadow: 0 5px 15px rgba(0,0,0,.5);
	box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
	right: 8px;
	position: absolute;
	z-index: 9;
}
a .img-btn {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0);
	-moz-transition: all 300ms ease-in-out 0s;
	-ms-transition: all 300ms ease-in-out 0s;
	-o-transition: all 300ms ease-in-out 0s;
	-webkit-transition: all 300ms ease-in-out 0s;
	transition: all 300ms ease-in-out 0s;
}
a .img-btn:hover {
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.28);
}
/* effet vidéos */
.effect-ming {
	background: transparent;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
	opacity: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
}
.effect-ming:hover {
	color: white !important;
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	background: rgba(32,64,92,0.9);
}
/* fin effet vidéos */


.loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999999999;
	background: url('/images/bx_loader.gif') 50% 50% no-repeat rgb(249,249,249);
}
.opacity-50 {
opacity: 0.5;
 filter:opacity(alpha=50);
}
.intl-tel-input .country-list {
	text-align: left;
	z-index: 9999 !important;
}
.border-1px-gris {
	border: 1px solid #ececec;
}
.encart-hp {
	width: 100%;
	height: 330px;
	padding-top: 3%!important;
	margin-bottom: 2%;/*align-items: flex-end;*/
}
.encart-hp > hr {
	margin: 4% 0;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
[class^="icon-"], [class*=" icon-"] {
	cursor: pointer
}
.content-current {
	margin: 0 auto;
	max-width: 1200px;
	text-align: left;
	border: 1px solid rgba(3,22,52,0.2);
	background: rgba(255,255,255,0.8)
}
.content-current .tab-content {
	padding: 20px;
}
.tab-current {
	border-bottom: none !important;
}
ul#tabs {
	margin-left: 0!important;
}
.tab-current li a {
	font-size: 22px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	line-height: 1.4em !important;
	letter-spacing: -0.01em;
	color: #fff!important;
	background: #031634;
	padding: 10px 20px;
	border-radius: 0;
	margin-right: 0;
	border-top: none!important;
}
#programmes .tab-current li a {
	font-size: 14px;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: 600;
}
.nav-tabs>li>a {
	margin-right: 1px!important;
	border-radius: 0!important;
}
.nav>li>a {
	font-size: 20px;
	font-weight: 500;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	line-height: 1.4em !important;
	letter-spacing: -0.01em;
	color: rgba(3,22,52,1)!important;
	background: rgba(3,22,52,0.1);
	padding: 10px 18px;
	border-radius: 0;
	margin-right: 0;
	border-bottom: 1px solid rgba(30,95,177,0.2);
	border-top: none!important;
	cursor: pointer;
}
.tab-current li.active a::after {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border: solid transparent;
	border-width: 10px;
	border-top-color: #031634;
	content: '';
	pointer-events: none;
}
.nav li.active::after {
	content: "";
	width: 0;
	height: 0;
	border-style: none;
	border-width: 10px 0 10px 10px;
	border-color: transparent transparent transparent #031634;
	position: absolute;
	right: -10px;
	top: 40%;
}
#menufixed .nav li.active::after {
	border-style: solid;
}
.tab-current li {
	text-align: center;
}
.tab-current li.active a, .tab-current li.active a:hover {
	background: #031634 !important;
	box-shadow: -1px 0 0 rgba(5,22,46,0.5);
	color: #fff!important;
	border-left: none!important;
	border-right: none!important;
}
.nav li.active a {
	box-shadow: -1px 0 0 rgba(5,22,46,0.5);
	color: #fff!important;
	border-left: none!important;
	border-right: none!important;
}
.nav>li>a:focus, .nav>li>a:hover {
	text-decoration: none;
	background-color: #1d3560;
	color: #fff!important
}
.cercle-diplome {
	border-radius: 50%;
	background: #031634;
	font-size: 14px;
	color: white;
	padding: 21px 10px;
	width: 60px;
	height: 60px;
	margin: -10px;
	top: 60px;
	position: relative;
	text-align: center;
	z-index: 15;
	box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.47);
	float: left
}
.hideme {
	opacity: 0;
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(141deg, rgba(0,151,209,0.6) 0%, #031634 51%, rgba(3,22,52,0.8) 75%);
    background-image: -webkit-linear-gradient(141deg, rgba(0,151,209,0.6) 0%, #031634 51%, rgba(3,22,52,0.8) 75%);
    background-image: -ms-linear-gradient(141deg, rgba(0,151,209,0.6) 0%, #031634 51%, rgba(3,22,52,0.8) 75%);
    opacity: .9;
}
.overlay3 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(-65deg, rgba(126,107,71,1)20%,rgba(195,170,125,.8) 75%);
    background-image: -webkit-linear-gradient(-65deg, rgba(126,107,71,1) 20%, rgba(195,170,125,.8) 75%);
    background-image: -ms-linear-gradient(-65deg, rgba(126,107,71,1) 20%, rgba(195,170,125,.8) 75%);
    opacity: .9;
}
.overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-image: -moz-linear-gradient(125deg, rgba(29,53,96,.8)20%,rgba(5,22,46,.9) 75%);
    background-image: -webkit-linear-gradient(125deg, rgba(29,53,96,.8) 20%,  rgba(5,22,46,.9) 75%);
    background-image: -ms-linear-gradient(125deg, rgba(29,53,96,.8) 20%, rgba(5,22,46,.9) 75%);
    opacity: .9;
}
#encarts-com .col-md-4 { min-height: 380px}

/* START HIGHLIGHT LABEL */
.material-form {
	margin: 2px;
	width: 100%;
	height: 50px;
	display: block;
	padding: 5px 10px;
	-webkit-transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	transition: all 0.3s cubic-bezier(0.64, 0.09, 0.08, 1);
	background:  rgba(255, 255, 255, 1);
	color: #000!important;
	font-weight: 400;
	border: 1px solid rgba(5, 22, 46, 0.21);
	border-radius: 4px;
	box-shadow: 1px 1px 1px #e1e1e1;
}
.material-form:focus, .material-form:valid {
	box-shadow: none;
	outline: none;
	background-position: 0 0;
}
.material-form::-webkit-input-placeholder {
	font-family: 'roboto', sans-serif;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.material-form:focus::-webkit-input-placeholder, .material-form:valid::-webkit-input-placeholder {
	color: #1abc9c;
	font-size: 11px;
	-webkit-transform: translateY(-20px);
	transform: translateY(-20px);
	visibility: visible !important;
}


/* LOADER FORM */

.form-loader-container {
	position: relative;
}

#form-loader {
	display: none;
}

.form-loader {
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.3);
	z-index: 10;
	display: flex;
	justify-content: center;
	align-items: center;
}

#loader-4 span{
	display: inline-block;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #ffffff;
	margin: 35px 5px;
	opacity: 0;
}

#loader-4 span:nth-child(1){
	animation: opacitychange 1s ease-in-out infinite;
}

#loader-4 span:nth-child(2){
	animation: opacitychange 1s ease-in-out 0.33s infinite;
}

#loader-4 span:nth-child(3){
	animation: opacitychange 1s ease-in-out 0.66s infinite;
}

@keyframes opacitychange{
	0%, 100%{
		opacity: 0;
	}

	60%{
		opacity: 1;
	}
}

/* TEMOIGNAGES DCG VIDEOS */
.temoignages-w{
	background: rgba(5,22,46, 1);
	width: 100vw;
	margin-left: calc((100% - 100vw) / 2);
	padding: 60px 0; 
}
.temoignages-w h2{
	color: white!important;

	margin-top:11px;
}
.temoignages-videos{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
}
.temoignages-videos .video-container{
	display: flex;
	height: auto;
	width: 420px;
	padding-bottom: 0;
	padding: 20px;
}
@media screen and (min-width: 1600px){

	.temoignages-videos .video-container{
		width: 500px;
	}

}
@media screen and (max-width: 600px){

	.temoignages-videos{
	flex-direction: column;
	align-items: center;
	flex-wrap: inherit;
	}
	.temoignages-videos iframe{
		width: 100%;
	}
	.temoignages{
		padding: 20px;
	}
	.temoignages-videos .video-container{
		display: flex;
		height: auto;
		width: 100%;
		padding-bottom: 0;
		padding: 20px;
	}
}

/* CPF badge formation */
.cpf-badge-w{
	width: 100%;
	display: flex;
	justify-content: center;
}
.cpf-badge{
	background: rgba(0, 151, 209, 0.1) !important;
	//border: 1px solid rgba(0, 151, 209, 1) !important;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	padding:10px;
	margin: 30px 0;
	margin-bottom: 15px;
	width: auto;
	justify-content: center;

}
.cpf-badge h3{
	text-transform: uppercase;
}
.cpf-badge h3, .cpf-badge span{
	margin-top: 0;
	margin-bottop: 5px;
	color: black!important;
}
.cpf-badge img{
	display: flex;
	width: 120px;
	margin-left: 30px;
	margin-right: 30px;
}

@media screen and (max-width: 600px){
	.cpf-badge{
		flex-wrap: wrap;
	}
	.cpf-badge img{
		display: flex;
		width: 130px;
		margin-left: 0;
		margin-right:0;
		margin-top: 10px;
	}
	/* cpf BANNER */
	.cpf-banner{
		flex-direction: column;
	}
	.cpf-banner img{
		width: 110px!important;
		padding-right: 0!important;
		padding-bottom: 20px;
	}
}


/* cpf BANNER */

.cpf-banner{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 0;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}

.cpf-banner img{
	width: 150px;
	padding-right: 20px;
}
.cpf-banner span{
	text-align: left;
}


/* MENUNAVBAR */
.equivalent{
	font-size: 14px;
	font-weight: normal;
	color: #6a6a6a;
	padding-left: 5px;
}

/* MENU label new link */
.label-new{
	padding: 2px 4px;
	margin-left: 5px;
	background: #0097d1;
	color: white;
	font-weight: bold;
	font-size: 12px;
	border: 1px solid white;
	border-radius: 2px;
}


/* BANNER INFORMATION WITH before icon */
.info-banner{
	background:rgba(5,22,46, 1);
	padding: 20px;
	margin-top:20px;
	color: white;
	display: flex;
}
.info-banner span{
	justify-content: center;
	flex-direction: column;
}
.info-banner:before{
	content:"\f05a";
	font-size: 34px;
	margin-right: 20px;
	margin-top: -4px;
	color: white;
	font-family: 'fontawesome';

}

.covid{
	background: #05162e;
	padding: 20px 40px;
	margin: 40px 0;
	border-radius: 1px;
}
.covid p{
	color: white;
}

.logo-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.logo-list .item{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 10px;
}
.logo-list .item img{
	display: inline-block;
	width: 145px;
	height: auto;
	object-fit: contain;
	padding: 10px 18px;
}
@media screen and (max-width: 600px){
	.logo-list .item img{
		width: 120px;
		padding: 15px;
	}
}


/* COOKIE BANNER OVERRIDE */
.cookiebanner{
	padding: 14px !important;
	background: #efeff3 !important;
	color: black!important;
	left: 20px !important;
	bottom: 20px !important;
	width: fit-content!important;
	display: flex!important;
	align-items: center !important;
	border: 1px solid #e2e2e7;
	box-shadow: 3px 3px 15px rgba(0,0,0,.08)!important;
}
.cookiebanner .button{
	margin: 0!important;
}
.cookiebanner .cookiebanner-close{
	padding-left: 40px!important;
	padding-right:0!important;
}
@media screen and (max-width: 600px){
	.cookiebanner{
		left: 0 !important;
		bottom: 0 !important;
	}
}


/* EMPLOI LISTE PARTENAIRE */
.logo-list{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.logo-list .item{
	display: flex;
	width: 100%;
	flex-wrap: wrap;
	justify-content: center;
	padding-bottom: 10px;
}
.logo-list .item img{
	display: inline-block;
	width: 130px;
	height: auto;
	object-fit: contain;
	padding: 10px 20px;
}
.card-cv{
	display: flex;
	background: #F9F9F9;
	padding: 20px 40px;
	margin: 20px 0;
}
.image-scroll{
	margin-top: 40px;
	padding: 0 20px;
}
.image-scroll img{
	width: auto;
	max-width: 100%;
}
.image-scroll-mobile{
	display: none;
}
@media screen and (max-width: 600px){
	.logo-list .item img{
		width: 120px;
		padding: 15px;
	}
	.image-scroll{
		display: none;
	}
	.image-scroll-mobile{
		display: block;
		margin-top: 40px;
	}
	.image-scroll-mobile img{
		width: 100%;
	}
}

/* STUDI PLUS LOGICIELS SECTION */

.maitrise-logiciels-w {
	padding-top: 0;
}
.maitrise-logiciels-w .maitrise-logiciels h2, .maitrise-logiciels-w .maitrise-logiciels p {
	color: #333 !important;
}
.maitrise-logiciels-w .maitrise-logiciels .card-logos {
	margin-bottom: 28px;
	position: relative;
	display: flex;
	flex-direction: column;

}
@media (max-width: 768px) {
	.maitrise-logiciels-w .maitrise-logiciels .card-logos {
		width: 100%;
	}
}
.maitrise-logiciels-w .maitrise-logiciels .card-logos__content {
	border: 1px solid #E2E2E2;
	padding: 20px;
	border-radius: 10px;
	width: 100%;
	min-height: 285px;
	text-align: center;
}
@media (max-width: 1200px) {
	.maitrise-logiciels-w .maitrise-logiciels .card-logos__content {
		min-height: 390px;
	}
}
@media (max-width: 768px) {
	.maitrise-logiciels-w .maitrise-logiciels .card-logos__content {
		min-height: 240px;
	}
}
.maitrise-logiciels-w .maitrise-logiciels .card-logos__content h3 {
	font-size: 24px !important;
}
.maitrise-logiciels-w .maitrise-logiciels .card-logos__content img {
	display: inline-flex;
	height: 57px;
	width: 75px;
	object-fit: contain;
	margin: 8px;
}

/* custom page emploi trick css debug */

.page-emploi{
	display: flex;
	flex-direction: column;
}
.page-emploi .panel-body{
	padding: 25px;
}