@charset 'utf-8';
/******************** Entête UTF-8 ******************\
*
*	fichier			: public/projet/custom/css/main.css
*	projet			: @PROJET@
*	version			: 1.0.5 2018-05-22 12:53 FS
*
\****************************************************/
 

body {
	font-family: 'Roboto', sans-serif;
	background: url(../img/body-candidat.jpg) no-repeat center 10px;  	
	font-size:15px;
	font-weight: 400;
	max-width: 1920px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.53;
	letter-spacing: 0.2px;
	color: #000000;	
	margin: 0 auto;
}

p {
	font-size: 18px;
}


H1 {
	font-size: 30px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.57;
	letter-spacing: 0.9px;
	color: #000000;
}

H2 {
  font-size: 22px;
  line-height: 30PX;
  letter-spacing: 3.3px;
  font-weight: 700;
  text-transform: uppercase;
}

H3 {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0.2px;
  background:  url('../img/bullet_yellow.png')  no-repeat left;
  padding-left: 25px;
  margin-left: -30px;
  margin-top: 30px;
  margin-bottom:  10px;
}
.group:first-child H3 {
  margin-top: 0px;
}
 
H4 {
	font-family: Roboto;
	font-size: 17.5px;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1;
}

form H4 {
	font-size: 15px;
	display: list-item;          
	list-style-type: disc;        
	list-style-position: inside;
}
img{
	max-width: 100%;
}

strong{
	font-weight: 700;
}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

a,
a:link,
a:active,
a:visited{
	color:#000;
	text-decoration: none;
}

a:hover{
	color:#cc6306;
	cursor: pointer;
}
.page-bloc a {
	text-decoration: underline;
	color: #cc6306;
}
.margin-0-5{
	margin-top:0px;
	margin-bottom:5px;
}

 

.margin-15-15{
	margin-top:15px;
	margin-bottom:15px;
}
.margin-15-0{
	margin-top:15px;
	margin-bottom:0px;
}
.margin-0-15{
	margin-top:0px;
	margin-bottom:15px;
}

.margin-30-30{
	margin-top:30px;
	margin-bottom:30px;
}

.margin-45-45{
	margin-top:45px;
	margin-bottom:45px;
}
.margin-45-0{
	margin-top:45px;
	margin-bottom:0px;
}

.margin-0-45{
	margin-top:0px;
	margin-bottom:45px;
}

.margin-60-60{
	margin-top:60px;
	margin-bottom:60px;
}
.margin-60-0{
	margin-top:60px;
	margin-bottom:0px;
}
.margin-0-60{
	margin-top:0px;
	margin-bottom:60px;
}

.padding-80-0{
	padding-top:80px;
}

.orange {
	color: #d76305;
}
.grey {
	color: #9d9d9d;
}

a.orange{
	color: #d76305;
}
.container{
	position: relative;
}

/* HEADER */
#logo{
	display: inline-block;
}

#logo a{
	display: block;
}

header{
	position: relative;
	padding-top: 20px;
	padding-bottom:  60px;
}

header nav{
	display: block;
	transition: opacity 0.5s;
}

header nav > ul{
	width:100%;
	text-align: center;
}


header nav > ul li{
    border-radius: 2px;
    font-size: 15.5px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: 1.6px;
    text-align: center;
    color: #000000;
    margin: 0px 20px 0 0px;
	float: left;
	height: 69px;
	text-transform: uppercase;
}

header nav > ul li:first-child{
    background-color: #ffd649;
    width: 235px;
	padding: 12px 30px 0 30px;
}

header nav > ul li:nth-child(2) {
    background: #000;
    width: 235px;
	padding: 12px 30px 0 30px;
}
header nav > ul li:nth-child(2) a {
	color:#fff;
}

header nav > ul li:nth-child(3) {
	padding: 5px 20px 0 20px;
}
header nav > ul li:nth-child(3) a {
	padding-top: 10px;
}

header nav > ul li:last-child a {
	padding-top: 30px;
}

