@font-face {
	font-family: MontrealBook;
	src: url(fonts/PPNeueMontreal-Book.otf);
}

/* @font-face {
	font-family: MontrealMedium;
	src: url(fonts/PPNeueMontreal-Medium.otf);
}

@font-face {
	font-family: MontrealSemibold;
	src: url(fonts/PPNeueMontreal-SemiBold.otf);
} */

.warning{
	padding: 20px;
	font-size: 2rem;
	color: black;
	background-color: orange;
}


html,
body {
	margin: 0px;
/*	height: 100%;*/
	font-size: 10px;
/*	font-family: "area-normal", sans-serif;*/
	font-family: MontrealBook, "neue-haas-grotesk-display", sans-serif;
	font-weight: 450;
	font-style: normal;
	background: #fff;
}

.spinner {
   width: 72px;
   height: 72px;
   border-radius: 50%;
   border: 11.5px solid;
   border-color: #dbdcef;
   border-right-color: #1d1d1b;
   animation: spinner-d3wgkg 1s infinite linear;
   margin: 60px auto;
}
.error{
	color: red;
	font-size: 15px;
}

@keyframes spinner-d3wgkg {
   to {
      transform: rotate(1turn);
   }
}

.flex{
	display: flex;
	flex-wrap: wrap;
}

.mb20{
	margin-bottom: 20px;
}

.mt20{
	margin-top: 20px;
}

h1,h2, h3, h4, h5, h6 {
/*	font-family: "area-normal", sans-serif;*/
	font-family: MontrealBook,"neue-haas-grotesk-display", sans-serif;
	padding: 0;
	margin: 0 0 20px 0;
	font-weight: 500;
}

h1{
	font-size: 3.2rem;
}

h2{
	font-size: 2.8rem;
}

h3{
	font-size: 2.2rem;
}

h4{
	font-size: 1.8rem;
}

h5{
	font-size: 1.6rem;
}

h6{
	font-size: 1.4rem;
}


a {
	color: inherit;
	text-decoration: inherit
}

.errormsg {
	font-size: 1.2rem;
	color: #e52e28;
/*	margin: 0px;*/
/*	height: 20px;*/
	text-align: center
}

.success {
	color: #53ae31
}

.bold {
	font-weight: 700;
	font-family: MontrealBook, "neue-haas-grotesk-display", sans-serif;
}

.caps {
	text-transform: uppercase
}

.left {
	text-align: left
}

.right {
	text-align: right
}

.center {
	text-align: center
}

.white {
	color: #FFF !important
}

.gray {
	color: #707070 !important
}

.bg-light-gray {
	background-color: #a0a0a0 !important
}

.dark-gray {
	color: #545454
}

.bg-dark-gray {
	background-color: #545454
}

.green {
	color: #53ae31 !important
}

.bg-green {
	background-color: #53ae31 !important
}

.border-green {
	border-color: #53ae31 !important
}

.red {
	color: #e52e28 !important
}

.bg-red {
	background-color: #e52e28 !important
}

.border-red {
	border-color: #e52e28 !important
}

.blue {
	color: #0675d4
}

.bg-blue {
	background-color: #0675d4
}

.motion-ease {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease
}

.motion-ease2 {
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease
}

.rotate-90 {
	-moz-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg)
}

.rotate45 {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg)
}

.rotate315 {
	-moz-transform: rotate(315deg);
	-webkit-transform: rotate(315deg);
	-ms-transform: rotate(315deg);
	-o-transform: rotate(315deg);
	transform: rotate(315deg)
}

input,
textarea,
select {
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	border: none
}

.v-align {
	display: flex;
}

.v-align .half{
	width: 48%;
	vertical-align: top;
}
.half + .half{
	margin-left: 4%;
}

.wrapper {
	width: 95%;
	margin: auto;
	max-width: 1200px
}

.pastille {
	width: 25px;
	height: 25px;
	margin-right: 10px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	border-radius: 50%
}

.inactive {
	pointer-events: none;
}

.btn-wrap{
	background-color: #1d1d1b;
	border-radius: 40px;
	padding: 10px 10px 10px 20px;
}

.btn{
	display: inline-block;
	transition: all 0.5s ease;
	font-size: 2rem;
	padding: 20px 40px;
	border-radius: 40px;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	background-color: #1d1d1b;
	color: white;
}

.btn:hover{
	background-color: #4f4f4f;
}

.btn.full{
	display: block;
	width: 100%;
}

.btn-white{
	background: white;
	color:  #1d1d1b;
}

.btn-white:hover{
	background: #ccc;
}

/*.btn-gray {
	background-color: #bbbbbb
}

.btn-gray:hover {
	background-color: #a0a0a0
}

.btn-gray-darker {
	background-color: #555
}

.btn-gray-darker:hover {
	background-color: #333
}

.colored-btn:hover {
	opacity: 0.8
}*/

