@charset "UTF-8";
/* CSS Document */

html {
	padding:0;
    margin:0;
    scroll-behavior: smooth;
    text-rendering: optimizeLegibility;
}

body {
	padding:0;
	margin:0;
	font-size: 14px;
	line-height: normal;
	font-family: "Lato";
	font-weight: 400;
}

section,
header,
nav,
article,
aside,
footer,
figure
{
	padding:0;
	margin:0;
	display:block;
}

img {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	outline:none;
	line-height:0;
	font-size:0;
}

figure {
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
}

figure > img {
	display:block;
	width:100%;
	height:auto;
}

a {
	outline:none;
}

h1,h2,h3,h4,h5,h6 {
	display:block;
	padding:0;
	margin:0;
    font-weight:normal;
    font-family: "Comfortaa";
}


.hidden-l {
	display:none;
}


.txt-z {
	line-height:0;
	font-size:0;
}
.txt-n {
	font-size:15px;
	font-weight: 400;
	line-height: 30px;
}

.v-top {
	vertical-align:top;
}
.v-middle {
	vertical-align:middle;
}
.v-bottom {
	vertical-align: bottom;
}

.overflow {
	overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}
.full-height {
	height:100%;
}
.fh {
	height: 100vh;
}

/* ========================================= COMMONS ============================== */

.wrapper-trace {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0px;
    margin-bottom: 20px;
    background-color: transparent;
    border:none;
    z-index: 1;
    box-sizing: border-box;
    
}

.wrapper-trace.main {
    position: absolute;
    bottom: -80px;
    padding: 0px 40px;
}

.wrapper-trace .trace {
    background-color:rgba(25, 151, 198, 0.9);
	color: #FFF;
	display: block;
	padding: 10px 35px 10px 10px;
    margin: 0;
    margin-bottom: 5px;
    position: relative;
    border-radius: 4px;
    font-size: 12px;
    line-height: normal;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.1);
}

.wrapper-trace .close {
    display: block;
    width: 15px;
    height: 15px;
    padding: 5px;
    position: absolute;
    z-index: 2;
    right: 60px;
    top: 10px;
    background-color: rgba(255,255,255,1);
    color: rgba(0,0,0,0.3);
    font-size: 0;
    line-height: 0;
    box-shadow: 0px 0px 2px 0px rgba(0,0,0,0.2);
    border-radius: 2px;
    background-image:url('../../media/images/close-noir.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    cursor: pointer;
    box-sizing: border-box;
}

.login .wrapper-trace .close,
.wrapper-trace.depot .close {
    right: 10px;
}


.table {
	/*border-collapse: separate; border-spacing: 5px;*/
    border-collapse: collapse; 
    border-spacing: 0;
	width:100%;
}
.table th, td {
	padding: 5px;
	vertical-align: top;
}

.box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
	box-sizing: border-box;
}

