/**
 * @file
 * Willis Towers Watson France Districover CSS
 */

/* DEBUG */
* {
	/*border: 1px solid #FF0022;*/
}
body{
	overflow-wrap: break-word;
	word-wrap: break-word;
}
 /* SURCHARGE BOOTSTRAP */

@media (min-width: 1360px) {
  .container {
    width: 1300px;
  }
}

@media (min-width: 1600px) {
  .container {
    width: 1400px;
  }
}
/* elements */

body
{
	font-size: 16px;
	font-family: Helvetica, Arial, sans-serif;
	color: #000;
	background-color: #FFF;
}

h1
{
	font-size: 36px;
	line-height: 42px;
}

h2
{
	font-size: 30px;
	line-height: 34px;
}

h3
{
	font-size: 24px;
	line-height: 28px;
}

h4
{
	font-size: 18px;
	line-height: 22px;
}

h5 
{
	font-size: 16px;
	line-height: 20px;
	font-weight: bold;
}

h6 
{
	font-size: 14px;
	line-height: 18px;
}

p 
{
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0 20px;
}

ul 
{ 
	list-style-type: square;
}

img
{
	border: 0 none;
}

/* links */
a
{
	font-family: Helvetica, Arial, sans-serif;
	color: #702082;
	text-decoration: none;
	outline: 0 none;
}

a:hover
{
	color: #702082;
	text-decoration: underline;
	cursor: pointer;
}

a:visited
{
	color: #460754;
	text-decoration: none;
}

ol,
ul
{
	-webkit-padding-start: 10px;
}

li
{
	list-style: square;
}

select 
{
    padding: 10px;
    margin: 0;
    /*-webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    -moz-box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;
    box-shadow: 0 3px 0 #ccc, 0 -1px #fff inset;*/
    color:#000;
    border:none;
    outline:none;
    display: inline-block;
    -webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
    cursor:pointer;
    color: #000;
	background-color: #EFEFEF;
	background-image: url("../img/icons/select_arrow-bd71f6a05d22300ff248a0ebfdf31e7f.png");
	background-repeat: no-repeat;
	background-position: right 5px center;
}

.text-small
{
	font-size: 14px;
}

.no-wrap
{
	white-space: nowrap;
}

/* Colors GS */

.gs-bg-light-blue
{
	background-color: #cad9e0 !important;
}

.gs-bg-light-yellow
{
	background-color: #f0ece0 !important;
}

.gs-bg-light-green
{
	background-color: #dae6dc !important;
}

/* Blocs */

.panel
{
	border-radius: 0px;
    box-shadow: none; 
	-webkit-box-shadow: none;
}

.panel-default
{
	border: 0 none;
    box-shadow: none; 
	-webkit-box-shadow: none;
	background-color: #efefef;
}

.panel-default>.panel-heading
{
	border-radius: 0px;
	border: 0 none;
	color: #FFF;
	background-color: #000;
}

.panel-body
{
	padding: 25px;
}

.row.equal-col-height>div>.panel
{
	height: 100%;
}

.gs-panel-heading-picto-hands
{
	min-height: 60px;
	padding-left: 100px;
	background-image: url("../img/pictos/hands-fd2ff56b60a6c56ec1dd7fbfbf83a7b4.png");
	background-position: left 10px center;
	background-repeat: no-repeat;
}

.gs-panel-heading-picto-contract
{
	min-height: 60px;
	padding-left: 100px;
	background-image: url("../img/pictos/contract-cc0dc9c7777a33df31a02eaf44fae3c3.png");
	background-position: left 10px center;
	background-repeat: no-repeat;
}

.gs-panel-heading-picto-people
{
	min-height: 60px;
	padding-left: 100px;
	background-image: url("../img/pictos/people-b8dba70118d19f409a1077c7d870605c.png");
	background-position: left 10px center;
	background-repeat: no-repeat;
}

.gs-home-panel li
{
	list-style: none;
	margin-bottom: 20px;
	padding: 0 10px 0 20px;
	position: relative;
}

.gs-home-panel li:before
{
	content: "";
	position: absolute;
	border-left: 4px solid #666;
	left: 0;
	top: 2px;
	width: 4px;
	height: 26px;
}

