@charset 'utf-8';
/******************** Entête UTF-8 ******************\
*
*	fichier			: public/projet/custom/css/main.css
*	projet			: @x2revenu@
*	version			: 1.0.0 2018-05-28 14:11 SS
*
\****************************************************/
 
 

body {
	font-family: 'Open Sans', sans-serif;
	max-width: 1920px;
	font-size: 18px;
	font-weight: normal;
	font-style: normal;
	font-stretch: normal;
	line-height: 1.44;
	letter-spacing: 0.7px;
	text-align: center;
	color: #002b55;
	margin: 0 auto;
}

/*
font-family: 'Oswald', sans-serif;
*/
p {
	font-size: 18px;
}


H1 {
	font-size: 30px;
	text-transform: uppercase;
	color: #00b5c7;
	font-size: 50px;
	font-weight: bold;
	font-style: normal;
	font-stretch: normal;
	line-height: 0.78;
	letter-spacing: 5px;
    padding-bottom: 30px;
}

H2 {
  font-family: 'Oswald', sans-serif;
  font-size: 21px;
  line-height: 21PX;
  letter-spacing: 4.4px;
  font-weight: bold;
  text-transform: uppercase;
  color: #002b55;
}

H3 {
  font-size: 20px;
  line-height: 1.15;
  letter-spacing: 0.2px;
  background:  url('../img/ForwardArrow.png')  no-repeat left;
  padding-left: 25px;
  margin-left: -30px;
  margin-top: 30px;
  margin-bottom:  10px;
  font-weight: 600;
}
.group:first-child H3 {
  margin-top: 0px;
}
 
H4 {
	font-size: 17.5px;
	font-style: normal;
	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:#00b5c7;
	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;
}
.padding-95-0{
	padding-top:95px;
}
.padding-0-65{
	padding-bottom: 65px;
}
.padding-0-20{
	padding-bottom: 20px;
}

.none{
 display: none;
}

/* 404*/
.no-found{
    width: 8%;
}


/* HEADER */
#logo{
	display: inline-block;
}

#logo a{
	display: block;
}

header{
	position: relative;
	padding-top: 5px;
	padding-bottom:  5px;
}

header nav{
	display: block;
	transition: opacity 0.5s;
}

header nav > ul{
	width:100%;
	text-align: center;
}

header nav > ul li{
	font-size: 16px;
	line-height: 2;
	letter-spacing: 1.6px;
	text-align: left;
	color: #002b55;
	float: left;
	margin: 35px 0px 0 50px;
}

header nav > ul li.current > a, header nav > ul li a:hover {
	font-weight:bold;
	color: #002b55;
}

header nav > ul li a{
	display: block;
}
 
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;
}

.arrow-down{
    position: absolute;
    left: 49.2%;
    cursor: pointer;
    background-image: url("../img/Arrow.png");
    background-position: left top;
    background-repeat: no-repeat;
    width: 28px;
    height: 36px;
    bottom: 40px;
    transition: all 250ms ease-in;
}

.carousel-caption {
	right: 20%;
    left: 20%;
    padding-bottom: 30px;
	top:5%;
	bottom: 100%;
	color: #002b55;
    text-align: center;
    text-shadow: none; 
} 

.carousel-caption a.btn-blue, a.btn-blue {
    font-family: 'Oswald', sans-serif;
	margin-top: 20px;
    margin-bottom: 20px;
    background: #00b5c7;
    color: #fff;
    border: 0;
    padding: 10px 25px;
    outline: none;
	text-transform: uppercase;
	letter-spacing: 1.4px;
	display: inline-block;
    text-decoration: none;
}

.carousel-caption H2 {
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  font-weight: normal;
  color: #002b55;
  line-height: 1.4;
  letter-spacing: 1px;
  text-transform: none;
}

.carousel-inner{
    margin-bottom: 70px;
}

 
.grey{
    color: #9d9d9d;
}


#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;
}

 

hr{
	 border-bottom: 1px solid #000000;
	 width: 80%;
}

/* Home page */
.home h3{
    font-family: 'Open Sans', sans-serif;
    color: #002b55;
    font-size: 33px;
    background: no-repeat;
    margin: 0;
    padding: 20px 0 0 0;
    line-height: 1.3 !important;
    letter-spacing: 4.3px !important;
}
.home h2{
    padding-top: 58px;
    font-size: 26px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3 !important;
    letter-spacing: 4.3px !important;
}

.environement, .coaching, .independance{
    background-repeat: no-repeat;
    padding-top: 147px;
}

.environement{
    background-image: url("../img/EnvironnementSain.png");
    background-position: center top;
}
.coaching{
    background-image: url("../img/CoachingPermanent.png");
    background-position: center top 29px;
}
.independance{
    background-image: url("../img/Indépendance.png");
    background-position: center top 26px;
}

.section-about{
    margin-bottom: 29%;
}

.section-about H1 {
    font-family: 'Oswald', sans-serif;
	font-size: 30px;
	letter-spacing: 1.3px;
	line-height: 1.57;
}

.section-about H2 {
    font-weight: normal;
    color: #002b55;
    text-transform: none;
	font-size: 18px;
	letter-spacing: 0.7px;
	line-height: 1.57;
    padding-bottom: 65px;
}

.section-postuler h2{
    font-family: 'Open Sans', sans-serif;
    font-size: 33px;
    line-height: 1.33;
    letter-spacing: 1.3px;
}
.section-postuler p{
    font-size: 20px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.55;
    letter-spacing: 0.8px;
}
.section-contact{
    font-size: 33px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.3;
    letter-spacing: 1.3px;
}
.section-contact span{
    font-family: 'Oswald', sans-serif;
    color: #00b5c7;
}

