/*** Eric Meyer's Reset CSS v2.0(https://meyerweb.com/eric/tools/css/reset/)* http://cssreset.com*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed,figure, figcaption, footer, header, hgroup,menu, nav, output, ruby, section, summary,time, mark, audio, video, a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2em;
	font-family: 'Quicksand', sans-serif;
	font-size: 15px;
	letter-spacing: -0.008em;
	color: #191919;
	background: rgb(244, 244, 244);
	background: -webkit-linear-gradient(top, rgb(244, 244, 244) 0%,rgb(255,255,255) 100%);
	background: -webkit-linear-gradient(top, rgb(244, 244, 244) 0%,rgb(255,255,255) 100%);
	background: linear-gradient(to bottom, rgb(244, 244, 244) 0%,rgb(255,255,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ededed', endColorstr='#ffffff',GradientType=0 );
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{
	-webkit-transition: all 100ms cubic-bezier(0.46, 0.03, 0.52, 0.96)!important;
	transition: all 100ms cubic-bezier(0.46, 0.03, 0.52, 0.96)!important;
}

.blue-link a{color: #039be5 !important;}
.blue-link strong {
    margin: 25px 0px 1px 0px !important;
}
.blue-link strong:after{
    height: 0px !important;
    margin-top: 0px !important;
}
h1{
	font-size: 2em;
	font-weight: 700;
	line-height: 1.2em;
}
h2{
	font-size: 1.8em;
	font-weight: 700;
	line-height: 1.2em;
}
h3{
	font-size: 1.6em;
	font-weight: 700;
	line-height: 1.2em;
}
h1:before,h2:before,h3:before{
	content: "";
	display: block;
	height: 3px;
	width: 50px;
	margin-bottom: 13px;
	background: #329fdd;
}
h2 span{
	display: inline-block;
	margin-right: 10px;
	background: #329fdd;
	border-radius: 7px;
	color: #fff;
	font-size: 0.7em;
	font-weight: 500;
	min-width: 25px;
	min-height: 22px;
	text-align: center;
	vertical-align: bottom;
	padding: 0px 12px;
}
#wait{
	position: fixed;
	text-align: center;
	display: block;
	width: 100%;
	top: 0;
	height: 100%;
	z-index: 10000;
	background-color: rgb(255, 255, 255);
	padding-top: 10%;
}
#wait img{
	display: block;
	margin: 0 auto;
}
#alert_cookie{
position: fixed;
bottom: 0;
background-color:#329fdd;
width: 100%;
padding: 5px 10px;
text-align: center;
z-index: 1000;
color:#1d1d1b;
font-size: 13px;   
    }
    #alert_cookie span,
    #alert_cookie p{
    display: inline-block;
    }
    #alert_cookie span{
    margin-left: 20px;
    font-weight: bold;
    cursor: pointer;    
    }
.spinner-blue-only {
	border-color: #329fdd !important;
}
.full-width{
	width: 100% !important
}
/*.hide_me{
	position:absolute;
	left:-9999px;
}
*/
.outline-btn:hover,.outline-btn:active,.outline-btn:focus{
	cursor: pointer;
	-webkit-transform: scale(1.005);
	transform: scale(1.005);
	/*box-shadow: -1px 1px 13px 0px #171717;
	*/
	background-color: #329fdd;
	color: #fff;
}
.outline-btn:disabled,.outline-btn:hover:disabled,.outline-btn:active:disabled,.outline-btn:focus:disabled {
	border-color: #b1b1b1 !important;
	background-color: transparent!important;
	color: #b1b1b1 !important;
}
.clear{
	display: block;
	clear: both;
	visibility: hidden;
}
.outline-btn{
	position: relative;
	background: none;
	color:#fff;
	border: 1px solid #fff;
	padding: 12px 25px;
	font-weight: 500;
	-webkit-transition: all 200ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
	transition: all 200ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.outline-btn.bleu{
	color:#329fdd;
	border-color: #329fdd;
}
.outline-btn:before{
	position: absolute;
	z-index: -1;
	left: 0;
	width: 0px;
	top: 0;
	height: 100%;
	background-color: #fff;
	content: "";
	-webkit-transition: all 200ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
	transition: all 200ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.outline-btn.bleu:before{
	background-color: #329fdd;
}
.outline-btn:disabled:before{
	background-color: #fff!important;
}
.outline-btn.bleu:hover,.outline-btn.bleu:active,.outline-btn.bleu:focus{
	color: #fff;
}
.outline-btn.btn_hover:before {
	width: 100%;
}
.outline-btn:after{
	content: "chevron_right";
	color: transparent;
	display: inline-block;
	vertical-align: middle;
	font-family: 'Material Icons';
	font-weight: normal;
	font-style: normal;
	font-size: 1.2em;
	line-height: 1;
	margin: -5px;
	letter-spacing: normal;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	-webkit-font-feature-settings: 'liga';
	-webkit-font-smoothing: antialiased;
}
.outline-btn.btn_hover:after{
	margin-left: 5px;
	color: #fff;
	-webkit-transition: all 200ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
	transition: all 200ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.outline-btn.bleu.btn_hover:after{
	margin-left: 5px;
	color: #fff;
	-webkit-transition: all 200ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
	transition: all 200ms cubic-bezier(0.46, 0.03, 0.52, 0.96);
}
.no-float{
	float: none !important;
	margin: 0 auto;
	display: block;
}
#edit-submit--2,
#edit-actions-submit--2,
#edit-actions-submit{
display: block;
margin: 0 auto;
width: 280px;
text-transform: uppercase;
font-size: 0.95em;
}
/*Nav*/
nav{
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 2;
}
nav header {
    width: 100%;
    background: #fff;
    color: #fff;
    height: 55px;
    background: #fff url(../img/form-menu.png) no-repeat right center;
}
#dropdown-trigger{
    font-size: 0.8em;
    display: inline-block;
    padding: 10px 10px;
    cursor: pointer;
    color: black;
    font-weight: bold;
    height: 55px;
    line-height: 35px;
}
#dropdown-trigger i{
	display: inline-block;
	font-size: 11px;
	margin-left: 5px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	height: auto;
	line-height: 18px;
}
#lang{
	display: none;
	left: 0px;
	width: 50px;
	color: #fff;
	background-color: #f4f4f4;
	position: absolute;
	top: -1px;
}
#lang a{
	padding: 5px 15px;
	color: #626161;
	font-size: 0.8em;
	font-weight: bold;
}
#lang a:active,#lang a:hover{
	background-color: #329fdd;
	color: #fff;
}
#nav-user{
	    display: inline-block;
    width: 50px;
}
#fade_mobile{
    height: 100%;
    display: inline-block;
	}

#logo a{
	display: inline-block;
	height: 100%;
	width: 130px;
	background: url(../img/logo-veodis-long.png) no-repeat;
	background-size: contain;
	text-indent: -5000px;
    margin-top: 15px;
}