.txt-center {
	text-align: center;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-justify {
	text-align: justify;
}

.left {
	float:left;
}

.right {
	float:right;
}

.clear {
	display:block;
	clear:both;
	line-height:0;
	height:0;
}

.hide {
	display:none;
}


.bloc {
	display: block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.ib {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


.margin-auto {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.radius {
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}

.transition {
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.transition.fast {
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.transition.slow {
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}

.relative {
	position:relative;
}

.bg-cover {
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}
.bg-cover.top-left {
	background-position:left top;
}
.bg-cover.top-center {
	background-position:center top;
}
.bg-cover.top-right {
	background-position:right top;
}

.bg-cover.middle-left {
	background-position:left center;
}
.bg-cover.middle-center {
	background-position:center center;
}
.bg-cover.middle-right {
	background-position:right center;
}

.bg-cover.bottom-left {
	background-position:left bottom;
}
.bg-cover.bottom-center {
	background-position:center bottom;
}
.bg-cover.bottom-right {
	background-position:right bottom;
}



.bg-contain {
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center center;
}

.link {
	display:inline-block;
	text-decoration:none;
	line-height: normal;
	font-size: 11px;
	font-weight: 700;
	padding: 10px 20px;
	letter-spacing: 1px;
    cursor: pointer;
    font-family: "Comfortaa";
    box-sizing: border-box;
}

.rounded {
    border-radius: 50px;
    padding-left: 30px;
    padding-right: 30px;
}

.border {
	border:solid 1px;
}

/* ========================================= COLORS ============================== */

.bg-noir-10 {
	background-color:rgba(0,0,0,0.1);
}
.bg-noir-20 {
	background-color:rgba(0,0,0,0.2);
}
.bg-noir-30 {
	background-color:rgba(0,0,0,0.3);
}
.bg-noir-40 {
	background-color:rgba(0,0,0,0.4);
}
.bg-noir-50 {
	background-color:rgba(0,0,0,0.5);
}
.bg-noir-60 {
	background-color:rgba(0,0,0,0.6);
}
.bg-noir-70 {
	background-color:rgba(0,0,0,0.7);
}
.bg-noir-80 {
	background-color:rgba(0,0,0,0.8);
}
.bg-noir-85 {
	background-color:rgba(0,0,0,0.88);
}
.bg-noir-90 {
	background-color:rgba(0,0,0,0.9);
}


.bg-noir {
	background-color:#000;
}
.bg-blanc {
	background-color:#FFF;
}
.bg-bleu-grad {
    background: rgb(25,105,178);
    background: linear-gradient(90deg, rgba(25,105,178,1) 0%, rgba(51,184,182,1) 100%);
}


.bg-vert-grad {
    background: rgb(7,4,64);
    background: linear-gradient(90deg, rgba(7,4,64,1) 0%, rgba(40,95,164,1) 100%);
}
.bg-rouge-grad {
    background: rgb(139,18,18);
    background: linear-gradient(90deg, rgba(139,18,18,1) 0%, rgba(219,10,10,1) 100%); 
}

.bg-cyan {
    background-color: #2fabb9;
}
.bg-noirmat {
    background-color: rgb(20,20,20);
}
.bg-bleu {
    background-color: #2a91ab;
}

.b-noir {
	border-color:#000;
}
.b-blanc {
	border-color:#FFF;
}
.b-noirmat {
    border-color: rgb(20,20,20);
}
.b-bleu {
    border-color: #2a91ab;
}

.f-noir {
	color:#000;
}
.f-blanc {
	color:#FFF;
}
.f-cyan {
    color: #2fabb9;
}
.f-noirmat {
    color: rgb(20,20,20);
}
.f-bleu {
    color: #2a91ab;
}
.f-rouge {
    color: firebrick;
}
/* =============================================== STRIP MENU ================================= */


header.strip {
	display: block;
	padding: 0;
	margin: 0;
	border-bottom: solid 1px rgba(0,0,0,0.05);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
    z-index: 100;
}
header.strip #wrapper-menu {
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 35px;
	padding-right: 35px;
	/*box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1);*/
}

header.strip .wrapper-flex .wrapper {
    flex-grow: 1;
    display: inline-block;
    vertical-align: middle;
}

header.strip .border-right {
    border-right: solid 1px rgba(0,0,0,0.3);
    height: 45px;
}

header.strip .links .wrapper {
    display: flex;
    height: 100%;
    flex-direction: row;
    align-items: center;

}

header.strip .links a {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 400;
    line-height: normal;
    margin-right: 15px;
    text-decoration: none;
    color: rgb(20, 20, 20);
    box-sizing: border-box;
}

header.strip .links a:last-of-type {
    margin-right: 0;
}

header.strip .links a figure {
    padding: 1px;
    border-radius: 50px;
    margin-left: 8px;
}
header.strip .links a:hover figure {
    background: none;
}

header.strip .links a:hover {
    color: rgb(42, 145, 171);
}

header.strip .links a figure span {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 50% auto;
    width: 30px;
    height: 30px;
    display: block;
    border-radius: 50px;
    box-sizing: border-box;
}

.ico-trombi {
    border: none;
    width: 50px;
    height: auto;
}


header.strip #wrapper-menu .menu {
	position: relative;
	top: 0;
	z-index: 1;
}
header.strip #wrapper-menu .menu a {
    display: flex;
    flex-direction: row;
    align-items: center;
	vertical-align: middle;
	cursor: pointer;
}

header.strip #wrapper-menu .menu a figure {
    display: flex;
    align-items: center;
    justify-content: center;
    vertical-align: middle;
    margin-left:15px;
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
    padding: 1px;
    border-radius: 100px;
    box-sizing: border-box;   
}

header.strip #wrapper-menu .menu a figure > div {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


header.strip .logon .account {
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    display: inline-block;
    text-align: right;
    line-height: 18px;
    margin: 0;
    vertical-align: middle;
}
header.strip .logon .account span {
    display: block;
    line-height: normal;
}

header.strip .logon .account .groupe {
    color: rgba(20, 20, 20, 0.3);
}


header.strip .logon .account a {
    padding: 0;
    letter-spacing: 0;
}
header.strip .logon .account a:hover {
    color: #000;
}



header.strip .ico-compte {
    background-image: url("../media/images/ico-compte-bleu.png");    
    width: 40px;
    height: 40px;
}

header .logon .ico-compte {
    margin-left: 12px;
    margin-right: 12px;
}

header.strip .ico-avatar {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    margin-left: 15px;
    
}



header.strip .ico-recherche {
    background-image: url("../media/images/ico-loupe.png");
    
}

header.strip .ico-home {
    background-image: url("../media/images/ico-home.png");
    
}
header.strip .ico-plus {
    background-image: url("../media/images/ico-plus.png");
}

footer #support {
    margin-left: 40px;
}





/*
header.strip #wrapper-menu .menu a:hover figure {
    transform: rotate(90deg);
}
*/

header.strip #wrapper-menu .menu a .line {
    display: block;
    width: 22px;
    height: 1px;
    margin-bottom: 5px;
}
header.strip #wrapper-menu .menu a .line:last-of-type {
    margin-bottom: 0;
}