.inline-block {
	display: inline-block;
	vertical-align: middle
}

#wave{
	width: 2000px;
	height: 301px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%);
	background: url(../img/espace-client-photos1.jpg);
	mask-image: url(../img/wave.svg);
	mask-size: auto 100%;
	mask-repeat: repeat-x;
	mask-position: left;
	animation-name: waveMove;
	animation-duration: 120s;
	animation-timing-function: linear ;
	animation-iteration-count: infinite;
	z-index: 1;
	display: none;
}

#wave.w1{
	background: url(../img/espace-client-photos1.jpg);	
}

#wave.w2{
	background: url(../img/espace-client-photos2.jpg);	
}

#wave.w3{
	background: url(../img/espace-client-photos3.jpg);	
}

#wave.w4{
	background: url(../img/espace-client-photos4.jpg);	
}


@keyframes waveMove {
	0%{ mask-position: 0; background-position: 0 0;}
		50% { mask-position: 100%; background-position: 100% 0}
}

header {
	/* background-color: #1d1d1b; */
	height: 80px;
	box-sizing: border-box;
	padding: 10px 0px;
	/* position: fixed; */
	/* z-index: 998; */
	/* top: 0px; */
	width: 100%;
	color: white;
	font-size: 1.6rem;
}

header .wrapper {
	max-width: 95%;
	height: 100%; 
	display: table;
}

header .wrapper .half {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	position: relative
}

header .half:nth-child(1) {
/*	width: 60%*/
}

header .half:nth-child(2) {
/*	width: 40%;*/
	text-align: right
}

header .logo {
	height: 40px
}

header .logo:nth-child(1) {
	margin-right: 40px;
	max-width: 200px;
}

header .btn {
	display: inline-block;
	padding: 10px 20px;
	margin-left: 20px;
}

.cell-burger {
	width: 25px;
	height: 25px;
	display: none;
	vertical-align: middle;
	cursor: pointer;
	margin: 0;
	position: fixed;
	z-index: 1000;
	right: 20px;
    top: 41px;
    transform: translate(0,-50%);
}

.cell-burger .bar {
	background: #bbbbbb;
	width: 25px;
	height: 2px;
	border-radius: 10px;
	display: block;
	margin: 5px auto
}

.cell-burger.open .bar {
	background: #545454
}

header .lang-selector {
	font-size: 1.4rem;
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle
}

.main{
	margin: 100px 0;
	box-sizing: border-box;
	position: relative;
	z-index: 2;
}

.panel{
	position: relative;
	z-index: 2;
	display: block;
	text-align: left;
	background-color: #F7f5ee;
	padding: 30px;
	border-radius: 40px;
	/* box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.3); */
	box-sizing: border-box;
}

.panel .panel{
	background: #efefef;
}

#menu-mobile {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #FFF;
	padding-bottom: 40px;
	text-align: center;
	padding-top: 20px;
	z-index: 999;
	display: none;
	padding-top: 80px;
}

#menu-mobile .btn {
	display: block;
	margin: 0 auto 15px;
	max-width: 300px;
}

/*#menu-mobile .lang-selector {
	font-size: 1.2rem;
	position: absolute;
	top: 0px;
	right: 15px
}*/

#login {
	display: table;
	height: 100%;
	width: 100%;
	background-image: url(../img/famille.jpg);
	background-size: cover;
	margin: 0;
	padding: 150px 0 ;
}

#login .title {
	margin-top: 0px;
	font-size: 5.6rem;
	color: #1d1d1b;
}

#login .text {
	font-size: 1.2rem
}

#login .half .logo {
	width: 45%;
	box-sizing: border-box;
	height: 100px;
	padding: 25px;
	display: inline-block;
	background-color: #FFF;
	border-radius: 15px;
	box-shadow: 0px 0px 62px 0px rgba(0, 0, 0, 0.3)
}

#login .half .left {
	margin-right: 5%
}

#login .half .right {
	margin-left: 5%
}

#login .logo img {
	height: 100%;
	width: 100%;
	object-fit: contain
}

#login .half {
	width: 49%;
	display: inline-block;
	box-sizing: border-box;
	vertical-align: middle
}

#login .half:nth-child(2) {
	text-align: right
}

#login .form-connexion {
	width: 90%;
	max-width: 380px;
	margin: 0 auto;
	padding: 40px 30px;
}

#login .form-connexion .title {
	margin-top: 0px;
	margin-bottom: 25px;
	font-size: 3rem;
	color: #1d1d1b;
}

#login .form-connexion .champs {
	background: #fff;
	padding: 15px;
	border-radius: 15px;
	color: black;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.2rem;
	border: 1px solid transparent;
	transition: all 1s ease;
	font-family: MontrealBook, "neue-haas-grotesk-display", sans-serif;
}

#login .form-connexion .champs::placeholder{
	color: gray;
	font-family: MontrealBook, "neue-haas-grotesk-display", sans-serif;
	font-weight: 600;
}

