body {font-family: 'Montserrat', sans-serif;}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Montserrat', sans-serif;
font-weight: 200;}

select,button,input {
			border-radius: 0;
			-webkit-appearance: none;
			outline: none;
			cursor: pointer;
			padding-left: 25px;
			width: 300px;
			height: 55px;
			border-radius: 27.5px;
			background-color: #E3000B;
			border: solid 2px white;
			color: white;
		}

		select.selected {
			background-color: white;
			color: red;
			border: 0;
			text-transform: uppercase;
		}
		
.navbar-default {background:none;}		

/* .section {padding-top:80px;}
#fullpage > .section:nth-child(1) {padding-top:0px;} */

.slide-1 > .custom {position:absolute;top:0;left:0;width:100%;padding:0px;
height:90vh;display:flex;align-items:center;}
.row {margin:0;}

.view-featured .logoslide {overflow: hidden;position:absolute;top:20%;left:8%;z-index:5;}
.view-featured .logoslide img {
    width: 85%;}
.souslogoslide img {height:100vh;}
.t3-spotlight .logoslide {margin:5px 0 0 5px;}

#t3-mainnav.menuhaut {
bottom: auto;
    position: fixed;
    top: 0;
}

.section .custom {
    padding-bottom: 0px;
    padding-top: 0px;
	width: 80%;
margin: 0 auto;
}

.rouge {overflow:visible;padding-bottom: 120px;}
.view-featured .t3-content {display:none;}
.t3-content {z-index:9999;width:100%;}

.references ul {columns:2;column-gap:7em;}

div.genericItemList {
	clear: right;
    float: right;
	margin-right: 100px;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.t3-mainnav {
      border: 0;
      left: 0;
      right: 0;
      bottom: 0;
	  position:absolute;
	z-index: 999; }


.navbar-nav {
    width: 100%;
}

.navbar-nav > li {
    width: 25%;
    background: #262324;	
	text-align: center;
	height:80px;
}

.navbar-default .navbar-nav > li > a {
	color:#fff;
	line-height: 50px;
	outline:none;
	font-size: 18px;
}

.navbar-nav > li:first-child {
    background: #1d406c;
}

.navbar-nav > li:nth-child(3) {
    background: #000;
}

.navbar-nav > li:last-child {
    background: #fff;
}

.navbar-nav > li:last-child a {
    color: #333;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #fff;
	text-decoration:underline;
}

.navbar-nav > li:last-child a:hover,.navbar-nav > li:last-child a:focus {
    color: #333;
}

.image-title {font-weight:bold;}
.thin {font-weight:normal;}

.lignebleue {padding:30px 70px; clear: both;
    overflow: hidden;font-size:2rem;}
.lignebleue img {width:auto;}


.footer {padding:30px 0;}

.view-featured .k2filter-responsive .k2filter-cell {
    width: 400px;
}

.slide-1 {background:url(../images/slide-page1.jpg) no-repeat;background-size:cover;
background-position: bottom 10%;}

 .slide-1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: rgba(255, 255, 255, .4); */
	background-image: linear-gradient(to right bottom, rgba(255,255,255,0.6), rgba(0,0,0,0.6));
    transition: opacity .3s;
    opacity: 1;
    z-index: 2;
}

.slide-1:hover:before { opacity: 1;}

/* Slide 2 */