header.strip #wrapper-menu .menu a .libelle {
	display: inline-block;
	vertical-align: middle;
	font-size: 15px;
	line-height: normal;
    font-weight: 400;
    letter-spacing: 1px;
    transition: transform 500ms cubic-bezier(0.19, 1, 0.22, 1);
}
header.strip #wrapper-menu .menu a:hover > .libelle {
    transform: translateX(5px);
}

.social {
	position: relative;
	top: 0;
	padding-left: 25px;
	z-index: 1;
}
.social .ico {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-size: cover;
	opacity: 1;
	transition: all 0.2s ease-in-out;
}
.social .ico:hover {
	opacity: 0.8;
}
.ico-facebook {
	background-image: url(../media/images/ico-facebook.png);
}
.ico-twitter {
	background-image: url(../media/images/ico-twitter.png);
}
.ico-linkedin {
	background-image: url(../media/images/ico-linkedin.png);
}
.ico-pinterest {
	background-image: url(../media/images/ico-pinterest.png);
}
.ico-youtube {
	background-image: url(../media/images/ico-youtube.png);
}
.ico-instagram {
	background-image: url(../media/images/ico-instagram.png);
}
.ico-maps {
	background-image: url(../media/images/ico-maps.png);
}
.ico-mail {
	background-image: url(../media/images/ico-mail.png);
}


header.strip #wrapper-nav {
	height:0;
	width:100%;
	overflow: hidden;
	position:absolute;
	top: 0;
	right:0;
    z-index: 2;
    transition: all 600ms cubic-bezier(0.25, 1, 0.5, 1);
}
header.strip.open #wrapper-nav {
    height:100vh;
}


header.strip #wrapper-nav .close {
	display: block;
	position: absolute;
	top: 55px;
	right: 55px;
	background-size: contain;
	background-image: url(../media/images/close-blanc.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 30px;
	height: 30px;
	z-index: 3;
	cursor: pointer;
}

header.strip #wrapper-nav .overlay {
	position: absolute;
	width:100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	top: 0;
	left: 0;
}

header.strip #wrapper-nav nav {
	opacity:1;
}

header.strip #wrapper-nav nav .item a {
    display: block;
    text-decoration: none;
    color: #FFF;
    font-family: "Comfortaa";
    text-align: center;
    position: relative;
}




header.strip #wrapper-nav nav .item a .wrapper {
    display: block;
    margin: 0 auto;
    position: relative;
    box-sizing: border-box;
    padding: 2px;
    margin-bottom: 10px;
    width: 130px;
    height: 130px;
    border-radius: 130px;
    overflow: hidden;
}

header.strip #wrapper-nav nav .item::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 85px;
    width: 100%;
    height: 1px;
    background-color: #27a0bb;
}




header.strip #wrapper-nav nav .item a .wrapper figure {
    display: block;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 4px;
    background-color: rgb(20,20,20);
    width: 100%;
    height: 100%;
    border-radius: 100%;
    transition: all 200ms ease;
}



header.strip #wrapper-nav nav .item a:hover .wrapper figure {
    background-color: transparent;
}



header.strip #wrapper-nav nav .item a .wrapper figure span {
    width: 100%;
    height: 100%;
    display: block;
    overflow: hidden;
    border-radius: 100%;
    position: relative;
    box-sizing: border-box;
    margin: 0 auto;
}



header.strip #wrapper-nav nav .item a .libelle {
    font-size: 16px;
    font-weight: 400;
    line-height: normal;

}


/* ========================================= STD MENU ============================== */

header {
    display: block;
	padding: 0;
	margin: 0;
	/*border-bottom: solid 1px rgba(0,0,0,0.05);*/
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	right: 0;
    z-index: 100;
    /*background-color: rgba(0, 0, 0, 0.8);*/
}


#page-16 header.normal {
    background-color: rgba(0, 0, 0, 0.8);
}

header.normal.scroll {
    background-color: rgba(0, 0, 0, 0.8);
}

/*
#page-1 header {
    background-color: transparent;
}


#page-1 header.scroll,
header.scroll {
    background-color: rgba(0, 0, 0, 0.8);
}
#page-5 header.strip.scroll,
header.strip.scroll {
    background-color: #FFF;
}
*/