#login .form-connexion .champs:focus{
	border: 1px solid #1d1d1b
}

.champs + .champs {
	margin-top: 15px;
}

#login .form-connexion .btn-connecter {
	width: 100%;
	font-size: 2rem;
	padding: 10px;
	border-radius: 30px;
	margin-top: 40px;
	margin-bottom: 10px;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	background-color: #1d1d1b;
}

#login .form-connexion .half-btn {
	display: inline-block;
	width: 47.5%;
	font-size: 2rem;
	padding: 10px;
	border-radius: 30px;
	margin-top: 40px;
	margin-bottom: 10px;
	cursor: pointer;
	box-sizing: border-box;
	text-align: center;
	background-color: #1d1d1b;
	border: none !important;
}

#login .form-connexion .left {
	margin-right: 2.5%
}

#login .form-connexion .right {
	margin-left: 2.5%
}

table.logos {
	margin: 60px auto 0;
}

table.logos td{
	text-align: center;
	padding: 0 5px;
}

table.logos td img, table.logos td object{
	/*width: 65px;
	height: 65px;*/
	width: 100%;
	max-width: 65px;
}

#login .form-connexion .reset a{
	text-decoration: none;
	color: #1d1d1b;
	font-size: 1.6rem;
}

.lang-switch {
	font-size: 2rem;
	color: #FFF;
	position: absolute;
	right: 45px;
	top: 40px;
	line-height: 30px;
	width: 30px;
	text-align: center;
	text-shadow: 0px 0px 10px #1d1d1b
}

#content {
	/*min-height: 100%;
	width: 100%;
	box-sizing: border-box;
	background-color: #f1f1f1;
	padding-top: 100px;
	background-image: linear-gradient(to right, RGB(255, 255, 255), RGB(255, 255, 255));
	background-size: 100% 200px;
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 1px*/
}

#content .wrapper {
	max-width: 1400px
}

/*#content .cx {border:2px solid; padding:30px; width:47.5%; box-sizing: border-box; display:inline-block; border-radius:15px; background-color:#FFF; margin-bottom:45px; vertical-align:top}*/
/*#content .wrapper .cx:nth-child(odd) {margin-right:2.5%}*/
/*#content .wrapper .cx:nth-child(even) {margin-left:2.5%}*/

#content .cx {
	/*border: 2px solid;
	padding: 30px;
	box-sizing: border-box;
	border-radius: 15px;
	background-color: #FFF;
	margin-bottom: 45px;
	vertical-align: top*/
}

#content {
	/*min-height: 100%;
	width: 100%;
	box-sizing: border-box;
	background-color: #f1f1f1;
	padding-top: 100px;
	background-image: linear-gradient(to right, RGB(255, 255, 255), RGB(255, 255, 255));
	background-size: 100% 200px;
	background-position: top;
	background-repeat: no-repeat;
	padding-bottom: 1px*/
}


#content .field {
	width: 110px;
	display: inline-block;
	text-transform: none
}

#content .cx .succursale {
	position: relative;
	padding-right: 60px;
	cursor: pointer;
}

.cx + .cx:not(.half){
	margin-top: 50px;
}

#content .cx .succursale:after{
	position: absolute;
	content: '';
	top: 33px;
	right: 0;
	width: 32px;
	height: 21px;
	background: url(../img/icon-fl.svg) no-repeat center center;
	background-size: 100%;
	transform: translateY(-50%) rotate(-90deg);
	transition: all 0.3s ease;
}

#content .cx .succursale.open:after{
	transform: translateY(-50%) rotate(0deg);
}

#content .cx object{
	float: left;
	width: 65px;
	margin-right: 30px;
}

object + h2{
	font-size: 2rem;
	text-transform: uppercase;
/*	line-height: 65px;*/
	margin: 0;
	position: absolute;
	left: 85px;
	top: 50%;
	transform: translateY(-50%);
}

#content .cx .succursale a{
	position: absolute;
	top: 50%;
    right: 60px;
    transform: translateY(-50%);
}

#content .cx .btn{
/*	width: 100%;*/
}

#content .cx .dropdown{
	display: none;
}


#content .cx .cxInfo {
	padding-top: 30px;
	border-top: 1px solid #aaaaaa;
	margin-top: 30px;
}

/*.cxInfo+.cxInfo {
	border-top: 1px solid #aaaaaa;
	margin-top: 30px;
}*/


.badge{
	width: 65px;
	height: 65px;
	float: left;
	line-height: 65px;
	font-size: 1.8rem;
	text-transform: uppercase;
	background: #1d1d1b;
	text-align: center;
	border-radius: 50%;
	color: white;
	margin-right: 20px;
}

.badge + h3{
/*	line-height: 65px;*/
	font-size: 1.8rem;
	margin: 0;
	position: absolute;
	left: 85px;
	top: 50%;
	transform: translateY(-50%);
}