nav footer {
	margin-top: 30px !important;
	margin-top: 2rem !important;
}
nav footer ul li{
	display: inline-block;
	position: relative;
}
nav footer ul li a{
	position: relative;
	font-weight: 700;
	color: #000;
	color: rgba(0, 0, 0, 0.7);
	font-size: 1em;
	padding: 10px 15px;
	-webkit-transition: width 200ms ease-in-out;
	-webkit-transition: width 200ms cubic-bezier(.99, .05, .23, .92);
	transition: width 200ms cubic-bezier(.99, .05, .23, .92);
}
nav#index footer ul li a{
	color:#fff;
}
nav#index footer ul li ul li a{
	color: #000;
	width: 100%;
}
nav footer ul li a:before{
	content: "";
	position: absolute;
	top: 3px;
	display: block;
	height: 3px;
	width: 0px;
	background-color: #329fdd;
	-webkit-transition: width 200ms ease-in-out;
	-webkit-transition: width 200ms cubic-bezier(.99, .05, .23, .92);
	transition: width 200ms cubic-bezier(.99, .05, .23, .92);
}
.waves-effect.waves-grey .waves-ripple {
	background-color: rgba(232, 232, 232, 0.65);
}
#log-user:focus,#log-user:hover,nav footer ul li a:hover{
	color: #329fdd!important;
}
.sub_trigger.active{
	color: #329fdd !important;
}
.sub_trigger {
	padding-right: 25px;
}
.sub_trigger.active:before{
	width: 20px;
}
#logo{
    height: 55px;
    display: inline-block;
    vertical-align: top;
        margin-left: 15px;
}
#link-set ul li a i{
	color: #329fdd;
	top: 20px;
	right: 0px;
	position: absolute;
	height: auto !important;
	line-height: inherit !important;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}
#link-set ul li a.active{
	background: #329fdd;
    color: #fff !important;
}
#link-set ul li a:hover,
footer article ul li a:active,
#link-set ul li a:active,
footer article ul li a:hover{
    color: #34A0DD;
    -webkit-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}

#link-set ul li ul{
    position: absolute;
    width: 250px;
    background: #1b1b1b;
   padding-bottom: 10px;
    border-top: 3px solid #329fdd;
    height: 0px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
/*
    -webkit-transition: all 800ms ease-in-out;
    -webkit-transition: all 800ms ease-in-out;
    transition: all 200ms ease-in-out;
*/
}
#link-set ul li ul:after{
	content: "";
	position: absolute;
	display: block;
	top: -20px;
	width: 100%;
	height: 40px;
}
#link-set ul li ul.sub-active{
  opacity: 1;
  visibility: visible;
  height: auto;
}

#link-set ul li ul li{
	display: block;
     opacity: 0;
}
#link-set ul li ul li a{
    color: #ffffff;
    width: 100%;
    font-weight: 100;
    padding: 15px 20px;
    font-weight: 500;
    -webkit-transition: all 200ms ease-in-out;
    -webkit-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
#link-set ul li ul li a:active,
#link-set ul li ul li a:hover{
	font-weight: 700;
	padding-left: 22px;
    opacity: 0.9;
}
#link-set ul li ul li a:before{
	display: none;
}
#link-set ul li a.active i {
	color: initial;
}
#link-set ul li ul.sub-active li {
  -webkit-animation: fadeInRight .5s ease forwards;
          animation: fadeInRight .5s ease forwards;
  -webkit-animation-delay: .15s;
          animation-delay: .15s;
}
#link-set ul li ul.sub-active li:nth-of-type(2) {
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
#link-set ul li ul.sub-active li:nth-of-type(3) {
  -webkit-animation-delay: .25s;
          animation-delay: .25s;
}
#link-set ul li ul.sub-active li:nth-of-type(4) {
  -webkit-animation-delay: .30s;
          animation-delay: .30s;
}
#link-set ul li ul.sub-active li:nth-of-type(5) {
  -webkit-animation-delay: .35s;
          animation-delay: .35s;
}
#link-set ul li ul.sub-active li:nth-of-type(6) {
  -webkit-animation-delay: .40s;
          animation-delay: .40s;
}
#link-set ul li ul.sub-active li:nth-of-type(7) {
  -webkit-animation-delay: .45s;
          animation-delay: .45s;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    margin-left:5px
  }
  100% {
    opacity: 1;
    margin-left:0px
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    margin-left:5px
  }
  100% {
    opacity: 1;
    margin-left:0px
  }
}
/*
#link-set ul li:hover ul{
	display: block;
}
*/
/*
.sticky{
	position: fixed;
	display: block;
	width: 100%;
	margin: 0px !important;
	padding: 15px 15px 1px 15px;
	top: 0;
	background-color: #f6f6f6;
	background-color: rgba(246, 246, 246, 0.9);
	border-bottom: 1px solid #e5e5e5;
	z-index: 1000000;
	box-shadow: 0px -220px 320px 80px #515151;
}
*/

#log-user{
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    width: 95px;
    visibility: hidden;
}
#log-user span{
    display: inline-block;
    text-indent: -50000px;
    cursor: pointer;
    background: url(../img/user-picto.png) no-repeat 20px -2px !important;
    background-size: auto;
    height: 35px;
    margin: 0 !important;
    padding: 0px !important;
    vertical-align: super;
    position: relative;
    z-index: 2;
    margin-left: 40px;
}
#log-user ul{
    position: absolute !important;
    right: 0;
    top: 52px;
    padding-bottom: 20px !important;
}
#log-user li span a{
    padding: 5px 5px !important;
    width: 74px !important;
    height: 45px !important;
}
#ham{
    display: none;
    color: #000;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100000;
    background-color: #329fd9;
}

