* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
img {
	max-width: 100%
}
body, input, button, select, textarea {
	font-family: "Open Sans", Sans-Serif;
	font-size: 100%
}
button {
	cursor: pointer
}
button:disabled {
	cursor: default
}
.iradio {
	border-radius: 99px
}
.icheckbox, .iradio {
	display: inline-block;
*display:inline;
	vertical-align: middle;
	padding: 0;
	width: 18px;
	height: 18px;
	cursor: pointer;
	margin-top: -3px;
	margin-right: 5px;
	background: #fff;
	border: 4px solid #fff
}
.icheckbox.checked, .iradio.checked {
	background: #f08100
}
.icheckbox:before, .iradio:before {
	content: "";
	position: absolute;
	top: -4px;
	left: -4px;
	width: 16px;
	height: 16px;
	background: transparent;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px
}
.unslider-arrow {
	background: transparent url("../img/sprite.png") no-repeat scroll 0 0;
	font-size: 0;
	height: 35px;
	position: absolute;
	width: 36px
}
.unslider-arrow.prev {
	right: 50%;
	left: auto;
	margin-right: 10px;
	bottom: -15px;
	background-position: 0 -164px
}

@media (max-width: 800px) {
.unslider-arrow.prev {
	top: 50%;
	margin-top: -18px;
	left: 0;
	right: auto;
	bottom: auto
}
}
.unslider-arrow.next {
	left: 50%;
	margin-left: 10px;
	right: auto;
	bottom: -15px;
	background-position: 0 -128px
}

@media (max-width: 800px) {
.unslider-arrow.next {
	top: 50%;
	margin-top: -18px;
	right: 0;
	left: auto;
	bottom: auto
}
}
.unslider-nav {
	position: absolute;
	bottom: 15px;
	left: 0;
	width: 100%;
	z-index: 3
}
.slider .unslider-arrow.next {
	background-position: 0 -128px;
	bottom: 50%;
	left: 97%;
	margin-left: 0;
	right: auto;
	margin-top: 9px
}

@media (max-width: 800px) {
.slider .unslider-arrow.next {
	left: 85%;
	bottom: auto;
	top: 142px
}
}
.slider .unslider-arrow.prev {
	background-position: 0 -164px;
	bottom: 50%;
	right: 97%;
	margin-right: 0;
	left: auto;
	margin-top: 9px
}

@media (max-width: 800px) {
.slider .unslider-arrow.prev {
	right: 85%;
	bottom: auto;
	top: 142px
}
}
.footable-details {
	margin: 0
}
.footable-details.table {
	margin: 0 !important
}
.footable-details .table__line {
	background: none !important
}
.footable-details .table__cell {
	text-align: center
}
.footable-details th {
	display: none
}
.footable tr, .footable td {
	border: 0 !important
}
.popin {
	position: fixed;
	top: 100%;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99
}
.popin__overlay {
	position: absolute;
	background: #000;
	opacity: 0.7;
	top: 0;
	left: 0;
	height: 100%;
	Width: 100%;
	z-index: 1;
	cursor: pointer
}
.popin__wrapper {
	position: relative;
	z-index: 2;
	width: 80%;
	max-width: 500px;
	min-width: 280px;
	height: auto;
	margin: 60px auto;
	background: white;
	max-height: 90%;
	overflow: auto
}

@media (max-width: 800px) {
.popin__wrapper {
	margin: auto;
	width: 100%;
	min-width: 200px
}
}
.popin__head {
	text-align: center;
	background: #00a0e0
}
.popin__title {
	padding: 20px;
	margin: 0;
	color: #fff;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.2rem
}
.popin__close {
	text-decoration: none;
	right: 0;
	top: 0;
	position: absolute;
	width: 36px;
	line-height: 36px;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	border: none;
	background: none
}
.popin__content {
	background: #fff;
	padding: 40px 30px
}
.popin__content a {
	text-decoration: underline;
	color: #fff
}

@media (max-width: 800px) {
.popin__content {
	padding: 20px 10px
}
}
.popin__footer {
	text-align: center;
	margin-top: 20px
}
.popin .icheckbox::before, .popin .iradio::before {
	background: transparent none repeat scroll 0 0;
	border-radius: 50px;
	content: "";
	height: 16px;
	left: -4px;
	position: absolute;
	top: -4px;
	width: 16px;
	border: 1px solid #000
}
.popin .icheckbox, .popin .iradio {
	background: #fff none repeat scroll 0 0;
	border: 4px solid #fff;
	cursor: pointer;
	display: inline-block;
	height: 18px;
	margin-right: 5px;
	margin-top: -3px;
	padding: 0;
	vertical-align: middle;
	width: 18px
}
.popin .icheckbox.checked, .popin .iradio.checked {
	background: #00A0E0 none repeat scroll 0 0
}
.wrapper {
	max-width: 1220px;
	padding: 0 10px;
	width: 100%;
	margin: auto;
	position: relative
}


.wrapper--variant {
	padding: 0
}
.wrapper--background {
	min-height: 500px
}