.ico-compte {
    background-image: url("../media/images/ico-compte.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 20px;
    height: 20px;
}


header .wrapper-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-basis: auto;
}

header .wrapper-flex .wrapper-logo {
    
}

header .wrapper-flex .wrapper-logo a {
    display: block;
    height: 80px;
    position: relative;
    width: auto;
    transition: all 400ms cubic-bezier(0.25, 1, 0.5, 1);
}

header.scroll .wrapper-flex .wrapper-logo a {
    height: 40px;
}


header .wrapper-flex .wrapper-logo a img {
    display: block;
    height: 100%; 
    width: auto;
    position: relative;
}

header .wrapper-flex .wrapper-nav {
    flex: 1;

}

header nav {
	line-height: 0px;
    font-size:0;
    
}

header nav ul {
	position: relative;
	padding: 0;
	margin:0;
	display: block;
	font-size: 0;
	line-height: 0;
}

header nav ul li {
	display: inline-block;
	list-style: none;
	margin: 0;
	padding: 0px;
	text-align:left;
	font-size: 0;
    line-height: 0;
    vertical-align: top;
    box-sizing: border-box;
    
}
/*
header nav ul li a::after {
    content: "|";
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    font-weight: 300;
    line-height: normal;
}
*/

header nav ul li::after {
    display: inline-block;
    content: "|";
    font-size: 14px;
    font-family: "Comfortaa";
    line-height: normal;
    margin-left: 5px;
    margin-right: 5px;
    color: #27a0bb;
    vertical-align: baseline;
}


header nav ul li:last-of-type::after {
    display: none;
}


header nav ul li.disabled {
	opacity: 0.2;
	cursor: not-allowed;
}

header nav ul li a {
	display: inline-block;
	font-size: 13px;
	line-height: normal;
	text-decoration: none;
	box-sizing: border-box;
	margin:0;
    padding: 10px;
    font-family: "Comfortaa";
    font-weight: 400;
    letter-spacing: 2px;
}



header nav ul li:hover {
	position: relative;
	/*z-index: 101;*/
	cursor: pointer;
}

header nav > ul {
	margin-left: auto;
	margin-right: auto;
}


header nav > ul > li > a {
    color: #FFF;
}

header  nav > ul > li.up > a ,
header nav > ul > li > a:hover {
	color:#2fabb9;
}


header nav > ul > li > ul {
	visibility: hidden;
	position: absolute;
	left: 0px;
	/*z-index: 102;*/
	width: 200px;
}

header nav > ul > li:hover > ul {
	visibility: visible;
}

header nav > ul > li > ul > li {
	display: block;
}

header nav > ul > li > ul > li > a {
	color: #CCC;
	border: solid 1px rgba(0,0,0,0.1);
}

header nav > ul > li > ul > li > a:hover,
header nav > ul > li > ul > li.up > a
 {
	color:purple;
}


/* ====================================== footer =========================== */

footer {

}

footer p {
	display: block;
	padding: 0;
	margin: 0;
}

footer .credits {
    border-top: solid 1px rgba(255,255,255,0.1);
    font-size: 11px;
    letter-spacing: 1px;
    color: rgba(255,255,255,0.7);
}

footer .credits p {
	display: inline-block;
}

footer .credits a {
    text-decoration: none;
    color: #FFF;
}

footer .credits a:hover {

}

footer .small {
	font-size: 12px;
}

footer .adresse a {
	text-decoration: none;
}

footer .adresse a:hover {

}

/* =============================================================================================== */

.ariane {
	padding: 0;
	margin: 0 20px;
	color: rgba(0,0,0,0.5);
}
.ariane a {
	color: rgba(0,0,0,0.5);
	text-decoration: none;
}
.ariane a:hover {
	text-decoration: underline;
}


.couv {
	display: block;
	margin: 0px;
	padding: 0px;
	position: relative;
	overflow:hidden;
}

.couv img {
	height: auto;
	width: 100%;
	position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;
}
/* ========================================= FORM ====================================================== */

form input[type=text],
form input[type=password],
form textarea
 {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 10px;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	font-family: "Open Sans";
	font-size: 13px;
	line-height: normal;
}
form select
 {
	display: inline-block;
	margin: 0px;
	padding: 5px;
	border: 1px solid rgba(0,0,0,0.2);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	font-family: "Open Sans";
	font-size: 13px;
	line-height: normal;
}