#link-set ul li{display: inline-block;}
#link-set ul li a{
position: relative;
    color: #000;

    padding: 19px 20px;
    font-size: 0.95em;
    font-weight: 800;
}
#link-set .sub_trigger {
    padding-right: 25px;
}
/*Modal User*/
#modal_user{
	width: 460px;
	height: auto;
	max-height: 100%;
	padding: 30px;
	padding-bottom: 15px;
	background-color: #2b2b2b;
    top: 2% !important;
}
#modal_user button{
	width: 100%;
	margin-top: 10px;
}
#modal_user .indicator {
	display: none;
}
#modal_user .tabs li:first-child {
	border-right: 1px solid #6e6e6e;
}
#modal_user:after{
	content: "";
	display: inherit;
	width: 110px;
	height: 50px;
	background: url(../img/logo-veodis-long-blanc-mono.png) no-repeat;
	margin: 0 auto;
	background-size: contain;
	opacity: 0.5;
	margin-top: 5px;
}
.log-panel {
	margin-bottom: 20px;
}
@-webkit-keyframes ani-mouse {
	0% {
		opacity: 1;
		top: 29%;
	}
	15% {
		opacity: 1;
		top: 50%;
	}
	50% {
		opacity: 0;
		top: 50%;
	}
	100% {
		opacity: 0;
		top: 29%;
	}
}
.scroll {
	display: block;
	position: absolute;
	bottom: 5px;
	left: 0;
	right: 0;
	text-align: center;
	z-index: 1;
}
.scroll__mouse {
	position: relative;
	display: block;
	width: 20px;
	height: 33px;
	margin: 0 auto 20px;
	box-sizing: border-box;
	border: 2px solid #ffffff;
	border-radius: 23px;
}
.scroll__mouse-ani {
	position: absolute;
	display: block;
	top: 29%;
	left: 70%;
	width: 2px;
	height: 3px;
	margin: -4px 0 0 -4px;
	background:#ffffff;
	border-radius: 50%;
	-webkit-animation: ani-mouse 2.5s linear infinite;
	animation: ani-mouse 2.5s linear infinite;
}
#modal_pop-up{
    display: none;
    top: 30%;
    width: 50%;
    position: fixed;
    z-index: 5;
    left: 0;
    right: 0;
    margin: auto;
    overflow-y: auto;
    border-radius: 2px;
    will-change: top, opacity;
    height: auto;
    max-height: 100%;
    padding: 50px;
    padding-bottom: 50px;
    background-color: #2b2b2b;
}
#overlay_pop-up{
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 2;
    background: black;
    opacity: 0.5;
    top: 0;
}
/*User Log*/
.log-panel p,
#autorisation p{
	padding: 30px 0px 19px;
	text-align: center;
	line-height: 1.5em;
	color: #fff;
    line-height: 1.8em;
}
.log-panel p:after,
#autorisation p:after{
	content: "";
	display: block;
	width: 20%;
	height: 1px;
	background: #717171;
	margin: 0 auto;
	margin-top: 20px;
}
#autorisation p strong{font-weight: bold}
#autorisation ul li{
    text-align: center;    
}
#modal_user .tabs, #modal_user .tabs .tab{
	height: auto;
}
#modal_user .tabs .tab a {
	color: #9f9c9c;
	background-color: #2b2b2b;
}
.tabs .tab a.active{
	color: #329fdd !important;
	font-weight: 500;
}
.form .input-field input{
	height: 36px;
}
.input-field .prefix {
	position: absolute;
	width: 3rem;
	font-size: 1.5rem;
	-webkit-transition: color .2s;
	transition: color .2s;
	top: -0.5rem;
	color: #616060;
}
.input-field input{
	color: #717171;
}
.input-field label{
	font-size: 1em;
    text-transform: capitalize;
}
.input-field .prefix.active {
	color: #329fdd;
}
.input-field {
    margin-top: 30px;
}
#modal_user .input-field {
    margin-top: 10px !important;
}
.select-wrapper + label {
    top: 0px;
    }
input:focus:not([type]):not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:not([readonly]) {
	border-bottom: 1px solid #329fdd;
	box-shadow: 0 1px 0 0 transparent;
}
/*intro video*/
#bg-video div video{
margin: 0 auto !important;
}

#bg-video{
	width: 100%;
	height: 100%;
	height: 100vh;
	position: absolute;
	/*background-image: url(../img/pinstriped-suit.png);
	*/
}
#intro-video{
	width: 100%;
	height: 100%;
    height: 100vh;
	border-bottom: 5px solid #329fd9;
	overflow: hidden;
}
#intro-video .baseline{
	width: 100%;
	position: relative;
	text-align: center;
	color: #fff;
	font-size: 2.8rem;
	line-height: 3.8rem;
	font-weight: 500;
}
#intro-video .baseline strong{
	display: block;
	font-weight: 700;
	color: #34a0dd;
	font-size: 3rem;
	line-height: 3.8rem;
}
.intro_twin{
	position: relative;
	padding: 0 !important;
	overflow: hidden;
}
.intro_twin,#qui-sommes{
	height: 520px;
	height: 55%;
	height: 54vh;
}
.intro_twin .bg-blur:first-child,.intro_twin .bg-blur:last-child{
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.intro_twin:first-child .bg-blur{
	background: url(../img/sport-et-medecine.jpg) no-repeat;
	background-size: cover;
	background-position: 80% 0px;
}
.intro_twin:last-child .bg-blur{
	background: url(../img/reconstruction.jpg) no-repeat;
	background-size: cover;
	background-position: 80% 0px;
}
.intro_twin h2{
	color:#fff;
}
.intro_twin ul,#other .col.m5 ul{
	margin-top: 20px;
}
.intro_twin ul li,.intro_twin ul li:nth-child(5){
	display: inline-block;
	margin-bottom: 10px;
}
.intro_twin ul li a,#other .col.m5 ul li a{
	border-left: 1px solid #fff;
	font-weight: 500;
}
#other .col.m5 ul li a:hover,#other .col.m5 ul li a:active,#other .col.m5 ul li a:focus,.intro_twin ul li a:hover,.intro_twin ul li a:active,.intro_twin ul li a:focus{
	color: #0aa6ff;
}
.intro_twin ul li:first-child a,#other .col.m5 ul li:first-child a{
	border-left: 0px solid #fff;
	padding-left: 0;
}
section article.intro_twin div{
	float: none;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	margin-top: 0px;
	-webkit-transition: all 400ms ease-in-out!important;
	transition: all 400ms ease-in-out!important;
}
.intro_twin:hover > div{
	margin-top: -10px;
}
.intro_twin:hover > .bg-blur{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	filter: blur(1px) !important;
	-webkit-transition: all 400ms ease-in-out!important;
	transition: all 400ms ease-in-out!important;
}
.intro_twin:hover > div{
	opacity: 1;
}
#qui-sommes{
	background: #1c1c1c url('../img/wave.png') no-repeat;
	background-size: cover;
	width: 100%;
}
#qui-sommes div img{
	position: absolute;
}
#qui-sommes .valign-wrapper{
	height: 100%;
	padding: 5% 0;
	color: #fff;
}
#qui-sommes article{
	padding: 0 5%;
}
#qui-sommes article strong{
	line-height: 1.5em;
	margin: 30px 0;
	display: block;
}
#qui-sommes article .outline-btn{
	display: inline-block;
}
#qui-sommes article .outline-btn:focus,#qui-sommes article .outline-btn:active,#qui-sommes article .outline-btn:hover{
	color:#0aa6ff;
}
#qui-sommes article .outline-btn.btn_hover:after{
	color:#0aa6ff;
}
/*Footer*/
footer.end{
    padding-top: 7%;
    background-color: #1b1b1b;
    position: relative;
}
footer article{    margin-bottom: 50px;}
footer article p,
footer article strong{
    display: block;
    color: #fff;
    opacity: 0.4;
    margin-top: 15px;
}
footer article h5{
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
footer article ul{margin-top: 15px;}
footer article ul li{    display: inline-block;}
footer article ul li:after{
    content: "";
    display: inline-block;
    height: 14px;
    width: 1px;
    background-color: #fff;
    margin: 3px 3px -3px 7px;
    opacity: 0.2;
}
footer article .outline-btn:after{
    content: "mail" !important;

}
footer article .outline-btn.btn_hover:after{
 color: #329fdd;

}
footer article .outline-btn{
    clear: both;
    margin-top: 15px;
    display: inline-block;
    opacity: 0.4;
}
footer article .outline-btn.btn_hover{
    opacity: 1 !important;
    color: #329fdd;
}

footer article ul li:last-child:after{display: none;}
footer article ul li a{
    opacity: 0.4;
    padding: 0;
    font-size: 0.95em;
    display: inline-block;

}
footer aside{
    border-top: 1px solid #3a3a3a;
    padding: 5px 10px;
}
footer aside ul{}
footer aside ul li a,
footer aside ul li{
    color: #fff;
    font-size: 13px;
    opacity: 0.5;
    padding: 0;
}
/*Main générique*/
#content header {
	margin-bottom: 2%;
}
#content ul .indicator {
	background-color: #32abe7;
	top: 0;
}
#content header article{
	float: none;
	margin: 8% auto 5%;
}
#content .tab a{
	color: #000;
	font-weight: 700;
}
#content .tab a.active{
	color: #329fdd;
}
#content header article h1{
	font-size: 2.8em;
	color: #329fdd;
	text-transform: uppercase;
}
#content header article em{
	opacity: 0.3;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.6em;
	line-height: 1.1em;
}
#content header article h1:before{
	display: none;
}
#content header article strong{
	margin: 20px auto;
	display: block;
	font-size: 1.3em;
	opacity: 0.8;
	width: 80%;
	line-height: 1.5em;
	font-weight: 500;
}
#content header article strong:after{
	content: "";
	display: block;
	width: 20%;
	height: 2px;
	background: #bdbdbd;
	margin: 0 auto;
	margin-top: 40px;
}
.set-produit{
	position: relative;
	background-color: #eeeeee;
	padding: 2%;
	border-top: 1px solid #e1e1e1;
}
.set-produit:before{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: block;
	content: "";
	visibility: hidden;
	opacity: 0;
	background: #eeeeee url(../img/load.gif) no-repeat top;
	z-index: 1;
	-webkit-transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) !important;
	transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.showing:before{
	visibility: visible;
	opacity: 1;
}
/*#title-heading{
	display: block;
	width: 100%;
	font-size: 110px;
	text-indent: -5000px;
	background-image: url();
}
*/