#content .info{
	width: 100%;
	margin-top: 20px;
	font-size: 1.8rem;
}

#content .info td{
	padding: 5px 0px;
}

#content .info td:nth-child(1){
	width: 40%;
}

#content .info td:nth-child(2){
	width: 40%;
}

#content .info td:nth-child(3){
	width: 20%;
}


#content .cx .text {
	margin: 0px;
	font-size: 1.2rem
}

#content .name {
	font-size: 1.2rem;
	margin-top: 0px
}

.clearfix{
	position: relative;
}

.clearfix::after{
	content: '';
	clear: both;
	display: table;
}

/*#content .btn {
	font-size: 11px;
	padding: 15px;
text-transform: uppercase;*
	border-radius: 10px;
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
	display: inline-block
}*/

#content .half .btn {
	/* width: 100% */
}

#content .cx .icon-btn {
	width: 100%
}

#content .cx .btn-cell {
	display: table-cell;
	width: 25px;
	vertical-align: middle;
	padding-right: 15px
}

#content .table {
	display: table;
	width: 100%
}

#content .table.mt {
	margin-top: 30px;
}

#content .inline-table {
	display: inline-table
}

#content .cx .btn-table {
	width: 100%;
	margin-bottom: 20px
}

#content .cx .cell {
	display: table-cell
}

#content .logo {
	width: 200px;
	height: auto;
	margin-bottom: 20px
}

#content .mobile {
	display: none
}

#content .title {
	font-size: 2rem;
	margin: 0 0 15px 0
}

#content .tab {
	background-color: #FFF;
	color: #1d1d1b;
	border: 2px solid #1d1d1b;
/*	margin-top: 60px;*/
	margin-bottom: 20px;
}

#content .active {
	background-color: #1d1d1b;
	color: white;
/*	border: 2px solid #F0F0F0;*/
}

.tab + .tab{
	margin-left: 10px;
}

#contrats {
	margin-bottom: 40px;
	margin-top: 30px;
}


#contrats h1{
	color: #1d1d1b;
}


#contrats .contrat {
	padding: 30px 0px;
	border-top: 1px solid #a0a0a0;
/*	display: table;*/
	width: 100%;
	box-sizing: border-box;
}

#contrats .contrat .flex{
	align-items: center;
}

#contrats .contrat table{
	width: 100%;
}

#contrats .contrat table td{
	width: 25%;
	font-size: 1.8rem;
}

#contrats .contrat table td:nth-child(4){
	text-align: right;
}

#contrats .traite-a {
	padding-bottom: 30px;
	border-bottom: 1px solid #a0a0a0;
}

#contrats .first {
/*	padding-top: 0px*/
}

#contrats .last {
	/*padding-bottom: 0px;
	border-bottom: none*/
}

#contrats .text {
/*	width: 20%;*/
	flex: 1;
	font-size: 1.8rem;
/*	display: table-cell;*/
	vertical-align: middle;
	padding: 10px;
	box-sizing: border-box;
}

#contrats .btn {
	display: inline-block;
	padding: 10px 30px;
	width: auto
}

#contrats .mobile-table {
	display: none
}

#contrats .text-pastille {
	display: inline-block
}

#contrats .img .img-traitement {
	display: inline-block;
	width: 18%;
	margin: 0px 1%;
	height: 0px;
	padding-top: 18%;
	background-size: cover;
	background-position: center center;
	cursor: pointer
}

#message-container #message {
	width: 100%;
	box-sizing: border-box;
	padding: 30px;
	/* border: 2px solid #0675d4; */
	border-radius: 15px;
	background-color: #FFF;
	resize: none;
	font-family: "montreal-book", sans-serif;
}

#message-container #message::placeholder {
	/* color: #545454;
	opacity: 0.5; */
	font-family: "montreal-book", sans-serif;
}

#message-container .btn {
	margin: 25px 0px;
	margin-right: 10px;
	padding: 15px 25px;
	cursor: pointer
}

#message-container .btn.inactive {
	background-color: #e6e6e6
}

.alert-btn {
	background-color: #e9f5ff;
	border: 1px solid #1678d1;
	color: #1678d1 !important;
	cursor: pointer;
	font-size: 1.1rem;
	padding: 13px;
/*	text-transform: uppercase;*/
	border-radius: 10px;
	text-align: center;
	box-sizing: border-box;
	margin: 0px 20px;
	display: none
}

.alert-btn-visible {
	display: inline-block !important
}

.alert-btn .char {
	background: #1678d1;
	font-weight: 700;
	color: #FFF;
	text-align: center;
	display: inline-block;
	margin-left: 5px;
	vertical-align: 0px;
	width: 15px;
	height: 15px;
	border-radius: 15px;
	line-height: 15px
}

.alert-box {
	max-width: 1400px;
	background-color: #e9f5ff;
	border: 2px solid #1678d1;
	border-radius: 15px;
	font-size: 1.4rem;
	box-sizing: border-box;
	width: 95%;
	padding: 3px 10px 10px;
	margin: 10px auto
}

