﻿/*
Theme Name: Aidepac
Theme URI: 
Author: EASY MARKETING
Author URI: http://www.easy-marketing.fr
Description: 
Version: 1.0
License: 
License URI: 
Tags: 
Text Domain: Aidepac
*/

/* ------------------------------------------------------------------------------------
--  GENERAL 1
------------------------------------------------------------------------------------ */

html {
	
}
body {
	width:100%;
	height: 100%;
	font-family: Roboto, Calibri, sans-serif;
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}
::selection {
	color: #fff;
	background: rgb(26 31 66);
}
::-moz-selection {
	color: #fff;
	background: rgb(26 31 66);
}
/* Transitions */
p,
a,
.bouton,
li:before,
object,
#content article .post .agent,
.article #content article .sidebar .item .bkg,
.article #content article .sidebar .item .textes,
.article #content article .suggest-articles .item .textes,
.page #content .wpcf7 input:focus,
.page #content .wpcf7 select:focus,
.page #content .wpcf7 textarea:focus,
.page #content .wpcf7 input[type=submit],
.accueil header,
.page header,
.article header,
.accueil header #menu,
.page header #menu,
.article header #menu,
.accueil header.mini #logo img,
.page header.mini #logo img,
.article header.mini #logo img,
.accueil header ul li a:after,
.page header ul li a:after,
.article header ul li a:after,
.accueil header.mini #menu ul li ul li,
.page header.mini #menu ul li ul li,
.article header.mini #menu ul li ul li,
#content .vc_row#slider-accueil h1,
.accueil header #menu ul li.icone a:before,
#footer .col span.icone a:before,
.accueil .blocs-domaines .wpb_column .vc_column-inner .wpb_wrapper,
.accueil .blocs-domaines .wpb_column .vc_column-inner h2,
.accueil .icone.download .vc_icon_element-inner,
.accueil .icone.download .vc_icon_element-inner:hover .vc_icon_element-icon::before,
.accueil #content .livre-blanc input,
#content .post .derniers-articles .art,
#content article .post .vc_column-inner .icone.thema .vc_icon_element-inner,
#content article .post .vc_column-inner .icone.thema .vc_icon_element-inner .vc_icon_element-icon::before { 
	transition: all 0.5s cubic-bezier(0.65, 0.05, 0.36, 1);
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	font-family: "Bebas Neue", Calibri, sans-serif;
	font-weight: 200;
	color: #11172B;
	line-height: 120%;
}
h1 {
	font-size: 50px;
	line-height: 50px;
}
h2 {
	font-size: 35px;
	line-height: 40px;
	/* margin-bottom: 50px; */
}
h3 {
	font-size: 32px;
	line-height: 35px;
}
h4 {
	font-size: 28px;
	line-height: 35px;
	margin-bottom: -15px;
}

h1.line,
h2.line,
h3.line {
	position: relative;
}
h1.line:before,
h2.line:before,
h3.line:before {
	content: "";
	position: absolute;
	width: 150px;
	height: 2px;
	bottom: -20px;
	background-color: rgb(255 255 255 / 80%);
}
h1.line.center:before,
h2.line.center:before,
h3.line.center:before {
	left: calc(50% - 75px);
}
h1.line.blanc:before,
h2.line.blanc:before,
h3.line.blanc:before {
	background-color: #fff;
}
p, li, a, input, select, textarea, span {
	font-family: Roboto, Calibri, sans-serif;
}
span {
	font-family: "Bebas Neue", Calibri, sans-serif;
}
.menu a {
	font-family: "Bebas Neue", Calibri, sans-serif;
	font-weight: 200;
}
b {
	
}
p {
	font-size: 16px;
	line-height: 1.5rem;
	color: #11172B;
	text-align: justify;
}
ul li, 
ol li {
	margin: 0px 0px 0px;
	padding-left: 20px;
	text-align: justify;
}
ul li {
	
}
ul li ul,
ol li ol {
	margin: 20px 0px 0px;
	padding-bottom: 20px;
}
ul li ul li {
	margin: 0px 0px 0px;
	font-size: 90%;
	font-weight: normal;
}
a {
	outline: none;
	text-decoration: none;
	border: none;
}
a:hover {
	
}
strong {
	/*color: #e43226;*/
}
em {
	font-size: 1.2em;
	color: #e43226;
	/* font-weight: normal; */
}
input, select, textarea {
	outline: none;
}
strong {
	
}

.none{
	display: none !important;
}

/* WP Admin bar */