.card{
	box-shadow: none;
	-webkit-transition: all 200ms cubic-bezier(0.46, 0.03, 0.52, 0.96)!important;
	transition: all 200ms cubic-bezier(0.46, 0.03, 0.52, 0.96)!important;
}
.nouveau_produit .prod_banner{
    font-size: 1.2vw;
    position: absolute;
    z-index: 1;
    top: 4%;
    right: -35%;
    font-weight: 700;
    text-transform: uppercase;
    color: #ffffff;
    padding: 10px;
    width: 100%;
    background-color: #32cee7;
    text-align: center;
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}
.set-produit .card{
    position: relative;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border: 1px solid #d8d6d6;
	box-shadow: 0px 0px 20px 0px #dad8d8;
	border-top: 3px solid #32abe7;
	padding: 0;
    padding-top: 50px;
	overflow: hidden !important;
}
.nouveau_produit .card{border-top: 3px solid #32cee7;}
.nouveau_produit h3:before {
    background: #32cee7;
}
.nouveau_produit h3 i {
    background-color: #32cee7 !important;
}

.set-produit .card:active,.set-produit .card:hover{
	box-shadow: 0px 0px 20px 7px #dad8d8;
}
.set-produit .card .card-reveal,.set-produit .card .card-content{
	background-color: #f5f5f5;
/*	padding-bottom: 45px;*/
}
.set-produit .card .card-reveal h3,.set-produit .card .card-content h3{
	margin-bottom: 10px;
	position: relative;
}
.set-produit .card .card-reveal p{
	font-size: 1.1em;
	line-height: 1.3em;
	margin-bottom: 5px;
}
.set-produit .card .card-reveal h3 i,.set-produit .card .card-content h3 i{
	background-color: #32abe7;
	color: #fff;
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	border-radius: 13px;
	line-height: 45px;
	font-weight: 700;
	position: absolute;
	top: -45px;
	right: 0;
	cursor: pointer;
	-webkit-transition: all 200ms cubic-bezier(0.46, 0.03, 0.52, 0.96)!important;
	transition: all 200ms cubic-bezier(0.46, 0.03, 0.52, 0.96)!important;
}
.set-produit .card .card-reveal h3 i{
	top: -25px;
	right: -24px;
	border-radius: 0px;
	border-bottom-left-radius: 13px;
	box-shadow: none;
}
.set-produit .card .card-reveal h3 i:active,.set-produit .card .card-reveal h3 i:hover,.set-produit .card .card-content h3 i:active,.set-produit .card .card-content h3 i:hover{
	background: #3d83a5;
}
.card-reveal .clear{margin-top: 65px;}
.taille-prd{
	font-style: italic;
	font-size: 1.1em;
	line-height: 1.6em;
	border-top: 1px solid #e5e4e4;
	margin-top: 20px;
	padding: 20px 0 30px;
    padding-bottom: 0;
}
.taille-prd strong{
	display: block;
	font-weight: 500;
	line-height: 1.2em;
}
.taille-prd ul{
	margin-top: 5px;
}
.taille-prd ul li{
	font-size: 0.9em;
	line-height: 1.3em;
	margin-bottom: 4px;
	padding-left: 5px;
}
.taille-prd ul li:before {
	content: "• ";
	color: #32ABE7;
}
.taille-prd u strong,
.taille-prd u{
text-decoration: none;
font-weight: bold;
}
#produit article.xl3{
margin-bottom: 25px;
}
/*
.validate.required{
border: 0px solid #fff !important;
    box-shadow: none !important;
border-bottom: 1px dotted rgba(0, 0, 0, 0.42) !important;
}
.invalid{
border: 0px solid #ff1d1d !important;
    box-shadow: none !important;
    border-bottom: 1px dotted rgba(255, 46, 46, 0.68) !important;
}
*/

/*.down-pdf{
	position: absolute;
	display: block;
	right: 20px;
	bottom: 20px;
	height: 45px;
	width: 34px;
	background: url(../img/pdf.svg) no-repeat;
	background-size: contain;
	text-indent: -5000px;
}
*/
.down-pdf{
	position: absolute;
	display: none;
	right: 0;
	bottom: 0;
	width: 100%;
	color: #666;
	text-align: center;
	font-weight: 700;
	padding: 10px;
	-webkit-transition: all 200ms ease-in-out !important;
	transition: all 200ms ease-in-out !important;
	border-top: 1px solid #e5e4e4;
	background-color: #fbfbfb;
}
.down-pdf i{
	display: inline-block;
	vertical-align: middle;
	margin: 0;
	height: 24px;
	line-height: 24px;
	font-size: 1.2em;
}
.down-pdf:hover,.down-pdf:active{
	color: #32abe7;
	background-color: #eee;
}
.down-pdf:hover > i,.down-pdf:active > i{
	color: #32abe7;
}
.vu{
	display: block;
	z-index: 3;
}
.slick-slide {
	height: auto;
}
.slick-slide img,
img.solo{
	width: 100%;
	height: auto;
/*	padding: 12% 10%;*/
}
.slick-slide:focus,.slick-slide img:focus{
	outline:0;
}
.slick-slide:hover{
	cursor: -webkit-grab;
	cursor: grab;
}

