@font-face {
	font-family: 'HelveticaLTStd-Bold';
	src: url('../fonts/HelveticaLTStd-Bold.eot?#iefix') format('embedded-opentype'),
		url('../fonts/HelveticaLTStd-Bold.otf')  format('opentype'),
		url('../fonts/HelveticaLTStd-Bold.woff') format('woff'),
		url('../fonts/HelveticaLTStd-Bold.ttf')  format('truetype'),
		url('../fonts/HelveticaLTStd-Bold.svg#HelveticaLTStd-Bold') format('svg');
	font-weight: normal;
	font-style: normal;
}

*{
	margin: 0;
	padding: 0;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
    width: 100%;
    height: auto;
	font-size: 100%;
}

body {
    overflow-x: hidden;
}

body#accueil,
body#tab320 {
    overflow-y: hidden;
}

h2 {
	font-family: 'Encode Sans', sans-serif;
    font-size: 335%;
	font-weight: normal;
	line-height: 1.15;
}

h3 {
	font-family: 'Encode Sans', sans-serif;
    font-size: 100%;
	font-weight: bold;
	line-height: 1.3;
}

#section2 h3.accordion
{
	font-size: 100%;
font-weight: bold;
line-height: 1.3;

}


p {
	font-family: 'Encode Sans', sans-serif;
    font-size: 100%;
    font-weight: normal;
	line-height: 1.3;
}

img {
    max-width: 100%;
    height: auto;
	display: block;
}


/*********************************************/
/*                  Classes                  */
/*********************************************/
.wrapper {
	width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

.section {
	padding: 3em 2em;
}

.grid {
    display: table;
	width: 100%;
}

.active {
    color: #ddd !important;
	font-size: 100% !important;
}

.grid .row {
    display: table-row;
}

.grid .col {
    display: table-cell;
    width: 25%;
}

.grid.autogrid .col {
	padding-bottom: 1em;
}

.grid.autogrid.col-2 .col:last-child {
    padding-right: 0;
    padding-left: 0.25em;
}

.grid.autogrid.col-1 .col:first-child {
    padding-left: 0;
    padding-right: 0;
}

.grid.autogrid.col-2 .col:first-child {
    padding-left: 0;
    padding-right: 0.25em;
}

.grid.autogrid.col-3 .col:last-child {
    padding-right: 0;
    padding-left: 0.5em;
}

.grid.autogrid.col-3 .col:first-child {
    padding-left: 0;
    padding-right: 0.5em;
}

.grid.autogrid.col-3 .col:nth-child(2) {
    padding-right: 0.25em;
    padding-left: 0.25em;
}

.underline-title {
    border-bottom: 2px solid #fff;
	padding-top: 3.1em;
	padding-bottom: 0.5em;
}

.underline-title2 {
	text-align: center;
    border-bottom: 2px solid #6E6E6E;
	padding-bottom: 0.22em;
}

.hide {
    display: none;
}

.gradient {
    width: 100%;
    height: 60%;
    position: absolute;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjY1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
}


/*********************************************/
/*                  Header                   */
/*********************************************/
header {
	display: table;
	position: fixed;
	width: 100%;
	height: 104px;
	background-color: #1A1A1A;
	z-index: 9999;
}

#accueil header {
    background-color: transparent;
}

header #logo,
header #navigation,
header #icon-mobile {
    display: table-cell;
    vertical-align: middle;
}

header #logo,
header #icon-mobile {
    width: 113px;
}

header #logo {
    padding-left: 2em;
}

header #logo h1 {
    position: relative;
	z-index: 2;
}

header #icon-mobile {
	text-align: right;
    padding-right: 2em;
}

header #navigation {
    text-align: center;
}

header #nav {
	position: absolute;
	width: 100%;
    height: 100%;
    left: 0;
	z-index: 1;
    display: flex;
    align-items: center;
}

header #nav  nav{
	padding-bottom: 2px;
}


/*********************************************/
/*                Icon mobile                */
/*********************************************/
button.burger {
	width: 45px;
	height: 30px;
	border: none;
	background: transparent;
	position: relative;
	cursor: pointer;
	float: right;
	z-index: 20;
}