#wpadminbar {
	position: absolute !important;
	top: -32px !important;
	transition: all 0.5s;
}
#wpadminbar.visible {
	top: 0px !important;
}
#wpadminbar .adminBarBtn {
	position: absolute;
	margin-top: 32px;
	width: 32px;
	height: 32px;
	background-color: #23282d;
	border-radius: 0px 0px 5px 0px;
	cursor: pointer;
}
#wpadminbar .adminBarBtn:before {
	content: "\f139";
	position: absolute;
	left: 1px;
	top: -15px;
	font-family: dashicons;
	font-size: 25px;
	transform: rotate(90deg);
	transition: all 0.5s;
}
#wpadminbar .adminBarBtn.actif:before {
	left: 3px;
	transform: rotate(-90deg);
}

/* Cookie notice */

#cookie-notice span {
	color: #fff;
}

/* ------------------------------------------------------------------------------------
--  SCROLL BAR
------------------------------------------------------------------------------------ */

::-webkit-scrollbar {
	width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
	background: rgba(0, 0, 0, 0.2);
}
/* Handle */
::-webkit-scrollbar-thumb {
	background: #00EFE3;
}
#content  {
	
}

/* Boutons */

#content .bouton {
	
}
#content .bouton.center {
	text-align: center;
}
#content .bouton .vce-button {
	padding: 10px 30px;
	color: #11172b;
	font-family: "Bebas Neue", Roboto, Calibri, sans-serif;
	font-size: 1.3rem;
	font-weight: 500;
	border: 2px solid #11172b;
	border-radius: 50px;
	transition: all 0.5s;
}
#content .bouton .vce-button:hover {
	color: #00EFE3;
	background: transparent;
	border: 2px solid #00EFE3;
}
/* Rangée qui ne contient qu'un titre : Marges réduites */
#content .vc_row.titre {
	position: relative;
	width: 100%;
	height: auto;
	top: auto;
	text-align: center;
}
#content .post .vc_row.titre .vc_column_container.vc_col-sm-12 .vc_column-inner {
	padding: 3% 5% 0% 5%;
}
#content .vc_row.titre h2 {
	color: #e43226;
}

/* Contenu centré */
#content .center {
	text-align: center;
}
#content .center p {
	text-align: center;
}
#content .post>.vc_row {
	margin: 0% 0%;
}
#content .vc_row.slider {
	margin: 0%;
}
#content .vc_row.slider div#n2-ss-1 .n2-style-5d482038ccdbd46c3f36dbd39dd99e8a-dot.n2-active,
#content .vc_row.slider div#n2-ss-1 .n2-style-5d482038ccdbd46c3f36dbd39dd99e8a-dot:HOVER {
	background: #e43226;
}
#content .vc_row.slider div#n2-ss-1 .n2-ss-layer h1,
#content .vc_row.slider div#n2-ss-1 .n2-ss-layer h2 {
	letter-spacing: 1px;
}

/* Rangées blocs bleu */

#content .vc_row.bloc-bleu {
	background-color: #e43226;
}
#content .vc_row.bloc-bleu p,
#content .vc_row.bloc-bleu a,
#content .vc_row.bloc-bleu li {
	color: #fff;
}
#content .vc_row.bloc-bleu strong,
#content .vc_row.bloc-bleu em {
	color: #e43226;
}

/* Texture cuir sombre */
#content .vc_row.bkg-cuir.dark {
	color: #fff;
	background-image: url('./img/light-leather.png');
	background-color: #000000;
}
#content .vc_row.dark h1,
#content .vc_row.dark h2,
#content .vc_row.dark h3,
#content .vc_row.dark h4,
#content .vc_row.dark h5 {
	
}
#content .vc_row.dark p,
#content .vc_row.dark li,
#content .vc_row.dark a,
#content .vc_row.dark input,
#content .vc_row.dark select,
#content .vc_row.dark textarea {
	color: #d8d8d8;
}

/* Zones à hauteur définie */
#content .vc_row.row-300 {
	min-height: 300px;
}
#content .vc_row.row-400 {
	min-height: 400px;
}
#content .vc_row.row-500 {
	min-height: 500px;
}