form input[type=submit] {
	display: block;
	width: 100%;
	margin: 0px;
	padding: 10px;
	border: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: white;
	background-color: rgb(0,0,0);
	cursor:pointer;
	-webkit-appearance: none;
	font-family: "Open Sans";
	font-size: 13px;
	line-height: normal;
}
#contact .g-recaptcha {
		margin-bottom: 10px;
}
#contact form input[type=submit]:disabled {
	opacity: 0.2;
}


hr {
	display:block;
	height:0;
	border:none;
	clear: both;
	margin-top: 20px;
	margin-bottom: 40px;
}

/* ================================================= GRID ============================================== */

.page {
	display:block;
    width:100%;
    max-width: 1000px;
	box-sizing: border-box;
}
.page.xl {
	max-width:1400px;
}
.page.l {
	max-width:1200px;
}
.page.m {
	max-width:900px;
}

.page.s {
	max-width:800px;
}
.page.xs {
	max-width: 700px;
}
.page.xxs {
	max-width: 600px;
}
.page.xxxs {
	max-width: 500px;
}



.col-100-l {
	width:100%;
}
.col-90-l {
	width:90%;
}
.col-80-l {
	width:80%;
}
.col-70-l {
	width:70%;
}
.col-60-l {
	width:60%;
}
.col-50-l {
	width:50%;
}
.col-40-l {
	width:40%;
}
.col-30-l {
	width:30%;
}
.col-20-l {
	width:20%;
}
.col-10-l {
	width:10%;
}

.col-33-l {
	width:33.333333%;
}
.col-66-l {
	width:66.666666%;
}

.col-25-l {
	width:25%;
}
.col-75-l {
	width:75%;
}


#vp #large {
	display:block !important;
}
#vp #medium {
	display:none !important;
}
#vp #small {
	display:none !important;
}


/* ============================================ SLIDER =================================================== */




.slick {
	margin-bottom:0;
    position:relative;
}
/*

.slick .slide .legende {
	position:absolute;
	right:0px;
	top:30%;
	width:50%;
}

.slick .slide img {
	display:block;
	width:100%;
	height:auto;
}
*/
.slick .slick-list,
.slick .slick-track {
	
	padding-left: 0 !important;
    padding-right: 0 !important;
    height: auto;
}

.slick .slide {
	display:block;
	position:relative;
	background-repeat:no-repeat;
	background-size:cover;
    background-position:center center;
    height: auto !important;
}


.slick .slick-arrow {
    width:30px;
	height:30px;
	background-size:contain;
	background-repeat: no-repeat;
	opacity:1;
    transition: all 0.2s ease-in-out;
    transform: translateY(-25px);
}

.slick .slick-arrow:hover {
	opacity:1;
}

.slick .slick-arrow::before {
	display:none;
}
.slick .slick-arrow.slick-disabled {
    opacity: 0.1;
}



.slick .slick-next {
    right:0px;
	z-index:1000;
	background-image: url(../media/images/arrow_right.png);
	background-position:center center;
}
.slick .slick-next:hover {
	
}

.slick .slick-prev {
	left: 0px;
	z-index: 1000;
	background-image: url(../media/images/arrow_left.png);
	background-position: center center;
}

.slick .slick-prev:hover {
	
}
/*
.slick .slick-dots {
	bottom:0;
}
*/
.slick .slick-dots li {
		width: auto;
		height: auto;
		margin: 0 10px;
}
.slick .slick-dots li button {
	background-color: none;
	border-radius: 12px;
	width: 12px;
	height: 12px;
    transition: all 0.2s ease-in-out;
    border:solid 1px #27a0bb;
    box-sizing: border-box;
}
.slick .slick-dots li.slick-active button,
.slick .slick-dots li button:hover{
	background-color: #27a0bb;
    
}

.slick .slick-dots li button::before {
	display: none;
}

/* =========================== PADDING / MARGIN ============================== */

.padd-xxs {
	padding: 10px;
}
.padd-l-xxs {
	padding-left: 10px;
}
.padd-r-xxs {
	padding-right: 10px;
}
.padd-t-xxs {
	padding-top: 10px;
}
.padd-b-xxs {
	padding-bottom: 10px;
}
.padd-h-xxs {
	padding-left: 10px;
	padding-right: 10px;
}
.padd-v-xxs {
	padding-top: 10px;
	padding-bottom: 10px;
}



.padd-xs {
	padding: 20px;
}
.padd-l-xs {
	padding-left: 20px;
}
.padd-r-xs {
	padding-right: 20px;
}
.padd-t-xs {
	padding-top: 20px;
}
.padd-b-xs {
	padding-bottom: 20px;
}
.padd-h-xs {
	padding-left: 20px;
	padding-right: 20px;
}
.padd-v-xs {
	padding-top: 20px;
	padding-bottom: 20px;
}