@media (max-width: 800px) {
.wrapper--background {
	min-height: 300px;
	padding: 0
}
}
.wrapper--variant2 {
	height: 690px;
	padding: 0
}

@media (max-width: 800px) {
.wrapper--variant2 {
	height: 300px
}
}
.header {
	background: #4C565C none repeat scroll 0 0;
	position: fixed;
	text-align: right;
	top: 0;
	width: 100%;
	z-index: 90
}

@media (max-width: 800px) {
.header {
	text-align: left;
	position: relative
}
}

@media (max-width: 400px) {
.header {
	min-height: 65px
}
}
.header:after {
	content: "";
	display: block;
	clear: both
}
.main {
	margin-top: 115px
}

@media (max-width: 800px) {
.main {
	margin-top: 0px
}
}
.main--variant {
	margin-top: 127px
}
.logo {
	display: inline-block;
	float: left
}
.logo img {
	width: 100%
}

@media (max-width: 800px) {
.logo {
	margin: 0px 20px;
	float: none
}
}

@media (max-width: 499px) {
.logo {
	width: 100px;
	margin: 30px 20px 0
}
}
.menu {
	display: inline-block;
	margin: 0;
	padding: 0
}

@media (max-width: 800px) {
.menu {
	text-align: center
}
}
.menu__item {
	max-height: 30px;
	display: inline-block;
	margin: 42px 0
}
.menu__item:first-child {
	margin-right: 0
}
.menu__link {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	padding: 12px 25px;
	font-size: 1.2rem
}

@media (max-width: 1200px) {
.menu__link {
	font-size: 1rem;
	padding: 8px 8px;
	position: absolute;
	top: 30px;
	right: 20px
}
}
.menu__link:before {
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px
}

@media (max-width: 800px) {
.menu__link:before {
	vertical-align: top
}
}
.menu__link--cal {
	background: #00a0e0
}
.menu__link--cal:before {
	width: 30px;
	height: 30px;
	background: url(../img/sprite.png) no-repeat 0 -31px;
	position: relative
}
.menu__link--cal:hover {
	background: #00b6ff
}
.menu__link--tel {
	height: 30px;
	font-size: 1.1rem;
	font-weight: bold
}

@media (max-width: 1200px) {
.menu__link--tel {
	right: 200px
}
}

@media (max-width: 500px) {
.menu__link--tel {
	display: none
}
}
.menu__link--tel:before {
	width: 30px;
	height: 30px;
	background: url(../img/sprite.png) no-repeat 0 -62px;
	position: relative
}

@media (max-width: 800px) {
.menu__link--tel:before {
	vertical-align: top
}
}
.menu__link--tel--variant {
	display: none
}

@media (max-width: 499px) {
.menu__link--tel--variant {
	display: block;
	padding-right: 25px;
	position: relative;
	right: auto;
	text-align: right;
	top: -41px
}
}
nav {
	background-color: #003b55;
	text-align: center
}
nav ul {
	display: block;
	margin: 0;
	padding: 10px 5px
}
nav ul li {
	display: inline-block;
	padding: 0 10px;
	border-right: solid 1px #fff;
	text-transform: uppercase;
	font-size: 16px
}
nav ul li a {
	color: #fff;
	text-decoration: none;
	padding: 10px 5px
}
nav ul li:last-child {
	border-right: none
}

@media (max-width: 800px) {
nav {
	display: none
}
}
.background {
	background: url(../img/background.jpg) no-repeat scroll center 0px/cover;
	background-size: cover;
	position: relative
}
.background--variant {
	background: url(../img/background2.jpg) no-repeat bottom center;
	background-size: cover
}

@media (max-width: 800px) {
.background {
	background: none
}
}
.background__label {
	display: none;
	bottom: 20px;
	left: 20px;
	width: 58px;
	height: 58px;
	display: block;
	content: "";
	z-index: 2;
	background: url(../img/sprite.png) no-repeat -156px 0px
}

@media (max-width: 800px) {
.background__label {
	bottom: auto;
	top: 20px;
	background: url(../img/sprite-2x.png) no-repeat -204px 0;
	background-size: 260px 53px
}
}
.background__label--variant {
	display: none;
	top: 20px;
	right: 20px;
	left: auto;
	bottom: auto
}
.baseline {
	color: #444;
	width: 250px;
	line-height: 145%;
	position: absolute;
	top: 320px
}

@media (max-width: 800px) {
.baseline {
	top: auto;
	width: auto;
	line-height: 135%;
	position: relative;
	display: block
}
}
.baseline--variant {
	position: absolute;
	top: 0;
	right: 80px;
	width: 435px;
	height: 100%;
	line-height: 145%;
	background: rgba(255,255,255,0.9);
	color: #4c565c;
	padding: 70px 35px 0;
	text-align: center
}

@media (max-width: 800px) {
.baseline--variant {
	position: initial;
	width: auto;
	line-height: 135%;
	padding: 30px 20px
}
}