/* Marges */
#content .post .no-padding.vc_column_container.vc_col-sm-12 .vc_column-inner .wpb_text_column.wpb_content_element {
	margin: 0%;
}
#content .post .vc_column_container.vc_col-sm-12 .vc_column-inner { /* Pages blocs 1 colonne */
	padding: 3% 5% 3% 5%;
}
#content .post .vce-section-inner {
	/* Les 2 lignes qui suivent servent à éviter des espaces blancs sur les cotés */
	margin: -0px -0px 0px;
	padding: 0% 8% 0% 8%;
}
.content-who .vc_column_container.vc_col-sm-12 .vc_column-inner{
	padding: 0 !important;
	position: relative;
}
.content-who{
	position: relative;
}
#content .post .vc_row.slider .vc_column_container.vc_col-sm-12 .vc_column-inner { /* Slider bloc 1 colonne */
	padding: 0%;
}
.article #content .post .vc_column_container.vc_col-sm-12 .vc_column-inner { /* Article bloc 1 colonne */
	padding: 0% !important;
}
/* 2 colonnes 1/2 */
#content .post .vc_column_container.vc_col-sm-6:nth-child(1) .vc_column-inner { /* Blocs 1/2 page colonnes Gauche */
	padding: 8% 5% 6% 10%;
}
#content .post .vc_column_container.vc_col-sm-6:nth-child(2) .vc_column-inner { /* Blocs 1/2 page colonnes Droite */
	padding: 8% 10% 6% 5%;
}
/* 2 colonnes 2/3 et 1/3 pour les pages marques */
.marque #content .post .vc_column_container.vc_col-sm-8:nth-child(1) .vc_column-inner { /* Blocs 1/2 page colonnes Gauche */
	padding: 2% 5% 2% 8%;
}
.marque #content .post .vc_column_container.vc_col-sm-4:nth-child(2) .vc_column-inner { /* Blocs 1/2 page colonnes Droite */
	padding: 2% 15% 2% 5%;
}
/* 3 colonnes 1/3 */
#content .post .vc_column_container.vc_col-sm-4:nth-child(1) .vc_column-inner { /* Blocs 1/3 page colonnes Gauche */
	padding: 2% 5% 2% 15%;
}
#content .post .vc_column_container.vc_col-sm-4:nth-child(2) .vc_column-inner { /* Blocs 1/3 page colonnes Milieu */
	padding: 2% 10% 2% 10%;
}
#content .post .vc_column_container.vc_col-sm-4:nth-child(3) .vc_column-inner { /* Blocs 1/3 page colonnes Droite */
	padding: 2% 5%;
}

/* Images */
#content .post img {
		
}
/* Images */
#content .post img {
	/* margin: 3% 0% 0%; */
}

/* Bouton retour en haut de page */

#scrollToTop {
	opacity: 0;
	z-index: 50;
	width: 24px;
	height: 24px;
	padding: 15px;
	text-align: center;
	text-decoration: none;
	position: fixed;
	bottom: 3%;
	right: 1%;
	border: 2px solid #00efe3;
	background-color: #00efe3;
	background-repeat: no-repeat;
	background-size: 40px;
	background-position: center;
	border-radius: 50px;
}
#scrollToTop.visible {
	opacity: 1;
}
#scrollToTop:hover {
	background-color: rgba(255, 255, 255, 0);
}
#scrollToTop:after {
	content: "\f077";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 1.2em;
	color: #ffffff;
}
#scrollToTop:hover:after {
	color: #00efe3;
}

/* ------------------------------------------------------------------------------------
-------------------------------------  HEADER
------------------------------------------------------------------------------------ */

.accueil,
.page,
.article {
	
}
.accueil header,
.page header,
.article header {
	z-index: 200;
	position: fixed;
	top: 0px;
	width: 100%;
	height: 120px;
	padding: 0px 0px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-size: 100%;
}
.page header,
.article header {
	
}

/* Logo */

.accueil header #logo,
.page header #logo,
.article header #logo {
	position: absolute;
	left: 5%;
	top: 10px;
}
.accueil header #logo a,
.page header #logo a,
.article header #logo a {
	position: absolute;
	display: block;
	height: 65px;
	left: 0%;
	top: 20px;
}
.accueil header #logo a img,
.page header #logo a img,
.article header #logo a img {
	height: 100%;
}