.padd-s {
	padding: 25px;
}
.padd-l-s {
	padding-left: 25px;
}
.padd-r-s {
	padding-right: 25px;
}
.padd-t-s {
	padding-top: 25px;
}
.padd-b-s {
	padding-bottom: 25px;
}
.padd-h-s {
	padding-left: 25px;
	padding-right: 25px;
}
.padd-v-s {
	padding-top: 25px;
	padding-bottom: 25px;
}


.padd-m {
	padding: 50px;
}
.padd-l-m {
	padding-left: 50px;
}
.padd-r-m {
	padding-right: 50px;
}
.padd-t-m {
	padding-top: 50px;
}
.padd-b-m {
	padding-bottom: 50px;
}
.padd-h-m {
	padding-left: 50px;
	padding-right: 50px;
}
.padd-v-m {
	padding-top: 50px;
	padding-bottom: 50px;
}

.padd-xm {
	padding: 75px;
}
.padd-l-xm {
	padding-left: 75px;
}
.padd-r-xm {
	padding-right: 75px;
}
.padd-t-xm {
	padding-top: 75px;
}
.padd-b-xm {
	padding-bottom: 75px;
}
.padd-h-xm {
	padding-left: 75px;
	padding-right: 75px;
}
.padd-v-xm {
	padding-top: 75px;
	padding-bottom: 75px;
}

.padd-l {
	padding: 100px;
}
.padd-l-l {
	padding-left: 100px;
}
.padd-r-l {
	padding-right: 100px;
}
.padd-t-l {
	padding-top: 100px;
}
.padd-b-l {
	padding-bottom: 100px;
}
.padd-h-l {
	padding-left: 100px;
	padding-right: 100px;
}
.padd-v-l {
	padding-top: 100px;
	padding-bottom: 100px;
}


.padd-xl {
	padding: 150px;
}
.padd-l-xl {
	padding-left: 150px;
}
.padd-r-xl {
	padding-right: 150px;
}
.padd-t-xl {
	padding-top: 150px;
}
.padd-b-xl {
	padding-bottom: 150px;
}
.padd-h-xl {
	padding-left: 150px;
	padding-right: 150px;
}
.padd-v-xl {
	padding-top: 150px;
	padding-bottom: 150px;
}


/* ========================================= MAP ============================== */

.map {
	display: block;
	width: 100%;
	height: 500px;
}

/* ========================================= PARALLAX ============================== */

.parallax-container {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.parallax {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.parallax img {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

/* ========================================= TOOLTIP  ========================== */

.tooltipster-sidetip.tooltipster-custom .tooltipster-box {
	background-color: transparent;
	border: none;
	border-radius: 0;
	/*box-shadow: 5px 5px 2px 0 rgba(0,0,0,0.4);*/
}

.tooltipster-sidetip.tooltipster-custom .tooltipster-content {
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	line-height: normal;
	text-transform: uppercase;
	padding: 0;
	text-align: center;
}

/* ========================================= FLEX ============================== */

.wrapper-v-center {
	display: flex;
  align-items: center;
  justify-content: center;
}

.wrapper-v-center.align-right {
	display: flex;
	justify-content: flex-end;
}

/* ======================================= MASONRY ============================= */

.wrapper-masonry {
	box-sizing: border-box;
}

.wrapper-item-sizer,
.wrapper-item {
	width: 33%;
}

.wrapper-item a {
	/*cursor: pointer;*/
	/*text-decoration: none;*/
	border-bottom: solid 1px rgba(255,255,255,0.1);
	padding-bottom: 30px;
	padding-top: 30px;
}
.wrapper-item a:hover {

}
.wrapper-item a figure {
	margin-bottom: 20px;
}
.wrapper-item a h2 {
	font-size: 30px;
	line-height: normal;
	margin-bottom: 20px;
	text-align: left;
}
.wrapper-item a p {
	font-size: 14px;
	line-height: normal;
	text-align: justify;
	line-height: 25px;
}
.wrapper-item a .link {
	margin-top: 15px;
	display: block;
	text-align: center;
}
.wrapper-item a .link:hover {

}
.wrapper-item a p.date {
	font-size: 13px;
}

/* ======================================= FANCYBOX ============================= */

.fancybox-thumbs {
  top: auto;
  width: auto;
  bottom: 0;
  left: 0;
  right : 0;
  height: 95px;
  padding: 10px 10px 5px 10px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.3);
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  bottom: 95px;
}

#progress {
	display: block;
	width: 0;
	height: 1px;
	position: absolute;
	z-index: 2;
	bottom: 10px;
	left: 0;
	background-color: rgba(255,255,255,1);
}


.arrow-down-loop {
    position: absolute;
    bottom: 100px;
    width: 100%;
    z-index: 2;
    left: 0;
    box-sizing: border-box;
    text-align: center;
    height: 0;
    overflow: visible;
}

.arrow-down-loop a {
    margin: 0;
    display: inline-block;
    text-decoration: none;
}

.arrow-down-loop a span {
    font-size: 10px;
    line-height: normal;
    letter-spacing: 4px;
}

.arrow-down-loop .arrow-down {
    position: relative;
    width: auto;
    height: 40px;
    width: 40px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    animation: loopBottom 1s infinite alternate;
    transform: translateY(-40px);
    border: solid 1px #FFF;
    border-radius: 50px;
    padding: 10px;
    box-sizing: border-box;
}

.arrow-down-loop .arrow-down img {
    display: block;
    width: auto;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

@keyframes loopBottom {
    from {
        transform: translateY(-20px);
    }
} 




#slider_homepage {
	width: 100%;
}

#slider_homepage .owl-item {
	height: 100vh;
	box-sizing: border-box;
}