@media (max-width: 400px) {
.baseline--variant {
	position: initial;
	width: auto;
	line-height: 135%;
	padding: 30px 20px
}
}
.baseline--variant p {
	text-align: left;
	margin: 0;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1.8rem
}
.baseline--variant p strong {
	font-size: 2.1rem;
	font-family: 'Open Sans';
	font-weight: 700
}
.baseline--variant p span {
	font-size: 1.7rem;
	font-family: 'Open Sans';
	font-weight: 100
}
.baseline--variant ul {
	color: #4c565c;
	padding-left: 10px;
	padding-top: 40px
}

@media (min-width: 401px) and (max-width: 480px) {
.baseline--variant ul {
	padding-top: 20px
}
}
.baseline--variant ul li {
	background: url("../img/puce.png") no-repeat left top 6px;
	font-family: "open sans";
	font-weight: bold;
	list-style: outside none none;
	padding-bottom: 15px;
	padding-left: 30px;
	text-align: left;
	font-size: 1rem
}

@media (min-width: 401px) and (max-width: 480px) {
.baseline--variant ul li {
	font-size: 1rem;
	line-height: 1.1rem;
	padding-bottom: 5px
}
}

@media (max-width: 400px) {
.baseline--variant ul li {
	font-size: 0.8rem;
	line-height: 1.1rem;
	padding-top: 5px
}
}
.baseline--variant a {
	display: inline-block;
	color: #fff;
	background-color: #4c565c;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 16px;
	padding: 10px 35px
}
.baseline strong {
	color: #00a0e0
}
.baseline__encart1 {
	background: rgba(99,189,224,0.8);
	padding: 15px 0;
	font-size: 1.4rem;
	font-family: 'Open Sans';
	color: #fff;
	text-align: center;
	font-weight: normal
}
.baseline__encart1 strong {
	color: #fff;
	font-size: 1.8rem;
	display: block
}
.baseline__encart1 strong sup {
	padding-left: 2px;
	top: -15px;
	font-size: 0.8rem
}
.baseline__encart1 span {
	display: block;
	font-size: 1.1rem;
	font-weight: 100;
	line-height: 39px;
}
.baseline__encart1 .txt {
	font-size: 1.0rem;
		line-height: 20px;
	margin-top: 10px;

}

@media (max-width: 800px) {
.baseline__encart1 {
	padding: 15px 15px;
	font-size: 1.7rem;

}
}
.lancement {
	padding: 40px 0px 0px 0px;
	text-align: center
}

@media (max-width: 800px) {
.lancement {
	padding: 20px 0
}
	.lancement__encart--variant:after
{
 display: none;
}
}
.lancement__wrapper {
	background: url(../img/bk-lancement.png) no-repeat top right
}

.lancement__encart--variant:after
{
	content: "+";
	color: #4c565c;
	font-size: 5rem;
	font-weight: bolder;
	position: absolute;
	left: 137px;
	top: 70px;
}
#bklancement2 {
	background: url(../img/bk-lancement2.png) no-repeat top left;
	height: 292px;
	width: 196px;
	position: absolute
}

.lancement__title {
	font-family: 'Open Sans';
	color: #4c565c;
	font-weight: 700;
	font-size: 1.8rem;
	padding-bottom: 5px
}

.lancement__subtitle {
	color: #4c565c;
	font-size: 1.7rem;
	font-family: 'Open Sans';
	font-weight: 100
}

@media (max-width: 800px) {
.lancement__subtitle {
	font-size: 1.5rem
}
}
.lancement__encart {
	color: #fff;
	width: 0;
	height: 0;
	display: inline-block;
	margin: 80px 40px;
	position: relative;
	vertical-align: bottom;
	border-style: solid;
	border-width: 0 150px 290px 150px;
	border-color: transparent transparent #f08100 transparent

}

@media (max-width: 800px) {
.lancement__encart {
	border-width: 0 130px 240px 130px;
	margin: 30px 0;
}
.lancement__encart+.lancement__encart {
	margin-top: 30px
}
}
.lancement__encart--variant {
	border-color: transparent transparent #00a0e0 transparent;
	color: #fff
}
.lancement__encart--variant:before {
	display: none
}
.lancement__encart--text {
	font-family: 'Oswald';
	font-size: 1.4rem;
	font-weight: 100;
  text-transform: uppercase;
	height: 144px;
	left: -135px;
	position: absolute;
	top: 110px;
	width: 270px;
		line-height: 1.3;
}

@media (max-width: 800px) {
.lancement__encart--text {
	font-size: 1.2rem;
	top: 126px;
	left: -135px;
}
}

.lancement__date {
	font-family: 'Open Sans';
	color: #4c565c;
	font-weight: 400;
	font-size: 1.8rem;
	padding-bottom: 5px
}

@media (max-width: 800px) {
	.lancement__date {
		font-size: 1.2rem;
	}
}

.lancement__encart--text__variant {
	left: -135px;
	top: 150px;
}
@media (max-width: 800px) {
  .lancement__encart--text__variant {
  	top: 120px;
  }
}