.accueil{
    padding: 0;
    margin: 0;
    background-image: url("../img/x2revenu-QuiEstX2.jpg");
    background-repeat: no-repeat;
    background-position:center top;
    background-size: cover;
}


/* Contact page */
.contact-bloc img{
    margin-bottom: 24px;
}

/* FOOTER */
footer{
    font-size:14px;
	margin-top: 50px;
	background-color: #fff;
	padding: 30px;
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.11);
	
 
}

	.mobile-box {
		display: none;
	}
    
@media screen and (max-width:1440px) {
    /* Home page */
    .section-about{
        margin-bottom: 37%;
    }
}

@media screen and (max-width:1280px) {
    
    .arrow-down{
      bottom: 15px;   
    }
    
    /* Home page */
    .section-about{
        margin-bottom: 43%;
    }
}
    
 @media screen and (max-width: 1024px) {
	.padding-95-0{
        padding-top:80px;
    }
    .padding-0-65{
        padding-bottom: 30px;
    }
	 H1 {
		font-size: 45px;
		padding-bottom: 20px;
	}
    .home h2, .home h3{
            letter-spacing: 1.3px !important;
    }
    
    .section-postuler h2, .home h3, .section-contact {
        font-size: 30px;
    }
    
    .section-postuler p{
        font-size:18px;
    }
    
    .carousel-inner{
        margin-bottom: 50px;
    }
	.carousel-caption {
		right: auto;
		left: 10%;
		padding-bottom: 30px;
		top: 5%;
		text-align: left;
	}
    /* Home page */
	.home h2 {
		padding-top: 0px;
		font-size: 25px;
		line-height: 1;
 	}
    
    .section-about H2 {
        padding-bottom: 30px;
    }
    
    .section-postuler{
         margin-top:0;
    }	
}
 
@media screen and (max-width: 768px) {
	H1 {
		font-size: 28px;
		letter-spacing: 2px;
	}
    
    header nav > ul li {
        margin: 35px 0px 0 40px;
    }
	
	.arrow-down {
		display: none;
	}
    
	.carousel-caption {
		right: auto;
		left: 3%;
	}
	
	.carousel-caption H2 {
		font-size: 21px;
		line-height: 1.1;
	}
	
	.radio-lable {
	    padding-left: 5px;
		padding-right: 5px;
	}
    
    .padding-95-0 {
        padding-top: 50px;
    }
    
    /* Homem page */
    .accueil{
        background-position: center;
        background-size: contain;
        min-height: 760px;
    }

    .section-about{
        margin-bottom: 55%;
    }
        
    .section-postuler h2, .home h3, .section-contact {
        font-size: 21px;
    }
    
    .section-postuler h2 {
        padding-bottom: 102px;
    }
    
    .link-mobile{
        padding-top: 50px;
    }
}
@media screen and (max-width: 767px) {
	H1 {
		font-size: 23px;
	}
    
    div[id="myCarousel_9"] img{
        content: url("/diaporamas/9/X2Revenu-A-propos_mobile.jpg");
    }
    
    div[id="myCarousel_8"] img{
        content: url("/diaporamas/8/X2Revenu_Postuler_mobile.jpg");
    }
    
    div[id="myCarousel_6"] img{
        content: url("/diaporamas/6/X2Revenu_Contact_mobile.jpg");
    }
    
    div[id="myCarousel_10"] img{
        content: url("/diaporamas/10/image_merci_mobile.jpg");
    }
    
    .form-wrap{
        margin-top: -40px;
    }
    
	.page-bloc {
		margin-top: 75px;
		margin-bottom: 60px;
	}
    .accueil{
        background-position: center top 307px;
    }
    
    .section-about {
        margin-bottom: 45%;
    }
    
    .section-postuler H2{
        padding-bottom: 20px;
    }
    .carousel-caption{
        position: inherit;
        padding-bottom: 0px;
        text-align: center;
        right: auto;
		left: auto;
    }
    
    .carousel-caption H2 {
        font-size: 18px;
        line-height: 1.3;
    }
    
    .carousel-inner{
        padding-right: 10px;
        padding-left: 0;
    }
    
    .section-postuler h2, .home h3, .section-contact {
        font-size: 23px;
    }
    
    .carousel-caption a.btn-blue, a.btn-blue{
        font-size: 18px;
    }
    
    .section-postuler p {
        font-size: 16px;
    }

	#main .page-bloc:nth-child(2n)  {
		margin-top: 0px;
		margin-bottom: 60px;
	}	
	/**/
	.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(4) {
		border-bottom: 1px solid #002b55;
		padding: 0px 20px 15px 0px;
	}
	
	.small2 {
		display: block;
		text-align: right;
	}
	
	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
	}	
    
    footer{
        font-size: 15px;
    }
	
}

@media screen and (max-width: 375px){
    .section-postuler h2, .home h3, .section-contact {
        font-size: 21px;
    }
    .accueil{
        background-position: center top 343px;
    }
    .carousel-caption a.btn-blue, a.btn-blue{
        font-size: 15px;
    }
}	
 
@media screen and (max-width: 320px){
    .section-postuler h2, .home h3, .section-contact {
        font-size: 21px;
    }
    
    .section-about H1{
        font-size: 27px;
    }
    
    .accueil{
        background-position: center top 390px;
    }
    
    .carousel-caption a.btn-blue, a.btn-blue{
        font-size: 12px;
    }
    
    footer{
        font-size: 10px;
    }
}

@media screen and (max-width: 499px) {
	.box1 ul li .sous-titre {
		font-size: 14.5px;
	}
	
}