.accueil header #menu,
.page header #menu,
.article header #menu {
	position: absolute;
	left: 0px;
	width: 100%;
	height: 200px;
	top: 0px;
	text-align: right;
}
.article header #menu:before {
	display: none;
	content: "";
	position: absolute;
	left: -80px;
	top: 0px;
	border-bottom: 0px solid #1a1f42;
	border-top: 60px solid #1a1f42;
	border-left: 80px solid #0000;
	border-right: 0px solid #0000;
}
.accueil header #menu .menu-menu-principal-container,
.page header #menu .menu-menu-principal-container,
.article header #menu .menu-menu-principal-container {
	display: inline-block;
	height: 100%;
	/* margin-right: 6%; */
}
.accueil header #menu ul,
.page header #menu ul,
.article header #menu ul {
	margin: 0px;
	list-style-type: none;
}
.accueil header #menu ul li,
.page header #menu ul li,
.article header #menu ul li {
	position: relative;
	display: inline-block;
	padding: 0px;
}
.accueil header #menu ul li a,
.page header #menu ul li a,
.article header #menu ul li a {
	font-family: "Bebas Neue";
	color: #11172B;
}
.accueil header #menu ul li.current-menu-item,
.page header #menu ul li.current-menu-item,
.article header #menu ul li.current-menu-item {
	
}
.accueil header #menu ul li.current-menu-item a,
.page header #menu ul li.current-menu-item a,
.article header #menu ul li.current-menu-item a {
	font-size: 1.3rem;
	font-weight: 500;
	color: #11172b;
}
.accueil header #menu ul li .sub-menu,
.page header #menu ul li .sub-menu,
.article header #menu ul li .sub-menu {
	display: none;
}
.accueil header #menu ul li a,
.page header #menu ul li a,
.article header #menu ul li a {
	display: inline-block;
	padding: 0px 30px;
	font-size: 1.3rem;
	line-height: 100px;
	font-weight: 400;
	letter-spacing: 1px;
}
.accueil header #menu ul li a:hover,
.page header #menu ul li a:hover,
.article header #menu ul li a:hover {
	
}
/* Icones sociales dans le menu */
.accueil header #menu ul li.icone,
.page header #menu ul li.icone,
.article header #menu ul li.icone {
	position: relative;
	font-size: 0.1px;
}
.accueil header #menu ul li.icone a,
.page header #menu ul li.icone a,
.article header #menu ul li.icone a {
	width: 25px;
	padding: 0px 13px;
}
.accueil header #menu ul li.icone a:before,
.page header #menu ul li.icone a:before,
.article header #menu ul li.icone a:before {
	z-index: 0;
	content: "";
	position: absolute;
	left: 13px;
	top: -5px;
	width: 25px;
	height: 25px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 250em;
	color: #fff;
	background-color: #a2185b00;
}
.accueil header #menu ul li:hover.icone a:before,
.page header #menu ul li:hover.icone a:before,
.article header #menu ul li:hover.icone a:before {
	color: #a6c85d;
}
.accueil header #menu ul li.icone.linkedin a:before,
.page header #menu ul li.icone.linkedin a:before,
.article header #menu ul li.icone.linkedin a:before {
	content: "";
}
.accueil header #menu ul li.icone.twitter a:before,
.page header #menu ul li.icone.twitter a:before,
.article header #menu ul li.icone.twitter a:before {
	content: "\f301";
}
.accueil header #menu ul li.icone.youtube a:before,
.page header #menu ul li.icone.youtube a:before,
.article header #menu ul li.icone.youtube a:before {
	content: "";
}
.accueil header #menu ul li.icone.facebook a:before,
.page header #menu ul li.icone.facebook a:before,
.article header #menu ul li.icone.facebook a:before {
	content: "\f305";
}
.accueil header #menu ul li.icone.googleplus a:before,
.page header #menu ul li.icone.googleplus a:before,
.article header #menu ul li.icone.googleplus a:before {
	content: "\f462";
}
/* Hover éléments du menu */
.accueil header ul li a:after,
.page header ul li a:after,
.article header ul li a:after {
	content: "";
	position: absolute;
	width: calc(90% - 60px);
	height: 2px;
	bottom: 20px;
	left: 0;
	right: 0;
	margin: auto;
	background: #ffffff;
	visibility: hidden;
	border-radius: 7px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
}
.accueil header ul li.icone a:after,
.page header ul li.icone a:after,
.article header ul li.icone a:after {
	display: none;
}
.accueil header ul li a:hover:after,
.page header ul li a:hover:after,
.article header ul li a:hover:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.accueil header #menu ul li a:hover,
.page header #menu ul li a:hover,
.article header #menu ul li a:hover {
	
}
.accueil header #menu ul li.current_page_item a:hover,
.page header #menu ul li.current_page_item a:hover,
.article header #menu ul li.current_page_item a:hover {
	
}
.accueil header #menu ul li a:after,
.page header #menu ul li a:after,
.article header #menu ul li a:after {
	background: #F8F9F9;
}
/* Sous menu */
.accueil header #menu ul li ul,
.page header #menu ul li ul,
.article header #menu ul li ul {
	display: none;
	position: absolute;
	min-width: 330px;
	margin-left: 15%;
	padding: 0%;
	animation-duration: 1s;
	animation-name: slideinRight;
}
.accueil header ul li ul li a:after,
.page header ul li ul li a:after,
.article header ul li ul li a:after {
	display: none;
}
.accueil header #menu ul li:hover ul,
.page header #menu ul li:hover ul,
.article header #menu ul li:hover ul {
	display: block;
}