header nav > ul li.current > a{
	font-weight:bold;
}

header nav > ul li a{
	display: block;
}
header nav > ul li .fa-user {
	font-size: 30px;
}
header nav > ul li img {
	margin-top: 20px;
}
 

header nav > ul li:hover > ul{
	display: block;
}

header nav > ul li > ul li{
	position: relative;
}

header nav > ul li > ul li > ul{
	display: none;
	position: absolute;
	top:15px;
	right:0;
	left:auto;
	width: auto;
	background: #fff;
	z-index: 1;
}

H1 {
	width: 65%;
}
H1 .big {
	font-weight: bold;
	text-align: left;
	color: #cc6306;
	font-family: 'Roboto Condensed', sans-serif;
}
H1 .big1 {
	font-size: 48px;
	line-height:51px;
	letter-spacing: 4.8px;
}
H1 .big2 {
	font-size: 59.5px;
	line-height:51px;
	letter-spacing: 6px;
}
H1 .big3 {
	font-size: 43px;
	font-style: normal;
	font-stretch: normal;
	line-height:51px;
	letter-spacing: 4.4px;
}

H1 .right {
	display: block;
	text-align: right;
 }
H1 .small1 {
	vertical-align: super;
}


 
.box1 ul{
	width:100%;
}


.box1 ul li{
	font-size: 47.5px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.59;
	letter-spacing: 0.5px;
	text-align: left;
	color: #ffffff;
	list-style-image: url('../img/big-bullet_yellow.png');
 }
  .box1 ul li:nth-child(2) {
	list-style-image:none;
 }
 
  .box1 ul li .titre {
	display: inline-block;
	margin-right: 20px;
	margin-top: 5px;
	
 }
 .box1 ul li .sous-titre {
	font-size: 15.5px;
	line-height: 20px;
	letter-spacing: 0.2px;
	display: inline-block;
 }
  .box1 ul li:last-child .sous-titre {
	width: 100%;
	text-align: right;
 }
 
 .box2 P {
	line-height: 1.57;
	text-align: center;
	color: #ffffff; 
	margin-top: 60px;
 }

P.small {
	font-size: 15px; 
 }
 
.yellow-box {
	width: 371px;
	height: 441px;
	background-color: #ffd649;
	text-align: center;
	font-size: 28px;
	font-weight: 900;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.3;
	letter-spacing: 2.8px;
	text-align: center;
	color: #000000;
	margin-top: -70px;
}


#mobile-menu-icon{		
	width: 40px;
	display: none;		
	cursor: pointer;
	position: absolute;
	left:15px;
	bottom:10px;
}

#mobile-menu-icon span {
	display: block;
	border-bottom: 5px solid #000;
	margin-bottom: 5px;
}

/* Contenu*/
.page-bloc{
	margin-top:10px;
	margin-bottom:120px;
}

 

.page-bloc.inscription-thanks{
	margin-top:0px;
	margin-bottom:20px;
	padding-left: 10%;
}

/*Formulaires*/

.number img {
	opacity: 0.7
}
.none{
	display: none;
}


.yellow-box a.btn-black {
	padding: 20px 30px;
	font-size: 20px;
	font-weight: 900;
	color: #fff;
}

.rounded-rectangle.active {
	margin-top: 0px;
	height: 62px;
	border-radius: 2px;
	background-color: #cc6306;
	line-height: 62px;
}

.rounded-rectangle {
	margin-top: 7px;
	height: 49px;
	background-color: #ffffff;
	border: solid 2px #cc6306;
	color: #fff;
	text-align: center;
	line-height: 49px;
	border-left: none;
}

.rounded-rectangle:first-child {
	border-left: solid 2px #cc6306;
}
.rounded-rectangle a {
	color: #cc6306;
	font-weight: 900;
	line-height: 1.48;
	letter-spacing: 1.4px;
	text-decoration: none;
}
.rounded-rectangle.active a {
	color: #fff;
}
hr{
	 border-bottom: 1px solid #000000;
	 width: 80%;
}