.lancement__encart--text strong {
	font-size: 1.4rem;
	font-weight: 700;
	display: block;
	position: relative
}

@media (max-width: 800px) {
.lancement__encart--text strong {
	font-size: 1.3rem
}
}
.lancement__encart--text strong.variant {
	font-size: 1.2rem
}
.lancement__encart--text sup {
	font-size: 0.7rem;
	top: -14px;
	padding-left: 2px
}

.lancement__encart--text span {
	font-size: 1.2rem;
	display: block;
	margin-bottom: 8px;
	margin-top: 5px
}
.lancement__btn a {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background: #4c565c;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	padding: 12px 25px;
	font-size: 1.1rem;
	font-weight: 700
}

@media (max-width: 800px) {
.lancement__btn a {
	font-size: 1rem;
	padding: 10px 25px
}
}

@media (max-width: 400px) {
.lancement__btn a {
	font-size: 0.8rem
}
}
.lancement__btn a:before {
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/sprite.png) no-repeat 0 -93px;
	position: relative
}

@media (max-width: 800px) {
.lancement__btn a:before {
	vertical-align: top
}
}
.lancement__btn a:hover {
	background: #5b676f
}
.section__line {
	margin-bottom: 100px
}
.section__line:first-child {
	margin-bottom: 80px
}

@media (max-width: 800px) {
.section__line {
	margin-bottom: 30px !important
}
.section__line:last-child {
	margin-bottom: 50px !important
}
}
.section__section {
	background: #fff;
	padding: 30px 0 0
}

@media (max-width: 800px) {
.section__section:first-child {
	padding: 30px 0 0
}
}
.section__box {
	width: 48%;
	display: inline-block;
	position: relative;
	vertical-align: top;
}
.section__box:first-child {
	margin-right: 4%
}

@media (max-width: 800px) {
.section__box:first-child {
	margin-right: 0px
}
}
.section__box:last-child {
	margin-left: -5px
}

@media (max-width: 800px) {
.section__box:last-child {
	margin-left: 0px
}
}

@media (max-width: 800px) {
.section__box {
	width: 100%;
	display: block;
	padding: 0 10px
}
}
.section__entete {
	margin-bottom: 30px
}

@media (max-width: 800px) {
.section__entete {
	margin-bottom: 0
}
}
.section__entete--variant {
	text-align: right
}
.section__entete--line1 {
	font-size: 1.8rem;
	color: #4c565c;
	font-weight: normal;
	font-family: "Open Sans";
	font-weight: 700
}

@media (max-width: 800px) {
.section__entete--line1 {
	padding-top: 10px
}
}

@media (max-width: 400px) {
.section__entete--line1 {
	font-size: 1.5rem
}
}
.section__entete--line1 span {
	color: #5d7c86
}
.section__entete--line2 {
	font-size: 1.4rem;
	line-height: 2.2rem;
	color: #4c565c;
	font-family: "Open Sans";
	font-weight: 100
}

@media (max-width: 400px) {
.section__entete--line2 {
	font-size: 1.2rem
}
}
.section__texte {
	width: 85%
}
.section__texte--variant {
	width: 100%
}
.section__texte--variant2 {
	margin-bottom: 50px
}
.section__texte p {
	padding-left: 30px;
	background: url("../img/puce.png") no-repeat scroll left top 6px;
	background-size: 12px;
	line-height: 1.2rem;
	font-size: 0.9rem;
}
.section__texte p.texte--variant {
	text-align: right;
	padding-right: 30px;
	background: url("../img/puce2.png") no-repeat scroll right top 6px;
	background-size: 12px
}
.section__btn {
	text-align: right
}
.section__btn a {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background: #00a0e0;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	padding: 12px 25px;
	font-size: 1.1rem;
	font-weight: 700
}

@media (max-width: 800px) {
	.section__btn {
	text-align: center
}

.section__btn a {
	font-size: 1rem;
	padding: 10px 25px
}
}

@media (max-width: 400px) {
.section__btn a {
	font-size: 0.8rem
}
}
.section__btn a:before {
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/sprite.png) no-repeat 0 -31px;
	position: relative
}

@media (max-width: 800px) {
.section__btn a:before {
	vertical-align: top
}
}
.section__btn a:hover {
	background: #00B6FF
}


.greenurl a{
	color: #a6c997;
	text-align: right;
}

.section__btn2 {
	text-align: left;
}
.section__btn2 a {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background: #00a0e0;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	padding: 12px 25px;
	font-size: 1.1rem;
	font-weight: 700
}

@media (max-width: 800px) {
	.section__btn2 {
	text-align: center
}

.section__btn2 a {
	font-size: 1rem;
	padding: 10px 25px
}
}

@media (max-width: 400px) {
.section__btn2 a {
	font-size: 0.8rem
}
}
.section__btn2 a:before {
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/sprite.png) no-repeat 0 -31px;
	position: relative
}

@media (max-width: 800px) {
.section__btn2 a:before {
	vertical-align: top
}
}
.section__btn2 a:hover {
	background: #00B6FF
}