.accueil header #menu ul li .sub-menu,
.page header #menu ul li .sub-menu,
.article header #menu ul li .sub-menu {
	font-size: 1.5rem;
	background: rgb(17 23 43 / 80%);
	border-radius: 20px;
}
.accueil header #menu ul li .sub-menu li,
.page header #menu ul li .sub-menu li,
.article header #menu ul li .sub-menu li {
	display: block;
	border: none;
	transition: all 0.5s;
}
.accueil header #menu ul li .sub-menu li:hover,
.page header #menu ul li .sub-menu li:hover,
.article header #menu ul li .sub-menu li:hover {
	
}
.accueil header #menu ul li .sub-menu li a,
.page header #menu ul li .sub-menu li a,
.article header #menu ul li .sub-menu li a {
	position: relative;
	display: block;
	padding: 3% 10% 3% 10%;
	font-size: 90%;
	line-height: 35px;
	text-align: left;
	color: #ffffff;
}
.accueil header #menu ul li .sub-menu li a:hover,
.page header #menu ul li .sub-menu li a:hover,
.article header #menu ul li .sub-menu li a:hover {
	color: #fff;
}
/* Sous menu 2ème niveau */
.accueil header #menu ul li ul li ul,
.page header #menu ul li ul li ul,
.article header #menu ul li ul li ul {
	display: none !important;
	left: 100%;
	top: 0%;
	margin-left: 0%;
}
.accueil header #menu ul li ul li:hover ul,
.page header #menu ul li ul li:hover ul,
.article header #menu ul li ul li:hover ul {
	display: block !important;
}
/* Flèche "page en cours" au dessus de l'élément */
.accueil header #menu ul li ul li a:before,
.page header #menu ul li ul li a:before,
.article header #menu ul li ul li a:before {
	display: none;
}
/* Barre sous le sous menu */
.accueil header #menu ul li ul li a:after,
.page header #menu ul li ul li a:after,
.article header #menu ul li ul li a:after {
	bottom: 5px;
}
.accueil header #menu .bouton,
.page header #menu .bouton,
.article header #menu .bouton {
	margin-right: 5%;
	padding: 5px 30px;
	font-family: "Bebas Neue", Roboto, Calibri, sans-serif;
	font-size: 1.2rem;
	color: #11172b;
	border: 2px solid #11172b;
	border-radius: 50px;
	transition: all 0.5s;
}
.accueil header #menu .bouton:hover,
.page header #menu .bouton:hover,
.article header #menu .bouton:hover {
	color: #F8F9F9;
	background: transparent;
	border: 2px solid #F8F9F9;
}

/* Mini menu */

.accueil header.mini,
.page header.mini,
.article header.mini {
	top: 0px;
	height: 100px;
}
.accueil header.mini #menu,
.page header.mini #menu,
.article header.mini #menu {
	height: 100px;
	background: #11172b;
	background-image: none;
	background-position: top right;
}
.accueil header.mini #logo a,
.page header.mini #logo a,
.article header.mini #logo a {
	height: 45px;
}
.accueil header.mini #menu ul li a,
.page header.mini #menu ul li a,
.article header.mini #menu ul li a {
	color: #ffffff;
}
.accueil header.mini #menu .bouton,
.page header.mini #menu .bouton,
.article header.mini #menu .bouton {
	padding: 5px 30px;
	color: #F8F9F9;
	background: transparent;
	border: 2px solid #F8F9F9;
}
.accueil header.mini #menu .bouton:hover,
.page header.mini #menu .bouton:hover,
.article header.mini #menu .bouton:hover {
	color: #00efe3;
	background: transparent;
	border: 2px solid #00efe3;
}
.accueil header.mini #menu ul li .sub-menu,
.page header.mini #menu ul li .sub-menu,
.article header.mini #menu ul li .sub-menu {
	font-size: 1.5rem;
	background: rgb(17 23 43 / 80%);
	border-radius: 20px;
}

/* ------------------------------------------------------------------------------------
-------------------------------------  ACCUEIL
------------------------------------------------------------------------------------ */

/* Accueil intro */