.modal-content {
	padding:20px 50px
}


.save-account .modal-content {
	margin:0 20%;
}

/* FOOTER */
footer{
	margin-top: 50px;
	background-color: #e6e6e6;
	padding: 30px;
 
}

.mobile-box {
	display: none;
}

/*Landing Page*/
.langue {
	border-radius: 2px;
    font-size: 15.5px;
    font-weight: 900;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.39;
    letter-spacing: 1.6px;
    text-align: center;
    color: #000000;
    margin: 0px 20px 0 0px;
    float: left;
    height: 69px;
    text-transform: uppercase;
	float: right;
}

.landing-page, .orange_background {
	margin-bottom: 20px;
}


.landing-page P {
    margin-bottom: 25px;
	margin-top: 50px;
}

.landing-page .en P {
    margin-top: 20px;
}

.landing-page H1 {
    width: 58%;
}

.landing-page H2 {
	font-size: 35px;
	font-weight: normal;
	letter-spacing: 3px;
	color: #000000;
	margin-left: 3%;
	margin-bottom: 20px;
	margin-top: 20px;
	 line-height: 1;
}

.landing-page ul {
	color: #cc6306;
	font-size: 24px;
	list-style: inherit;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.5;
	letter-spacing: 2.3px;
	text-align: left;
	color: #cc6306;	
	text-transform: uppercase;
	margin-left: 7%
}


.landing-page ul li:last-child {
	color: #000;
	list-style: none;
	line-height: 1.9;
	font-weight: normal;
}

.landing-page a {
	color: #fff;
	text-decoration: none;
}
.info-plus {
	font-size: 11px;
	color: #959595;
}

.orange_background {
	background: url(../img/orange_background.jpg) no-repeat  center;  
	background-size: cover;
	min-height: 200px;
    position: relative;
	text-align: center;
	padding: 70px 0PX;
	margin-bottom: 0; 
}

.orange_background H2 {
	font-size: 37px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.2;
	letter-spacing: 2.1px;
	text-align: center;
	color: #010101;
	padding: 30PX 0;
}  
.orange_background ul li {
    font-size: 32px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.59;
    letter-spacing: 1.5px;
    text-align: left;
	padding-left:10px;
	font-weight: 600;
    color: #010101;
    list-style-image: url(../img/point-orange.png);
}

.black_background {
	background: #000;  
	min-height: 200px;
	color: #fff;
    position: relative;
	padding: 20px 0PX;
	margin: 0;
}
.black_background .title1 {
	margin: 50px 0 0 0 ; 
	width: 93%;
}

.black_background .title1 .big1{
	font-size: 58px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: normal;
	letter-spacing: 4.3px;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
}

.black_background .title1 .big2{
	font-size: 72px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: normal;
	letter-spacing: -1.1px;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
}
.black_background .title1 .big3{
	font-size: 75px;
	font-weight: bold;
	font-style: italic;
	font-stretch: condensed;
	line-height: normal;
	letter-spacing: -1.2px;
	color: #f7941d;
	text-transform: uppercase;
	margin-top: -4%;
}

.black_background .title1 .small1{
	font-size: 32px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: normal;
	letter-spacing: 2.7px;
	text-align: left;
	color: #ffffff;
	text-transform: uppercase;
}
.black_background .title1 .small2{
	font-size: 28px;
	font-weight: bold;
	font-style: italic;
	font-stretch: condensed;
	line-height: normal;
	letter-spacing: -0.5px;
	color: #f7941d;
}

.black_background .title1 .right{
	display: block;
	text-align: right;
}


.black_background .title2{
    margin-top: 50px;
    margin-bottom: 50px;
}


.black_background .title2 .big1{
	font-size: 100px;
	font-weight: bold;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: 2.4px;
	text-transform: uppercase;
}
.black_background .title2 .big2{
	font-size: 80px;
	font-weight: bold;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: 1.7px;
	text-align: left;
	color: #f7941d;
	text-transform: uppercase;
}

