@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #f1f2f2;
	-webkit-text-size-adjust: none;
}
img.map, map area{
    outline: none;
}
.img100{
    width: 100%;
	height: auto;
}
.nowrap {white-space: nowrap;}
a {
	text-decoration: none;
}
strong {
	font-weight: 600;
}
.col-left {
	float: left;
	margin-top: 0px;
	margin-right: 5%;
	width: 30%;
}
.col-right {
	float: right;
	max-width: 30%;
	margin-top: 0px;
}


.template #header {
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding-top:25px;
		padding-bottom:30px;
	position: absolute;
	background-image:url(img/bkg_header.png);
			background-repeat: repeat-x;
	background-size: 300px 3000px;
}

.banner-desktop {
		width:100%; 
		height:auto;
	display: block;
}
.banner-mobile {
		width:100%;
		height:auto;
	display: none;
}

.template #mainContent {
	width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align:left;
		padding-bottom:60px;
	margin-bottom: 30px;
	padding-top:280px;
	min-height: 700px;
	background-color:#FFF;
}

.template #footer {
	width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		text-align:center;
		padding-top:10px;
		padding-bottom:10px;
}
.logos-partenaires {
	float:left;
	width: 100%;
	max-width: 1000px;
	height: auto;
	border:none;
	display:block;
	margin-bottom: 35px;
}
.logos-partenaires2 {
	width: auto;
	height: 104px;
	display: block;
	margin-top: 0px;
	margin-bottom: 35px;
}


.content {
		width:100%;
		max-width: 1200px;
		margin:auto;
	padding-right:30px;
		padding-left:30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
}




.logo {
	float: left;
	width:100%;
	max-width:336px;
	height:auto;
		-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}


.container-menu {
	float:right;
	margin-top: 5px;
	
}


.menu {
	float: right;
	margin: 0px 0px 0px 0px;
	font: 18px 'Poppins', sans-serif;
	font-weight: 600;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
		
}
.menu ul {
	list-style: none;
	margin: 0;
}
.menu li {
	float: none;
}
.menu li a {
	color: #551900;
	display: block;
	line-height: 20px;
	margin: 8px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: right;
	text-decoration: none;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.menu li a:hover {
	color: #FFF;
	text-decoration: none;
}

h1 {
	font: 77px/80px 'Poppins', sans-serif;
	font-weight: 900;
	color: #deb407;
	text-align:left;
	margin-top: 50px;
	margin-bottom: 40px;
	padding-bottom:5px;
	max-width:1000px;
	letter-spacing: -1px;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
	text-transform: uppercase;
}



h2 {
	font: 32px/36px 'Poppins', sans-serif;
	font-weight: 400;
	letter-spacing: -1px;
	color: #551900;
	text-align:left;
	margin-bottom:36px;
	margin-top:35px;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
h3 {
	font: 22px/25px 'Poppins', sans-serif;
	font-weight: 700;
	color: #551900;
	text-align:left;
	margin-bottom:8px;
	margin-top:38px;
	max-width:600px;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
	text-transform:uppercase;
}

.legend {
	font: 12px/16px 'Poppins', sans-serif;
	font-weight: 400;
	color: #551900;
	text-align:left;
	max-width:900px;
	padding: 0;
}

.text-reg {
	font: 20px/25px 'Poppins', sans-serif;
	font-weight: 400;
	color: #551900;
	text-align:left;
	max-width:900px;
	padding: 0;
}

.text-reg a {
	font-weight: 600;
	text-decoration: none;
	color: #551900;
	-webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
	list-style: none;
}

.text-reg a:hover {
	text-decoration: none;
	color:#deb407;
}
.text-reg ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.text-reg li {
	font: 20px/25px 'Poppins', sans-serif;
	font-weight: 400;
	float: none;
	list-style: none;
	margin: 0;
	padding: 0px 0px 4px 25px;
}
.text-reg li a {
	display: block;
}
.text-reg li:before {
	content: ">  ";
	margin: 0px 0px 0px -38px;
	padding: 0px 0px 0px 18px;
}
.credits {
	font: 10px/15px 'Poppins', sans-serif;
	font-weight: 400; 
	color:#797979;
	text-transform:uppercase;
	padding-top: 10px;
	text-align: left;
}
.credits a {
	color:#797979;
	text-decoration:none;
}
.credits a:hover {
	color:#414042;
	text-decoration:none;
}

.float-left {
	float: left;
	max-width: 80%;
	padding: 0px;
}

.spacer-clear {
	clear: both;
}

.spacer-3 {
	height: 3px;
}

.spacer-10 {
	height: 10px;
}

.spacer-15 {
	height: 15px;
}

.spacer-20 {
	height: 20px;
}

.spacer-30 {
	height: 30px;
}

.spacer-40 {
	height: 40px;
}

.spacer-50 {
	height: 50px;
}

.spacer-60 {
	height: 60px;
}

sup { vertical-align: top; position: relative; top: -0.3em; font-size: 0.7em; }


#show-mobile
{
	display:none;	
}
#show-desktop
{
	display:block;	
}

.button {
  background-color: #551900;
  border: none;
 color: #fff;
  padding: 18px 24px 20px 24px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
 font: 20px/25px 'Poppins', sans-serif;
	font-weight: 700;
  margin: 25px 20px 20px 0px;
border-radius: 32px;
	cursor: pointer;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.button:hover {
  background-color: #deb407;
	color: #fff;
}

#color-eureka {
background-color: #521126;
}
#color-eureka:hover {
background-color: #250000;
}
#color-construction {
background-color: #594233;
}
#color-construction:hover {
background-color: #332214;
}
#color-rayonnement {
background-color: #891924;
}
#color-rayonnement:hover {
background-color: #5c000a;
}
#color-complicite {
background-color: #c9807a;
}
#color-complicite:hover {
background-color: #521d00;
}
#color-ambassadrice {
background-color: #e0672e;
}
#color-ambassadrice:hover {
background-color: #a44b1c;
}
#color-releve {
background-color: #f39c35;
}
#color-releve:hover {
background-color: #c8812b;
}



