/**
**  CONTENT : GENERAL STYLE POLE DOMICILE
**	AUTHOR 	: Beg
**  DATE	: 13/11/18 
**/

body {
    font-size: 22px !important;
    line-height: 30px;
	font-family: 'Open Sans', arial, 'sans-serif';
	color: #2A3884;	
}
.border-top-gray {
	border-top: 1px solid #979797;
}
.to-uppercase {
	text-transform: uppercase;
}

/**
**	HEADER
**/
header .logo {
	box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
	padding: 68px 25px; 
	max-width: 267px;
	float: left;
	position: absolute;
	z-index: 2;
	background: white;
}
@media only screen and (max-width:1770px) {
	header  {
		padding-right:20px;
	}
}
header nav{
	float: right;
}
header .ctt-rs {
	margin: 18px 0;
}
.ctt-rs .link-space {
	font-size: 15px;
	margin: 0 10px;
	background: linear-gradient(134.07deg, #D3211B 0%, #602481 100%);
	color: white;
	padding: 15px;
	border-radius: 2px;
	transition: all ease .3s;
}
.ctt-rs .link-space:hover {
	font-size: 15px;
	margin: 0 10px;
	background: linear-gradient(134.07deg, #602481 0%, #D3211B 100%);
	color: white;
	padding: 15px;
	border-radius: 2px;
	text-decoration: none;
}
header .ctt-rs i {
	font-size: 25px;
	color: #ddd;
}
header nav ul{
	display:flex;
	
}
header nav ul li {
	display: inline-block;
	/*margin: 15px 0 15px 54px
	*/
}
header nav a{
	color: #393939;	font-family: Oswald;	font-size: 24px;	line-height: 36px;	text-align: center;
	padding: 15px 5px 12px 54px;
	display: inline-block;
	border-bottom:3px solid transparent;
	overflow:hidden;
	position:relative;text-decoration:none;

	
}
header nav li:last-child a{
	padding-right:0;
	 transition: all .5s ease;
}
header nav a:after{
	content:'';
	height:3px;
	background:#003B82;
	width:100%;
	position:absolute; bottom:0;
	 left: 100%;
	 transition: all .5s ease;
}
header nav li:hover a:after{
	left:10px;
}
header nav li:hover a{
	text-decoration:none;
	color:#003B82;

}
.grecaptcha-badge {
	display: none !important;
}




.go-top {
    position: fixed;
    bottom: 2em;
    right: 2em;
    color: #FFFFFF;
    padding-top: 10px;
    font-family: FontAwesome;
    font-size: 20px;
    line-height: 20px;
    text-align: center;
    z-index: 10;
    height: 44px;
    width: 44px;
    border: 1px solid rgba(255, 255, 255, 0.43);
    border-radius: 7px;
    background: linear-gradient(315deg, #602481 0%, #D3211B 49.96%, #E76F06 100%);
	opacity:0.6
}

.go-top:hover {
    opacity:1
}


/**
**		HOMEPAGE 
**/
.page-template-template-home #slide-banner .carousel-control-next,
.page-template-template-home #slide-banner .carousel-control-prev {
	width: 160px;
}
.page-template-template-home #slide-banner .carousel-control-next i ,
.page-template-template-home #slide-banner .carousel-control-prev i {
	width: 72px;
	height: 72px;
	border: 7px solid;
	border-width: 7px 7px 0 0;
	transform: rotate(45deg);
}
.page-template-template-home  #slide-banner .carousel-control-prev i {
	border-width: 0 0 7px 7px;
}
.page-template-template-home  .section-1 {
	font-family: Oswald;	font-size: 22px;	line-height: 30px;	text-align: center;
}
.page-template-template-home  .section-1 .h2,
.page-template-template-home  .section-1 h2 {
	font-family: Oswald;	font-size: 36px;	line-height: 53px;
	border-bottom: 1px solid #003B82;
	padding: 70px 0 23px 0;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.page-template-template-home #slide-banner .carousel-item {
	position: relative;
}
.page-template-template-home  .text-slogan {
	font-family: Oswald;
	font-size: 36px;
	line-height: 53px;
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	color: white;
	text-transform: uppercase;
	background: rgba(0,0,0,.64);
	padding-top: 25px;
	padding-bottom: 25px;
}

.page-template-template-home  .section-2 {
	font-size: 18px;	line-height: 27px;	text-align: justify;
	padding-top: 82px;
	color: #003B82;
}
.page-template-template-home  .section-2 .d-flex {
	justify-content: space-around;
	flex-wrap: wrap;
}
.page-template-template-home  .section-2 .circle-year {
	font-family: Oswald;	font-size: 48px;	line-height: 181px;
	background: transparent url(../img/home/circle-year.png) no-repeat center;
	text-align: center;
	height: 181px;
	width: 181px;
	color: #2A3884;
	margin-top: 10px;
}
.page-template-template-home  .section-2 .circle-year:hover .txt-year,
.page-template-template-home  .section-2 .circle-year .txt-year-hover {
	display: none;
}
.page-template-template-home  .section-2 .circle-year:hover .txt-year-hover {
	display: flex;
	height: 100%;
	align-items: center;
	justify-content: center;
	padding: 18px;
	font-size: 21px;
	line-height: 28px;
}
.page-template-template-home  .section-3{
	color: #2A3884;	font-family: "Open Sans";	font-size: 25px;	font-weight: 600;	line-height: 34px;	text-align: center;
}