button.burger:focus {
	outline: none;
}

button.burger:after,
button.burger:before,
button.burger span {
	width: 100%;
	height: 2px;
	position: absolute;
	display: block;
	background: #fff;
}

button.burger:after,
button.burger:before {
	content: "";
	-moz-transition: 0.3s width 0.4s;
	-webkit-transition: 0.3s width 0.4s;
	-ms-transition: 0.3s width 0.4s;
	-o-transition: 0.3s width 0.4s;
	transition: 0.3s width 0.4s;
}

button.burger:after {
	top: 0px;
	left: 0px;
	margin-top: 0px;
}

button.burger:before {
	bottom: 0px;
	right: 0px;
	margin-bottom: 0px;
}

button.burger span {
	top: 50%;
	margin-top: -2px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

button.burger span:before {
	content: "";
	background: #fff;
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0px;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}

button.burger.on:after {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	width: 0%;
	left: 0px;
}

button.burger.on:before {
	-moz-transition: all 0.2s;
	-webkit-transition: all 0.2s;
	-ms-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
	width: 0%;
	right: 0px;
}

button.burger.on span {
	background: #000;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.3s -webkit-transform 0.4s;
	transition: 0.3s -webkit-transform 0.4s;
	transition: 0.3s transform 0.4s;
	transition: 0.3s background 0.4s;
	transition: 0.3s transform 0.4s, 0.3s -webkit-transform 0.4s, 0.3s background 0.4s;
}

button.burger.on span:before {
	background: #000;
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: 0.3s -webkit-transform 0.4s;
	transition: 0.3s -webkit-transform 0.4s;
	transition: 0.3s transform 0.4s;
	transition: 0.3s background 0.4s;
	transition: 0.3s transform 0.4s, 0.3s -webkit-transform 0.4s, 0.3s background 0.4s;
}


/*********************************************/
/*                Navigation                 */
/*********************************************/
#navigation ul {
	list-style-type: none;
	visibility: visible;
}

#navigation ul li {
	display: inline;
    padding: 0 1em;
	position: relative;
	z-index: 2;
}

#navigation ul li a {
    color: #fff;
	font-family: 'Encode Sans', sans-serif;
	font-weight: bold;
    text-decoration: none;
	font-size: 100%;
}

#navigation ul li a:hover {

}

#navigation ul {
	list-style-type: none;
	visibility: visible;
}

#nav ul li {
	display: inline;
    padding: 0 0.5em;
}

#nav ul li a {
    color: #fff;
	font-family: 'Encode Sans', sans-serif;
	font-weight: bold;
    text-decoration: none;
	font-size: 85%;
}

#nav ul li a.active {
	color: #fff !important;
}

#nav ul li a:hover {

}


/*********************************************/
/*              Navigation right             */
/*********************************************/
#navigation-right {
    position: fixed;
	width: 220px;
	height: 100vh;
    right: 0;
    background-color: #FFFFFF;
    z-index: 10;
    padding: 104px 2em;
	-webkit-transform: translateX(100%);
	-ms-transform: translateX(100%);
	transform: translateX(100%);
	-webkit-transition: 0.3s transform;
	transition: 0.3s transform;
}

#navigation-right.open {
    -moz-transform: translateX(0);
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
	-moz-transition: 0.3s transform 0.4s;
	-webkit-transition: 0.3s transform 0.4s;
	-ms-transition: 0.3s transform 0.4s;
	-o-transition: 0.3s transform 0.4s;
	transition: 0.3s transform 0.4s;
}

#navigation-right ul {
    list-style-type: none;
}

#navigation-right ul li {
    padding: 1em 0;
    border-bottom: 1px solid #EDEDED;
}

#navigation-right ul li:last-child {
    border-bottom: 0;
}

#navigation-right a {
    color: #000;
    text-decoration: none;
	font-family: 'HelveticaLTStd-Bold', sans-serif;
}

#navigation-right a:hover {

}