.pastille-prix {
	float: left;
	width: 24%;
	height: auto;
	margin-right: 1%;
	margin-bottom: 10px;
	border: none;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

.pastille-prix-title {
	float: left;
	width: 27%;
	height: auto;
	margin-right: 3%;
	margin-bottom: 10px;
	border: none;
}
.container-description-prix {
	float: right;
	width: 70%;
	border: none;
	margin-top: -18px;
}
.pastille-photo-laureat {
	float: left;
	width: 48%;
	height: auto;
	margin-right: 4%;
	margin-bottom: 10px;
	border: none;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.container-laureat {
	float: right;
	width: 48%;
	border: none;
	margin-top: -18px;
}

.logo-commanditaires {
	border:none 0;
	margin:20px 0px 9px 0px;
}
#logo-commanditaires-montage {
	width: 600px;
	height: auto;
	border:none 0;
	margin:20px 0px 9px 0px;
}
	
	@media screen and (max-width: 963px) {
		
		.logo-commanditaires {
	height: auto;
		max-width: 100%;
}
		

				.button {
  padding: 15px 22px 16px 22px;
 font: 21px/26px 'Poppins', sans-serif;
	font-weight: 700;
border-radius: 26px;
}
		
h1 {
	font: 62px/65px 'Poppins', sans-serif;
	font-weight: 900;
}

h2 {
	font: 28px/32px 'Poppins', sans-serif;
	font-weight: 400;
}
h3 {
	font: 20px/23px 'Poppins', sans-serif;
	font-weight: 700;
}

.text-reg {
	font: 17px/22px 'Poppins', sans-serif;
	font-weight: 400;
}

.text-reg li {
		font: 17px/22px 'Poppins', sans-serif;
	font-weight: 400;
}
.text-reg li:before {
	margin: 0px 0px 0px -36px;
	padding: 0px 0px 0px 18px;
}
		.button {
 font: 17px/22px 'Poppins', sans-serif;
	font-weight: 700;
}

.template #mainContent {
	min-height: 300px;
}

	}

	
@media screen and (max-width: 767px) {
	

	
	
	#margin-botttom-photo-mobile  {
	margin-bottom: 10px;
}
	
	
	


	#logo-commanditaires-montage {
	width: 100%;
	height: auto;
}
	
.template #footer {
		padding-top:0px;
}
	