.black_background .title2 .small{
	font-size: 55px;
	font-weight: bold;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.13;
	letter-spacing: 1px;
	text-align: left;
	color: #ffffff;
	top: -.3em;
}


.super { vertical-align: super;}
.bottom { vertical-align:  text-top; top:0px; margin-left: -30px; }


.black_background H2 {
	font-size: 35px;
	font-weight: bold;
	font-style: italic;
	font-stretch: normal;
	line-height: 1.2;
	letter-spacing: 1.8px;
	text-align: center;
	color: #f7941d;	
	margin-top: 50px;
}

.black_background h5{
	font-size: 21px;
	text-transform: uppercase;
}

 
.black_background .pad-text{
	padding-left: 3%;
}

.black_background .pad-text{
	font-size: 15px;
}

.black_background ul{
	text-decoration: none;
}

.black_background .line{
	border-left: 1px solid #fff;
}
.black_background img{
	width: auto;
	max-width: none;
}

.mouseScrollTo {
	cursor: pointer;
}

hr.w100 {
	width: 100%;
}

footer a{
	font-size: 20px;
	color: #000000;
}

.form-vente H2 {
	font-size: 34px;
	font-weight: bold;
	font-style: normal;
	font-stretch: condensed;
	line-height: 1.2;
	letter-spacing: 1.8px;
	text-align: center;
	color: #010101;
	margin: 50px 0;
}

.pad-text {
	opacity: 0;
}
.errors {
	color: #e51937;
}

.animated{
	opacity: 1!important;
}
 
 

 @media screen and (max-width: 1024px) {

	header nav > ul li:last-child{
		float: right;
		margin:0px;
	}

	H1 {
		width: 90%;
	}
	.box2 P {
		margin-top: 30px;
	}
 

	
}
 