/*********************************************/
/*                 Bannière                  */
/*********************************************/
#accueil #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/Accueil_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 70%;
	background-position-y: 50%;
	color: #fff;
}

#tab320 #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/TAB_320_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 89%;
	background-position-y: 50%;
	color: #fff;
}

#tab320s #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/320S/TAB_320_S_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 20%;
	background-position-y: 50%;
	color: #fff;
}

#tab320cs #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/320CS/TAB_320_CS_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 20%;
	background-position-y: 50%;
	color: #fff;
}

#tab320cs-s #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/320CS-S/TAB_320_CS-S_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 20%;
	background-position-y: 50%;
	color: #fff;
}

#tab320Outback #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/320Outback/TAB_320_OB_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 20%;
	background-position-y: 50%;
	color: #fff;
}

#tab320Sofitel #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/320Sofitel/TAB_320_Sof_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 20%;
	background-position-y: 50%;
	color: #fff;
}

#tab400 #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/400/TAB_400_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 20%;
	background-position-y: 50%;
	color: #fff;
}

#tagAccueil #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/TAG_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 89%;
	background-position-y: 50%;
	color: #fff;
}

#tag #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/TAG/TAG_Modele_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 89%;
	background-position-y: 50%;
	color: #fff;
}

#tagOutback #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/TAGOutback/TAGOutback_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 89%;
	background-position-y: 50%;
	color: #fff;
}

#tagXL #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/TAGXL/TAG_XL_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 89%;
	background-position-y: 50%;
	color: #fff;
}

#tagXLOutback #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/TAGXLOutback/TAGXLOutback_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 89%;
	background-position-y: 50%;
	color: #fff;
}

#cirrus #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/Cirrus_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 89%;
	background-position-y: 50%;
	color: #fff;
}

#cirrus820 #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/Cirrus820/Cirrus_820_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 89%;
	background-position-y: 50%;
	color: #fff;
}

#cirrus920 #banniere {
	width: 100%;
	height: 100vh;
	background: url('../img/Cirrus920/Cirrus_920_Banniere.jpg') no-repeat;
	background-size: cover;
	background-position-x: 89%;
	background-position-y: 50%;
	color: #fff;
}

#banniere.section {
	padding-top: 0;
}

#banniere  .wrapper {
	position: relative;
	height: 100%;
	padding-top: 104px;
}

#banniere .underline-title h2 {
    display: table-cell;
	font-size: 320%;
}

#banniere .underline-title ul.choix {
    display: table-cell;
}

#banniere .underline-title ul.choix li {
    display: inline;
	padding: 0 1em;
}

#banniere ul.choix {
    list-style-type: none;
	text-align: right;
}

#banniere ul.choix li {
	padding: 1em 0;
}

#banniere ul.choix li a {
	font-family: 'Encode Sans', sans-serif;
    font-size: 166.5%;
	font-weight: normal;
	color: #fff;
	text-decoration: none;
}

#banniere .content {
	width: 58%;
    padding-top: 35px;
}

#banniere .content h2 {
    padding-bottom: 35px;
	-moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
    -webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
    -ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
    -o-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
}

#banniere .content p {
    padding-bottom: 35px;
}

#banniere .listes ul {
	display: inline-block;
    list-style-type: none;
}

#banniere .listes ul:last-child {
	vertical-align: top;
    padding-top: 3px;
	padding-left: 2em;
}

#banniere .listes ul li {
	padding-bottom: 20px;
}

#banniere .listes ul:last-child li {
	padding-bottom: 23px;
}

#banniere .listes ul li a {
    font-family: 'Encode Sans', sans-serif;
    font-size: 166.5%;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
}

#banniere .listes ul:last-child li {
    font-family: 'Encode Sans', sans-serif;
    font-size: 150%;
    font-weight: normal;
    color: #fff;
    text-decoration: none;
}

#banniere .slogan {
	width: 100%;
	margin: auto;
	margin-top: 10vh;
    text-align: center;
}

#accueil #banniere .slogan {
    margin-top: 30vh;
}