ul.navigateurs li ul li:before {
    content: "\2022";
    color: #666;
    font-weight: bold;
    display: inline-block;
    width: 4px;
    margin-left: -4px;
    border: 0;
}

.gs-home-panel h4
{
	margin: 24px 0;
}

.well,
.well-lg
{
	background-color: #d7d6dc;
	border-radius: 0px;
	border: 0 none;
	-webkit-box-shadow: none;
    box-shadow: none;
}

.gs-home-panel .well-lg
{
	margin:0 -25px 25px -25px;
	font-size:22px;
	min-height:80px;
	padding:25px
}


/* BUTTONS & Cie */

.btn
{
	font-size: 16px;
	border-radius: 0px;
	padding: 10px 24px;
}

/* primary button */

.gs-button-primary,
.gs-button-primary:visited
{
	color: #FFF;
	background-color: #702082;
	text-transform: uppercase;
	text-decoration: none;
	border: 0 none;
	transition: all 0.2s ease-out;
	white-space: normal;
}

.gs-button-primary:hover,
.gs-button-primary:active,
.gs-button-primary:focus
{
	outline: 0 none;
	background-color: #53197f;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

.gs-button-primary:visited
{
	/*background-color: #5d136e;*/
}


/* secondary button */

.gs-button-secondary,
.gs-button-secondary:visited
{
	color: #FFF;
	background-color: #666666;
	text-transform: uppercase;
	text-decoration: none;
	border: 0 none;
	transition: all 0.2s ease-out;
	white-space: normal;
}

.gs-button-secondary:hover,
.gs-button-secondary:active,
.gs-button-secondary:focus
{
	outline: 0 none;
	background-color: #5b5b5b;
	color: #FFF;
	text-decoration: none;
	cursor: pointer;
}

.gs-button-secondary:visited
{
	/*background-color: #555555;*/
}

/* custom illustrated buttons */

.gs-button-picto
{
	padding-left: 60px;
	margin: 10px;
}

.gs-button-picto-right
{
	padding-right: 60px;
	margin: 10px;
}

.gs-button-picto-only
{
	padding-left: 34px;
	margin: 10px;
}

@-webkit-keyframes anim-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes anim-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.gs-button-picto,
.gs-button-picto-right,
.gs-button-picto-only
{
	display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}


.gs-button-picto:active,
.gs-button-picto-right:active,
.gs-button-picto-only:active
{
	-webkit-animation-name: anim-push;
    animation-name: anim-push;
    -webkit-animation-duration: 0.3s;
    animation-duration: 0.3s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

/* icone valider (tick) */
.gs-button-submit
{
	background-image: url("../img/icons/submit-fbed967d1f9ec43f37fe65c32f6cf5eb.png");
	background-position: 15px center;
	background-repeat: no-repeat;
}
.gs-button-picto-right.gs-button-submit
{
	background-position: right 15px center;
}

/* icone loupe */
.gs-button-zoom
{
	background-image: url("../img/icons/zoom-4b93fad88fe57b6b562ed0702754a1c4.png");
	background-position: 15px center;
	background-repeat: no-repeat;
}
.gs-button-picto-right.gs-button-zoom
{
	background-position: right 15px center;
}

/* HEADER */

.gs-header-wrapper
{
	min-height: 150px;
	border-bottom: solid 3px #000;
}

.gs-header
{
	height: 150px;
}

.gs-header-logo
{
	/*padding-top: 10px;*/
}

.gs-header-upper
{
	min-height: 40px;
	margin-top: 40px;
	text-align: right;
	padding-right: 15px;
	padding-left: 0;
}


.gs-header-upper div.contactez
{
	padding: 18px;
    background-color: #efefef;
    /*white-space: nowrap;*/
}

.gs-header-lower
{
	margin-top: 30px;
	text-align: right;
}

.gs-header-menu nav
{
	text-align: right;
}

@media (min-width: 768px)
{
	.gs-footer-wrapper{
		padding-left: 15px;
		padding-right:15px;
	}
	.gs-header-title
	  {
	  	/* on ajoute un pouyiÃ¨me au col-offset-5 */
	    width: 64.7%;
    	margin-left: 39.1%;
    	margin-top: 6px;
	  }	
}

@media (min-width: 992px)
{
	.gs-header-title
	  {
	  	/* on ajoute un pouyiÃ¨me au col-offset-5 */
	    width: 49.5%;
    	margin-left: 41.8%;
    	margin-top: 6px;
	  }	
}

@media (min-width: 1200px)
{
  .gs-header-title
  {
  	/* on ajoute un pouyiÃ¨me au col-offset-5 */
    width: 40.8%;
    margin-left: 43.2%;
    margin-top: 6px;
  }
}

/* responsive high def */
@media (min-width: 1360px) {
  .gs-header-title
  {
  	/* on ajoute un pouyiÃ¨me au col-offset-5 */
    margin-left: 43.9%;
    width: 36.55%;
    margin-top: 6px;
  }
}
    
@media (min-width: 1600px) {
  .gs-header-title 
  {
    margin-left: 44.43%;
    width: 33.88%;
    margin-top: 6px;
  }
}

/* responsive tablette */
@media (min-width: 650px) and (max-width: 992px) 
{
	.gs-header-upper
	{
		margin-top: 16px;
	}
	.gs-header-lower
	{
		margin-top: 16px;	
	}
}

/* responsive petite def */
@media (max-width: 650px) 
{
	.gs-header-logo
	{
		margin-bottom: 10px;
		width: 100%;
		text-align: center;
	}

	.gs-header-upper
	{
		width: 100%;
		padding: 10px;
		margin: 5px 0 5px 0;
		text-align: center;
		/* background-color: #efefef; */
	}

	.gs-header-upper div.contactez
	{
		/* background-color: transparent; */
		padding: 18px 0 !important;
		white-space: normal;
		text-align: center;
		padding: 15px;
	}


	.gs-header-lower
	{
		width: 100%;
		text-align: center;
		margin-top: 5px;
	}

	.gs-header-menu nav
	{
		text-align: center;
	}
}

/* responsive iphone def */
@media (max-width: 350px) 
{
	.gs-header-logo img
	{
		/*width: calc(100vw - 32px);*/
		width: calc(100vw - 60px);
	}
}

/* Retour Ã  la ligne du bloc contact : on le voit, on le voit plus */
@media (max-width: 650px)
{
	.cartapus
	{
		display: none;
	}	
}
@media (min-width: 768px)
{
	.cartapus
	{
		display: none;
	}	
}

/* BANNIÃˆRE HEADER ET TITRE */
.gs-header-banner
{
	margin-left: -22px;
}
@media (min-width: 768px) 
{
	.gs-header-banner
	{
		height: 400px;
	}
}

.gs-header-illustration
{
	height: 400px;
	overflow: hidden;
}

.gs-header-illustration img
{
	object-fit: cover;
	margin-left: 50vw;
	transform: translate(-50%, 0);
}

.gs-header-title-wrapper
{
	z-index: 9;
	margin-top: -380px;
}

@media (max-width: 767px) 
{
	/* on veut voir de la gonzesse */
	.gs-header-title-wrapper
	{
		margin-top: -100px;
	    padding-left: 0;
	    padding-right: 0;
	    margin-bottom: 20px;
	}

	.gs-header-illustration img
	{
		transform: translate(-32%, 0);
	}

}

@media (max-width: 400px) 
{
  /* on veut voir de la gonzesse */
  .gs-header-title-wrapper
  {
    /*margin-top: -200px;*/
    margin-top: -110px;
  }
}

@media (max-width: 350px) 
{

  .gs-header-title-wrapper
  {
    margin-top: -230px;
    margin-left: 5px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .gs-header-title
  {
  	margin: 0 -15px 10px;
  	text-align: center;
    padding: 4px;
  }

  .gs-header-illustration
  {
  	height: 420px;
  }
}

.gs-header-title
{
	color: #FFF;
	background-color: #000;
	padding: 5px 20px;
}

.gs-header-cta
{
	text-align: left;
}

#ot-sdk-btn{
	padding: unset !important;
}

@media (max-width: 767px) 
{
  .gs-header-cta
  {
    text-align: center;
  }
}




/* Le MENU */

.gs-header-menu
{
	margin: 0;
	position: relative;
	bottom: 0px;
	min-height: 20px;
	padding: 25px 0 0;
}

li.gs-header-menu-item
{
	display: inline-block;
	vertical-align: bottom;
}

.gs-header-menu-icon
{
	display: inline-block;
	padding-bottom: 4px;
}

.nav>li>a:focus,
.nav>li>a:hover 
{
    color: inherit;
    text-decoration: none;
    background-color: transparent;
}

.gs-header-menu>ul>li:last-child
{
	margin-right: 0px;
}

.gs-header-menu a
{
	color: inherit;
	text-decoration: none;
}

.gs-header-menu a:hover
{
	color: inherit;
	text-decoration: underline;
	cursor: pointer;
}

.gs-header-menu a:visited
{
	color: inherit;
	text-decoration: none;
}

/* animation sous menu principal */
li.gs-header-menu-item>a
{
	display: inline-block;
	position: relative;
	padding: 0 5px;
	vertical-align: bottom;
}

@media (min-width: 768px) {
  li.gs-header-menu-item>a {
    padding: 0 10px;
  }
}
@media (min-width: 1360px){
	li.gs-header-menu-item>a {
    padding: 0 15px;
  }
}
@media (min-width: 1600px){
	li.gs-header-menu-item>a {
    padding: 0 20px;
  }
}
@media (min-width: 1900px){
	li.gs-header-menu-item>a {
    padding: 0 25px;
  }
}

li.gs-header-menu-item>a:after
{
	content: '';
	display: block;
	margin: auto;
	height: 7px;
	width: 0px;
}
li.gs-header-menu-item>a:hover:after,
li.gs-header-menu-item.active>a:after,
li.gs-header-menu-item.open>a:after
{
	width: 100%;
}

li.dropdown>ul.gs-header-menu-dropdown
{
	display: block !important;
	transform: scale(1, 0);
	-webkit-transform: scale(1, 0);
	transform-origin: top;
	-webkit-transform-origin: top;
	animation-fill-mode: forwards; 
	-webkit-animation-fill-mode: forwards;  
	transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
li.dropdown.open>ul.gs-header-menu-dropdown
{
  	transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}

ul.gs-header-menu-dropdown
{
	/* TODO : attention au dropdown pour les Ã©lÃ©ments de droite */
	left: 10px;
	padding: 18px 0 60px 0;
	margin: 0;
}

li.gs-header-menu-subitem
{
	width: 100%;
}

li.gs-header-menu-subitem>a
{
	padding: 10px 50px 10px 20px;
	margin-top: 1px;
}

.nav-separator
{
	position: relative;
	/* top: -8px; */
}


/* item de menu principal */
.gs-header-menu-item>a,
.gs-header-menu-item>a:focus,
.gs-header-menu-item>a:hover,
.gs-header-menu-item.open>a,
.gs-header-menu-item.open>a:focus,
.gs-header-menu-item.open>a:hover
{
	text-decoration: none;
	background-color: transparent;
    border-color: initial;
}
.gs-header-menu-item>a:after
{
	background: transparent;
	transition: width .2s ease-out, background-color .2s ease-out;
}
.gs-header-menu-item>a:hover:after,
.gs-header-menu-item.active>a:after,
.gs-header-menu-item.open>a:after
{
	background: #702082;
}

.gs-header-menu-dropdown
{
	border-radius: initial;
	border: 0 none;
	background-color: #d7d6dd;
}

li.dropdown>ul.gs-header-menu-dropdown
{
	transition: height .2s ease-out;
}



.gs-header-menu-item.open>a

/* sous item de menu principal, avec reset bootstrap */
.gs-header-menu-dropdown>li.gs-header-menu-subitem>a
{
	color: #000;
	background-color: transparent;
}

.gs-header-menu-dropdown>li.gs-header-menu-subitem>a:focus,
.gs-header-menu-dropdown>li.gs-header-menu-subitem>a:hover,
.gs-header-menu-dropdown>li.gs-header-menu-subitem.active>a,
.gs-header-menu-dropdown>li.gs-header-menu-subitem.active>a:focus,
.gs-header-menu-dropdown>li.gs-header-menu-subitem.active>a:hover
{
    color: #fff;
    text-decoration: none;
    background-color: #702082;
    outline: 0;
    transition: all 0.2s ease-out;
}


/* FOOTER */

.gs-footer-wrapper
{
	min-height: 150px;
	color: #FFF;
	background-color: #000;
}

.gs-footer-upper
{
	/*min-height: 170px;*/
	padding-top: 20px;
	padding-bottom: 20px;
}

.gs-footer-lower
{
	min-height: 58px;
	font-size: 14px;
	padding-top: 20px;
	border-top: 1px solid #FFF;
	text-align: center !important;
}

.gs-footer-logo
{
	min-width: 100px;
}

.gs-footer ul
{
	list-style-type: none;
	padding-left: 0;
}

.gs-footer ul li
{
	list-style: none;
}

.gs-footer a
{
	color: inherit;
	font-weight: normal;
	text-decoration: none;
	transition: all 0.2s ease-out;
}

.gs-footer a:hover
{
	color: inherit;
	font-weight: normal;
	text-decoration: underline;
	cursor: pointer;
}

.gs-footer a:visited
{
	color: inherit;
	font-weight: normal;
	text-decoration: none;
}

.footer-nav-separator
{
	margin: 0 12px
}

.gs-footer-menu
{
	text-align: left;
}

.gs-copyright
{
	font-size: 12px;
	text-align: center;
	margin-top: 15px;
}

.gs-footer-legals
{
	text-align: center;
}

.gs-footer-lower{
	min-height: 80px;
}

@media (min-width: 992px) 
{
	.gs-copyright
	{
		margin-top: 0;
		text-align: right;
	}

	.gs-footer-lower
	{
		text-align: left;
	}
}

/* responsive iphone def */
@media (max-width: 350px) 
{
	.gs-footer-logo
	{
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}

	.gs-footer-menu
	{
		width: 100%;
		text-align: center;
	}

	.gs-copyright
	{
		text-align: center;
		
	}

	.gs-footer-legals
	{
		text-align: center;		
	}

	.gs-footer-legals span
	{
		display: inherit;	
	}	    

	.footer-nav-separator
	{
		display: none !important;
	}

}

/* PROGRESSION */

.gs-step-indicator
{
	display: none;
	margin-top: 30px;
	border: 0px;
	width: 100%;
}

.gs-step-num
{
	width:60px;
	height:60px;
	vertical-align: middle;
	text-align: center;
	padding: 0;
	margin: 0;
}

.gs-step-label
{
	padding: 10px;
	font-size: 18px;
	line-height: 18px;
	font-weight: bold;
	vertical-align: middle;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .gs-step-label {
    font-size: 15px;
	line-height: 15px;
  }
}

@media (min-width: 768px) {
  .gs-step-label-under {
    display: none !important;
  }
}

@media (min-width: 450px) and (max-width: 768px) {
  .gs-step-label-under {
	padding-top: 10px;
    font-size: 16px;
	line-height: 16px;
	font-weight: normal;
  }
}

@media (max-width: 450px) {
  .gs-step-label-under {
    display: none !important;
  }
}

.badge
{
	border-radius: 0px;
	background-color: #EFEFEF;
	color: #D2D2D2;
	font-size:38px;
	width:60px;
	height:60px;
	padding: 10px;
}

.badge.active
{
	color: #FFF;
	background-color: #702082;
}

/* FORMULAIRE */

form[name='devis'] label
{
	width: 100%;
	display: block;
}

input
{
	border-radius: 0px;
}

.form-control
{
	border: 0 none;
	border-radius: 0px;
	color: #000;
	background-color: #efefef;
}

.form-control:focus {
    border-color: #702082;
    outline: 0;
    border-radius: 0px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(112,32,130,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(112,32,130,.6);
}

/* GARANTIES */

.gs-panel-section
{
	background-color: #cad9e0 !important;
	padding: 20px;
}

ul.gs-simple-list li
{
	list-style: none;
	margin-top: 25px;
}

ul.gs-simple-list li:before
{
	content: "> ";
}

ul.gs-basic-list li
{
	list-style: none;
	margin-top: 15px;
}

ul.gs-basic-list li:before
{
	content: "- ";
}

ul.list-unstyled li
{
	list-style: none;
}

/* table */
table-bordered>tbody>tr>td,
.table-bordered>tbody>tr>th,
.table-bordered>tfoot>tr>td,
.table-bordered>tfoot>tr>th,
.table-bordered>thead>tr>td,
.table-bordered>thead>tr>th 
{
    border: 0 none !important;
}

.gs-table
{
	border: 0 none;
}

.gs-table>thead>tr>th
{
	background-color: #000;
	color: #FFF;
	font-weight: bold;
	height: 50px;    /* TODO : passe en height, pas en min height */
	vertical-align: middle;
	border: 0 none;
}

.gs-table>tbody>tr>td
{
	background-color: #efefef;
	height: 60px;	/* TODO : passe en height, pas en min height */
	vertical-align: middle;
}

/* skin radio button */

div.radio label
{
	cursor: pointer;
	position: relative;
	padding-left: 32px;
	display: inline-block;
}

div.radio input[type="radio"]
{
	display: none;
}

div.radio label:before
{
	content: "";
    display: inline-block;

    width: 22px;
    height: 22px;

    position: absolute;
    left: 0;
    bottom: 1px;

    cursor: pointer;
    background-color: #efefef;
    border-radius: 11px;
}

div.radio input[type="radio"]:checked + label:before 
{
    content: "\2022";
    color: #000;
    font-size: 63px;
    text-align: center;
    line-height: 22px;
    overflow: hidden;
}

.ptitexte
{
	font-size: 13px;
}

/* skin checkboite */

div.checkbox input[type=checkbox] 
{
	display: none;
}

div.checkbox label
{
	cursor: pointer;
	position: relative;
	padding-left: 32px;
	display: inline-block;
}

div.checkbox label:before 
{
	content: "";
    display: inline-block;

    width: 22px;
    height: 22px;

    position: absolute;
    left: 0;
    top: 0;

    cursor: pointer;
    background-color: #efefef;
    border-radius: 0px;
}

div.checkbox input[type=checkbox]:checked + label:before 
{
	content: "\2713";
	font-weight: bold;
	font-size: 24px;
	line-height: 24px;

	color: #702082;
	background-color: #efefef;
	text-align: center;
}

/* PAGE RECAPITULATIF */

.gs-cgv-details
{
	padding-bottom: 30px;
}

.gs-link-details
{
	color: #702082;
	padding: 5px 0 5px 32px;
	background-image: url("../img/icons/act_zoom-0b44e45a4cd5b580f6329679d36a7250.png");
	background-repeat: no-repeat;
	background-position: left 2px center;
	margin-left: 15px;	
}


/* COOKIE CONSENT */


.cc_banner-wrapper {
	display: none;
    z-index: 9001;
    position: relative;
}
.cc_container .cc_btn {
    cursor: pointer;
    text-align: center;
    font-size: 0.6em;
    transition: font-size 200ms;
}
.cc_container .cc_message {
    font-size: 0.6em;
    transition: font-size 200ms;
    margin: 0;
    padding: 0;
}

@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em;
    }
    .cc_container .cc_message {
        font-size: 0.8em;
    }
}
@media screen and (min-width: 768px) {
    .cc_container .cc_btn {
        font-size: 1em;
    }
    .cc_container .cc_message {
        font-size: 1em;
        line-height: 1em;
    }
}
@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em;
    }
}
@media print {
    .cc_banner-wrapper,
    .cc_container {
        display: none;
    }
}
.cc_container {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 10px;
}
.cc_container .cc_btn {
    padding: 8px 10px;
    color: #FFF;
    background-color: #702082;
    cursor: pointer;
    transition: font-size 200ms;
    text-align: center;
    font-size: 0.6em;
    display: block;
    width: 33%;
    margin-left: 10px;
    float: right;
    max-width: 120px;
}
.cc_container .cc_message {
    transition: font-size 200ms;
    font-size: 0.6em;
    display: block;
}
@media screen and (min-width: 500px) {
    .cc_container .cc_btn {
        font-size: 0.8em;
    }
    .cc_container .cc_message {
        margin-top: 0.5em;
        font-size: 0.8em;
    }
}
@media screen and (min-width: 768px) {
    .cc_container {
        padding: 15px 30px 15px;
    }
    .cc_container .cc_btn {
        font-size: 1em;
        padding: 8px 15px;
    }
    .cc_container .cc_message {
        font-size: 1em;
    }
}
@media screen and (min-width: 992px) {
    .cc_container .cc_message {
        font-size: 1em;
    }
}
.cc_container {
    background: #000;
    color: #efefef;
    font-size: 14px;
    box-sizing: border-box;
}
.cc_container::-moz-selection {
    background: #ff5e99;
    color: #fff;
    text-shadow: none;
}
.cc_container .cc_btn,
.cc_container .cc_btn:visited {
    color: #FFF;
    background-color: #53197f;
    transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    -webkit-transition: background 200ms ease-in-out, color 200ms ease-in-out, box-shadow 200ms ease-in-out;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.cc_container .cc_btn:hover,
.cc_container .cc_btn:active {
    background-color: #53197f;
    color: #FFF;
}
.cc_container a,
.cc_container a:visited {
    text-decoration: none;
    color: #702082;
    transition: 200ms color;
}
.cc_container a:hover,
.cc_container a:active {
    color: #53197f;
    text-decoration: underline;
}
@-webkit-keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        transform: translateY(66px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes slideUp {
    0% {
        -webkit-transform: translateY(66px);
        -ms-transform: translateY(66px);
        transform: translateY(66px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.cc_container,
.cc_message,
.cc_btn {
    animation-duration: 0.8s;
    -webkit-animation-duration: 0.8s;
    -moz-animation-duration: 0.8s;
    -o-animation-duration: 0.8s;
    -webkit-animation-name: slideUp;
    animation-name: slideUp;
}


/* numeral.js */

.numeral-currency,
.numeral-area
{
	white-space: nowrap !important;	
}

/* utils */

.voffset  { margin-top: 2px !important; }
.voffset1 { margin-top: 5px !important; }
.voffset2 { margin-top: 10px !important; }
.voffset3 { margin-top: 15px !important; }
.voffset3etDemi { margin-top: 20px !important; } /* Â¯\_(ãƒ„)_/Â¯ */
.body-content{
	padding: 0 60px 30x 60px;
}
.normal-body-content{
	padding: 0 30px;
}
.icon-panel .panel-heading{
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.normal-panel .panel-heading{
	padding:10px;
}
.end-div{
	padding-bottom: 30px;
}
.start-div{
	padding-top: 30px;
}
.form-panel{
	margin-bottom: 20px;
}
.voffset4 { margin-top: 30px !important; }
.voffset5 { margin-top: 40px !important; }
.voffset6 { margin-top: 60px !important; }
.voffset7 { margin-top: 80px !important; }
.voffset8 { margin-top: 100px !important; }
.voffset9 { margin-top: 150px !important; }


.no-margin
{
	margin: 0 !important;
}

.no-margin-top
{
	margin-top: 0 !important;
}

.no-margin-bottom
{
	margin-bottom: 0 !important;
}

.margin15
{
	margin: 15px !important;
}

.margin30
{
	margin: 30px !important;
}

.no-padding
{
	padding: 0 !important;
}

.padding15
{
	padding: 15px !important;
}

.padding25
{
	padding: 25px !important;
}

.equal-col-height 
{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.floatfix:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) 
{
  /* pas besoin de hauteur identique sur mobile */
  .equal-col-height 
  {
    display: block;
  }
}

.gs-step-indicator a,
.gs-step-indicator a:visited
{
	color: #000 !important;
	text-decoration: none !important;
	font-size: 16px !important;
}

.gs-step-indicator a:focus,
.gs-step-indicator a:hover
{
	color: #000 !important;
	text-decoration: none !important;
	font-size: 16px !important;
}

.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn
{
	opacity: 0.2;
    background-color: #666 !important;
}



/* DATE-PICKER */

.ui-datepicker-trigger
{
	margin-top: -5px;
}


/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 0px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 0px;
}

/* dates garanties */

.gs-date-garanties
{
	margin-top: 30px;
	text-align: left
}

@media (max-width: 768px)
{
	.gs-date-garanties
	{
		text-align: center;	
	}
}


/* Date Picker GS style */
.ui-datepicker {
	padding: 0;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ui-datepicker * {
	padding: 0;
	font-family: "Open Sans", sans-serif;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ui-datepicker table {
	font-size: 13px;
	margin: 0;
}
.ui-datepicker .ui-datepicker-header {
	border: none;
	background: #000;
	color: #fff;
	font-weight: normal;
}
.ui-datepicker .ui-datepicker-header .ui-state-hover {
	background: #000;
	border-color: transparent;
	cursor: pointer;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
.ui-datepicker thead {
	background: #000;
	color: #fff;
}
.ui-datepicker .ui-datepicker-title {
	margin-top: .4em;
	margin-bottom: .3em;
	color: #fff;
	font-size: 14px;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover,
.ui-datepicker .ui-datepicker-next,
.ui-datepicker .ui-datepicker-prev {
	height: 1em;
	top: .9em;
	border: none;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 2px;
}
.ui-datepicker .ui-datepicker-next span,
.ui-datepicker .ui-datepicker-prev span {
	background-image: url('data:image/png;base64,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');
	background-position: -32px 0;
	margin-top: 0;
	top: 0;
	font-weight: normal;
}
.ui-datepicker .ui-datepicker-prev span {
	background-position: -96px 0;
}
.ui-datepicker th {
	padding: 0.75em 0;
	color: #fff;
	font-weight: normal;
	border: none;
	border-top: 1px solid #333;
}
.ui-datepicker td {
	background: #f1f1f1;
	border: none;
	padding: 0;
}
.ui-datepicker td .ui-state-default {
	background: transparent;
	border: none;
	text-align: center;
	padding: .5em;
	margin: 0;
	font-weight: normal;
	color: #333;
}
.ui-datepicker td .ui-state-active,
.ui-datepicker td .ui-state-hover {
	background: #702082;
	color: #fff;
}
.ui-datepicker td.ui-state-disabled,
.ui-datepicker td.ui-state-disabled .ui-state-default {
	opacity: 1;
	color: #999;
}

input.datepicker {
    width: 7em;
    height: 26px;
    border: 0 none;
    text-align: center;
    background-color: #efefef;
}


/* MODIF DE DERNIERE MINUTE */
.text-center
{
	text-align: left !important;
}

.gs-header-title h1
{
	font-size: 28px;
    line-height: 28px;
    margin-top: 10px;
}

.gs-header-title p
{
	/*font-size: 14px;*/
	line-height: 16px;
	margin: 0 0 10px;
	line-height: 17px;
}

.gs-header-title .text-small
{
	/*font-size: 12px;*/
	margin: 0 0 10px;
}

.text-center.gs-step-label-under
{
	text-align: center !important;
}

.gs-header-logo-wrapper
{
    height: 150px;
}

.gs-header-logo img
{
	max-height: 160px;
    padding: 30px;
}

@media (max-width: 650px)
{
	.gs-header-logo-wrapper
	{
		width: 100%;
		height: auto;
	}

	.gs-header-logo
	{
		text-align: center;
	}

	.gs-header-logo img
	{
		padding: 15px;
	}
}

#ot-sdk-btn.optanon-show-settings, #ot-sdk-btn.ot-sdk-show-settings{
	border: none !important;
	word-wrap: break-word !important;
	font-size: 1em !important;
	cursor: pointer !important;
	border: 0 !important;
	color: inherit !important
}

#ot-sdk-btn .optanon-show-settings:hover, #ot-sdk-btn.ot-sdk-show-settings:hover{
	background-color: transparent !important;
	color: inherit !important
}

.ot-link-btn{
	color: #fff !important;
	padding: 10px !important
}
/* DFC-4577 STARTS */
.was-validated .is-invalid .form-control:valid{
	background-image: none !important;
}

img.captcha_image{
	margin-bottom: 10px;
}
/* DFC-4577 ENDS */

div.checkbox .form-check {
	padding-left: 0 !important;
}