#slider_homepage .owl-item .slide {
	height: 100%;
	position: relative;
	width: 100%;
	box-sizing: border-box;
}
#slider_homepage .owl-item .slide .overlay {
	width: 100%;
	height: 100%;
	opacity: 0;
}
#slider_homepage .owl-item .slide .overlay .legende {
	padding: 20px;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 1;
}
#slider_homepage .owl-item .slide .overlay .legende .content {
	position: relative;
	opacity: 1;
	padding: 0;
	display: block;
	width: 100%;
	box-sizing: border-box;
}

#slider_homepage .owl-item .slide .overlay .legende .content p {
	display: block;
	margin:0;
}

#slider_homepage .owl-item .slide .overlay.logo .legende .content p img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 600px !important;
    height: auto !important;
}


#slider_homepage .owl-item .slide .overlay .legende .content p a {
	text-decoration: none;
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	border:solid 1px #FFF;
	padding: 10px 15px;
	transition: all 0.2s ease-in-out;
	display: inline-block;
	opacity: 0;
}
#slider_homepage .owl-item .slide .overlay .legende .content p a:hover {
	background-color: #FFF;
	color: #000;
}
#slider_homepage .owl-nav {
	height: 0;
	position: absolute;
	top: 50%;
	width: 100%;
	z-index: 2;
	box-sizing: border-box;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}

#slider_homepage:hover .owl-nav {
	opacity: 1;
}
#slider_homepage .owl-nav button {
	font-size: 0;
	line-height: 0;
	width: 40px;
	height: 80px;
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: center;
	display: block;
	padding: 10px;
}
#slider_homepage .owl-nav .owl-prev {
	float: left;
	background-image: url(../media/images/arrow-left-blanc.png);

}
#slider_homepage .owl-nav .owl-next {
	float: right;
	background-image: url(../media/images/arrow-right-blanc.png);

}
#slider_homepage .owl-dots {
	position: absolute;
    top: 0;
    bottom: auto;
	right: 100px;
    width: 30px;
    height: 100%;
    z-index: 4;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#slider_homepage .owl-dots button {
    display: block;
    margin-top: 15px;
    margin-bottom: 15px;
	border: none;
	background-color: rgba(255,255,255,1);
	width: 15px;
    height: 15px;
    border-radius: 30px;
    position: relative;
    z-index: 2;
}
#slider_homepage .owl-dots button::before {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    display: block;
    position: absolute;
    z-index: 0;
    left: 7px;
    top: -20px;
}

#slider_homepage .owl-dots button::after {
    content: "";
    width: 1px;
    height: 20px;
    background-color: #fff;
    display: block;
    position: absolute;
    z-index: 0;
    left: 7px;
    bottom: -20px;
}

#slider_homepage .owl-dots button:first-of-type::before {
    display: none;
}
#slider_homepage .owl-dots button:last-of-type::after {
    display: none;
}



#slider_homepage .owl-dots button.active {
	background-color: #2b96bb;
}


#slider_homepage .owl-dots button:first-of-type {
    margin-top: 0;
}
#slider_homepage .owl-dots button:last-of-type {
    margin-bottom: 0;
}


#home .slide {
	
    margin:0;
    height: 100vh;
    width: 100%;
    flex-direction: column;
}

#home .slide figure  {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
    height: auto;
}
#home .slide p {
    padding-left: 200px;
    display: block;
    margin: 0;
}

aside.vertical-nav {
    display: flex;
    position: fixed;
    right: 50px;
    top: 0;
    height: 100vh;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

aside.vertical-nav .wrapper {
    display: block;
    height: auto;
}

aside.vertical-nav .wrapper a {
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}
aside.vertical-nav .wrapper a span {
    background-color: #FFF;
	width: 15px;
    height: 15px;
    border-radius: 30px;
    position: relative;
    display: block;
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.2);
    /*border: solid 1px #27a0bb;*/
    box-sizing: border-box;
}