.espace {
	width: 80%;
	border: 2px solid #63bde0;
	margin: 0 auto 50px;
	padding: 40px;
	color: #4c565c
}

@media (max-width: 800px) {
.espace {
	width: 90%;
	padding: 20px;
	margin: 20px auto;
	display: block
}
}
.espace__section {
	background: #fff;
	padding: 30px 0
}

@media (max-width: 800px) {
.espace__section:first-child {
	padding: 0 0 30px 0
}
}
.espace__box {
	width: 48%;
	display: inline-block;
	position: relative;
	vertical-align: top
}
.espace__box:first-child {
	margin-right: 4%
}
.espace__box:last-child {
	margin-left: -5px
}

@media (max-width: 800px) {
.espace__box:last-child {
	margin-left: 0px
}
}

@media (max-width: 800px) {
.espace__box {
	width: 100%;
	display: block
}
}
.espace__entete {
	text-align: right;
	padding-bottom: 10px
}
.solvimo {
		text-align: right;


}

@media (max-width: 800px) {
.espace__entete {
	text-align: left;
	padding-bottom: 0px
}
	.solvimo {
		text-align: left;


}
}
.espace__entete--line1 {
	font-size: 1.8rem;
	color: #63bde0;
	font-weight: normal;
	font-weight: 700;
	font-family: "Open Sans"
}

@media (max-width: 800px) {
.espace__entete--line1 {
	padding-top: 0px
}
}
.espace__texte {
	width: 100%
}
.espace__texte p {
	text-align: right;
	line-height: 2rem;
	font-size: 1.1rem
}

@media (max-width: 800px) {
.espace__texte p {
	text-align: left;
	line-height: 1.3rem
}
}
.espace__texte p+p {
	font-size: 0.9rem
}

@media (max-width: 800px) {
.espace__texte p+p {
	font-size: 0.9rem;
	line-height: 1.3rem
}
}
.espace__btn {
	text-align: center
}
.espace__btn a {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background: #00a0e0;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	padding: 12px 25px;
	font-size: 1.2rem
}
.espace__btn a:before {
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/sprite.png) no-repeat 0 -31px;
	position: relative
}
.espace__btn a:hover {
	background: #00B6FF
}
.ptz {
	background: #e3ecf1 url(../img/bk-ptz.png) no-repeat left top;
	padding: 70px 0
}

@media (max-width: 800px) {
.ptz {
	padding: 30px 0;
	margin-top: 40px
}
}
.ptz__title {
	width: 100%;
	text-align: center;
	color: #4c565c;
	font-size: 2rem;
	font-family: "Open Sans";
	font-weight: 700
}

@media (max-width: 800px) {
.ptz__title {
	font-size: 1.4rem
}
}
.ptz__subtitle {
	width: 100%;
	text-align: center;
	color: #4c565c;
	font-size: 1.9rem;
	margin-top: 5px;
	font-family: "Open Sans";
	font-weight: 100;
	padding-bottom: 60px
}

@media (max-width: 800px) {
.ptz__subtitle {
	font-size: 1.5rem;
	padding-bottom: 20px
}
}
.ptz__box {
	display: inline-block;
	width: 33.33%;
	margin-left: -5px;
	padding-left: 105px;
	position: relative
}

@media (max-width: 800px) {
.ptz__box {
	width: 100%;
	display: block;
	padding-top: 105px;
	padding-left: 0;
	text-align: center;
	margin-left: 0;
	margin-bottom: 20px
}
}
.ptz__box:before {
	content: "";
	width: 85px;
	height: 80px;
	background: url(../img/sprite.png) no-repeat 0 -203px;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	left: 0
}

@media (max-width: 800px) {
.ptz__box:before {
	top: 0;
	left: 50%;
	margin-left: -42px;
	margin-top: 0
}
}
.ptz__box--ptz:before {
	background-position: 0 -203px
}
.ptz__box--pinel:before {
	background-position: 0 -285px
}
.ptz__box--taux:before {
	background-position: 0 -368px
}
.ptz__box--title {
	font-family: "Open Sans";
	font-weight: 700;
	color: #00a0e0;
	font-size: 1.4rem;
	text-transform: uppercase;
	line-height: 1.8rem
}
.ptz__box--text {
	font-family: "Open Sans";
	font-weight: 100;
	color: #4c565c;
	font-size: 0.9rem;
	padding-top: 6px;
	line-height: 1.1rem
}
.ptz__box--text sup {
	top: -5px;
	padding-left: 2px;
	font-size: 0.7rem
}
.signup {
	background: #4c565c;
	padding: 70px 0
}

@media (max-width: 800px) {
.signup {
	padding: 30px 0
}
}
.signup__title {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.8rem;
	text-transform: uppercase;
	font-family: "Open Sans";
	font-weight: 700
}

@media (max-width: 800px) {
.signup__title {
	font-size: 1.4rem
}
}
.signup__subtitle {
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1.9rem;
	margin-top: 5px;
	font-family: "Open Sans";
	font-weight: 100
}