.page-template-template-home  .section-3 .ctt-img {
	height: 200px;
	display: flex;
	align-items: center;
	margin-top: 50px;
}
.page-template-template-home  .section-3 .ctt-img img {
	margin: auto;
}
.page-template-template-home  .section-zone {
	position: relative;
	padding-top: 48px;
	padding-bottom: 18px;
}
.page-template-template-home  .section-zone .h2,
.page-template-template-home  .section-zone h2 {
	/*position: absolute;
	left: 28px;*/
	margin-bottom: 30px;
	margin-top: 60px;
	font-size: 36px;	line-height: 53px;	text-shadow: 0 2px 16px 0 #FFFFFF;
	text-transform: uppercase;
	font-family: Oswald;
	padding:0;
	font-weight:300
}
.page-template-template-home  .section-zone .h2 strong,
.page-template-template-home  .section-zone h2 strong {
	font-weight:700
}
.page-template-template-home  .section-zone h3 {
	font-size: 24px;
	font-weight: 700;
}
.page-template-template-home  .section-zone .border-top-gray {
	padding-top: 48px;
}
.page-template-template-home  .section-because {
	background-color: #F8F7F7;
	padding: 61px 47px 0;
}
.page-template-template-home  .section-because h2 {
	color: #2A3884;	font-family: Oswald;	font-size: 36px;	line-height: 53px;	text-align: center;
	margin-bottom: 62px;
}
.page-template-template-home  .section-because .ctt-img {
	display: flex;
	align-items: center;
	text-align: center;
	min-height: 140px;
}
.page-template-template-home  .section-because .ctt-img img {
	margin: auto;
}
.page-template-template-home  .section-because .row.row-because-2,
.page-template-template-home  .section-because .row.row-because {
	justify-content: center;
}
.page-template-template-home  .section-because .row > div {
	font-family: "Open Sans";	font-size: 18px;	font-weight: 600;	line-height: 24px;
	display: flex;
	min-height: 360px;
}
.page-template-template-home  .section-because .row > div > div {
	padding: 0 50px;
}
.page-template-template-home  .section-because .row.row-because > div:first-child {
	background-color: #2A3884;
	color: #fff;
}
.page-template-template-home  .section-because .row.row-because > div:nth-child(2) {
	background-color: #FFF;
}
.page-template-template-home  .section-because .row.row-because > div:nth-child(3) {
	color: #fff;
	background: linear-gradient(134.07deg, #D3211B 0%, #602481 100%);
}
.page-template-template-home  .section-because .row.row-because-2 > div:nth-child(1) {
	color: #fff;
	background-color: #FF5C00;
}
.page-template-template-home  .section-because .row.row-because-2 > div:nth-child(2) {
	background-color: #D3211B;
	color: #fff;
}
.page-template-template-home  .section-testimonial {
	background-color: #F8F7F7;
	padding: 0 47px 67px;
}
.page-template-template-home  #slide-testimonial .content-image {
	padding-right: 15px;
}
.page-template-template-home  .section-testimonial p {
	color: #003B82;	font-family: "Open Sans";	font-size: 18px;	font-style: italic;	line-height: 27px;
	text-align: left;
	flex: 1;
}
.page-template-template-home  .section-testimonial h2 {
	color: #2A3884;	font-family: Oswald;	font-size: 36px;	line-height: 53px;	text-align: left;
	text-transform: uppercase;
	margin: 79px 0 43px;
}
.page-template-template-home  .section-testimonial .carousel-control-next,
.page-template-template-home  .section-testimonial .carousel-control-prev {
	height: 48px;	width: 48px;	background-color: #FF5C00;
	border-radius: 24px;
}
.page-template-template-home  .section-testimonial .carousel-control-next i,
.page-template-template-home  .section-testimonial .carousel-control-prev i{
	font-size: 18px;
}
.page-template-template-home  .section-testimonial .ctt-img-testimonial {
	height: 90px;	width: 271px;	background-color: #D8D8D8;
	border-radius: 45px;
	border: 1px solid #979797;
	margin: 0 63px;
}
.page-template-template-home  #slide-testimonial > div  {
	background: url(../img/home/quote-1.jpg) no-repeat right bottom;
	padding-bottom: 100px;
}
.page-template-template-home  .section-task  {
	background: linear-gradient(315deg, #602481 0%, #D3211B 49.96%, #E76F06 100%);
	color: #fff;
	font-size: 16px;	line-height: 24px;
	font-family: "Open Sans", "arial", "sans-serif";
	padding: 70px 0;
	border-bottom: 1px solid #ED4516;
}
.page-template-template-home  .section-task h2 {
	font-family: Oswald;	font-size: 36px;	line-height: 53px;
}
.page-template-template-home  .section-task h3 {
	font-family: Oswald;	font-size: 20px;	line-height: 30px;
	margin-top: 35px;
}
.section-newsletter {
	background: linear-gradient(315deg, #602481 0%, #D3211B 49.96%, #E76F06 100%);
}
.section-newsletter  .ctt-nl {
	justify-content: center;
	padding: 14px 0;
}
.section-newsletter  label {
	color: #FFFFFF;	font-family: "Open Sans";	font-size: 24px;	font-weight: 300;	line-height: 33px;	text-align: center;
	margin-right: 15px;
}
.section-newsletter  .wpcf7-email,
.section-newsletter  [type="mail"] {
	width: calc(100% - 10px ); height: 39px; max-width: 360px;	border: 1px solid #FFFFFF;	border-radius: 8px;
	margin: 0 5px;
	vertical-align: top;
}
.section-newsletter  p {
	margin: 0;
	display: flex;
}
.section-newsletter  span.wpcf7-not-valid-tip {
	color: #fff;
}
.section-newsletter   div.wpcf7-mail-sent-ok {
    border: 2px solid #fff;
}
.section-newsletter   div.wpcf7-response-output {
    color: #fff;
}
.section-newsletter  [type="submit"] {
	border: none; height: 38px; width: 68px;	border: 1px solid #FFFFFF;	border-radius: 8px;
	margin: 0 5px;
	color: #D32417;	font-family: "Open Sans";	font-size: 18px;	font-weight: 600;	line-height: 38px;	text-align: center;
}
.footer {
	color: #154783;
	font: 400 14px "Open sans", arial;
}
.footer  .cat-link p {
	font-size: 14px; line-height: 34px; font-weight: 600; margin-bottom: 0;
}
.footer .section-footer {
	padding: 74px 0 50px;
}
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.footer a {
	font: 400 14px/32px "Open sans", "Arial", "sans-serif";
	color: #154783;

}
.footer .link-doc-download {
	font: 600 14px/22px "Open sans", "Arial", "sans-serif";
	border: 1px solid;
	border-radius: 6px;
	padding: 8px 50px 8px 15px;
	display: inline-block;
	position: relative;
	 transition: all .5s ease;
}
.footer .link-doc-download:after{
	content: "\f063";
	font: 400 20px/34px "Fontawesome";
	color: #154783;
	position: absolute;
	right: 10px;
	top: 15px; transition: all .5s ease;
}

.footer .link-doc-download:hover {
background:#154783;
color:#fff;	text-decoration:none;
}
.footer .link-doc-download:hover:after {
 
color:#fff; 
}

.footer .lk-facebook {
	height: 46px;	width: 46px;	border-radius: 8px;	background-color: #054A8A; margin-top: 12px; transition: all ease .3s;
}
.footer .logo-footer {
	margin-bottom: 30px;
	display: block;
}
.footer .lk-facebook i {
	color: #fff;
	font-size: 18px;
	line-height: 48px;
}
.footer .lk-facebook:hover i {
	font-size: 22px;
}
.footer address {
	margin-left: 40px;
	margin-bottom: 77px;
	line-height: 1.8;
}
.footer ul.logo-partner  {
	float: left;
}
.footer .ctt-copyright {
	font-size: 14px;	line-height: 17px;	text-align: center; color: #000;
	align-items: center;
	float: right;
	margin-top: 25px;
}
.footer ul.logo-partner li {
	margin: 0 15px;
}
.footer::after {
	content: "";
	display: block;
	height: 30px;	width: 100%;	background: linear-gradient(145.46deg, #D3211B 0%, #602481 100%);
}
.footer .vcomk {
	margin-right: 30px;
}
.footer .vcomk a {
	color: #000;
}




.page-template h2 {
	font-size: 36px;
	line-height: 53px;
	padding: 70px 0 23px 0;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.page-template h2.bordered-bottom {
	border-bottom: 1px solid #003B82;
}
.page-template-template-au-quotidien .main-home {
	font-size: 22px;	line-height: 30px;
}
.page-template-template-au-quotidien .section-1 h2 {
    padding: 108px 0 23px 0;
}
.page-template-template-au-quotidien .main-home p {
	font-family: "Open Sans";	
}
.page-template-template-au-quotidien .main-home ul {
	list-style: disc;
	font-family: "Open Sans", arial;	font-size: 18px;	line-height: 27px;
	padding-left: 16px;
}
.page-template-template-au-quotidien .main-home h3 {
	font-family: "Open Sans";	font-size: 24px;	font-weight: 600;	line-height: 27px;
	margin: 15px 0;
}
.page-template-template-au-quotidien .row-img-txt {
	margin-top: 77px;
}
.page-template-template-au-quotidien .ctt-txt {
	/*margin-left: 46px;*/
}
.page-template-template-au-quotidien .circle-ico {
	margin-left: 30px;
}
.page-template-template-au-quotidien .section-2 .width-content .block-txt {
	order: -1;
}
.page-template-template-au-quotidien .section-2 .width-content > div:nth-child(odd) .ctt-txt{
	margin-left: 46px;
}
.page-template-template-au-quotidien .section-3 {
	margin-bottom: 30px;
}
.page-template-template-au-quotidien .section-4 {
	background: url(../img/au_quotidien/93408648.jpg) no-repeat center center;
	color: #fff;
	margin-top: 75px;
}
.page-template-template-au-quotidien .section-4 .row {
	min-height: 407px; align-content: center;
}

/**
**		PAGE TARIFS
**/
.title-page, h1 {
	font-family: Oswald;	font-size: 36px;	line-height: 53px;
	padding: 70px 0 23px 0;
	text-transform: uppercase;
	margin-bottom: 9px;
}
.main-tarif .section-1 {
	font-family: "Open Sans";	font-size: 22px;	line-height: 30px;	text-align: center;
	margin-bottom: 50px;
}
.main-tarif .section-2  .top-bg {
	min-height: 115px;
	display: flex;
	align-items: center;
	background: linear-gradient(134.07deg, #D3211B 0%, #602481 100%);
}
.main-tarif .section-2  .top-bg h2 {
	color: #FFFFFF;	font-family: "Open Sans";	font-size: 19px;	font-weight: 600;	line-height: 27px;	text-align: center;
	padding: 0 15px;
}
/*.main-tarif .section-2 .row .top-bg.top-bg-1 {
	background-color: #2A3884;
}
.main-tarif .section-2 .row .top-bg.top-bg-2 {
	background: linear-gradient(180deg, #F2F2F2 0%, #E0E0E0 100%);
}
.main-tarif .section-2 .row .top-bg.top-bg-2 h2 {
	color: #2A3884;	
}
.main-tarif .section-2 .row .top-bg.top-bg-3 {
	background: linear-gradient(134.07deg, #D3211B 0%, #602481 100%);
}
.main-tarif .section-2 .row .top-bg.top-bg-4 {
	background-color: #FF5C00;
}*/

.home .section-77 {
	margin-top: 35px
}
.section-77 .presentation_col,
.main-tarif .presentation_col a{
position:relative;
display:inline-block;
}
.section-77 .presentation_col,
.main-tarif .presentation_col {
	margin-top: 30px;
display: flex;
	justify-content: center;
align-items: center;
}
.section-77 .presentation_col img,
.main-tarif .presentation_col a img {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}
.section-77 .presentation_col:hover img,
.main-tarif .presentation_col a:hover img {
	-webkit-filter: none;
	filter: none;
}
.section-77 .presentation_col:hover a:after,
.main-tarif .presentation_col:hover a:after {
	/*content: '';*/
    width: 100%;
    position: absolute;
    background: #2A3884;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    mix-blend-mode: overlay;


}
/*
.main-tarif .presentation_col:first-child:hover a:after {
	
    mix-blend-mode: color-burn;

} */

.main-tarif .section-2  .col-tarif {
	box-shadow: 0 5px 11px 0 rgba(0,0,0,0.1);
	margin-bottom: 50px;
	padding: 0;
}
.main-tarif .section-2 .block-content{
	font-family: "Open Sans";
	font-size: 15px;	line-height: 24px;	text-align: center;
	padding: 20px 15px 48px;
	position: relative;
}
.main-tarif .section-2 .row  h3 {
	font-family: "Open Sans";	font-size: 20px; text-transform: uppercase;	font-weight: 300;	letter-spacing: 3.4px;	line-height: 27px;	text-align: center;
}
.main-tarif .section-2 .row .price {
	font-size: 46px;	font-style: italic;	font-weight: 600;	line-height: 67px;
	font-family: "Open Sans";
}
.main-tarif .section-2 .row .price span {
	font-size: 30px;
}
.main-tarif .section-2 .p-btn {
	position: absolute;
	bottom: -20px;width:240px;
	left:calc(50% - 120px);
}
.main-tarif .section-2 .p-btn a {
	font-family: "Open Sans";	font-size: 20px;	font-weight: 600;	line-height: 27px;border-radius: 8px;	background-color: #2A3884;
	padding: 14px 20px; color: #fff;border:1px solid #2A3884;
	margin: auto;	transition: background-color .5s ease;display:inline-block;
	
}
.main-tarif .section-2 .p-btn a:hover {
	background-color: #fff;
	color: #2A3884;
	text-decoration: none;
}

.main-tarif .section-4 .card-header {
	border: 1px solid #2A3884;
	background: none;
	padding: 11px 0;
}
.main-tarif .section-4 .btn-link {
	color: #003B82;	font-family: "Open Sans";	font-size: 24px;	font-weight: 600;	line-height: 27px;
	text-transform: uppercase;
	white-space: normal;
	padding: 0 13%;
	width: 100%;
	/*background: url(../img/tarifs/plus.jpg) no-repeat calc(100% - 50px) center;*/
}
.main-tarif .section-4 .btn-link[aria-expanded="true"] {
	background: none;
}
.main-tarif .section-3 .txt-majoration {
	color: #2A3884;	font-family: "Open Sans";	font-size: 16px;	line-height: 24px;	text-align: center;
	margin-bottom: 52px;
}
.main-tarif .section-4 .head-tarif {
	color: #2A3884;	font-family: "Open Sans";	font-size: 22px;	line-height: 30px;	text-align: center;
}
.main-tarif .section-4 .head-finance {
	font-family: "Open Sans";	font-size: 22px;	line-height: 30px;	text-align: center;
}
.main-tarif .section-4 .card {
	border: none;
	margin: 22px 0;
}
.main-tarif .section-4 .card-body {
	color: #003B82;	font-family: "Open Sans";	font-size: 18px;	line-height: 27px;
	padding-top: 39px;
	padding-bottom: 39px;
}
.page-template .main-tarif .section-4 h2 {
    padding: 50px 0 23px 0;
}
.main-tarif .section-3 {
	color: #2A3884;	font-family: "Open Sans";	font-size: 22px;	line-height: 30px;	text-align: center;
	margin-top: 26px;
}
.main-tarif .section-3 .text-orange {
	color: #FF5C00;	font-family: "Open Sans";	font-size: 22px;	font-weight: bold;	line-height: 30px;
}
.main-tarif .section-4 .block-bottom-btn {
	margin: 97px auto 58px;
	text-align: center;
}
.main-tarif .section-4 .block-bottom-btn a {
	color: #FFFFFF;	font-family: "Open Sans";	font-size: 24px;	font-weight: 600;	line-height: 27px;
	background-color: #2A3884;
	padding: 22px 38px;
	display: inline-block;
	transition: all .5s;
}
.main-tarif .section-4 .block-bottom-btn a:hover {
	background: #E76F06;
}
	



/**
**		PAGE JOIN US
**/
.main-join-us .section-1 p {
	font-size: 17px;	line-height: 26px;	/*max-width: 522px;*/
}
.main-join-us .section-2 p {
	font-size: 18px;	line-height: 34px;	/*max-width: 522px;*/
}
.page-template .main-join-us h2 {
    padding: 23px 0;
}
.main-join-us .section-2 .quote-author {
	font-style: italic;
	color: #6c6c6c;
	margin-top: 10px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
}
.main-join-us .section-1 .admin-author {
	font-style: italic;
	font-weight: 900;
	font-size: 16px;
}
.main-join-us h2 {
	color: #2A3884;
	font-size: 36px;
	line-height: 53px;
	text-align: center;
	text-transform: none;
	font-family: Oswald;
	padding: 33px 0 ;
}
.main-join-us .link-indeed {
	color: #0066FD;
	border: 1px solid;
	margin-top: 80px;
	margin-bottom: 20px;
	justify-content: space-between;
}
.main-join-us .link-indeed a {
	display: inline-block;
	color: #0066FD;	font-family: Oswald;	font-size: 28.8px;	line-height: 35px;
}
.main-join-us .link-indeed a.lk-indeed-left img,
.main-join-us .link-indeed a.lk-indeed-left span {
	display: inline-block;
	vertical-align: middle;
}
.main-join-us .link-indeed a.lk-indeed-left span {
	padding: 25px;
}
.main-join-us .link-indeed a.lk-indeed-right {
	background-color: #0066FD;
	width: 143px;
	text-align: center;
	display: flex;
}

.main-join-us .link-indeed a.lk-indeed-right img {
	margin: auto;
}
.main-join-us .section-2 {
	margin-top: 60px;
}
.main-join-us .list-offer ul {
	list-style: none;
}
.main-join-us .list-offer ul li {
	border-bottom: 1px solid #979797;
	padding: 54px 0 50px;
}

.main-join-us .list-offer  .job-ctn  ul {
	list-style: initial;
}
.main-join-us .list-offer .job-ctn ul li {padding: 5px 0 5px;border:none}

.main-join-us .list-offer ul li .ctt-job {
	display: inline-block;
	vertical-align: top;
}
.main-join-us .list-offer ul li .ctt-job-right{
	float: right;
}
.main-join-us .list-offer ul li [id^="job"]{
	font-weight: 300;
}
.main-join-us .list-offer {
	color: #003B82;	font-family: "Open Sans";	font-size: 20px;	font-weight: bold;	line-height: 27px;
}
.main-join-us .list-offer .title-post {
	font-size: 24px;	font-weight: 600; color: #003B82; text-transform: uppercase; margin-bottom: 17px;
	display: block;
}
.btn-blue,
.btn-orange {
	font-size: 18px;	font-weight: bold;	letter-spacing: 0.5px;	line-height: 26px;	text-align: center;
	text-transform: uppercase;
	padding: 10px 22px;
	margin: 18px 18px 2px;
	color: #fff;
}
.main-join-us .list-offer .btn-blue,
.main-join-us .list-offer .btn-orange {
	padding: 10px 36px 10px 22px;
}
.main-join-us .list-offer .btn-blue i,
.main-join-us .list-offer .btn-orange i {
	margin-right: 10px;
}
.section-form .wpcf7-form label,
.section-form .rgpd .wpcf7-list-item-label {
	font-size: 16px;
	line-height: 22px;
}
.main-join-us .section-form .your-message {
	margin-top: 20px;
	display: block;
}

.btn-blue {
	background-color: #2A3884;
}
.btn-orange {
	background-color: #FF5C00;
}
.btn-blue:hover,
.btn-orange:hover {
	background-color: #5B2582;
	color: #fff;
}
.main-contact .section-form input[type="text"], .main-contact .section-form input[type="email"], .main-contact .section-form textarea {
    width: 100%;
    background-color: #FFFFFF;
	border: 1px solid #2A3884;	background-color: #F9F9F9;
	height: 48px;
	color: #1D1D1B;	font-size: 14px;	font-weight: 300;	line-height: 24px;
	margin-bottom: 15px;
	padding: 0 22px;
}
.main-contact div.wpcf7 input[type="file"] {
    color: #1D1D1B;
    font-size: 14px;
    font-weight: 300;
    line-height: 24px;

}
.main-contact .section-form {
	margin-bottom: 125px;
}
.main-contact .section-form textarea {
	height: auto;
}
.page-template  .main-contact h1, 
.page-template  .main-contact .section-form h2 {
	color: #2A3884;	font-size: 36px;	line-height: 53px;	text-align: center; text-transform: none; font-family: Oswald; padding: 123px 0 33px;
}
.main-contact .section-form [type="submit"] {
	color: #FFF; line-height: 43px;	width: 142px;	border: 2px solid #2A3884;	background-color: #2A3884; padding: 0 44px; border: none;
	margin: 60px auto 20px;
	font-family: "Open Sans";	font-size: 14px;	font-weight: bold;
}
.main-contact div.wpcf7-response-output {
    margin: 2em auto 1em;
}

.main-contact #map-nice, .main-contact #map-vallauris {
	/*height: 450px;*/
	margin-top: 63px;
}
.main-contact .section-1 .address {
	color: #003B82;	font-size: 18px;	line-height: 21px;
	margin-top: 28px
}
.main-contact .pt-square {
	margin-top: 12px
}
.main-contact .pt-square span {
	line-height: 20px;	padding: 0 8px;	border: 1px solid #003B82;	border-radius: 3px;
	color: #003B82;	font-family: "Open Sans";	font-size: 14px;	font-weight: bold;
	margin-right: 7px;	display: inline-block; vertical-align: top; margin-top: 5px;
}
.main-contact .pt-square i {
	font-size: 28px;
	margin-right: 18px;
}
.main-contact .contact-pole-domicile {
	background-color: #003B82;
	color: #fff;
	font-family: "Open Sans";
	font-size: 20px;
	line-height: 30px;	text-align: center;
	padding: 21px 0;
	margin-top: 86px;
}
.main-contact .contact-pole-domicile a {
	color: #fff;	font-size: 18px;	font-weight: bold;	line-height: 48px;
}
.page-template-template-contact .rgpd .wpcf7-list-item-label {
	color: #fff;
}
.page-template-template-contact .main-contact .section-form {
	background: linear-gradient(315deg, #602481 0%, #D3211B 49.96%, #E76F06 100%);
	margin-bottom: 0;
}
.page-template-template-contact.page-template .main-contact .section-form h2 {
    padding: 73px 0 67px;
	color: #fff;
}
.page-template-template-contact .main-contact .section-form input[type="text"], .page-template-template-contact .main-contact .section-form input[type="email"], .page-template-template-contact .main-contact .section-form textarea {
	border: 1px solid #FFFFFF;	background-color: rgba(255,255,255,0.59);
	color: #000;
}
.page-template-template-contact .main-contact .section-form [type="submit"] {
    margin: 21px auto 120px;
}
.section-newsletter .wpcf7-form-control-wrap.your-email {
	max-width: 376px;
}

.main-actu .section-actu {
    padding-bottom: 50px;
}
.main-actu .ctt-title  {
	min-height: 58px;
	margin-top: 25px;
}
.main-actu .ctt-title  a {
	text-transform: uppercase;
	color: #2A3884;
	font-family: Oswald;
	font-size: 22px;
}
.main-actu .ctt-image  {
	max-height: 246px;
	overflow: hidden;
	margin: 25px 0 0;
	position: relative;
}
.main-actu .ctt-image .date {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 30px;
	background: rgba(62,72,152,.85);
	color: #fff;
	text-align: right;
	font: 13px/30px "Montserrat", arial;
	padding-right: 10px
}
.main-actu .ctt-image .ctt-link {
	position: absolute;
	display: block;
	margin-left: -15px;
	margin-top: -15px;
	margin-right: auto;
	top: 110%;
	left: 50%;
	transition: top .5s;
	height: 30px;
	background: rgba(0,0,0,.5);
	color: #fff;
	width: 30px;
	text-align: center;
}
.main-actu .ctt-image .ctt-link a {
	color: #fff; 
	font: 19px/30px "Montserrat", arial;
	display: block;
	width: 30px;
	transition: all .5s;
}
.main-actu .ctt-image .ctt-link a:hover {
	background: rgba(0,0,0,.75);
}
.main-actu .ctt-image:hover .ctt-link {
	top: 50%;
}
.main-actu .ctt-image img  {
	transition: all .5s;
}
.main-actu .ctt-image:hover img  {
	-webkit-transform: scale(1.3, 1.3) rotate(7deg);
    -moz-transform: scale(1.3, 1.3) rotate(7deg);
    transform: scale(1.3, 1.3) rotate(7deg);
}
.main-actu .list-actu  {
}
.main-actu .list-actu .ctt-excerpt {
	box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.1);
	padding: 15px;
}
.main-actu .list-actu .ctt-excerpt a  {
	color: #000;
	font-family: "Montserrat", arial;
	font-size: 18px;
	line-height: 24px;
}
.single-new main {
    padding-bottom: 50px;	
}

.main-mention {
	padding-bottom: 50px;
}


.section-banner .parallax {
    min-height: 400px;
	/*background-attachment: fixed;*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;	
}
.main-sitemap .sitemap {
    padding-bottom: 50px;	
}
.main-sitemap .sitemap ul  {
	list-style: none;
}
.main-sitemap .sitemap ul a  {
	color: #2A3884;
	font-size: 18px;
}


/**
**		PAGE PARTENAIES
**/
.main-partenaires .section-2 {
	margin: 35px 0;
}
.main-partenaires .section-2 .row {
	justify-content: center;
}
.main-partenaires .presentation_col {
	position: relative;
	min-height: 350px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-partenaires .presentation_col .ctt-picto {
	height: 100%;
	display: flex;
	justify-content: space-around;
	flex-direction: column;
	align-items: center;
	width: 100%;
	padding: 15px;
	font-size: 17px;
	line-height: 22px;
}
.main-partenaires .presentation_col .wrap-logo {
	height: 220px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-partenaires .presentation_col .text-partner {
	background: #2A3884;
	color: #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.main-partenaires .presentation_col .link {
	transition: all ease .3s;
	position: absolute;
	bottom: 0; left: 0; right: 0;
	height: 0;
	background: rgba(0, 0, 0, .5);
	display: flex;
	justify-content: center;
	align-items: center;
}
.main-partenaires .presentation_col .link a {
	color: #fff;
}
.main-partenaires .presentation_col:hover .link {
	top: 0;
	height: auto;
}



/**
**		PAGE DOCUMENTATION
**/
.main-documentation  {
	margin-bottom: 20px;
}

.main-documentation .block-doc {
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.page-template .main-documentation h2 {
    margin-top: 29px;
    padding-bottom: 15px;
	border-bottom: 2px solid;
}
.page-template .main-documentation h3 {
    font-size: 26px;
    line-height: 53px;
    padding: 20px 0 10px 0;
    text-transform: uppercase;
    margin-bottom: 9px;
	font-family: "Open Sans";
	font-weight: bold;
}
.page-template .main-documentation .btn-orange {
    margin-top: 0;
}









.section-fb .wrapper-content {
	max-width: 1170px;
	margin:50px auto;
}
.section-fb .d-flex   {
	margin-left : -50px ;
	
}
.section-fb  .d-flex > * {
	width:calc(100% * 1/4 - 50px);
	margin-left:50px;
	border:1px solid  #E9EBEE;
	min-height:280px;
	background:#fff;
		font-family: Montserrat;
	font-size: 12px;
	line-height: 16px;
	border-radius:4px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	
}
.section-fb .fb-head{
   	padding:10px;
	display:flex;
	align-items:center;
}
.section-fb .wrapper-message{
   	padding:10px;
	flex:1 0 auto;
	display:flex;justify-content:center;flex-direction:column;
	
}

.section-fb .wrapper-picto-from {
   width:50px;padding-right:10px;
	
}.section-fb .wrapper-name-from {
    font-size: 14px;
	color: #000;
	
}
.section-fb .wrapper-when-from{
    font-size: 12px;
	color: #606770;
}
.section-fb .wrapper-footer{
	border-top:1px solid  #E9EBEE;
	color: #E9EBEE;
	padding:10px;
}
.section-fb .wrapper-footer i{
	margin-right:5px;  	color:  #606770;
}.section-bb .wrapper-footer a{
	margin-right:10px;      font-size: 12px;
	display:inline-block;
}
 
.error404 main, .category main {
	margin-top: 65px;
	margin-bottom: 50px;
}

@media only screen and (max-width:991px) {
	.section-fb  .d-flex {display:flex;flex-wrap:wrap; margin:auto; }
	.section-fb  .d-flex > * {
		width:calc(100% * 1/2 );
		 margin:30px auto;
		 max-width:576px
		
	}
}

@media only screen and (min-width:1735px) {
	.wrapper {
		max-width: 1735px;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width:1734px) {
	.wrapper {
		width: 100%;
	}
}
@media only screen and (min-width:1201px) {
	.width-content {
		max-width: 1200px;
		width: 100%;
		margin: 0 auto;
	}
}
@media only screen and (max-width:1200px) {
	.width-content {
		width: 100%;
	}
	.main-tarif .section-4 .btn-link {
		font-size: 20px;
		padding: 0 50px;
		background: url(../img/tarifs/plus.jpg) no-repeat calc(100% - 15px) center;
	}
	.main-tarif .section-2 .p-btn   {
		width:200px;
		left:calc(50% - 100px);
	}
	.main-tarif .section-2 .p-btn a {
		font-size: 15px;
	}
	.main-tarif .section-2 .row .price {
		font-size: 30px;
		line-height: 50px;
	}
	.main-tarif .section-4 .block-bottom-btn a {
		font-size: 18px;
		line-height: 27px;
		padding: 15px 22px;
	}
}
@media only screen and (min-width:992px) and (max-width:1123px) {
	header nav ul li {
		display: inline;
		margin: 15px 15px 15px 15px;
	}
	header nav a {
		font-size: 21px;
		padding: 4px 0 23px;
	}
	header .ctt-rs {
		margin: 18px 15px;
	}
}
@media only screen and (max-width:992px) {
}
@media only screen and (max-width:991px) {
	.section-banner .parallax {
		background-attachment: scroll;
		min-height: 300px;
	}
	.page-template-template-au-quotidien .circle-ico {
		margin-top: 30px;
	}
	.page-template-template-au-quotidien .block-img {
		order: 2;
	}
	 header {padding-right:0;}
	header .nav-desktop {
		display: none;
	}
	header .logo {
		padding: 12px 25px;
		max-width: 200px;
		float: none;
		position: static;
		margin: auto;
	}
	header nav {
		float: none;
	}
	header nav ul {
		display: block;
		width: 100%;
		padding: 0;
	}
	header nav ul li {
		display: block;
		text-align: center;
		margin: 0;
	}
	.ctt-nav-responsive {
		margin-top: 15px;
	}
	.ctt-nav-responsive .navbar-header {
		background-color: #2A3884;
		color: #fff;
		padding: 10px 15px
	}
	.ctt-nav-responsive button {
		background: none;
		border: none;
	}
	.ctt-nav-responsive button i {
		color: #fff;
	}
	header nav a {
		font-size: 17px;
		line-height: 22px;
		padding: 4px 0 7px;
	}
	header .ctt-rs {
		display: none;
	}
	.main-home .section-2 p {
		margin-top: 25px;
	}
	.page-template-template-home .section-3 .ctt-img img {
		max-width: 80px;
	}
	.page-template-template-home .section-3 {
		font-size: 17px;
		line-height: 28px;
	}
	.page-template-template-home .section-3 .ctt-img {
		height: 130px;
		margin-top: 15px;
	}
	.page-template-template-au-quotidien .circle-ico {
		margin-left: 0;
	}
}
@media only screen and (min-width:768px) {
	
}
@media only screen and (max-width:767px) {
	body {
		font-size: 16px;
		line-height: 24px;
	}
	.section-newsletter .wpcf7-email, .section-newsletter [type="mail"] {
		max-width: 251px;
	}
	.page-template h2 {
		font-size: 28px;
		line-height: 43px;
		padding: 40px 0 23px 0;
	}
	.page-template-template-home #slide-banner .carousel-control-next i, .page-template-template-home #slide-banner .carousel-control-prev i {
		width: 30px;
		height: 30px;
		border: 3px solid;
		border-width: 3px 3px 0 0;
		transform: rotate(45deg);
	}
	.page-template-template-home #slide-banner .carousel-control-prev i {
		border-width: 0 0 3px 3px;
	}
	.page-template-template-home #slide-banner .carousel-control-next, .page-template-template-home #slide-banner .carousel-control-prev {
		width: 75px;
	}
	.page-template-template-home .section-1 h2 {
		font-size: 28px;
		line-height: 36px;
		padding: 30px 0 13px 0;
	}
	.page-template-template-home .section-1 {
		font-size: 18px;
		line-height: 24px;
	}
	.page-template-template-home .section-2 .circle-year {
		font-size: 34px;
		line-height: 116px;
		height: 116px;
		width: 116px;
		background-size: contain;
	}
	.page-template-template-home .section-because {
		background-color: #F8F7F7;
		padding: 20px 20px 0;
	}
	.page-template-template-home .section-because .row > div > div {
		padding: 0 15px;
	}
	.page-template-template-home .section-testimonial {
		padding: 0 10px 27px;
	}
	.page-template-template-home .section-testimonial h2,
	.page-template-template-home .section-because h2,
	.page-template-template-home .section-zone h2,
	.page-template-template-home .section-task h2 {
		font-size: 25px;
		line-height: 38px;
	}
	.page-template-template-home .section-because .row > div {
		min-height: 244px;
	}
	.page-template-template-home .section-because .ctt-img {
		min-height: 120px;
	}
	.page-template-template-home .section-testimonial .ctt-img-testimonial {
		margin: 0 20px;
	}
	.page-template-template-home .section-testimonial .ctt-img-testimonial .carousel-control-next, .page-template-template-home .section-testimonial .ctt-img-testimonial .carousel-control-prev {
		top: calc(50% - 45px);
	}

	.page-template-template-home  .text-slogan {
		font-size: 22px;
		line-height: 30px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.page-template-template-home #slide-testimonial .d-flex {
	    flex-wrap: wrap;
	}

	.page-template-template-home #slide-testimonial .content-image {
		padding-right: 0;
		padding-bottom: 15px;
		width: 100%;
	}
	.page-template  .main-contact h1 {
		font-size: 28px;
		line-height: 43px;
	}
}
@media only screen and (max-width:575px) {
	.footer .section-footer {
		text-align: center;
	}
	.footer .logo-footer + .d-flex {
		justify-content: center;
	}
	.logo-footer {
		margin-top: 25px;
	}
	.footer ul.logo-partner {
		float: none;
		justify-content: center;
	}
	.footer .ctt-copyright {
		flex-wrap: wrap;
		justify-content: center;
		margin-top: 25px;
	}
	.page-template-template-home .section-testimonial .ctt-img-testimonial {
		display: none;
	}
	.page-template-template-home .section-testimonial .carousel-control-next{
		right: -18px;
		top: calc(50% - 75px);
	} 
	.page-template-template-home .section-testimonial .carousel-control-prev {
		top: calc(50% - 75px);
		left: -18px;
	}
	.page-template-template-home .section-testimonial .carousel-inner {
		margin: 0 15px;
		width: calc(100% - 30px);
	}
 
	.main-join-us .list-offer ul {
		padding:0;
		list-style: none;

	}
	.main-join-us .list-offer .btn-blue, .main-join-us .list-offer ul .btn-orange {
		display:inline-block;
		margin:auto;
		margin-bottom:20px;

	}
	.main-join-us .list-offer ul li .ctt-job-right {

		text-align: center;

	}
	.banner img{max-width:100%;}
	.page-template-template-home .section-3 .ctt-img {
		height: 70px;
		margin-top: 20px;
	}
	.page-template-template-home .section-3 .ctt-img img {
		max-width: 44px;
	}
	.page-template-template-home .section-2 .circle-year:hover .txt-year-hover {
		font-size: 16px;
		line-height: 21px;
	}
	.section-newsletter label {
		font-size: 14px;
	}
}

@media only screen and (max-width:400px) {
	.main-join-us .link-indeed {
			flex-wrap:wrap;
	}
	
	.main-join-us .link-indeed a ,
	.main-join-us .link-indeed a.lk-indeed-right {
			width:100%;text-align: center;
	}
	.main-join-us .link-indeed a.lk-indeed-right img{
			transform: rotate(90deg);
	}
	
	.page-template .main-contact .section-form h2 {
	
		font-size:28px
	}
}@media only screen and (max-width:300px) {.wpcf7-file {max-width:100%; overflow:hidden}