#content .intro {
	padding: 80px 0 0px;
	background-image: url("./img/bkg-accueil-1.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-size: cover;
}
#content .intro .line-1 {
	
}
#content .intro .line-1 .left {
	
}
#content .intro .line-1 .left h1 {
	margin-top: 100px;
}
#content .intro .line-1 .left h2 {
	font-size: 3.4rem;
}
#content .intro .line-1 .left p {
	width: 90%;
	margin: 0 0% 0 0%;
	padding-top: 30px;
	text-align: justify;
}
#content .intro .line-1 .left .vce-single-image-container {
	position: absolute;
	left: 90%;
	top: 100px;
	transform: scale(0.4);
}
#content .intro .line-1 .left .vce-single-image-container img {
	
}
#content .intro .line-1 .right {
	
}
#content .intro .line-1 .right .vce-raw-html-wrapper {
	overflow: hidden;
}
#content .intro .line-1 .right .vce-raw-html-wrapper video {
	width: calc(100% + 1px);
	margin: 60px 0px 60px 0;
}
#content .intro .line-1 .right p {
	width: 62%;
	margin: 0 0% 0 38%;
	padding-top: 100px;
	color: #fff;
	text-align: right;
}
#content .intro .line-2 {
	margin-top: 50px;
}
#content .intro .line-2 h3 {
	margin-top: 5%;
}
#content .intro .line-2 .bouton {
	margin-top: 4%;
	text-align: center;
}
#content .intro .line-2 .vce-single-image-container {
	position: absolute;
	left: 17%;
	top: -30px;
	transform: scale(0.5);
}
#content .intro .line-2 .vce-single-image-container img {
	
}

/* Accueil concept */

#content .concept {
	margin-top: 0px;
	background-image: url("./img/bkg-concept.png");
	background-size: cover;
}

#content .concept .vce-row-content {
	
}
#content .concept .left {
	
}
#content .concept .left p {
	margin-top: 100px;
}
#content .concept .left .bouton {
	margin-top: 50px;
	text-align: right;
}
#content .concept .left .vce-single-image-container {
	margin-top: 100px;
}
#content .concept .right {
	
}
#content .concept .right h2 {
}
#content .concept .right p {
	
}
#content .concept .right .bouton {

}
#content .concept .right .vce-single-image-container {
	
}
#content .concept .right .vce-single-image-container .vce-single-image-wrapper {
	margin-bottom: -14px;
}
#content .concept .right .vce-single-image-container .vce-single-image-wrapper img {
	margin-top: -10px;
}

/* Accueil espace agence */

#content .espace-agences {
    padding: 100px 0 0px;
	background-image: url("./img/bkg-agence.png");
	background-size: cover;
}
#content .espace-agences .left h2 {
	margin-top: 100px;
}
#content .espace-agences .left p {
	
}
#content .espace-agences .left .vce-single-image-container .vce-single-image-inner {
	
}
#content .espace-agences .left .vce-single-image-container .vce-single-image-inner img {
	width: 750px;
	boder-radius: 10px;
}
#content .espace-agences .right h1 {
	
}	
#content .espace-agences .right h2 {

}	
#content .espace-agences .right p {
	
}
#content .espace-agences .right .vce-single-image-container .vce-single-image-inner {
	
}
#content .espace-agences .right .vce-single-image-container .vce-single-image-inner img {
	margin-top: -40px;
	transform: scale(0.8);
}
#content .espace-agences .connexion,
#content .espace-agences .gestion-eleves,
#content .espace-agences .informations,
#content .espace-agences .credits {
	
}
#content .espace-agences .connexion {
	
}
#content .espace-agences .connexion .left {
	
}
#content .espace-agences .connexion .right {
	
}
#content .espace-agences .gestion-eleves {
	margin-top: 100px;
}
#content .espace-agences .gestion-eleves .left {
	
}
#content .espace-agences .gestion-eleves .right {
	
}
#content .espace-agences .credits {
	    margin-top: 100px;
}
#content .espace-agences .credits .left {
	
}
#content .espace-agences .credits .right {
	
}
#content .espace-agences video {
	width: 90%;
	margin-top: 50px;
	margin-left: 70px;
	border-radius: 10px;
}

/* Accueil espace élèves */

#content .espace-eleves {
    padding: 100px 0 0px;
	background-image: url("./img/bkg-eleve.png");
	background-size: cover;
}
#content .espace-eleves video {
	width: 90%;
	max-height: 500px;
	margin-left: 70px;
	border-radius: 10px;
}
#content .espace-eleves .img-evaluation-depart {
	margin: 0 -30% 0 50px;
	transform: scale(0.9);
}
#content .espace-eleves .video-portrait {
	
}
#content .espace-eleves .video-left {
	
}
#content .espace-eleves .titre h2 {
	
}
#content .espace-eleves .titre p {
	margin-top: 60px;
}
#content .espace-eleves .left h2 {
	
}
#content .espace-eleves .left p {
	
}	
#content .espace-eleves .right h1 {
	
}	
#content .espace-eleves .right h2 {
	
}	
#content .espace-eleves .right p {	
	
}

#content .espace-eleves .connexion,
#content .espace-eleves .entrainement-code,
#content .espace-eleves .code-live {
	
}	
#content .espace-eleves .titre p {
	
}
#content .espace-eleves .connexion {
	
}
#content .espace-eleves .connexion .left .vce-single-image {
	
}
#content .espace-eleves .connexion .right {
	
}
#content .espace-eleves .entrainement-code {
	    /* margin-top: 100px; */
}
#content .espace-eleves .entrainement-code.left {
	
}
#content .espace-eleves .entrainement-code.right {
	
}