@media (max-width: 800px) {
.signup__subtitle {
	font-size: 1.5rem
}
}
.signup__condition {
	width: calc(-20px + 100%);
	text-align: right;
	color: #fff;
	font-size: 0.9rem;
	margin-top: 40px
}

@media (max-width: 800px) {
.signup__condition {
	font-size: 0.7rem;
	text-align: center;
	margin-left: 10px
}
}
.inscription {
	width: 80%;
	margin: 0 auto;
	padding-top: 20px
}

@media (max-width: 800px) {
.inscription {
	padding-top: 0
}
}
.inscription__line {
	display: inline-block;
	width: 49%;
	margin-bottom: 15px;
	vertical-align: top
}
.inscription__line--radio {
	display: block;
	margin-bottom: 20px;
	margin-top: 30px;
	padding-left: 20px
}

@media (max-width: 800px) {
.inscription__line {
	display: block;
	width: 100%
}
}
.inscription__line>.inscription__line>:first-child {
	display: inline-block;
	width: 74%;
	margin: 0 4% 0 0
}

@media (max-width: 800px) {
.inscription__line>.inscription__line>:first-child {
	display: inline-block;
	width: 73%
}
}
.inscription__line>.inscription__line>:last-child {
	display: inline-block;
	margin: 0;
	width: 20%;
	padding: 11px 20px
}

@media (max-width: 800px) {
.inscription__line>.inscription__line>:last-child {
	display: inline-block;
	width: 20%;
	margin: 10px auto
}
}
.inscription__line--check {
	padding: 35px 25px 0
}

@media (max-width: 800px) {
.inscription__line--check {
	padding: 10px 25px 5px
}
}
.inscription__line--check+.inscription__line--check {
	padding: 0 25px
}
.inscription__table {
	margin: 20px 0;
	width: 100%
}
.inscription__labeltitle {
	font-size: 1.1rem;
	color: #fff;
	padding-left: 20px
}
.inscription__line--separation {
	height: 20px
}
.inscription__th {
	padding-left: 20px;
	width: 130px
}
.inscription__cell {
	width: 100px
}
.inscription__label {
	font-size: 1rem;
	padding-right: 20px;
	text-align: left;
	display: table-cell;
	color: #fff
}

@media (max-width: 800px) {
.inscription__label {
	float: left;
	display: block;
	margin-bottom: 5px
}
}
.inscription__label--radio {
	width: 35%;
	text-align: left;
	display: table-cell
}

@media (max-width: 800px) {
.inscription__label--radio {
	text-align: left;
	width: auto;
	display: inline-block
}
.inscription__label--radio+.inscription__label--radio {
	padding-left: 3%
}
}
.inscription__label--check {
	display: block;
	margin-bottom: 15px
}

@media (max-width: 800px) {
.inscription__label--check {
	float: none;
	display: block;
	margin-bottom: 15px
}
.inscription__label--check+.inscription__label--check {
	padding-left: 0
}
}
.inscription__span--radio {
	font-size: 1rem;
	color: #fff;
	margin-left: -2px
}
.inscription__span--checkbox {
	color: #fff;
	display: block;
	font-size: 0.9rem;
	margin-left: 30px;
	margin-top: -18px;
	position: relative
}
.inscription__field {
	display: table-cell;
	width: 100%;
	border: 1px solid #e6e6e6;
	color: #363639;
	background-color: transparent;
	padding: 10px;
	font-size: 0.9rem;
	font-weight: 100
}
.inscription__field--variant {
	font-size: 1rem;
	width: 90%;
	margin: 0 auto;
	display: block;
	border: 1px solid #fff;
	background: #fff;
	color: #4c565c;
	font-style: italic;
	text-align: left;
	padding: 15px 10px
}

@media (max-width: 800px) {
.inscription__field--variant {
	width: 90%
}
}
.inscription__select {
	font-size: 0.9rem;
	font-weight: 100;
	font-size: 1rem;
	width: 90%;
	margin: 0 auto;
	display: block;
	border: 1px solid #e6e6e6;
	background: #d74f50;
	color: #fff;
	font-style: italic;
	text-align: left;
	padding: 15px 10px;
	margin-left: 20px
}
.inscription__button {
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	background: #f08100;
	text-decoration: none;
	text-transform: uppercase;
	line-height: 30px;
	padding: 12px 25px;
	font-size: 1.2rem;
	border: none;
	margin: 20px auto;
	display: block
}
.inscription__button:before {
	content: "";
	display: inline-block;
	vertical-align: text-bottom;
	margin-right: 10px;
	width: 30px;
	height: 30px;
	background: url(../img/sprite.png) no-repeat 0 0;
	position: relative
}
.inscription__button:hover {
	background: #ff8a01
}
.inscription__mandatory {
	padding-left: 20px;
	font-size: 0.9rem;
	color: #fff
}
.form__instruction {
	color: #4c565c;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0
}
.form__line {
	display: table;
	width: 100%;
	margin-bottom: 8px
}
.form__line--radio {
	margin-bottom: 10px;
	margin-top: 5px
}
.form__line--checkbox {
	text-indent: -22px;
	margin-left: 22px;
	width: auto
}