.indicate-dot{
	width: 100%;
	position: absolute;
    top: -40px;
	text-align: center;
}
.indicate-dot li{
	display: inline-block;
}
.indicate-dot button{
	background: none;
	border: none;
	text-indent: -5000px;
	background-color: #cacaca;
	width: 10px;
	height: 12px;
	border-radius: 45px;
	margin: 5px;
}
.indicate-dot .slick-active button{
	background-color: #3d83a5 !important;
}
#other{
	height: 400px;
	height: 40vh;
	color: #fff;
}
#other .col.m5 ul li{
	display: inline-block;
}
#other:hover > .parallax {
	
	-webkit-filter: blur25px);
	-moz-filter: blur(2px);
	-o-filter: blur(2px);
	-ms-filter: blur(2px);
	filter: blur(2px) !important;
	-webkit-transition: all 400ms ease-in-out !important;
	transition: all 400ms ease-in-out !important;
}
#valeur{
	min-height: 500px;
	min-height: 50vh;
	padding-bottom: 5%;
}
#valeur aside{
	padding: 0;
}
#valeur aside ul{
}
#valeur aside ul li{
	font-size: 1.3em;
	padding: 10px;
	font-weight: 500;
	color: #8b8b8b;
	margin: 5px 0px;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
#valeur aside ul li.active{
	font-weight: 700;
	color: #329fdd !important;
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	margin-left: 5px;
}
#valeur aside ul li:active,#valeur aside ul li:hover{
	color: #000;
}
#valeur aside ul:before {
	content: "";
	display: block;
	background-color: lightgrey;
	height: 2px;
	width: 50%;
	margin: 20px 10px;
}
.valeur h2{
	color: #329fdd;
	margin-bottom: 10px;
}
.valeur p{
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 100;
}
.valeur h2:before{
	display: none;
}
.valeur{
	display: none;
}
.valeur.show{
	display: block;
}
#qui-desc{
	min-height: 1000px;
	min-height: 90vh;
	background: url(../img/wave.svg) no-repeat;
	background-size: cover;
}
#qui-desc aside{
}
#qui-desc aside img{
	width: 120%;
}
#qui-desc article{
}
#qui-desc article p{
	font-size: 1.3em;
	line-height: 1.6em;
	font-weight: 100;
	margin-top: 30px;
}
#qui-desc article p strong{
	font-weight: 500;
}
#contact-form {
	height: auto;
	padding-bottom: 25vh !important;
    padding-top: 10vh;
}
#contact-form .input-field > label {
	color: #000;
	font-weight: 700;
}
#create_compte form .input-field ul li{
    text-align: center;
    padding: 3px;
    color: #e0661f;
    font-weight: bold;
    margin-bottom: 5px;
}
.webform-confirmation__message {
    height: 100%;
     color: #191919 !important; 
}
/*
#contact-form .input-field{
	margin-bottom: 30px;
}
*/
input:not([type]):not([readonly]), input[type=text]:not(.browser-default):not([readonly]), input[type=password]:not(.browser-default):not([readonly]), input[type=email]:not(.browser-default):not([readonly]), input[type=url]:not(.browser-default):not([readonly]), input[type=time]:not(.browser-default):not([readonly]), input[type=date]:not(.browser-default):not([readonly]), input[type=datetime]:not(.browser-default):not([readonly]), input[type=datetime-local]:not(.browser-default):not([readonly]), input[type=tel]:not(.browser-default):not([readonly]), input[type=number]:not(.browser-default):not([readonly]), input[type=search]:not(.browser-default):not([readonly]), textarea.materialize-textarea:not([readonly]) #contact-form .input-field input:focus:not([type]):not([readonly]),#contact-form .input-field input[type=text]:not(.browser-default):focus:not([readonly]),#contact-form .input-field input[type=password]:not(.browser-default):focus:not([readonly]),#contact-form .input-field input[type=email]:not(.browser-default):focus:not([readonly]),#contact-form .input-field input[type=url]:not(.browser-default):focus:not([readonly]),#contact-form .input-field input[type=time]:not(.browser-default):focus:not([readonly]),#contact-form .input-field input[type=date]:not(.browser-default):focus:not([readonly]),#contact-form .input-field input[type=datetime]:not(.browser-default):focus:not([readonly]),#contact-form .input-field input[type=datetime-local]:not(.browser-default):focus:not([readonly]),#contact-form .input-field input[type=tel]:not(.browser-default):focus:not([readonly]),#contact-form .input-field input[type=number]:not(.browser-default):focus:not([readonly]),#contact-form .input-field input[type=search]:not(.browser-default):focus:not([readonly]),#contact-form .input-field textarea.materialize-textarea:not([readonly]) {
	border-bottom: 1px solid #329fdd;
	box-shadow: 0 1px 0 0 transparent;
}
#contact-form .input-field input:not([type]):not([readonly]),#contact-form .input-field input[type=text]:not(.browser-default):not([readonly]),#contact-form .input-field input[type=password]:not(.browser-default):not([readonly]),#contact-form .input-field input[type=email]:not(.browser-default):not([readonly]),#contact-form .input-field input[type=url]:not(.browser-default):not([readonly]),#contact-form .input-field input[type=time]:not(.browser-default):not([readonly]),#contact-form .input-field input[type=date]:not(.browser-default):not([readonly]),#contact-form .input-field input[type=datetime]:not(.browser-default):not([readonly]),#contact-form .input-field input[type=datetime-local]:not(.browser-default):not([readonly]),#contact-form .input-field input[type=tel]:not(.browser-default):not([readonly]),#contact-form .input-field input[type=number]:not(.browser-default):not([readonly]),#contact-form .input-field input[type=search]:not(.browser-default):not([readonly]),#contact-form .input-field textarea.materialize-textarea:not([readonly]),.select-wrapper input.select-dropdown{
	border-bottom: 1px solid #329fdd;
	box-shadow: 0 1px 0 0 transparent;
}
input:not([type]):focus:not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:focus:not([readonly]), input:focus:not([type]):not([readonly]), input[type=text]:not(.browser-default):focus:not([readonly]), input[type=password]:not(.browser-default):focus:not([readonly]), input[type=email]:not(.browser-default):focus:not([readonly]), input[type=url]:not(.browser-default):focus:not([readonly]), input[type=time]:not(.browser-default):focus:not([readonly]), input[type=date]:not(.browser-default):focus:not([readonly]), input[type=datetime]:not(.browser-default):focus:not([readonly]), input[type=datetime-local]:not(.browser-default):focus:not([readonly]), input[type=tel]:not(.browser-default):focus:not([readonly]), input[type=number]:not(.browser-default):focus:not([readonly]), input[type=search]:not(.browser-default):focus:not([readonly]), textarea.materialize-textarea:not([readonly]) {
	border-bottom: 1px solid #329fdd;
	box-shadow: 0 1px 0 0 transparent;
}
input:not([type]):disabled, input:not([type])[readonly="readonly"], input[type=text]:not(.browser-default):disabled, input[type=text]:not(.browser-default)[readonly="readonly"], input[type=password]:not(.browser-default):disabled, input[type=password]:not(.browser-default)[readonly="readonly"], input[type=email]:not(.browser-default):disabled, input[type=email]:not(.browser-default)[readonly="readonly"], input[type=url]:not(.browser-default):disabled, input[type=url]:not(.browser-default)[readonly="readonly"], input[type=time]:not(.browser-default):disabled, input[type=time]:not(.browser-default)[readonly="readonly"], input[type=date]:not(.browser-default):disabled, input[type=date]:not(.browser-default)[readonly="readonly"], input[type=datetime]:not(.browser-default):disabled, input[type=datetime]:not(.browser-default)[readonly="readonly"], input[type=datetime-local]:not(.browser-default):disabled, input[type=datetime-local]:not(.browser-default)[readonly="readonly"], input[type=tel]:not(.browser-default):disabled, input[type=tel]:not(.browser-default)[readonly="readonly"], input[type=number]:not(.browser-default):disabled, input[type=number]:not(.browser-default)[readonly="readonly"], input[type=search]:not(.browser-default):disabled, input[type=search]:not(.browser-default)[readonly="readonly"], textarea.materialize-textarea:disabled, textarea.materialize-textarea[readonly="readonly"]{
color: rgba(255, 255, 255, 0.42);
    border-bottom: 1px dotted rgba(255, 255, 255, 0.42);  
}
#adresse-map{
	color: #fff;
	position: relative;
	z-index: 2;
	height: 500px;
	height: 50vh;
	width: 50%;
	margin-left: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
}
#adresse-map h2{
	margin-bottom: 30px;
}
#adresse-map p{
	font-weight: 500;
	line-height: 1.5em;
	font-size: 1.1em;
}
#map-iframe{
	position: absolute;
	width: 100%;
	height: 50vh;
	top: 0;
	z-index: 1;
}
.compte{
}
.compte aside{
	padding: 0 !important;
	border: 1px solid #eae8e8;
	border-right: none;
}
.compte aside ul{
}
.compte aside ul li{
	display: block;
	width: 100%;
	margin: 0 !important;
	min-height: 120px;
	font-weight: 700;
	font-size: 1.2em;
	color: #969696;
	border-top: 1px solid #e4e4e4;
	border-bottom: 1px solid #e4e4e4;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.compte aside ul li.active{
	background: #22769A;
	color: #fff;
}
.compte aside ul li:active,.compte aside ul li:hover{
	background: #fff;
	border-color: #22769A;
	color: #22769A;
}
.compte aside ul li.active:active,.compte aside ul li.active:hover{
	background: #22769A;
	border-color: transparent;
	color: #fff;
}
.compte aside ul li span{
	display: block;
	float: right;
	text-align: center;
	margin: 0 auto;
	padding-top: 5% !important;
}
.compte aside ul li i{
	display: block;
	height: 46px;
	width: 30px;
	background: url(../img/sprite-compte.png) no-repeat;
	text-indent: -5000px;
	margin: 0 auto;
	margin-bottom:5px;
}
.compte aside ul li:nth-child(1) i{
	background-position: 0px 15px;
}
.compte aside ul li:nth-child(2) i{
	background-position: 0px -36px;
	height: 46px;
}
.compte aside ul li:nth-child(3) i{
	background-position: 0px -79px;
}
.compte aside ul li:nth-child(4) i{
	background-position: 0px -122px;
}
.compte aside ul li.active:nth-child(1) i{
	background-position: -30px 15px;
}
.compte aside ul li.active:nth-child(2) i{
	background-position: -30px -36px;
}
.compte aside ul li.active:nth-child(3) i{
	background-position: -30px -79px;
}
.compte aside ul li.active:nth-child(4) i{
	background-position: -30px -122px;
}
.compte section{
	padding: 2% !important;
	padding-bottom: 100px!important;
	background: #fff;
	border: 1px solid #eae8e8;
}
.compte section article{
	display: none;
	position: relative;
	line-height: 2em;
	padding-top: 2% !important;
}
.compte section article.active{
	display: block;
}
.compte section article h2{
	margin: 50px 0px 30px 0;
}
.compte section article h2:first-child{
	margin: 0px;
}
.compte section article form{
	display: block;
	height: auto;
	margin-bottom: 30px;
}
.compte section article button{
	position: absolute;
	right: 0;
	top: 0;
}
.dropdown-content li > a, .dropdown-content li > span {
	color: #329fdd;
	font-weight: 500;
}
main {
	margin-top: 130px;
}
main.index {
	margin-top: 0px;
}
.collapsible{
	box-shadow: none;
	border: none;
}
.collection{
	border: 0;
	margin-top: 30px;
}
.collection-item{
	border-left: 3px solid #e0dfdf;
	margin-top: 5px;
}
.collection-item:hover,.collection-item:active{
	border-color:#329FDD;
}
.collection-item img{
	display: inline-block;
}
.collection-item .prime-content{
	display: inline-block;
	vertical-align: top;
	padding-left: 10px;
}
.collection-item .prime-content em{
	display: block;
	opacity: 0.8
}
.collection-item .prime-content .title{
	font-weight: 500;
}
.collapsible-header{
font-weight: bold;
}
.collapsible .active .collapsible-header{
	color: #329FDD;
	font-weight: 700;
}
.collapsible .active .collapsible-body,.collapsible-body {
	color: initial;
	font-size: 1.1em;
	line-height: 1.5em;
}
.collapsible-body strong{
	font-weight: 700
}
.collapsible-body .outline-btn{
	display: inline-block;
	margin-left: 10px;
}
.collapsible-header span.badge{
	border: 1px solid;
	color: grey;
	font-size: 0.8em;
	padding: 3px 7px;
	display: block;
	height: auto;
}
.collapsible-header span{
	margin-right: 10px;
	display: inline-block;
	opacity: 0.8;
	color: #329FDD;
}
.collapsible-header span.badge.orange{
	color: orangered !important;
	background:#fff!important;
}
.collapsible-header span.badge.vert{
	color: #0a9a31 !important;
	background:#fff!important;
}
#mobile_select{
	position: relative;
	border: 1px solid #dcdada;
	padding: 15px 10px;
	width: 100%;
	display: none;
	font-size: 1.3em;
	font-weight: 700;
	color: #329fdd;
	cursor: pointer;
	background-color: white;
	    margin-bottom: 20px !important;
}
#mobile_select:after{
	font-family: 'Material Icons';
	content: "expand_more";
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 15px;
	font-size: 1.5em;
}
.separate{
	display: block;
	clear: both;
	margin-bottom: 40px;
	width: 100%;
	height: 1px;
}
#form-pret form h2 {
	margin-bottom: 30px;
	border-top: 1px solid #e2e2e2;
	padding-top: 50px;
}
#form-pret article{
	margin-bottom: 20px;
}
#form-pret article div{
	background-color: #e8f5fd;
	padding: 20px;
}
#form-pret article strong{
	display: block;
	font-weight: 700;
	margin-bottom: 5px;
	text-transform: uppercase;
}
#form-pret p.check-box{
	margin-bottom: 5%;
}
#form-pret article a{
	color: #329fdd;
	text-decoration: underline;
	font-weight: 500;
}
#form-pret article textarea{
	display: none;
}
#form-pret article div .chip{
	background: none;
	padding: 0 12px;
	color: #329fdd;
	font-weight: 700;
	font-size: 1em;
	position: relative;
	height: auto;
	line-height: 1.2em;
	border-radius: 0px;
	padding-bottom: 8px;
}
#form-pret article div .chip:before{
	content: "";
	width: 5px;
	height: 5px;
	background: #329fdd;
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 25px;
}
#form-pret article div .chip i{
	color: #0e3d58;
	margin-left: 20px;
	position: absolute;
	top: -7px;
	right: -15px;
}
#form-pret .outline-btn{
	display: block;
	margin: 0 auto;
}
#formation{
	margin-bottom: 300px;
	margin-bottom: 10vh;
}
#formation article{
	position: relative;
	border-bottom: 1px solid #e6e0e0;
	padding: 30px 0;
	font-size: 1.1em;
	line-height: 1.6em;
	overflow: hidden;
	height: 170px;
	opacity: 0.8;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#formation div.col img {
	width: 100%;
}
#formation article .outline-btn.bleu {
	display: none;
	float: none;
	clear: both;
	margin-top: 20px;
}
#formation article.active .outline-btn.bleu {
	display: inline-block;
}
#formation article:active,#formation article:hover{
	opacity: 1;
}
#formation article.active{
	overflow: visible;
	height: auto !important;
	opacity: 1;
}
h4{
	text-transform: uppercase;
	font-weight: 700;
	color: #22769a;
}
#formation article h4{
	font-size: 1.3em;
	line-height: 1.6em;
	margin-top: 5%;
	color:#000;
}
#formation article strong{
	font-weight: 500;
	display: block;
	margin: 10px 0;
	font-size: 1.1em;
}
#formation article p, .details-form {
	display: none;
}
.details-form p{
	background: url(../img/details-form.png) no-repeat;
	background-position: 0px 5px;
}
.lieux p{
	background-position: 0px -55px !important;
}
#formation .details-form{
	margin-top: 5%;
}
#formation .details-form.lieux{
	margin-top: 10px;
}
#formation .details-form strong{
	text-transform: uppercase;
	font-weight: 700;
	color: #329fdf;
}
#formation .valign-wrapper{
	height: 100%;
	margin-top: 30px;
}
#formation article.active .valign-wrapper{
	display: none;
}
#formation article.active p, #formation article.active .details-form{
	display: block !important;
}
#formation .valign-wrapper i{
	color: slategrey;
	font-size: 3em;
	cursor: pointer;
	-webkit-transition: all 400ms ease-in-out;
	transition: all 400ms ease-in-out;
}
#formation article:hover > .valign-wrapper i{
	color: #329fdd;
}
#formation .details-form p{
	padding-left: 30px;
	font-weight: 500;
}
#formation .details-form .outline-btn{
	clear: both;
	margin-top: 20px;
	display: inline-block;
	padding: 15px 45px;
}
#inscription{
	background: #021019 url('../img/inscription.jpg') no-repeat;
	color: #fff !important;
}
#inscription article{
	min-height: 300px;
	min-height: 50vh;
	color: #fff;
}
#inscription h3{
	margin-bottom: 30px;
}
#inscription p{
	line-height: 1.5em;
}
#inscription form{
	height: auto;
}
#inscription .input-field > label {
	color: #fff;
}
#inscription .input-field input {
	color: #329fdd;
}
#inscription button{
	margin: 0.75rem;
}
#inscription button:hover,#inscription button:hover:after{
	color: #329fdd;
}
.select-wrapper .caret {
	fill: rgb(248, 248, 248);
}
input:not([type]):focus.valid ~ label, input[type=text]:not(.browser-default):focus.valid ~ label, input[type=password]:not(.browser-default):focus.valid ~ label, input[type=email]:not(.browser-default):focus.valid ~ label, input[type=url]:not(.browser-default):focus.valid ~ label, input[type=time]:not(.browser-default):focus.valid ~ label, input[type=date]:not(.browser-default):focus.valid ~ label, input[type=datetime]:not(.browser-default):focus.valid ~ label, input[type=datetime-local]:not(.browser-default):focus.valid ~ label, input[type=tel]:not(.browser-default):focus.valid ~ label, input[type=number]:not(.browser-default):focus.valid ~ label, input[type=search]:not(.browser-default):focus.valid ~ label, textarea.materialize-textarea:focus.valid ~ label {
	color: #329FDD;
}
form fieldset{
	padding: 0 !important;
}
.compte .collapsible-body{
	font-size: 1em !important;
	padding: 1rem 1rem 2rem 1rem;
}
.compte .collapsible-body li:before {
	content: "• ";
	color: #329fdd;
	padding: 0 5px;
}
.compte .collapsible-body h4{
	margin: 10px 0 0px;
	font-weight: 500;
}
.compte .collapsible-body b{
	font-weight: 500
}