.alert-box .x {
	text-align: right;
	color: #1678d1;
	font-size: 2.8rem;
	line-height: 25px;
	cursor: pointer
}

.alert-box a {
	color: #1678d1;
	text-decoration: underline
}

.lightbox {
	display: table;
	position: fixed;
	z-index: 10000;
	padding: 50px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.8);
	text-align: center;
	box-sizing: border-box
}

.lightbox .cell {
	width: 100%;
	height: 100%;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box
}

.lightbox .close {
	font-size: 3rem;
	margin: 0px;
	cursor: pointer;
	color: #FFF;
	text-align: right;
	position: absolute;
	top: 0px;
	right: 0px;
	padding: 15px;
	z-index: 99999;
	line-height: 30px
}

.lightbox img {
	max-width: 90vmin;
	max-height: 90vmin;
	display: inline-block;
	position: relative;
	object-fit: contain;
	border: 10px solid #FFF;
	box-sizing: border-box;
	background-color: #FFF;
	box-shadow: 0px 0px 70px 0px #1d1d1b
}

.lightbox .rotate {
	background-color: #FFF;
	background-image: url('../img/icon-rotate.svg');
	width: 30px;
	height: 30px;
	background-size: 80%;
	background-position: center center;
	position: absolute;
	z-index: 99999;
	background-repeat: no-repeat;
	border-radius: 5px;
	right: 60px;
	top: 15px;
	cursor: pointer
}


.detailsServices{
	margin-top: 30px;
}

.detailsServices ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.detailsServices ul li{
	position: relative;
	font-size: 1.8rem;
	padding: 5px 0 5px 40px;
}

.detailsServices ul li::before{
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	background-image: url(../img/bullet.svg);
	background-size: cover;
}

.details{
	max-width: 400px;
	margin: 0 auto;
	text-align: center;
	display: none;
}

.item table{
	font-size: 1.8rem;
}
.item table tr td, .item table tr th {
	border-bottom: 1px solid black;
	padding: 10px;
	width: 50% !important;
}

.item table tr th{
	text-align: right;
}

.item table tr:last-of-type td,.item table tr:last-of-type th{
	border: none;
}

.details .btn{
	margin-top: 15px;
}


footer{
	background-color: #1d1d1b;
	color: white;
	border-radius: 30px 30px 0 0;
	padding: 30px;
	position: relative;
	top: -30px;
	z-index: 950;
	font-size: 1.5rem;
}

footer::after{
	content: '';
	display: block;
	clear: both;
	height: 30px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	background-color: #1d1d1b;
}


footer .logo{
	width: 200px;
	display: block;
}

footer .logo img{
	width: 100%;
}

footer .welcome{
	font-size: 6rem;
	line-height: 1;
	margin-bottom: 30px;
}

footer .copy{
	margin-top: 60px;
}

footer p{
	font-size: 2rem;
}

footer hr{
	margin-bottom: 30px;
}

footer .logos{
	margin: 0;
}

footer .logos object{
	max-width: 60px;
	/* filter: grayscale(100%) invert(1) contrast(40%) ;*/
}


.lang-switcher{
	display: inline-block;
	padding: 5px;
	box-sizing: border-box;
	background: #8E8E8D;
	border-radius: 35px;
	/* margin-top: 50px; */
}

.lang-switcher a{
	display: inline-block;
	padding: 10px 20px;
	border-radius: 30px;
	color: black;
}

.lang-switcher a.active{
	background: #1d1d1b;
	color: white;
}


/* .ppa{
	display: none;
} */
.noppa{
	display: none;
}
/* #confirmation FORM.paymentInfo */
.no-space {
	margin-left: 0 !important;
}

#confirmation form.paymentInfo .hidden {
	display: none;
}

#confirmation form.paymentInfo .left {
	float: left;
}

#confirmation form.paymentInfo .right {
	float: right;
}

#confirmation form.paymentInfo .half {
	width: 50%;
	float: left;
}

#confirmation form.paymentInfo .third {
	width: 33.33333%;
	float: left;
}

#confirmation form.paymentInfo .quarter {
	width: 25%;
	float: left;
}

#confirmation form.paymentInfo .flex {
	display: flex;
}

#confirmation form.paymentInfo .clear {
	clear: both;
}