.pastille-prix {
	width: 48%;
	max-width: 250px;
	margin-right: 2%;
}
	
			.col-left {
	float: none;
	margin-right: none;
			width: 100%;
	max-width: 100%;
				margin-top: 0px;
}
		.col-right {
	float: none;
			width: 100%;
	max-width: 100%;
			margin-top: 0px;
}
	#col-30 {
	max-width: 100%;
}
	
	
			.template #mainContent {
		padding-top:180px;
				padding-bottom: 30px;
}

	.template #header {
		padding-top:25px;
		padding-bottom:25px;
		background-size: 300px 800px;
}	
.container-menu {
		top: 100px;
		z-index: 99;
		display: none;
		float: none;
		clear: both;
	position: absolute;
		position:static;
		left:0;
		right:0;
	width: 100%;
		-webkit-box-sizing:border-box;
		-moz-box-sizing:border-box;
		-ms-box-sizing:border-box;
		box-sizing:border-box;
	padding-top: 40px;
	padding-bottom: 5px;
	
	}

.show-menu .menu-close {
	background-image:url(img/menu_close.svg);
}
.menu-close {
		background:url(img/menu_open.svg) 50% 50% no-repeat;
		background-size:contain;
		display: block;
		float:right;
		cursor: pointer;
		top: 28px;
		right: 25px;
		z-index: 99;
		width:24px;
		height:21px;
		margin-top:21px;
		margin-left:18px;

	}

body.show-menu .container-menu {
		display: block;
	}
	
	
.content {
		padding-right:20px;
		padding-left:20px;
}


		

	.container-menu {
	padding-top: 20px;
		padding-bottom: 5px;
	}
.menu li a:hover {
	color: #FFF;
	text-decoration: none;
}
	
.logo {
	max-width:220px;
	height:auto;
	margin-right: 0;
}



.menu-close {
		width:24px;
		height:17px;
		margin-top:112px;
	}

	
h1 {
	font: 36px/42px 'Poppins', sans-serif;
	font-weight: 900;
	margin-bottom: 30px;
}

h2 {
	font: 22px/25px 'Poppins', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 30px;
}
h3 {
	font: 18px/21px 'Poppins', sans-serif;
	font-weight: 700;
	margin-bottom: 6px;
	margin-top:20px;
}

.text-reg {
	font: 15px/18px 'Poppins', sans-serif;
	font-weight: 400;
}

.text-reg li {
		font: 15px/18px 'Poppins', sans-serif;
	font-weight: 400;
}
	.text-reg li:before {
	margin: 0px 0px 0px -34px;
}
	
					.button {
  padding: 15px 22px 16px 22px;
 font: 15px/18px 'Poppins', sans-serif;
	font-weight: 700;
border-radius: 26px;
	margin: 15px 20px 10px 0px;
}

	
	#show-desktop
{
	display:none;	
}
		#show-mobile
{
	display:block;	
}
	.pastille-prix-title {
	float: none;
	width: 100%;
		max-width: 250px;
	height: auto;
	margin-bottom: 0px;
	border: none;
}
.container-description-prix {
	float: none;
	width: 100%;
	margin-top: -10px;
}
	.pastille-photo-laureat {
	float: none;
	width: 100%;
	height: auto;
	margin-bottom: 0px;
	border: none;
}
.container-laureat {
	float: none;
	width: 100%;
	margin-top: -10px;
}

	
	}

@media screen and (max-width: 480px) {
	

		.logos-partenaires2 {
		width: 100%;
			max-width: 280px;
	height: auto;
			margin-bottom: 20px;
			margin-top: 0px;
}
	

	
}	