#content .espace-eleves .code-live {
	margin-top: 100px;
}
#content .espace-eleves .code-live .left {
	
}
#content .espace-eleves .code-live .right {
	
}

/* Accueil offres */

#content .offres {
	margin-top: 80px;
	background-image: url("./img/zone-pourquoi-choisir-magova.png");
	background-size: 100%;
	background-repeat: no-repeat;
}
#content .offres h1 {
	margin: 100px 0px 50px 700px;
}
#content .offres p {
	font-family: Roboto, Calibri, sans-serif;
}
#content .offres .blocs .bloc-blanc {
	padding: 70px 10% 80px 5%;
	background: #fff;
	border-radius: 20px;
}
#content .offres .blocs .vce-row-content,
#content .offres .blocs .vce-row-content {
	display: grid;
	margin-top: -30px;
	grid-template-columns: 500px 500px;
	grid-gap: 10%;
	justify-content: center;
}
#content .offres .blocs .left {
	margin-top: -50px;
	margin-right: 0px;
}

#content .offres .blocs .left h2,
#content .offres .blocs .right h2 {
	font-weight: 500;
}
#content .offres .blocs .right h2 {
	
}
#content .offres .blocs .left p, 
#content .offres .blocs .right p {
	margin-top: -10px;
}
#content .offres .blocs ul li {
	padding: 6px 0;
	list-style-image: url("./img/icon-voiture.png");
	color: #11172B;
	padding: 8px 10px 8px 15px;
}
#content .offres .blocs ul li ul li {
	padding: 0px 0;
	list-style-image: none;
}

#content .offres .blocs .left .vce-single-image-container, 
#content .offres .blocs .right .vce-single-image-container {
	position: relative;
	margin-top: -50px;
	transform: translate(90px,50px) scale(1.2); 
	
}
#content .offres .blocs .left .vce-single-image-container img, 
#content .offres .blocs .right .vce-single-image-container img {
	
}
#content .offres .blocs .left .img-offre1 {
	position: absolute;
	transform: translate(60px,-140px) scale(0.7);
}
#content .offres .blocs .right .img-offre2 {

}
#content .offres .blocs .left .line-2, 
#content .offres .blocs .right .line-2 {
	
}
#content .offres .blocs .left .line-2 h3, 
#content .offres .blocs .right .line-2 h3 {
	margin: 10px 0%;
}
#content .offres .blocs .left .line-2 p, 
#content .offres .blocs .right .line-2 p {
	color: #F8F9F9;
}
#content .offres .blocs .left .line-3 p, 
#content .offres .blocs .right .line-3 p {
	color: #F8F9F9;
}
#content .offres .blocs .left .line-3 ul, 
#content .offres .blocs .right .line-3 ul {
	margin: 0px 12% 0 12%;
}
#content .offres .blocs .left .line-3 ul li,
#content .offres .blocs .right .line-3 ul li {
	
}
#content .offres .blocs .left .bouton,
#content .offres .blocs .right .bouton {
	margin-top: -70px;
}
#content .offres .blocs .left .bouton .vce-button,
#content .offres .blocs .right .bouton .vce-button {
	position: absolute;
	margin: -10px -130px;
	padding: 10px 40px;
	font-size: 1.2rem;
}
#content .offres .vce-single-image-container {
	margin-top: -50px;
}
#content .offres .vce-single-image-container .vce-single-image-wrapper {
	margin: 50px 0 -21px 0;
	transform: scale(0.9);
}

/* Accueil contact */