aside.vertical-nav .wrapper a:hover span,
aside.vertical-nav .wrapper a.active span {
    background-color: #2b96bb;
}


aside.vertical-nav .vline {
    display: block;
    margin-left: auto;
    margin-right: auto;
    height: 25px;
    width: 1px;
    background-color: #fff;
}



.promo {
	display: block;
}
.promo p {
	margin: 0;
    line-height: normal;
    display: block;
}
.promo .link {
    padding: 7px 10px;
    margin-left: 10px;
}

hr {
    height: 1px;
    margin-top: 30px;
    margin-bottom: 30px;
}
.txt-n p strong {
    font-weight: 600;
}


h1, h2 {
    font-size: 28px;
    line-height: normal;
    font-weight: 400;
}

h3 {
    font-size: 20px;
    line-height: normal;
    font-weight: 400;
    letter-spacing: 1px;
}

#presentation .txt-n p {
    line-height: 35px;
}


.wrapper-mockup {
    background-image: url('../media/images/mockup-iphone.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 100%;
    height: 600px;
    margin: 0 auto;
    padding-top: 15px;
    box-sizing: border-box;
}

.wrapper-mockup .mockup {
    width: 245px;
    margin: 0 auto;
}

.wrapper-mockup .mockup .slick-list {
    height: 535px;
    border-radius: 26px;
    box-sizing: border-box;
}


.wrapper-mockup .mockup figure {
    display: block;
    width: 100%;
    height: 535px;
}


.mockup .slick-dots {
    position: absolute;
    bottom: -60px;
}

.mbp a {
    display: block;
}

.mbp a .ico {
    width: 100px;
    height: auto;
    transition: all 200ms ease-in-out;
}
.mbp a .ico img {
    display: block;
    width: 100%;
    height: auto;
}

.mbp a:hover .ico {
    transform: scale(120%);
}



#best .item figure {
    
    width: 160px;
    height: 160px;
    box-sizing: border-box;
    position: relative;
    padding: 2px;
    border-radius: 200px;
    margin-bottom: 25px;
}

#best .item figure span {
    background-color: rgb(20,20,20);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 45% auto;
    width: 100%;
    height: 100%;
    position: relative;
    display: block;
    border-radius: 200px;
}



.ico-groupe-grad {
    background-image: url("../media/images/ico-groupe-grad.png");
}
.ico-ophtalmo-grad {
    background-image: url("../media/images/ico-ophtalmo-grad.png");
}
.ico-science-grad {
    background-image: url("../media/images/ico-science-grad.png");
}

.parallax-container {
    height: 450px;
}

.circle {
    display: block;
    width: 23px;
    height: 23px;
    box-sizing: border-box;
    border: solid 1px #FFF;
    border-radius: 30px;
    margin: 0 auto;
}
.v-line {
    display: block;
    width: 1px;
    height: 200px;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 auto;
}

#contact h3 {
    margin-bottom: 25px;
}

#contact form p {
    margin-bottom: 20px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-basis: 1;
}

#contact form p span {
    display: inline-block;
    box-sizing: border-box;
    margin-right: 10px;
    font-size: 12px;
    font-weight: 600;
    vertical-align: top;
    line-height: normal;
}

#contact form p input[type=text] {
    flex-grow: 1;
}

#contact form p input[type=text],
#contact form textarea {
    display: inline-block;
    vertical-align: top;
    border: none;
    border-bottom: solid 1px rgba(0,0,0,0.2);
    width: auto;
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 2px;
}

#contact form textarea {
    width: 100%;
    height: 100px;
    margin-bottom: 25px;
}

#contact form input[type=submit] {
    width: auto;
    padding-left: 40px;
    padding-right: 40px;
}

footer .wrapper-flex {
    display: flex;
    flex-direction: row;
    align-items: center;
    
}

footer .logo {
    width: 300px;
    height: auto;
}

footer .social {
    flex-grow: 1;
    height: auto;
    display: block;
    display: none;
}

footer .social p {
    font-size: 15px;
    line-height: normal;
}

footer .social .ico {
    margin-left: 7px;
    opacity: 0.3;
}

footer .social .ico:hover {
    opacity: 1;
}


#inscription .link:hover {
    background-color: transparent;
    color: #FFF;
}

#contact input[type=submit]:hover {
    background: none;
    border: solid 1px #27a0bb;
    color: #27a0bb;
}

#presentation .link:hover {
    background: none;
    border: solid 1px #27a0bb;
    color: #27a0bb;
}

#home .slide .link:hover {
    background: none;
    background-color: #FFF;
    color: #27a0bb;
    
}


.margin-header {
    margin-top: 131px;
}