#confirmation form.paymentInfo .field.border {
	padding-left: 20px;
	border: 1px solid #1d1d1b;
  }
  #confirmation form.paymentInfo .field.border.error {
	border: 1px solid red;
  }
  #confirmation form.paymentInfo .field.half textarea,
  #confirmation form.paymentInfo .field.half input,
  #confirmation form.paymentInfo .field.half .styled-select {
	width: 99%;
  }
  #confirmation form.paymentInfo .field.third textarea,
  #confirmation form.paymentInfo .field.third input,
  #confirmation form.paymentInfo .field.third .styled-select {
	width: 97%;
  }
  #confirmation form.paymentInfo .field.quarter textarea,
  #confirmation form.paymentInfo .field.quarter input,
  #confirmation form.paymentInfo .field.quarter .styled-select {
	width: 98%;
  }
  #confirmation form.paymentInfo .field.center textarea,
  #confirmation form.paymentInfo .field.center input,
  #confirmation form.paymentInfo .field.center .styled-select {
	float: none;
	margin: 0 auto;
  }
  #confirmation form.paymentInfo .field.left textarea,
  #confirmation form.paymentInfo .field.left input,
  #confirmation form.paymentInfo .field.left .styled-select {
	float: left;
  }
  #confirmation form.paymentInfo .field.right {
	float: right;
  }
  #confirmation form.paymentInfo .field.right textarea,
  #confirmation form.paymentInfo .field.right input,
  #confirmation form.paymentInfo .field.right .styled-select {
	float: right;
  }
  #confirmation form.paymentInfo .clearer {
	clear: both;
	height: 15px;
  }
  #confirmation form.paymentInfo ::-webkit-input-placeholder {
	color: #bbb;
	font-size: 0.9em;
  }
  #confirmation form.paymentInfo ::-moz-placeholder {
	color: #bbb;
	font-size: 0.9em;
  }
  #confirmation form.paymentInfo :-ms-input-placeholder {
	color: #bbb;
	font-size: 0.9em;
  }
  #confirmation form.paymentInfo :-moz-placeholder {
	color: #bbb;
	font-size: 0.9em;
  }
  #confirmation form.paymentInfo label {
	display: inline-block;
	margin-bottom: 5px;
  }
  #confirmation form.paymentInfo textarea,
  #confirmation form.paymentInfo input {
	width: 100%;
	padding: 13px 20px;
	border: 0;
	display: block;
	box-sizing: border-box;
	background: #ffffff;
	border: 1px solid #1d1d1b;
	color: #555555;
	font-size: 1.3em;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
  }
  #confirmation form.paymentInfo textarea:hover,
  #confirmation form.paymentInfo input:hover {
	outline: 0;
	background: #e0ddd8;
  }
  #confirmation form.paymentInfo textarea:focus,
  #confirmation form.paymentInfo input:focus {
	outline: 0;
	background: #c5bfb5;
  }
  #confirmation form.paymentInfo textarea:focus::-webkit-input-placeholder,
  #confirmation form.paymentInfo input:focus::-webkit-input-placeholder {
	color: #8f8371;
  }
  #confirmation form.paymentInfo textarea:focus::-moz-placeholder,
  #confirmation form.paymentInfo input:focus::-moz-placeholder {
	color: #8f8371;
  }
  #confirmation form.paymentInfo textarea:focus:-ms-input-placeholder,
  #confirmation form.paymentInfo input:focus:-ms-input-placeholder {
	color: #8f8371;
  }
  #confirmation form.paymentInfo textarea:focus:-moz-placeholder,
  #confirmation form.paymentInfo input:focus:-moz-placeholder {
	color: #8f8371;
  }
  #confirmation form.paymentInfo textarea {
	min-height: 150px;
  }
  #confirmation form.paymentInfo input.error,
  #confirmation form.paymentInfo textarea.error,
  #confirmation form.paymentInfo .styled-select.error {
	border: 1px solid red;
  }
  #confirmation form.paymentInfo input.time, #confirmation form.paymentInfo input.date {
	padding-left: 50px;
	background-position: 10px center;
	background-repeat: no-repeat;
  }
  #confirmation form.paymentInfo input.time {
	background-image: url(../img/icon-time.png);
  }
  #confirmation form.paymentInfo input.date {
	background-image: url(../img/icon-calendar.png);
  }
  #confirmation form.paymentInfo input[type=file] {
	position: absolute;
	z-index: -1;
	width: 0.1px;
	height: 0.1px;
	opacity: 0;
	overflow: hidden;
  }
  #confirmation form.paymentInfo input[type=file] + label {
	width: 100%;
	height: 40px;
	display: block;
	background: #ffffff;
	line-height: 40px;
  }
  #confirmation form.paymentInfo input[type=file] + label span {
	position: relative;
	left: 10px;
	float: left;
	width: 65%;
	height: 100%;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
  }
  #confirmation form.paymentInfo input[type=file] + label strong {
	float: right;
	display: block;
	width: 30%;
	height: 100%;
	background: #bdbdbd;
	font-weight: normal;
	text-align: center;
  }
  #confirmation form.paymentInfo input[type=file] + label strong:hover {
	background: #9f9f9f;
  }

  @media screen and (max-width: 450px) {
	#confirmation form.paymentInfo input[type=file] + label strong {
	  width: 100%;
	}
	#confirmation form.paymentInfo input[type=file] + label span {
	  width: 90%;
	}
  }
  #confirmation form.paymentInfo input[type=checkbox], #confirmation form.paymentInfo input[type=radio] {
	position: fixed;
	top: -100px;
	border: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: none;
  }
  #confirmation form.paymentInfo input[type=checkbox]:hover, #confirmation form.paymentInfo input[type=radio]:hover {
	background: transparent;
  }
  #confirmation form.paymentInfo input[type=checkbox]:hover + label, #confirmation form.paymentInfo input[type=radio]:hover + label {
	background: #98db7f;
  }
  #confirmation form.paymentInfo input[type=checkbox] + label, #confirmation form.paymentInfo input[type=radio] + label {
	position: relative;
	padding: 10px 10px 10px 40px;
	box-sizing: border-box;
	background: transparent;
	width: 100%;
	box-sizing: border-box;
	font-size: 1.8rem;
  }
  #confirmation form.paymentInfo input[type=checkbox] + label:before, #confirmation form.paymentInfo input[type=radio] + label:before {
	position: absolute;
	top: 50%;
	left: 0;
	height: 35px;
	width: 35px;
	display: block;
	content: "";
	transform: translateY(-50%);
  }
  #confirmation form.paymentInfo input[type=checkbox] + label:before {
	background: url("../img/icon-checkbox-false.png") no-repeat top left;
  }
  #confirmation form.paymentInfo input[type=checkbox]:checked + label:before {
	background: url("../img/icon-checkbox-true.png") no-repeat top left;
  }
  #confirmation form.paymentInfo input[type=radio] + label:before {
	background: url("../img/icon-radio-false.png") no-repeat top left;
  }
  #confirmation form.paymentInfo input[type=radio]:checked + label:before {
	background: url("../img/icon-radio-true.png") no-repeat top left;
  }
  
  .styled-select {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #1d1d1b;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
  }
  .styled-select:hover {
	background: #e0e0e0;
  }
  .styled-select:focus {
	background: #c2c2c2;
  }
  .styled-select.styled-arrow:after {
	position: absolute;
	top: calc(50% - 5px);
	right: 15px;
	z-index: 2;
	width: 10px;
	height: 10px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
  }
  .styled-select.styled-arrow select {
	padding-right: 35px;
  }
  .styled-select.styled-arrow select::-ms-expand {
	display: none;
  }
  .styled-select select {
	position: relative;
	z-index: 1;
	width: 100%;
	padding: 13px 20px;
	border: 0;
	border-radius: 0;
	background: transparent;
	outline: none;
	font-size: 1.3em;
	/* line-height: 1.5em; */
	z-index: 10;
  }
  .styled-select.styled-arrow select {
	-webkit-appearance: none;
	-moz-appearance: none;
  }
  .styled-select p + p {
	margin-top: 25px;
  }
  .styled-select fieldset {
	position: relative;
  }
  .styled-select fieldset:before {
	position: absolute;
	top: -1px;
	left: 15%;
	height: 2px;
	width: 70%;
	display: block;
	background: #f7f6f5;
  }
  .styled-select fieldset + fieldset {
	margin-top: 35px;
	padding-top: 35px;
  }
  .styled-select fieldset + fieldset:before {
	content: "";
  }
  
  @media screen and (max-width: 768px) {
	#confirmation form.paymentInfo .clearer {
	  height: 0;
	}
	#confirmation form.paymentInfo .field {
	  margin-bottom: 10px;
	}
	#confirmation form.paymentInfo .field.half, #confirmation form.paymentInfo .field.third {
	  float: none;
	  width: 100%;
	}
	#confirmation form.paymentInfo .field.half input, #confirmation form.paymentInfo .field.half textarea, #confirmation form.paymentInfo .field.half .styled-select, #confirmation form.paymentInfo .field.third input, #confirmation form.paymentInfo .field.third textarea, #confirmation form.paymentInfo .field.third .styled-select {
	  width: 100%;
	  float: none;
	  font-size: 1.5em;
	}
	#main #confirmation form.paymentInfo .field.half input, #main #confirmation form.paymentInfo .field.half textarea, #main #confirmation form.paymentInfo .field.half .styled-select, #main #confirmation form.paymentInfo .field.third input, #main #confirmation form.paymentInfo .field.third textarea, #main #confirmation form.paymentInfo .field.third .styled-select {
	  font-size: 1.5em;
	}
	#confirmation form.paymentInfo .field.quarter {
	  width: 50%;
	}
  }