#banniere .slogan h2 {
    font-size: 320%;
	line-height: 1.3;
	-moz-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
	-webkit-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
	-ms-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
	-o-text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.85);
}

#section1 {
    text-align: center;
}

#section1 h2 {
	padding-bottom: 0.5em;
}

#section1 p {
    padding-bottom: 0.5em;
}

#section2 {
    background-color: #EAEAEA;
}

#section2 .grid .col {
    position: relative;
}

#section2 .grid .col:first-child {
    padding-right: 2em;
}

#section2 .grid .col:nth-child(2)  {
    padding: 0 1em;
}

#section2 .grid .col:nth-child(3)  {
    padding: 0 1em;
}

#section2 .grid .col:last-child  {
    padding-left: 2em;
	padding-right: 0;
}

#section3.section {
    padding-top: 2em;
}

#section3 .wrapper {
    border-bottom: 2px solid #989898;
	padding-bottom: 1em;
}

#section3 .grid .col {
    text-align: center;
}

#section3 .grid .col:last-child {
    padding-left: 2em;
}

#section3 .grid .col:first-child {
    padding-right: 2em;
}

#section3 .grid .col:nth-child(2) {
    padding: 0 1em;
}

#section3 .grid .col img {
    width: 368px;
	margin: 0 auto;
}

#section4 .wrapper {
    padding: 1em 0 3em 0;
}

#section4 .grid .modele,
#section4 .grid .couleurs {
    display: table-cell;
    vertical-align: middle;
}

#section4 .grid .modele {
    width: 60%;
	position: relative;
}

#section4 .grid .modele img {
    width: 100%;
}

#section4 .grid .modele .custom-graphique,
#section4 .grid .modele .custom-mur {
    position: absolute;
    top: 0;
    width: 100%;
	z-index: 1;
}

#section4 .grid .modele .custom-graphique {
	z-index: 1;
}

#section4 .grid .modele .custom-mur {
	z-index: 2;
}

#section4 .grid .modele.inverseZindex .custom-graphique {
	z-index: 2;
	visibility: hidden;
}

#section4 .grid .modele.inverseZindex .custom-mur {
	z-index: 1;
	visibility: hidden;
}

#section4 .grid .modele .custom-graphique img {
    position: absolute;
    z-index: -1;
}

#section4 .grid .modele .custom-mur img {
    position: absolute;
    z-index: -1;
}

#section4 .grid .couleurs {
    text-align: center;
}

#section4 .grid .couleurs > div:first-child {
    padding-bottom: 20px;
}

#section4 .couleurs h3 {
    padding-bottom: 0.6em;
}

#section4 .grid .couleurs > div > div {
    width: 350px;
    margin: 0 auto;
}

#section4 .couleurs span {
    width: 50px;
    height: 50px;
    display: inline-block;
    border-radius: 50%;
	border: 1px solid #ddd;
}

#section4 .couleurs span {
    margin-right: 10px;
	cursor: pointer;
}

#section4 .couleurs span:last-child {
    margin-right: 0
}

#section4 .couleurs .blue {
    background-color: #2C529F;
}

#section4 .couleurs .lightblue {
    background-color: #01AFE2;
}

#section4 .couleurs .darkblue {
    background-color: #203870;
}

#section4 .couleurs .cobalt {
    background-color: #0100A0;
}

#section4 .couleurs .red {
    background-color: #C62B2D;
}

#section4 .couleurs .brightred {
    background-color: #8D1418;
}

#section4 .couleurs .cranberry {
    background-color: #93213C;
}

#section4 .couleurs .grey {
    background-color: #3C4247;
}

#section4 .couleurs .silver {
    background-color: #9A9A9A;
}

#section4 .couleurs .white {
    background-color: #FFFFFF;
}

#section4 .couleurs .black {
    background-color: #272424;
}

#section4 .couleurs .yellow {
    background-color: #FFCD0E;
}

#section4 .couleurs .green {
    background-color: #096E38;
}

#section4 .couleurs .lime {
    background-color: #4FCA07;
}