.text-cookie {
	z-index: 9999;
	font: 14px/17px 'Roboto', sans-serif;
	font-weight: 300;
	color: #4f4f4f;
	text-align:left;
	max-width: 55%;
	float: left;
	padding-right: 20px;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.text-cookie a {
	font: 14px/18px 'Roboto', sans-serif;
	font-weight: 500;
	color: #deb407;
	text-align:left;
	text-decoration: none;
}
.text-cookie a:hover {
	text-decoration:none;
	color: #4f4f4f;
}
#text-cookie-personnaliser {
	max-width: 100%;
	float: none;
	padding-right: none;
	margin-top: -15px;
	margin-bottom: 20px;
}
.titre-personnaliser {
	font: 24px/29px 'Roboto', sans-serif;
	font-weight: 400;  
	color:#4f4f4f;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 0px;
	margin-bottom: 0px;
	max-width: 980px;
	text-transform: uppercase;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.sous-titre-personnaliser{
	font: 19px/27px 'Roboto', sans-serif;
	font-weight: 300;
	text-align:left;
	color: #4f4f4f;
	max-width: 980px;
}
.sous-titre-personnaliser a {
	font: 19px/27px 'Roboto', sans-serif;
	font-weight: 400;
	text-decoration:none;
	color: #deb407;
	
}
.sous-titre-personnaliser a:hover {
	text-decoration:none;
	color: #4f4f4f;
}

.cadre_popup {
	border-top: 1px solid #c9c7c6;
	width:100%;
	position: fixed;
	bottom: 0;
	left: 0;
	background-color: #FFFFFF;
	display: none;
}

.cadre_personnaliser {
position: fixed;
top: 0;
left: 0;
z-index: 9999;
	width:100%;
	height: 100%;
	background-color: #FFFFFF;
	text-align: center;
	display: none;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
	
.content-popup {
	width:100%;
		max-width: 1200px;
		margin:auto;
	padding-right:30px;
		padding-left:30px;
	padding-top: 20px;
	padding-bottom: 30px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
		display: flex;
}

.content-personnaliser {
	width:600px;
	max-height: 96vh;
		margin:0 auto;
	padding-right:30px;
		padding-left:30px;
	padding-top: 20px;
	padding-bottom: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;	
		overflow: scroll;
}
.buttonX {
	float: left;
  background-color: #deb407;
	color: #fff;
  padding: 12px 18px 13px 18px;
	margin: 18px 10px 10px 0px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
font: 14px 'Roboto', sans-serif;
	font-weight: 500;
border-radius: 26px;
	text-transform: uppercase;
	cursor: pointer;
	border: 1px solid #deb407;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
.buttonX:hover {
	border: 1px solid #4f4f4f;
	background-color: #4f4f4f;
	color: #fff;
}
#button2 {
	background-color: #fff;
 color: #4f4f4f;
	border: 1px solid #4f4f4f;
	-webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}
#button2:hover {
	border: 1px solid #4f4f4f;
	background-color: #4f4f4f;
	color: #fff;
}

.container {
  display: block;
  position: relative;
	padding-left: 38px;
	padding-bottom: 12px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #fff;
	border: 1px solid #deb407;
}

.container:hover input ~ .checkmark {
  background-color: #fff;
}

.container input:checked ~ .checkmark {
  background-color: #deb407;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container input:checked ~ .checkmark:after {
  display: block;
}

.container .checkmark:after {
  left: 9px;
  top: 4px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.spacer{
	clear: both;
		}
.spacer-10{
	clear: both;
	height: 10px;
		}
.spacer-20{
	clear: both;
	height: 20px;
		}
.spacer-30{
	clear: both;
	height: 30px;
		}



@media screen and (max-width: 1300px) {

.text-cookie {
	max-width: 48%;
}
	}

@media screen and (max-width: 1000px) {

	.text-cookie {
	width: 100%;
		max-width: 100%;
		font-weight: 400;
}
.titre-personnaliser{
	font: 21px/26px 'Roboto', sans-serif;
	font-weight: 400;  
}
.sous-titre-personnaliser{
	font: 18px/23px 'Roboto', sans-serif;
	font-weight: 400;
}
.sous-titre-personnaliser a {
	font: 18px/23px 'Roboto', sans-serif;
	font-weight: 500;
}
	.buttonX {
  padding: 10px 15px 11px 15px;
	margin-top: 5px;
font: 13px 'Roboto', sans-serif;
	font-weight: 500;
border-radius: 20px;
}
	.content-popup {
		flex-wrap: wrap;
		padding-bottom: 20px;
	}
	}


@media screen and (max-width: 767px) {

	.container {
	padding-left: 30px;
}
.sous-titre-personnaliser{
	font: 15px/18px 'Roboto', sans-serif;
	font-weight: 400;
}
.sous-titre-personnaliser a {
	font: 15px/18px 'Roboto', sans-serif;
	font-weight: 500;
}
.checkmark {
  height: 20px;
  width: 20px;
	margin-top: -2px;
}

.container .checkmark:after {
  left: 6px;
  top: 3px;
  width: 4px;
  height: 8px;
}

.content-popup {
	padding: 15px 23px 20px 23px;
}

	.content-personnaliser {
	width:100%;
	padding-right:20px;
		padding-left:20px;
	padding-top: 20px;
	padding-bottom: 20px;
}
	}