.descriptiontri {color:#fff; margin: 40px 20px;}
.descriptiontri h2 {font-size:4rem;margin-bottom:30px;}

.contentHaut input {
			width: 390px;
			height: 55px;
			border-radius: 27.5px;
			background-color: #fff;
			border: solid 2px white;
			color:#E3000B;
			text-transform:uppercase;}
			
.contentHaut input:hover,.contentHaut input:focus {
			background-color: #E3000B;
			border: solid 2px white;
			color:#fff;
}
ul.exemples {margin-bottom:30px;}


::placeholder {color:#fff; opacity: 1; /* Firefox */
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #fff;
}

.bfQuickMode .bfNoSection {
    margin: 0;
    float: left;
    width: 50%;
}

.bfQuickMode section.bfElemWrap {
    padding: 0;
}

.bfQuickMode .bfLabelTop label {font-weight:normal;}

.blocksligne {padding:20px 70px;color:#656872;}
.blocksligne .row {margin-bottom:50px;}
div.genericItemView {
    margin-bottom: 0;
}

.inforouge {color:#e3000b;}
.inforouge h3 {font-size:26px;}

/* Slide 3 */

.sousvideo {
    color: #fff;
    padding: 40px 50px 20px;
    text-align: center;
	overflow:hidden;
}
.sousvideo h2 {margin-top:0px;}

.sousvideo a  {color:#8cbb1d;font-weight:bold;}

.t3-spotlight-2 div .video {height:auto;} 

.conformite {
    background: #fff none repeat scroll 0 0;
    color: #8D9093;
    padding: 20px 50px;
    text-align: center;
}

.conformite h2 + p {padding:20px 0 20px 0;}
.conformite p {display:block;}
.video {text-align: center;background:#ececec;}
.droit {background:#8cbb1d;}


/* .active.banniere-verte {margin-top: -85px;} */
/* Slide 4 */

.t3-navhelper {
    background: #fff;
    border-top: 0px solid #eeeeee;
    padding-top: 0px;
	width: 80%;
	margin: 0 auto;
}

.t3-navhelper button {
			width: 290px;
			height: 55px;
			border-radius: 27.5px;
			background-color: #192c39;
			color:#fff;
			text-transform:uppercase;}
					
.slide4colgauche div {width:60%;margin:100px 0 0 40px;text-align:left;}	
.slide4colgauche div p {margin:0 0 60px 0;}		

/* .rouge {background:url(../images/background-slide2.png) no-repeat left bottom;background-size:contain;} */

.lignerouge {background:url(../images/perso-transdev-moitie.png) no-repeat top left #192c39;padding:30px 0; clear: both;
    overflow: hidden;color:#fff;text-align:center;}
.lignerouge img {width:auto;}

.lignerouge > div {margin-bottom:20px;}
.blockfond {width:100%;overflow:hidden;}
.t3-navhelper .blockfond {position:relative;}
.fondmouvant {position:absolute;bottom:0;left:20%;z-index:998;}
.fondmouvant img {width:60%;}
/* .t3-navhelper p {text-align:center;} */
.t3-navhelper ul {text-align: center;list-style:none;}
.t3-navhelper ul li {display:inline-flex;margin: 0 20px;}

.nontrouve {position:relative;background:url(../images/slide-page-404.png) no-repeat 80% top #65B3E4;width:100%;height:100vh;}

.message {position:absolute;top:40%;left:12%;color: #fff;
    font-size: 2em;padding:20px;}

.reglement {
			-webkit-appearance: none;
			outline: none;
			padding: 15px 25px;
			border: solid 2px white;
			width: auto;
			display: inline-flex;
			height: auto;
			border-radius: 27.5px;
			background-color: #192c39;
			color:#fff;
			text-transform:uppercase;
			margin:30px 0;
}
a:hover.reglement {color:#fff;}

.reglement.brouge {background-color: #E3000B;}

.bandeaubleu {color:#fff;margin-top:100px;}
.bandeaubleu h2,.lignerouge h2 {
    font-size: 3rem;
	font-weight:bold;
}
.bandeaubleu ul {padding-left:30px;}
.bandeaubleu ul li {line-height:3rem;}
.mentions {padding:0 50px;text-align: left;}


.page-header {
    border-bottom: 0;
}

#toTop {
    background: url(../images/totop.png) no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    bottom: 0;
    display: none;
    height: 48px;
    overflow: hidden;
    position: fixed;
    right: 0;
    text-decoration: none;
    text-indent: 100%;
    width: 48px;
    z-index: 9999;
}
#toTopHover {
    background: url(../images/totop.png) no-repeat scroll left -51px rgba(0, 0, 0, 0);
    border: 0 none;
    display: block;
    float: left;
    height: 48px;
    opacity: 0;
    overflow: hidden;
    width: 48px;
}
#toTop:active, #toTop:focus {
    outline: medium none;
}

@media only screen and (max-width: 991px) {
.t3-navhelper button {width:250px;padding-left:15px;}
.slide4colgauche div {
    margin: 50px 0 0 30px;
    width: 70%;
}
.slide4colgauche div p {
    margin: 0 0 40px;
}
.t3-mainbody, .t3-spotlight {
    padding-top: 20px;
width: 90%;}
}

@media screen and (max-width: 1200px) {
.slide-1 {background:url(../images/slide-page1-moyen.jpg) no-repeat;background-size:cover;}
.fondmouvant img {width:40%;}
.navbar-default .navbar-nav > li > a {
    font-size: 16px;
    line-height: 0;
	padding-top: 10px;
}
.navbar-default .navbar-nav > li > a {
    display: block;
}
}

@media only screen and (max-width: 767px) {
	.bandeaubleu h2, .lignerouge h2 {
    font-size: 3rem;}
.t3-mainnav {
    top: 0;
    bottom: auto;}

.navbar-nav > li {
    width: 100%;
	text-align:left;
	}
.navbar-collapse {
    padding-left: 0;
    padding-right: 0;
}

.t3-mainnav .t3-navbar-collapse .navbar-nav {margin:0;}

/* .slide-1 {background:url(../images/slide-page1-mobile.jpg) no-repeat left 40%;background-size:contain;} */
.t3-navhelper ul {padding-left:0px;}
.slide4colgauche div p {
    margin: 0 0 20px;
}
.slide4colgauche div {
    margin: 0 20px 30px;
    text-align: center;
    width: auto;
}
.bfQuickMode .bfNoSection {float:none;width:100%;}
}
	
@media screen and (max-width: 479px) {
.view-featured .logoslide {top: 30%;
left: 0%;}
.view-featured .logoslide img {
    width: 100%;
}
.references ul {columns:1;}
.contentHaut input {
    width: 330px;
	margin-left:10px !important;
}
.navbar-nav > li {
    width: 100%;
	}
.contentHaut .custom {
    padding-left: 0px;
}
.section {
    padding-top: 40px;
}
.contentHaut form {
    padding-bottom: 30px;
    padding-left: 0px;
	justify-content:center;
}

.lignebleue img,.lignerouge img {
    width: 50%;
}
.bandeaubleu {
	margin-top: 50px;
    margin-bottom: 50px;
}

.blocksligne {
    padding: 20px 15px;
    color: #656872;
}
.bandeaubleu h2, .lignerouge h2 {
    font-
	size: 3rem;
}
.bandeaubleu ul {
    padding-left: 10px;
}
.lignebleue {
padding: 30px 15px;}
.t3-mainbody, .t3-spotlight {
width: 100%;}
}