#section4 .couleurs .lightbrown {
    background-color: #6F553C;
}

#section4 .couleurs .gold {
    background-color: #7F6E3F;
}

#section4 .couleurs .copper {
    background-color: #BC531F;
}

#section5 {
    background-color: #1A1A1A;
    color: #fff;
}

#section5.section {
    padding-top: 2em;
}

#section5 .grid {
    padding: 4.3em 0 0.7em 0;
}

#section5 .grid img {
	width: 100%;
    display: table-cell;
}

#section5 .grid ul {
    width: 50%;
    display: table-cell;
    vertical-align: top;
    padding-left: 5em;
	font-family: 'Encode Sans', sans-serif;
    font-size: 100%;
    font-weight: normal;
}

#section6.section {
	padding: 0;
}

#section6 .carousel img {
    width: 100%;
}

#section7.section {
	padding-top: 2em;
}

#section7 h3 {
    padding-top: 1.5em;
    font-size: 130%;
}

#section7 .grid {
    padding-top: 1em;
}

#section7 .grid,
#section7 .grid a {
	color: #fff;
}

#section7 .grid .plus-close {
	position: absolute;
	width: 30px;
    height: 30px;
    top: 10px;
    left: 10px;
	cursor: pointer;
}

#section7 .grid .plus-close .first {
	position: absolute;
    width: 100%;
    height: 5px;
	top: 41%;
    background: #fff;
	border-radius: 20px;
	border: 1px solid rgba(0,0,0,0.2);
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -ms-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
}

#section7 .grid .plus-close .second {
	position: absolute;
	width: 100%;
    height: 5px;
	top: 41%;
    background: #fff;
	border-radius: 20px;
	border: 1px solid rgba(0,0,0,0.2);
    -moz-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all 700ms linear;
    -webkit-transition: all 700ms linear;
    -ms-transition: all 700ms linear;
    -o-transition: all 700ms linear;
    transition: all 700ms linear;
}

#section7 .grid .open .first {
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg);
}

#section7 .grid .open .second {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#section7 .grid img {
    width: 100%;
}

#section7 .grid .images {
    position: relative;
	overflow: hidden;
}

#section7 .grid .overlay {
    position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6);
	padding: 1.5em;
	opacity: 0;
	-webkit-transform: translate(-100%,-100%);
	-ms-transform: translate(-100%,-100%);
	transform: translate(-100%,-100%);
	-webkit-transition: 1s transform, 1s opacity;
	transition: 1s transform, 1s opacity;
}

#section7 .grid .overlay.open {
	opacity: 1;
    -moz-transform: translate(0);
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
}

#section7 .grid .overlay .legende {
    height: 100%;
}

#section7 .grid .overlay .legende ul {
    margin-left: 20px;
    font-family: 'Encode Sans', sans-serif;
    font-size: 100%;
    font-weight: normal;
    line-height: 1.3;
}

#section7 .grid a {
	position: absolute;
	font-size: 300%;
	left: 10px;
	text-decoration: none;
}

#section7 .grid h3 {
    padding-top: 1.5em;
	padding-bottom: 0.3em;
}


/********************************************/
/*                  Slick                   */
/********************************************/
.carousel {
	outline: none;
    cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -ms-grab;
	cursor: -o-grab;
    cursor: grab;
}

.carousel.grabbing {
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -ms-grabbing;
	cursor: -o-grabbing;
    cursor: grabbing;

}

.slick-slide {
	outline: none;
    pointer-events: none;
}

.slick-prev,
.slick-next {
	width: 30px;
    height: 80px;
    z-index: 5;
}

.slick-prev {
    left: 20px;
}

.slick-next {
    right: 20px;
}

.slick-prev:before,
.slick-next:before {
    font-size: 80px;
    font-family: FontAwesome;
    text-rendering: auto;
}

.slick-prev:before {
    content: '\f104';
}

.slick-next:before {
    content: '\f105';
}


/*********************************************/
/*               NanoScroller                */
/*********************************************/

.nano > .nano-content {
	padding-right: 17px;
	overflow-y: auto;
}