@media (max-width: 800px) {
.form__line {
	display: block
}
}
.form__line>.form__line>:first-child {
	display: inline-block;
	width: 74%;
	margin: 0 4% 0 0
}

@media (max-width: 800px) {
.form__line>.form__line>:first-child {
	display: inline-block;
	width: 73%
}
}
.form__line>.form__line>:last-child {
	display: inline-block;
	margin: 0;
	width: 20%;
	padding: 11px 20px
}

@media (max-width: 800px) {
.form__line>.form__line>:last-child {
	display: inline-block;
	width: 20%;
	margin: 10px auto
}
}
.form__line--error input {
	border-color: #00a0e0
}
.form__line--error .icheckbox, .form__line--error .iradio {
	background-color: #00a0e0;
	border-color: #00a0e0
}
.form__label {
	font-size: 0.8rem;
	width: 95px;
	text-align: left;
	display: table-cell;
	color: #363639
}

@media (max-width: 800px) {
.form__label {
	width: auto;
	display: block;
	margin-bottom: 5px
}
}
.form__label--fullwidth {
	display: block;
	width: auto;
	margin-top: 15px;
	margin-bottom: 7px
}
.form__label--variant {
	text-transform: uppercase
}
.form__label--radio {
	width: 35%;
	text-align: right;
	display: table-cell
}

@media (max-width: 800px) {
.form__label--radio {
	text-align: left;
	width: auto;
	display: inline-block
}
.form__label--radio+.form__label--radio {
	padding-left: 3%
}
}
.form__label--checkbox {
	width: auto;
	font-size: 0.75rem
}
.form__span--radio {
	font-size: 0.8rem;
	color: #363639
}
.form__span--checkbox {
	font-size: 0.75rem;
	color: #363639
}
.form__field {
	display: table-cell;
	width: 100%;
	border: 1px solid #343436;
	color: #363639;
	background-color: transparent;
	padding: 10px;
	font-size: 0.9rem;
	font-weight: 100
}
.form select.form__field {
	padding: 5px 8px;
	width: 100%
}
.form__mandatory {
	font-size: 0.75rem;
	padding: 10px 0;
	color: #363639
}
.form__text {
	font-size: 0.8rem;
	color: #363639
}
.form__button {
	background-color: #00a0e0;
	color: #fff;
	text-decoration: none;
	font-size: 0.9rem;
	padding: 10px 20px;
	margin-top: 10px;
	display: inline-block;
	border: 0;
	font-weight: 300;
	cursor: pointer;
	text-transform: uppercase
}
.form__button:disabled {
	background: #AAA
}
.form__button--fullwidth {
	display: block;
	background: #00a0e0;
	width: calc(100% + 40px);
	margin: 10px -20px 0px -20px;
	text-transform: uppercase;
	color: #fff;
	padding: 12px 20px
}

@media (max-width: 800px) {
.form__button--fullwidth {
	width: 100%;
	margin: 10px auto
}
}
.form__button--fullwidth:disabled {
	background: #AAA
}
.form_link {
	color: #222;
	text-decoration: none;
	font-size: 0.8rem
}
.form__message {
	text-align: center;
	margin-bottom: 0;
	font-size: 0.8rem;
	position: relative
}
.form__list {
	position: absolute;
	text-align: left;
	margin: 0 0 0 -100px;
	list-style: none;
	background: #fcdcdc;
	padding: 10px 15px;
	font-size: 0.8rem;
	z-index: 50;
	left: 50%;
	top: 25px;
	opacity: 0.8;
	width: 200px
}
.form__list:before {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #fcdcdc transparent;
	content: "";
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px
}
.form__success {
	color: green
}
.form__error {
	color: red
}
.form__content {
	margin: 0
}
.form__result {
	color: #fff;
	text-align: center;
	font-size: 0.9rem;
	margin-bottom: 0;
	font-family: "Open Sans"
}
.form__result .aside__text {
	font-size: 1.8rem;
	font-weight: 700
}
.form__result .aside__paragraphe {
	font-size: 1.4rem
}
.form__link {
	text-transform: uppercase;
	text-decoration: none !important;
	color: #C09A5C !important;
	background: #fff;
	display: block;
	margin-top: 10px;
	letter-spacing: -1px;
	padding: 10px 30px 10px 0;
	position: relative
}
.form__link:after {
	content: "+";
	position: absolute;
	right: 0;
	top: 0;
	color: #fff !important;
	background: #C09A5C;
	height: 36px;
	width: 30px;
	font-size: 1.6rem;
	line-height: 36px
}
.popin .form__result {
	color: #000;
	text-align: center;
	font-size: 0.9rem;
	margin-bottom: 0;
	font-family: "Open Sans"
}
.popin .form__result .aside__text {
	font-size: 1.6rem;
	font-weight: 700
}
.popin .form__result .aside__paragraphe {
	font-size: 1.2rem
}
.separator {
	border: 0;
	border-top: 1px solid #ddd;
	margin: 50px 30px
}
.slider {
	position: relative
}