@media screen and (max-width: 768px) {

	body {
		background: url(../img/body-candidat-ipad.jpg) no-repeat center 0px ;  
	}
	body {
		background-position: right 0px !important ; 
 
	}
	
	header nav > ul li {
	   width: auto!important;
	   max-width: 155px;
	   padding: 12px 10px 0 10px!important;
	}

	header nav > ul li {
		font-size: 14px;
		margin: 0px 10px 0 0px;
	}	 
	.box1 ul li {
		font-size: 44px;
	}

	.yellow-box {
		width: 301px;
		height: 441px;
		font-size: 25px;
	}	
	.save-account .modal-content {
		margin:0 15%;
	}
	
	.black_background .line{
		border-left: none;
	}

	.black_background .title1 .big1{
		font-size: 48px;
	}

	.black_background .title1 .big2{
		font-size: 56px;
	}
	.black_background .title1 .big3{
		font-size: 65px;
	}

	.black_background .title1 .small1{
		font-size: 22px;
	}
	.black_background .title1 .small2{
		font-size: 18px;
	}



	.black_background .title2 .big1{
		font-size: 90px;
	}
	.black_background .title2 .big2{
		font-size: 70px;
	}

	.black_background .title2 .small{
		font-size: 45px;
	}

	
	
	
	
	
	
	
}
@media screen and (max-width: 767px) {

	.save-account .modal-content {
		margin:0 15%;
	}
	
	
	body {
		letter-spacing: 0px; 
		background: url(../img/body-mobile.jpg) no-repeat center 0px;
	}

	H1 {
		font-size: 20px;
	}

	.page-bloc {
		margin-top: 75px;
		margin-bottom: 60px;
	}	

	#main .page-bloc:nth-child(2n)  {
		margin-top: 0px;
		margin-bottom: 60px;
	}	
	.orange_mobile {
		background: #D77D04;
	} 
	/**/
	.no-pad {
		padding: 0!important;
	}
		/*mobile menu*/
	#mobile-menu-icon{
		display: block;
	}

	#logo {
		display: inline-block;
		float: right;
	}
	header {
		padding-bottom: 0px;  
	}
 
	header nav {
		position: absolute;
		left: 0;
		top: 100px;
		width: 100%;
		background: #fff;
		z-index: 99;
		display: none;
	}
	
	header nav ul li {
		display: block;
		margin: 0;
		position: relative;
	}
	
	header nav > ul li {
 		max-width: 80%;  
	}
	
	header nav ul li a:link,
	header nav ul li a:active,
	header nav ul li a:visited{
		display: block;
		padding: 15px 0;
		font-size: 1.4em;
	}
	
	header nav ul li a:hover{
		text-decoration: none;
	}
	/*Mobile iPhone*/
	header nav > ul li	{
		height: auto;
		width: 80%!important;
		background: #fff;
		margin: 0 10%!important;
	}
	
	header nav > ul li:nth-child(3) {
		border-bottom: 1px solid #000;
		padding: 15px 20px 15px 20px;
	}
	header nav > ul li:nth-child(4) {
		display: none;
	}
	
	.small2 {
		display: block;
		text-align: right;
	}
	
	.yellow-box {
		width: 100%; 
		margin-top: 0px;
		height: 400px;
	}

	H1 .big1 {
		font-size: 32px;
		line-height: 30px
	}
	H1 .big2 {
		font-size: 40px;
		line-height: 30px;
		    letter-spacing: 3px;
	}
	H1 .big3 {
		font-size: 28px;
		line-height: 25px
	}	
	
	H2 {
		font-size: 20px;
	}
	H3 {
		font-size: 17px;
		background:none;
		padding-left: 0px; 
		margin-left: 0px;
	}
	.number {
		display: none;
	}	

	.mobile-box {
		margin: auto;
		margin-bottom: 50px;
		text-align: center;
		display: block;
	}
	.mobile-box a {
		padding: 20px 30px;
		font-size: 20px;
		font-weight: 900;
		color: #fff;
	}
	
	.box1 ul li {
		font-size: 35px;
	}
	
	.rounded-rectangle {
		border-left: solid 2px #cc6306;
	}	
	
	.rounded-rectangle.active {
		margin-top: 10px;
	}

	.modal-content {
		padding:20px 5px
	}

/*Landing Page*/

	.landing-page H1 {
		width: 100%;
	}
	
	.landing-page H2 {
		font-size: 25px;
		letter-spacing: 2.3px;
	}
	.landing-page ul li:last-child {
		line-height: 1;
	}
	
	.black_background, .orange_background {
		margin-bottom: 0px!important;
		margin-top: 0px!important;
	} 
	.landing-page {
		margin-bottom: 0px!important;
	} 	
	
	.orange_background {
		padding: 20px 0PX;
	}
	.orange_background H2 {
		font-size: 30px;
		line-height: 1.4;
		padding: 20PX 0;
	}
	
	.orange_background ul li {
		font-size: 25px;
	}
	
		
	.black_background .line{
		border-left: none;
	}
	.black_background .title2 {
		margin-top: 10px;
		margin-bottom: 10px;
	}

	.black_background .title1 .big1{
		font-size: 36px;
	}

	.black_background .title1 .big2{
		font-size: 46px;
	}
	.black_background .title1 .big3{
		font-size: 55px;
	}

	.black_background .title1 .small1{
		font-size: 22px;
	}
	.black_background .title1 .small2{
		font-size: 14px;
	}

	.black_background .title2 .big1{
		font-size: 70px;
	}
	.black_background .title2 .big2{
		font-size: 50px;
	}

	.black_background .title2 .small{
		font-size: 35px;
	}
	
	.black_background H2 {
		    font-size: 25px;
			margin-top: 10px;
	}
	
	.form-vente H2 {
		margin: 30px 0;
	}
	
}
	
	
 

@media screen and (max-width: 499px) {
	.box1 ul li .sous-titre {
		font-size: 14.5px;
	}
	
	.save-account .modal-content {
		margin:0 3%;
	}
	
}