/*/
////////////////////// MQ///////////////////*/
/*@media screen and (max-width: 1000px){
	#content .tabs.no-float{
		display: -webkit-inline-box;
		display: -ms-inline-flexbox;
		display: inline-flex;
		width: 100%;
	}
}
*/
@media only screen and (min-width:992px){
.user_inscription{
    width: 70% !important;    
    }
}
@media only screen and (min-width:1400px){
	#formation.container {
		width: 70%;
    }
    .user_inscription{
    width: 50% !important;    
    }    
}
@media only screen and (min-width:1200px){
	#formation.container {
		width: 70%;
	}
    .user_inscription{
    width: 70% !important;    
    }
}

@media only screen and (max-width:1300px){
    .nouveau_produit .prod_banner{
        font-size: 1.3vw;
}
	#formation.container {
		width: 70%;
	}    
	#qui-desc aside img{
		margin-top: 150px;
		display: none;
	}
}
@media only screen and (max-width:1300px){
	#qui-sommes div img {
		left: 2%;
	}
}
@media only screen and (max-width:1200px){
.nouveau_produit .prod_banner{
        font-size: 1.6vw;
}
}
@media only screen and (min-width:1500px){
.user_inscription{
    width: 60% !important;    
    }
}

@media only screen and (max-width:992px){
.nouveau_produit .prod_banner{
        font-size: 2.5vw;
}
.user_inscription{
    width: 80% !important;    
    }    
	#formation .details-form {
		margin-top: 10px;
	}
	#formation article .outline-btn.bleu {
		text-align: center;
		width: 100%;
	}
	#formation article.active img{
		width: 100%
}
	#inscription article {
		min-height: auto;
		padding: 5% 0;
	}
}
@media screen and (max-width: 800px){
.nouveau_produit .prod_banner{
        font-size: 2vw;
}
    
    #ham{
    display: inline-block;
    cursor: pointer;
}
    #ham-active{
    position: absolute;
        right: 20px;
        top: 20px;
}
    #log-user ul {
        top: 55px;
    }
    #fade_mobile{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 10000;
	overflow-y: auto;
    overflow-x: hidden;
}
    #fade_mobile li{
    display: block !important;
    font-size: 2em;
    line-height: 1.8em;
    }
    #fade_mobile li ul{
    width: 100% !important;
    font-size: 0.4em;
    display: block;
    position: relative !important;
    background-color: #fff !important;
    }
    #fade_mobile li ul li a{
    color: #000 !important;
    }
	#mobile_select{
		display: block;
		width: 95%;
		margin: 0 auto;
	}
	.compte aside {
		border: none;
	}
	.compte section {
		margin-top: 49px;
		width: 100% !important;
	}
	.compte aside {
		position: relative;
		width: 100% !important;
	}
	.compte aside ul {
		display: none;
		position: absolute;
		top: 0;
		width: 100%;
		z-index: 15;
		background-color: white;
		border: 1px solid #e6e5e5;
	}
	.compte aside ul li{
		min-height: 50px;
	}
	.compte aside ul li span {
		float: none;
		width: 100%;
		padding: 20px 0px 20px 0px;
		padding: 5% !important;
	}
	.compte aside ul li i{
		display: none;
	}
	nav footer .right,nav footer .right ul{
		display: none;
	}
	nav footer .right.open{
		display: block;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: #fff;
	}
	nav footer .right.open ul{
		padding: 8%;
		padding-top: 40px;
	}
	nav footer .right.open ul li{
		display: block;
		margin: 0 auto;
	}
	nav footer .right ul li a{
		color: #000 !important;
		font-size: 1.8rem;
		line-height: 1.2em;
		padding: 7% 10%;
		padding-bottom: 0;
		padding-left: 0;
	}
	nav footer ul li a i{
		position: relative;
		display: inline-block !important;
		font-size: 38px !important;
	}
	nav footer ul li ul {
		display: none;
		margin-top: 20px;
		position: initial;
		background: none;
		box-shadow: 0px 0px 0px;
		padding: 0px 0px !important;
		border: none;
		margin: 0 !important;
		-webkit-transition: width 0.1ms ease-in-out;
		transition: width 0.1ms ease-in-out;
	}
	/*.sub-active{
		position: initial;
		background: none;
		box-shadow: 0px 0px 0px;
		padding: 0px 0px !important;
		border: none;
		margin: 0 !important;
		-webkit-transition: width 0.1ms ease-in-out;
		transition: width 0.1ms ease-in-out;
	}
	*/
	nav footer ul li:hover ul,nav footer ul li ul:after,nav footer ul li ul:before,nav footer ul li a:before{
		display: none;
	}
	.sub-active li a{
		width: 100%;
		font-size: 1.5em;
		margin-left: 15px;
	}
	nav footer ul li ul li a{
		font-size: 1.6em !important;
	}
	nav footer ul li ul li a:active, nav footer ul li ul li a:hover {
		font-weight: 700;
		padding-left: 9px;
	}
	nav footer ul li a:before {
		top: 43px;
	}