@media(max-width:1200px) {
	#content .field {
		width: 100px
	}

	#content .btn {
		font-size: 10px
	}

	#content .mobile {
		display: inline-block
	}

	#content .cx .succursale {
		background-size: 0px
	}

	#content .tab {
/*		width: 20%*/
	}
}

@media(max-width:1000px) {

	.main{
		margin-top: 0;
	}

	header .not-mobile {
		display: none
	}

	.cell-burger {
		display: block
	}

	header .half:nth-child(1) {
		width: 90%
	}

	header .half:nth-child(2) {
		width: 10%
	}

	header .lang-selector {
		margin-top: 7.5px
	}

	.enteteInfo{
		display: block;
	}

	.panel.half:nth-of-type(2){
		margin-top: 30px;
	}

	.btn{
		padding: 13px 25px;
	}
	#content .cx .succursale a{
		position: static;
		display: block;
		transform: none;
		margin-top: 20px;
	}

	#login .title {
		font-size: 45px
	}

	#login .half .logo {
		width: 80%
	}

	#login .half .left {
		margin-right: 0px
	}

	#login .half .right {
		margin-left: 0px;
		margin-top: 5%
	}

	#login .form-connexion .right {
		margin-left: 2.5%
	}

	#login .form-connexion .left {
		margin-right: 2.5%
	}

	header .logo {
		height: 30px;
		margin-top: 5px
	}

	#content .cx .cxInfo .half {
		width: 100%
	}

	#content .half{
		float: none;
		width: 100%;
	}

	.half + .half{
		margin-left: 0;
	}

	#content .cx .btn-table {
		margin-top: 20px
	}

	#content .btn {
		font-size: 11px
	}

	#content .tab {
		font-size: 14px
	}

	footer{
		text-align: center;
	}

	.v-align{
		display: block;
		width: 100%;
	}
	.v-align .half {
		width: 100%;
	}

	.half + .half{
		margin-left: 0;
		width: 100%;
	}

	footer .logos{
		margin: 0 auto;
	}

	footer .logo{
		margin: 0 auto;
	}
	
	footer img{
		max-width: 100%;
	}
}