#content .contact {
	padding: 0px 0 0px;
	background-image: url("./img/bkg-contact.png");
	background-size: cover;
}
#content .contact .left {
	margin-top: 100px;
	padding-right: 2%;
}
#content .contact .left h3 {
	width: 90%;
}
#content .contact .left p {
	margin-top: 50px;
}
#content .contact .left img {
	margin-top: -30px;
	transform: scale(0.8);
}
#content .contact .right {
	margin-top: 150px;
	padding-left: 2%;
}
#content .contact .right img {
	transform: scale(0.5);
}
#content .contact .right h3 {
	width: 80%;
}
#content .contact .right h4 {
	margin-bottom: 50px;
}
#content .contact .right p {
	
}
#content .contact .formulaire {
	margin: 100px 0%;
	padding: 20px 6% 0px 6%;
	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
	border-radius: 10px;
}
.wpcf7-form-control-wrap {
	display: block;
	margin-bottom: 10px;
}
#content .contact .formulaire .form label {
	display: inline-block;
	font-size: 1.0rem;
	font-weight: 500;
	color: #11172b;
	transform: translate(15px, 1px);
}
#content .contact .formulaire .form label.civilite {
	
}
#content .contact .formulaire .form input,
#content .contact .formulaire .form select,
#content .contact .formulaire .form textarea {
	display: block;
	width: 100%;
	margin: 5px 0px 15px;
	padding: 10px 3%;
	border: 1px solid #aaaaaa;
	border-radius: 50px;
}
#content .contact .formulaire .form input {
	width: 94%;
	padding: 11px 3%;
	color: #11172b;
}
#content .contact .formulaire .disponibilite {
	
}
#content .contact .formulaire .disponibilite label {
	
}
#content .contact .formulaire .disponibilite .wpcf7-list-item {
	margin: 3px 12px;
}
#content .contact .formulaire .disponibilite .wpcf7-list-item .wpcf7-list-item-label {
	margin: 5px 15px 5px 10px;
	font-family: Roboto, Calibri, sans-serif;
	font-size: 0.9rem;
	font-weight: 500;
}
#content .contact .formulaire .disponibilite .wpcf7-list-item input {
	position: absolute;
	width: 20px;
	left: -14px;
	top: 0;
}
#content .contact .formulaire .form textarea {
	width: 94%;
	border-radius: 20px;
	color: #11172b;
}
#content .contact .formulaire .checkbox {
	
margin-top: 30px;
}
#content .contact .formulaire .checkbox span {
	font-family: Roboto, Calibri, sans-serif;
	font-size: 0.8rem;
	line-height: 1.5em;
	font-weight:500;
	color: #11172b;
}
#content .contact .formulaire .checkbox label {
	font-size: 0.9rem;
	color: #11172b;
}
#content .contact .formulaire .checkbox span {
	margin: -7px 0px;
}
#content .contact .formulaire input[type=submit] {
	width: initial;
	margin: -10px auto 30px;
	padding: 5px 40px;
	font-family: "Bebas Neue", Roboto, Calibri, sans-serif;
	font-size: 1.2rem; 
	color: #11172b;
	background: #ffffff;
	border: 2px solid #11172b;
	border-radius: 50px;
	cursor: pointer;
}
#content .contact .formulaire input[type=submit]:hover {
	color: #00efe3;
	background: #fff;
	border: 2px solid #00efe3;
}

/* ------------------------------------------------------------------------------------
-------------------------------------  Page 404
------------------------------------------------------------------------------------ */

.page.page-404 #content {
	margin-top: 300px;
	padding: 1px;
	background: rgb(255 255 255 / 0.9);
}
.page.page-404 #content h1,
.page.page-404 #content p {
	margin: 4% 0%;
	color: #8f326f;
	text-align: center;
}

/* ------------------------------------------------------------------------------------
-------------------------------------  FOOTER
------------------------------------------------------------------------------------ */

#footer {
	display: table;
	width: 100%;
	/* margin-top: -80px; */
	min-height: 280px;
	background: #009688;
	background-repeat: no-repeat;
	background-position: bottom left;
	background-size: 100%;
}
#footer .col {
	display: table-cell;
	width: 25%;
	vertical-align: middle;
	text-align: center;
}
#footer .col p,
#footer .col a {
	margin: 10px 0px;
	font-size: 1em;
	font-family: Roboto, Calibri, sans-serif;
	line-height: 1.8em;
	color: #ffffff;
	text-align: center;
}
#footer .col section a {
	display: block;
	color: #ffffff;
}
#footer .col section a:hover {
	color: #00efe3;
}
#footer .col hr {
	width: 20%;
	margin: 25px auto;
	height: 2px;
	background-color: #00efe3;
	border: none;
}
#footer .col.col-1 {
	width: 25%;
}
#footer .col.col-1 img {
	width: 200px;
}
#footer .col.col-2 {
	width: 25%;
}
#footer .col.col-2 p,
#footer .col.col-2 a {
	color: #fff;
}
#footer .col.col-3 {
	width: 25%;
}
#footer .col.col-3 p,
#footer .col.col-3 a {
	color: #fff;
}
#footer .col.col-4 {
	width: 25%;
}
#footer .col.col-4 section a:hover {
	color: #fff;
}

/* Icones sociales dans le footer */

#footer .col a.icone {
	display: inline-block;
	position: relative;
	height: 35px;
}
#footer .col a.icone {
	width: 25px;
	margin: 0px 13px;
}
#footer .col a.icone i {
	font-size: 1.6em;
}
#footer .col span.icone a i:before {
	color: #fff;
}
#footer .col span:hover.icone a i:before {
	color: #00efe3;
}