.nano .nano-pane   {
	background: #888;
}
.nano .nano-slider {
	background: #111;
}


/*********************************************/
/*                  Animate                  */
/*********************************************/
.slogan.animated.zoomIn {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.slogan p.animated.fadeIn {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}


/*********************************************/
/*                  Footer                   */
/*********************************************/
footer {
    background-color: #1A1A1A;
    color: #fff;
    padding: 1em 2em;
	text-align: center;
}

footer#fullwidth {
    position: fixed;
    bottom: 0;
    width: 100%;
}

footer p,
footer a {
	font-family: 'HelveticaLTStd-Bold', sans-serif;
}

footer a {
	color: #fff;
	text-decoration: none;
}

footer a:hover {

}


/*********************************************/
/*            Bandeau formulaire             */
/*********************************************/
footer.bandeau-formulaire {
	position: fixed;
    width: 100%;
	bottom: 0;
	padding: 0;
	text-align: left;
	z-index: 9999;
	-moz-transform: translateY(calc(100% - 52px));
	-webkit-transform: translateY(calc(100% - 52px));
	-ms-transform: translateY(calc(100% - 52px)));
	-o-transform: translateY(calc(100% - 52px)));
    transform: translateY(calc(100% - 52px));
	-moz-transition: transform 0.4s;
    -webkit-transition: transform 0.4s;
    -ms-transition: transform 0.4s;
    -o-transition: transform 0.4s;
    transition: transform 0.4s;
}

footer.bandeau-formulaire.show {
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}

.bandeau-button {
	background-color: #1A1A1A;
	color: #fff;
}

.bandeau-button div.wrapper {
    display: flex;
    justify-content: space-between;
}

.bandeau-button p {
	padding: 1em 0;
	font-weight: normal;
}

.bandeau-button .button a {
    color: #999999;
	text-decoration: none;
    font-family: 'Encode Sans', sans-serif;
    font-size: 100%;
    font-weight: bold;
}

.bandeau-button .button a.active,
.bandeau-button .button a:hover {
    color: #CD4339 !important;
}

.bandeau-button .button .information,
.bandeau-button .button .soumission {
	display: flex;
	align-items: center;
	height: 100%;
	padding: 0 2em;
    background-color: #fff;
	border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}

.bandeau-button .button .soumission {
    margin-left: 1.5em;
}

#demande-information {
    background-color: #fff;
	color: #999999;
	padding: 2em 0;
}

#demande-information .underline-title {
    border-bottom: 2px solid #999999;
    padding-top: 0;
    padding-bottom: 1em;
}

#demande-information .formulaire {
    display: flex;
    justify-content: flex-end;
	text-align: right;
	padding-top: 2em;
}

#demande-information .formulaire label {
    display: inline-block;
    width: 75px;
    text-align: right;
    cursor: pointer;
    margin: 10px 0;
}

#demande-information .formulaire .info {
    width: 35%;
}

#demande-information .formulaire .info p {
    line-height: 0;
}

#demande-information .formulaire .info input {
    display: inline-block;
    width: 60%;
	height: 45px;
    margin-left: 10px;
    padding: 4px;
    border: 1px solid #999999;
	color: #999999;
}

#demande-information .formulaire .msg {
    margin-left: 5em;
	width: 65%;
}

#demande-information .formulaire .msg p {
    line-height: 0;
}

#demande-information .formulaire .msg input {
    display: inline-block;
    width: 60%;
	height: 45px;
    margin-left: 10px;
    padding: 4px;
    border: 1px solid #999999;
}

#demande-information .formulaire .msg textarea {
    width: 60%;
	height: 135px;
    margin-left: 10px;
    padding: 4px;
    resize: none;
    border: 1px solid #999999;
}

#demande-information .formulaire .msg #zone-message label {
    vertical-align: top;
}

#demande-information .formulaire .msg input[type="submit"] {
	cursor: pointer;
	text-transform: uppercase;
	font-weight: bold;
}

#demande-information .formulaire .msg input[type="submit"]:hover {
	color: #CD4339;
}