@media(max-width:800px) {

	#login .title {
		font-size: 42px
	}

	#login .half .logo {
		width: 100%
	}

	#content .cx {
		width: 100%
	}

	#content .wrapper .cx:nth-child(odd) {
		margin-right: 0px
	}

	#content .wrapper .cx:nth-child(even) {
		margin-left: 0px
	}

	#content .tab {
/*		width: 25%*/
	}

	#contrats .text b {
		display: inline-block
	}

	#wave{
		transform: scale(0.5) translateX(-100%)
	}
}

@media(max-width:700px) {
	.pastille {
		display: none;
	}

	#login .half {
/*		width: 100%*/
	}

	#login .form-connexion {
		width: 100%
	}

	#login .half .logo {
		max-width: 380px
	}

	#login .half:nth-child(1) {
		text-align: center
	}

	#login .half:nth-child(2) {
/*		text-align: center;*/
/*		margin-top: 45px*/
	}

	header .logo {
		height: 25px;
		margin-top: 7.5px
	}

	header .logo:nth-child(1) {
		margin-right: 20px
	}

	header .btn {
		height: auto;
		font-size: 1.2rem;
		padding: 10px 20px
	}

	#contrats .text {
		font-size: 1.2rem
	}

	#contrats .btn {
		padding: 10px 20px
	}
}

@media(max-width:600px) {

	#content .info, #contrats .contrat table td{
		font-size: 1.4rem;
	}

	header .btn {
		font-size: 1.1rem;
		padding: 12px 20px
	}

	header .logo:nth-child(1) {
		margin-right: 25px
	}

	#content .tab {
		font-size: 1.2rem
	}

	#contrats .text {
		width: 50%;
	}

}

@media(max-width:500px) {

	#content .info, #contrats .contrat table td{
		font-size: 1.2rem;
	}

	#content .tab {
		font-size: 10px
	}

	.lightbox {
		padding: 30px;
		padding-top: 50px
	}

	.lang-switch {
		top: 25px;
		right: 25px
	}
}

@media(max-width:425px) {
	.errormsg {
		font-size: 11px
	}

	#login .half:nth-child(1) {
/*		margin-top: 75px*/
	}

	#login .half:nth-child(2) {
/*		margin-bottom: 75px*/
	}

	#login .title {
		font-size: 38px
	}

	#login .half .logo {
		height: 85px
	}

	#login .form-connexion .title {
		font-size: 18px
	}

	#login .form-connexion .btn-connecter {
		font-size: 16px
	}

	header .logo {
		height: 20px;
		margin-top: 10px
	}

	header .logo:nth-child(1) {
		margin-right: 10px
	}

	#content .cx {
		padding: 15px
	}

	#contrats {
		padding: 15px
	}

	#contrats .contrat {
		padding: 15px 0px
	}

	#contrats .traite-a {
		padding-bottom: 15px
	}

	#contrats .pastille {
		display: none;
		margin: auto
	}

	#contrats .text-pastille {
		font-size: 8px
	}

	#contrats .mobile-table {
		display: inline-block
	}

	#contrats .not-mobile-table {
		display: none
	}

	

	#content .tab {
		/*width: 33.333333%;
		margin-right: 0px*/
	}
}