#produit ul.tabs.no-float{
    padding: 0;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
    width: 95%;
    background: #fff;
    display: none;
	margin-top: -20px !important;
}
.indicator{
display: none !important;
}
#produit ul.tabs.no-float li{
	width: 100%;
    padding: 15px 0px;
    height: 75px;
    display: block;
    border-top: 1px solid #f4f4f4;
}
}
/*Fin 800px*/
@media screen and (max-width: 600px){
    .nouveau_produit .prod_banner{
        font-size: 4vw;
}
    
    #modal_pop-up{
        width: 90%;
    } 
    
	#content header article h1 {
		font-size: 10vw;
	}
	.compte section article button {
		position: relative;
		float: right;
		margin-top: 10px;
	}
	#adresse-map {
		width: 100%;
	}
	#valeur aside ul {
		display: none;
	}
	.valeur {
		display: block !important;
		margin-top: 20px;
	}
	#qui-desc article {
		margin-top: 20px;
	}
}
@media screen and (max-height: 800px){
	#inscription {
		padding: 5% 0;
	}
}
@media screen and (max-height: 600px){
	#bg-video,#intro-video{
		height: 500px;
	}
}

@media screen and (max-width: 500px){
	#bg-video,#intro-video{
		height: 50%;
	}
}

@media screen and (max-width: 420px){
.nouveau_produit .prod_banner{
        font-size: 4.6vw;
}    
.container {
	width: 90%;
}
.container .container {
	width: 98%;
}
#adresse-map p {
	display: inline-block;
	background-color: #0a3b59;
	padding: 0 5px;
}
#modal_user {
	width: 90%;
	height: auto;
}
#qui-sommes .valign-wrapper {
	height: auto;
	padding: 50px 0px;
}
.intro_twin ul li a {
	border-left: none;
	padding-left: 0;
	margin-bottom: 10px;
}
#log-user:before{
	display: none;
}
#log-user{
	height: 29px;
}
#content .tabs li{
	display: block;
	width: 100%;
}
#content .tabs {
	height: auto;
}
#content header article strong{
	font-size: 6vw;
	width: 100%
}
}
@media screen and (max-width: 385px){
.nouveau_produit .prod_banner{
        font-size: 4.6vw;
}     
    .user_inscription{
    width: 90% !important;    
}
.sticky{
	display: none;
}
#fade_mobile{
	padding-right: 1%;
}
nav header {
	padding: 0 0 0 5px;
}
#nav-user li a,#log-user{
	padding: 5px;
}
nav#index footer ul li a{
	padding-right:1%;
}
}/*FIn 385px*/

@media screen and (min-width: 600px) and (max-width: 890px){
#autorisation ul li {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}
}
@media screen and (max-width: 510px){
#autorisation ul li {
    display: block;
    float: none;
    width: 100%;
    margin-bottom: 10px;
    padding: 0;
}
}