@media (max-width: 800px) {
.slider__list {
	height: 500px
}
}
.slider__item {
	background-size: cover;
	background-position: center center
}

@media (max-width: 800px) {
.slider__info {
	width: 100%;
	left: 0;
	max-width: none;
	position: relative;
	bottom: 0;
	top: 300px
}
}
.slider__info--variant {
	max-width: 640px
}

@media (max-width: 800px) {
.slider__info--variant {
	max-width: none
}
}
.slider__title {
	background: rgba(255,255,255,0.9);
	color: #003b55;
	text-transform: uppercase;
	padding: 15px 20px 0 20px;
	font-size: 1.4rem;
	font-weight: 700
}
.slider__content {
	background: rgba(255,255,255,0.9);
	padding: 0 20px 15px 20px
}

@media (max-width: 800px) {
.slider__content {
	height: 245px
}
}
.slider__name {
	color: #003b55;
	margin: 0;
	font-size: 1rem;
	padding: 0
}
.slider__small {
	text-transform: none;
	font-size: 0.8rem;
	display: block
}
.slider__text {
	width: 95%;
	padding-left: 10px !important;
	padding-top: 20px !important;
	font-size: 0.8rem
}

@media (max-width: 800px) {
.slider__text {
	width: 100%;
	padding-top: 8px !important
}
}
.slider__point {
	line-height: 1rem;
	padding-top: 6px !important;
	text-indent: -10px
}
.slider__point:before {
	width: 0;
	height: 0;
	display: inline-block;
	margin-right: 5px;
	content: "";
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-color: transparent transparent transparent #003b55
}

@media (max-width: 800px) {
.slider__point {
	padding-top: 0px !important
}
}
.tabs {
	list-style: none;
	padding: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	margin: 0
}

@media (max-width: 800px) {
.tabs {
	font-size: 0.8rem;
	position: static;
	display: none
}
}
.tab {
	display: inline-block;
	background-color: rgba(85,83,83,0.9);
	padding: 7px 14px;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer
}
.tab--active {
	background-color: rgba(9,143,164,0.9)
}

@media (max-width: 800px) {
.tab {
	display: block
}
}
.title {
	text-align: center;
	color: #fff;
	background: #00a0e0;
	padding: 20px;
	font-family: 'Open Sans';
	font-size: 1.7rem;
	font-weight: 100;


}
.title p {
	margin: 0;
	padding: 0;
	display: block;
	font-size: 1.7rem;
	line-height: 2.5rem;
	font-weight: 400;
	 font-family: 'Oswald';

}

@media (max-width: 800px) {
	.title  {
	font-size: 1.25rem;
}
.title p {
	font-size: 1.25rem;
	line-height: 1.8rem
}
}
.show__mob {
	display: none !important;
	width: 100% !important
}

@media (max-width: 800px) {
.show__mob {
	display: block !important
}
}

@media (max-width: 800px) {
.hide__mob {
	display: none !important
}
}

@media (max-width: 1200px) {
.hide__tab {
	display: none !important
}
}
.footer {
	text-align: center;
	padding: 20px 0
}
.footer a {
	color: #4c565c;
	font-size: 1rem;
	text-decoration: none
}
.footer a:hover {
	color: #5c686f
}
.submenu {
	display: block;
	float: right;
	margin: 10px 0 0 0;
	padding: 0;
	list-style: none;
	text-align: left
}

@media (max-width: 800px) {
.submenu {
	text-align: center;
	width: 100%
}
}
.submenu__item {
	display: inline-block;
	vertical-align: top;
	margin: 0 20px
}

@media (max-width: 800px) {
.submenu__item:last-child {
	width: 100%;
	margin: 10px 0 0 0;
	border-top: 1px solid #f0ede8;
	padding-top: 15px
}
}
.submenu__link, .submenu__title {
	color: #023a51;
	display: inline-block;
	text-decoration: none;
	font-size: 0.85rem;
	margin: 0;
	font-weight: 700;
	text-transform: uppercase
}

@media (max-width: 800px) {
.submenu__link, .submenu__title {
	font-weight: 400;
	font-size: 1rem
}
}
.submenu__social {
	padding: 0;
	list-style: none
}
.page {
	padding-bottom: 0px
}
.page__button {
	width: 100%;
	text-transform: uppercase;
	color: #fff;
	background: #00a0e0 url(../img/icon-arrow.png) no-repeat center right 10px;
	text-decoration: none;
	background-size: 17px 32px;
	padding: 12px 30px 12px 20px;
	margin: auto;
	display: block;
	text-align: left;
	position: fixed;
	bottom: 0;
	left: 0;
	font-size: 0.95rem
}
.page__button strong {
	display: block;
	font-size: 1.2rem
}
/*# sourceMappingURL=main.css.map */
