/*------ RESET & NORMALISE CSS ------*/

html,body,p,ol,ul,li,dl,dt,dd,blockquote,figure,fieldset,legend,textarea,pre,iframe,hr,h1,h2,h3,h4,h5,h6{margin:0;padding:0}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}
ul{list-style:none}button,input,select{margin:0}
html{box-sizing:border-box}*,*::before,*::after{box-sizing:inherit}img,video{height:auto;max-width:100%}
iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}


/*--------------GENERAL--------------*/

*{
	font-family: 'Maven Pro', sans-serif;
	box-sizing: border-box;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: antialiased;
}

body,html{
	overflow-x: hidden;
	position: relative;
}

.wrapper{
	max-width: 1500px;
	margin: 0 auto;
	padding-left: 30px;
    padding-right: 30px;
}

a{
	text-decoration: none;
}

.br-desktop{
	display: block;		
}

/* RESPENSIVE */

@media only screen and (max-width: 1200px){
	.br-desktop.br-tab{
		display: inline;
	}
}

@media only screen and (max-width: 767px){
	.br-desktop{
		display: inline;
	}
} 

/*------------ MENU ------------*/
header{
	background-color: #003975;
    position: fixed;
    z-index: 9999999;
    top: 0;
    width: 100%;
}

.main-menu-area{
    display: flex;
    align-items: center;
	height: 13vh;
	max-width: 1235px;
    margin: 0 auto;
}

.logo-nav{
    flex: 0 0 20%;
	-ms-flex: 0 0 20%;
    max-width: 20%;
	text-align: left;
}

.main-nav{
	flex: 0 0 80%;
	-ms-flex: 0 0 80%;
    max-width: 80%;
	text-align: right;
}

.main-nav ul li{
	display: inline-block;
	margin-right: 25px;
	color: #fff;
}

.main-nav ul li a{
	font-family: 'Maven Pro', sans-serif;
	color:#fff;
	font-size: 14px;
	font-weight: 500;
	text-transform: uppercase;
	transition: 0.5s all;
}

.main-nav ul li a:hover{
	color:#ff914d;
}

/* RESPENSIVE */

@media only screen and (max-width: 775px){
	
}

/*------------ HERO SECTION ------------*/
.grid-area{
    background-color: #000;
    height: 87vh;
    width: 100%;
	margin-top: 13vh;
}

.grid-container{
    display: grid;
    height: 90vh;
    width: 100%;
    grid-template-columns: 0.4fr repeat(5, 1fr) 0.4fr;
    grid-template-rows: repeat(4,1fr); 

    grid-template-areas: "card1 card5 card9 card13 card17 card21 card25"
                         "card2 card6 card9 card14 card14 card22 card26"
                         "card2 card7 card11 card14 card14 card23 card27"
                         "card4 card7 card12 card12 card20 card24 card27";

	/* display:-ms-grid; */
	/* -ms-grid-columns: 0.4fr 1fr 1fr 1fr 1fr 1fr 0.4fr;
	-ms-grid-rows: 1fr 1fr 1fr 1fr; 

	-ms-grid-areas: "card1 card5 card9 card13 card17 card21 card25"
						"card2 card6 card9 card14 card14 card22 card26"
						"card2 card7 card11 card14 card14 card23 card27"
						"card4 card7 card12 card12 card20 card24 card27"; */
	
}





 /* COLUMN 01 */

 .box1{
    grid-area: card1;
    background: url(../images/box1.jpg) no-repeat center bottom;
    background-size: cover;
}

.box2{
    grid-area: card2;
    background: url(../images/box2.jpg) no-repeat center bottom;
    background-size: cover;
}

.box4{
    grid-area: card4;
    background: url(../images/box3.jpg) no-repeat center;
    background-size: cover;
}


/* COLUMN 02 */

.box5{
    grid-area: card5;
    background: url(../images/box5.jpg) no-repeat center;
    background-size: cover;
}

.box6{
    grid-area: card6;
	background: url(../images/box6.jpg) no-repeat center;
    background-size: cover;
}

.box7{
    grid-area: card7;
    background: url(../images/box7.jpg) no-repeat center;
    background-size: cover;
}

/* COLUMN 03 */

.box9{
    grid-area: card9;
	background: url(../images/box9.jpg) no-repeat center;
    background-size: cover;
}

.box11{
    grid-area: card11;
    background: url(../images/box11.jpg) no-repeat center;
    background-size: cover;
}

.box12{
    grid-area: card12;
    background: url(../images/box12.jpg) no-repeat center;
    background-size: cover;
}


/* COLUMN 04 */

.box13{
    grid-area: card13;
	background: url(../images/box13.jpg) no-repeat center;
    background-size: cover;
}

.box14{
    grid-area: card14;
    background: url(../images/box14.jpg) no-repeat center bottom;
    background-size: cover;
	height: 100%;
}

/* COLUMN 05 */

.box17{
    grid-area: card17;
    background: url(../images/box17.jpg) no-repeat center;
    background-size: cover;
}


.box20{
    grid-area: card20;
    background: url(../images/box20.jpg) no-repeat center;
    background-size: cover;
}

/* COLUMN 06 */

.box21{
    grid-area: card21;
    background: url(../images/box21.jpg) no-repeat center;
    background-size: cover;
}

.box22{
    grid-area: card22;
    background: url(../images/box22.jpg) no-repeat center;
    background-size: cover;
}

.box23{
    grid-area: card23;
	background: url(../images/box23.jpg) no-repeat center;
    background-size: cover;
}

.box24{
    grid-area: card24;
    background: url(../images/box24.jpg) no-repeat center;
    background-size: cover;
}

/* COLUMN 07 */

.box25{
    grid-area: card25;
    background: url(../images/box25.jpg) no-repeat center;
    background-size: cover;
}

.box26{
    grid-area: card26;
    background: url(../images/box26.jpg) no-repeat center;
    background-size: cover;
}

.box27{
    grid-area: card27;
    background: url(../images/box27.jpg) no-repeat center;
    background-size: cover;
}

.hero-section-content-container{
	display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.hero-section-content{
	text-align: center;
	padding: 30px 70px;
}

.hero-section-content h1{
	font-family: 'Cormorant Garamond';
	font-size: 70px;
	font-weight: 300;
	line-height: 1;
	text-align: center;
	color: #ffffff;
	font-style: italic;
}

.hero-section-content .hero-section-separator{
	display: inline-block;
    background-color: #fff;
    width: 140px;
    height: 2px;
    margin: 0 auto;
	margin-top: 18px;
    margin-bottom: 30px;
}

.hero-section-content p{
	font-size: 21px;
	font-weight: 500;
	text-align: center;
	color: #ffffff;
	text-transform: uppercase;
}

.hero-section-content span.highlight-text{
	font-weight: 700;
  	color: #ff914d;
}

.main-menu-mobile{
	display: none;
}

/* Arrow in bounce -- Hero section */

.box20{
	position: relative;
}

.box20:before{
	content:url("../images/arrow.png");
	position: absolute;
    left: -30px;
    top: 35px;

	animation: bounce 1s infinite alternate;
	-webkit-animation: bounce 1s infinite alternate;
}

@keyframes bounce {
	from {
	  transform: translateY(0px);
	}
	to {
	  transform: translateY(-15px);
	}
  }
@-webkit-keyframes bounce {
	from {
	  transform: translateY(0px);
	}
	to {
	  transform: translateY(-15px);
	}
  }

/* RESPENSIVE */

@media only screen and (max-width: 991px){
	.box20:before{
		display: none;
	}

	.grid-container{
		position: relative;
	}

	.grid-container:before{
		content: url(../images/arrow-mobile.png);
		position: absolute;
		
		z-index: 99999;
		left: 0;
		right: 0;
		bottom: 40px;
		text-align: center;
		display: inline-block;

		animation: bounce 1s infinite alternate;
		-webkit-animation: bounce 1s infinite alternate;
	
	}

}


/* RESPENSIVE */

@media screen and (min-width: 767px) and (max-height: 650px) {
	.hero-section-content h1 {
		font-size: 40px !important;
	}

	.hero-section-content p {
		font-size: 16px !important;
	}

	.logo-nav img{
		width: 70px;
	};
}

@media only screen and (max-width: 1730px){
	.hero-section-content h1 {
		font-size: 65px;
	}

	.hero-section-content {
		text-align: center;
		padding: 30px 60px;
	}

	.hero-section-content p {
		font-size: 18px;
	}
}

@media only screen and (max-width: 1420px){
	.hero-section-content h1 {
		font-size: 60px;
	}
}

@media only screen and (max-width: 1543px){
	.hero-section-content {
		padding: 30px 38px;
	}
}

@media only screen and (max-width: 1358px){
    .grid-container{
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: repeat(4,1fr); 
    
        grid-template-areas: "  card9 card13 card17 card21 "
                             "  card9 card14 card14 card22 "
                             "  card11 card14 card14 card23 "
                             "  card12 card12 card20 card24 ";
    }
}

@media only screen and (max-width: 991px){
    .grid-container{
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4,1fr); 
    
        grid-template-areas: "  card13 card17 card21 "
                             "  card14 card14 card14  "
                             "  card14 card14 card14 "
                             "  card12 card20 card24 ";				 
    }
}

@media only screen and (max-width: 767px){

	.grid-area {
		margin-top: 89px;
	}

	/*Menu Mobile*/


	.main-menu-area{
		display: none;
	}

	.main-menu-mobile{
		display: block;
		padding-top: 13px;
    	padding-bottom: 13px;
	}

	.navigation-bar-wrapper{
		display: flex;
		align-items: center;
	}

	.header-container.wrapper{
		padding-left: 0;
		padding-right: 0;
	}

	.main-menu-mobile .navigation-bar{
		padding-left: 30px;
		padding-right: 30px;
	}

	.main-menu-mobile .logo-nav{
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		max-width: 50%;
	}

	.main-menu-mobile .humberger-icon{
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		max-width: 50%;
		text-align: right;
	}

	.main-menu-mobile .humberger-icon-wrapper{
		width: 30px;
		float: right;
		cursor: pointer;
		transform: rotate(180deg);
	}

	.main-menu-mobile .humberger-icon-wrapper span{
		background-color: #fff;
		width: 25px;
		height: 2px;
		display: block;
		margin-bottom: 5px;
	}

	.main-menu-mobile .humberger-icon-wrapper span:nth-child(3){
		width: 15px;
	}

	.humberger-icon a{
		color: #fff;
	}

	.humberger-icon a:hover{
		color: #ff914d;
	}

	.list-menu li{
		display: inline-block;
	}

	.translate-menu{
		position: relative;
		top: -3px;
		margin-right: 20px;	
	}

	.list-menu .separator{
		color: #fff;
	}

	.mobile-nav-wrapper {
		width: 100%;
		height: 100vh;
		background-color: #fff;
		padding-right: 30px;
		padding-left: 30px;

		padding-top: 50px;
		padding-bottom: 50px;
	}

	.mobile-nav{
		display: block;
	}

	.mobile-nav-wrapper ul a{
		font-family: 'Cormorant Garamond';
		color: #003975;
		font-weight: 500;
		font-size: 26px;
		margin-bottom: 18px;
		display: block;
		text-transform: uppercase;
		transition: 0.5s all;
	}

	.mobile-nav-wrapper ul a:hover{
		color: #ff914d;
	}

	.mobile-nav{
		position: fixed;
		z-index: 99;
		left: -1900px;
		transition: 1s;
		height: 100vh;
		top: 85px;
	}
	
	.mobile-nav-wrapper {
		
		background:url(../images/menu-mobile-bg.png) no-repeat top center;
		background-size: cover;
		background-color: #fff;

		transition: 1s;
		height: 100%;
	}

	.mobile-nav.open-nav{
	    left: 0;
	    width: 100%;
	    transition: left 0.5s;
	    height: 100%;
	}

	.mobile-nav .separator{
		display: none;
	}

	.menu-social-bloc {
		margin-top: 50px;
	}

	.menu-social-bloc ul li{
		display: inline-block;
		font-size: 14px;
		margin-right: 15px;
	}
	
	.menu-social-bloc ul li a{
		font-size: 21px;
		transition: 0.5s all;
	}
	
	.menu-social-bloc ul li a:hover{
		color: #ff914d;
	}

	/* / Menu Mobile*/
}

@media only screen and (max-width: 500px){
    .grid-container{
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2,1fr); 
    
        grid-template-areas: "  card14 card14 card14 "
                             "  card14 card14 card14 ";
    }

	.hero-section-content {
		padding: 30px 30px;
		padding-top: 0;
	}

	.hero-section-content h1 {
		font-size: 50px;
	}

	.hero-section-content p {
		font-size: 16px;
	}

	.hero-section-content .hero-section-separator {
		margin-top: 30px;
	}
}

@media only screen and (max-width: 320px){
	.hero-section-content h1 {
		font-size: 40px;
	}

	.hero-section-content p {
		font-size: 13px;
	}
}

/*-------------TEXT FONT--------------*/
.italic{
	font-style: italic;
}

.bleu-color{
	color:#00457d;
}

/*--------------INTRO AREA--------------*/
.intro-area{
	padding-top: 280px;
}

.intro-container{
	display: flex;
    align-items: center;
    justify-content: center;
    width: 845px;
    margin: 0 auto;
	position: relative;
	left: -55px;
}

.intro-content p{
	font-family: 'Cormorant Garamond';
	font-size: 50px;
	font-weight: 300;
	line-height: 1.1;
	text-align: center;
	color: #212121;
}

.intro-content p strong{
	font-family: 'Cormorant Garamond';
	font-size: 50px;
	line-height: 1.1;
	text-align: center;
	color: #212121;
}

.intro-footer-container{
	padding-top: 30px;
}

.intro-footer-content{
	margin-top: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 845px;
    margin: 0 auto;
}

.intro-footer-text-left{
	flex: 0 0 55%;
	-ms-flex: 0 0 55%;
	max-width: 55%;
	text-align: right;
}

.intro-footer-text-right{
	flex: 0 0 45%;
	-ms-flex: 0 0 45%;
	max-width: 45%;
	text-align: right;
}

.intro-footer-text-left p{
	font-family: 'Cormorant Garamond';
	font-size: 50px;
	font-weight: 600;
	color: #ff914d;
}

.intro-footer-text-right .text-01{
	font-size: 18px;
	font-weight: 800;
	text-align: left;
	color: #00457d;
	margin-bottom: 10px;
}

.intro-footer-text-right .text-01 span{
	color: #ff914d;
	font-weight: 400;
	
}

.intro-footer-text-right .text-02{
	font-size: 18px;
	font-weight: 400;
	text-align: left;
	color: #212121;
}

.intro-footer-text-right .text {
	border-left: 4px solid #00457c;
	padding-left: 10px;
	line-height: 0.8;
	display: inline-block;
}

.simple-bottom-timeline{
	position: relative;
	padding-bottom: 13px;
	height: 295px;
}

.intro-area .simple-bottom-timeline {
    position: relative;
    padding-bottom: 13px;
    height: 285px;
}

.simple-bottom-timeline:after{
	content: "";
	width: 2px;
	height: 275px;
	background-color: #ff914d;

	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/* RESPENSIVE */

@media only screen and (max-width: 1200px){
	.intro-content p,
	.intro-content p strong,
	.intro-footer-text-left p{
		font-size: 40px;
	}

	.intro-footer-text-right .text-01,
	.intro-footer-text-right .text-02 {
		font-size: 16px;
	}
}

@media only screen and (max-width: 991px){
	.intro-container {
		width: 100%;
		left: 0;
	}

	.intro-footer-content {
		width: 100%;
	}

	.intro-footer-text-right {
		text-align: left;
		margin-left: 50px;
	}

	.intro-footer-text-left,
	.intro-footer-text-right {
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		max-width: 50%;
	}
}

@media only screen and (max-width: 767px){

	.intro-area {
		padding-top: 160px;
	}

	.simple-bottom-timeline {
		height: 200px;
	}

	.simple-bottom-timeline:after {
		height: 170px;
	}

	.intro-content p,
	.intro-content p strong,
	.intro-footer-text-left p{
		font-size: 35px;
	}

	.intro-footer-text-right .text-01,
	.intro-footer-text-right .text-02 {
		font-size: 16px;
	}

	.intro-footer-container {
		padding-left: 0;
		padding-right: 0;
		padding-top: 20px;
	}

	.intro-footer-content{
		flex-wrap: wrap;
	}

	.intro-footer-text-left,
	.intro-footer-text-right{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

	.intro-footer-text-right {
		margin-left: 0px;
		margin-top: 25px;
		margin-bottom: 15px;
	}

	.intro-footer-text-right .text {
		border-top: 2px solid #00457c;
		padding-left: 10px;
		padding-top: 20px;
		border-left: none;
	}

	.intro-area .simple-bottom-timeline {
		position: relative;
		padding-bottom: 13px;
		height: 220px;
	}
	
}

@media only screen and (max-width: 500px){
	.intro-content p,
	.intro-content p strong,
	.intro-footer-text-left p {
		font-size: 25px;
	}

	.intro-footer-text-right .text-01, 
	.intro-footer-text-right .text-02 {
		font-size: 14px;
	}

	.simple-bottom-timeline {
		padding-top: 15px;
	}
}

@media only screen and (max-width: 320px){
	.intro-content p,
	.intro-content p strong,
	.intro-footer-text-left p {
		font-size: 22px;
	}

	.intro-footer-text-right .text-01,
	.intro-footer-text-right .text-02 {
		font-size: 13px;
	}
}

/*--------------TOP DEPART AREA--------------*/

.top-depart-container{
	display: flex;
    justify-content: center;
    width: 1235px;
    margin: 0 auto;
}

.top-depart-video-bloc{
	flex: 0 0 37%;
    -ms-flex: 0 0 37%;
    max-width: 37%;
}

.top-depart-content-bloc{
	flex: 0 0 63%;
    -ms-flex: 0 0 63%;
    max-width: 63%;
	margin-left: 35px;
}

.top-depart-area .video-img{
	width: 100%;
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.top-depart-area .link-to-video{
	display: inline-block;
	padding: 9px;
  	background-color: #dee1f8;

	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #003975;
	margin-top: 15px;
	cursor: pointer;
}

.top-depart-area .link-to-video img{
	margin-left: 5px;
	position: relative;
    top: 1px;
}

.top-depart-area .link-to-page{
	display: inline-block;
  	background-color: #00457c;
	cursor: pointer;
	margin-top: 15px;
}

.top-depart-area .link-to-page a{
	font-size: 12px;
	line-height: 12px;
	padding: 9px;
	padding-top: 1px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}

.top-depart-area .link-to-page img{
	position: relative;
    top: 6px;
	margin-left: 5px;
}

.top-depart-content-bloc .top-depart-header{
	margin-bottom: 25px;
	position: relative;
}

.top-depart-content-bloc  .vertical-text{
	font-family: 'Maven Pro';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding: 10px 13px;
  	background-color: #ff914d;

	writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align: left;
	transform: rotate(180deg);
}

.vertical-text-flex{
	display: flex;
	width: 100%;
}

.vertical-text-flex-left{
	position: relative;
    flex: 0 0 30px;
    -ms-flex: 0 0 30px;
    max-width: 30px;
}

.vertical-text-flex-right{
	margin-left: 15px;
}

.top-depart-content-bloc .vertical-text{
	position: static;
	padding: 10px 4px;
}

.top-depart-header h2{
	font-size: 22px;
	font-weight: 800;
	color: #ff914d;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.top-depart-header p{
	font-family: 'Cormorant Garamond';
	line-height: 0.2;
	font-size: 72px;
  	font-weight: 300;
	color: #212121;
}

.top-depart-header .text{
	font-family: 'Cormorant Garamond';
	line-height: 1;
	font-size: 36px;
  	font-weight: 600;
	color: #212121;
}

.top-depart-header .name,
.top-depart-header .project{
	font-family: 'Cormorant Garamond';
	font-weight: 600;
  	color: #00457d;
	font-size: 36px;
}

.top-depart-header .reference{
	font-family: 'Cormorant Garamond';
	font-weight: 300;
  	color: #ff914d;
	font-size: 36px;
}

.top-depart-body p{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: normal;
}

.top-depart-body p{
	margin-bottom: 20px;
}

.top-depart-body p:nth-child(1){
	width: 590px;
}

.top-depart-body p strong{
	font-weight: 600;
}

.top-depart-body .second-text {
    width: 385px;
}

.video-player-container{
	display: none;
}

.video-player-container:before{
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.9);
	z-index: 99999999;
}

.video-player{
	height: 80vh;
	width: 80vw;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 99999999;
}

.video-player iframe{
	outline: none;
}

.close-btn {
    position: absolute;
    top: -40px;
    right: -60px;
    width: 30px;
    cursor: pointer;
}

/* RESPENSIVE */

@media only screen and (max-width: 1300px){

	.top-depart-content-bloc {
		margin-left: 25px;
	}

	.top-depart-container {
		width: auto;
	}

	.top-depart-header p {
		line-height: 0.7;
		font-size: 48px;
	}

	.top-depart-header h2 {
		font-size: 18px;
		margin-bottom: 9px;
	}

	.top-depart-header .reference {
		font-size: 28px;
	}

	.top-depart-header .name, .top-depart-header .project {
		font-size: 30px;
	}

	.top-depart-content-bloc .vertical-text {
		font-size: 16px;
		padding: 10px 5px;
	}

}

@media only screen and (max-width: 991px){

	.top-depart-container{
		flex-wrap: wrap;
	}

	.top-depart-video-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}

	.top-depart-content-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.top-depart-area .video-img {
		width: auto;
	}

	.link-to-video-wrapper,
	.link-to-page-wrapper{
		text-align: right;
	}

	.close-btn {
		top: -47px;
		right: 10px;
		width: 22px;
	}

	.video-player {
		height: 50vh;
		width: 94vw;
	}
}

@media only screen and (max-width: 680px){
	.top-depart-body p:nth-child(1) {
		width: auto;
	}
}

@media only screen and (max-width: 500px){
	.top-depart-body .second-text {
		width: auto;
	}

	.video-player {
		height: 30vh;
	}
}


/*-------------- BONNE DIRECTION AREA--------------*/

.bonne-direction-container{
	display: flex;
    justify-content: center;
    width: 1500px;
    margin: 0 auto;
}

.bonne-direction-empty-bloc{
	flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
}

.bonne-direction-video-bloc{
	flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    max-width: 35%;
}

.bonne-direction-content-bloc{
	flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    max-width: 35%;
	
	margin-left: 35px;
}

.bonne-direction-area .bloc-img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.bonne-direction-video-bloc{
	text-align: left;
}

.bonne-direction-area .link-to-video{
	display: inline-block;
  	background-color: #dee1f8;

	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #003975;
	margin-top: 15px;
}

.bonne-direction-area .link-to-video.blue-bloc{
	background-color: #003975;
	color: #fff;
}

.bonne-direction-area .link-to-video.blue-bloc a{
	display: inline-block;
	color: #fff;
	padding: 9px;
}

.bonne-direction-area .link-to-video a{
	display: inline-block;
	color: #003975;
	padding: 9px;
}

.bonne-direction-area .icon-video-white{
	position: relative;
    top: 1px;
    margin-left: 5px;
}

.bonne-direction-area .link-to-page{
	display: inline-block;
	padding: 5px 8px 7px 9px;
  	background-color: #00457c;
	cursor: pointer;
	margin-top: 10px;
}

.bonne-direction-area .icon-podcast{
	position: relative;
    top: 2px;
    margin-left: 5px;
}

.bonne-direction-area .link-to-page a{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}

.bonne-direction-content-bloc .bonne-direction-header{
	margin-bottom: 25px;
	position: relative;
}

.bonne-direction-content-bloc  .vertical-text{
	font-family: 'Maven Pro';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding: 10px 13px;
  	background-color: #ff914d;

	writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align: left;
	transform: rotate(180deg);

}

.bonne-direction-content-bloc .vertical-text{
	position: static;
	padding: 10px 4px;
}

.bonne-direction-header h2{
	font-size: 22px;
	font-weight: 800;
	color: #ff914d;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.bonne-direction-header p{
	font-family: 'Cormorant Garamond';
	line-height: 0.2;
	font-size: 72px;
  	font-weight: 300;
	color: #212121;
}

.bonne-direction-header .text{
	font-family: 'Cormorant Garamond';
	line-height: 1;
	font-size: 30px;
  	font-weight: 600;
	color: #212121;
}

.bonne-direction-header .name,
.bonne-direction-header .project{
	font-family: 'Cormorant Garamond';
	font-weight: 600;
  	color: #00457d;
	font-size: 36px;
}

.bonne-direction-header .reference{
	font-family: 'Cormorant Garamond';
	font-weight: 300;
  	color: #ff914d;
	font-size: 36px;
}

.bonne-direction-body p{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: normal;
}

.bonne-direction-body p{
	margin-bottom: 20px;
}

.bonne-direction-body p strong{
	font-weight: 600;
	color: #00457d;
}

.bonne-direction-area .stretch-bottom-timeline {
    position: relative;
    padding-bottom: 13px;
    height: 370px;
    top: -35px;
	z-index: -1;
}

.bonne-direction-area .stretch-bottom-timeline:after{
	content: "";
	width: 2px;
	height: 455px;
	background-color: #ff914d;

	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/* RESPENSIVE */
@media only screen and (max-width: 1530px){
	.bonne-direction-empty-bloc{
		flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		max-width: 10%;
	}

	.bonne-direction-video-bloc{
		flex: 0 0 35%;
		-ms-flex: 0 0 35%;
		max-width: 35%;
	}
	
	.bonne-direction-content-bloc{
		flex: 0 0 35%;
		-ms-flex: 0 0 35%;
		max-width: 35%;
		
		margin-left: 35px;
	}

	.bonne-direction-area .stretch-bottom-timeline {
		height: 370px;
		top: -78px;
	}

	.bonne-direction-area .stretch-bottom-timeline:after {
		height: 495px;
	}
}

@media only screen and (max-width: 1450px){

	.bonne-direction-container {
		width: 1235px;
	}

	.bonne-direction-empty-bloc{
		flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		max-width: 10%;
	}

	.bonne-direction-video-bloc{
		flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		max-width: 40%;
	}
	
	.bonne-direction-content-bloc{
		flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		max-width: 40%;
		
		margin-left: 35px;
	}
}

@media only screen and (max-width: 1300px){

	.bonne-direction-content-bloc {
		margin-left: 25px;
	}

	.bonne-direction-container {
		width: auto;
	}

	.bonne-direction-header p {
		line-height: 0.7;
		font-size: 48px;
	}

	.bonne-direction-header h2 {
		font-size: 18px;
		margin-bottom: 9px;
	}

	.bonne-direction-content-bloc .vertical-text {
		font-size: 16px;
		padding: 10px 5px;
	}

}

@media only screen and (max-width: 991px){

	.bonne-direction-empty-bloc{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}

	.bonne-direction-video-bloc{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}

	.bonne-direction-container{
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.bonne-direction-content-bloc {
		flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		max-width: 60%;
		margin-left: 0;
		text-align: left;
	}

	.bonne-direction-area .bloc-img {
		width: 65%;
	}

	.bonne-direction-area .stretch-bottom-timeline {
		height: 300px;
	}

	.bonne-direction-area .stretch-bottom-timeline:after {
		height: 335px;
	}

}

@media only screen and (max-width: 767px){
	.bonne-direction-content-bloc {
		flex: 0 0 85%;
		-ms-flex: 0 0 85%;
		max-width: 85%;
	}

	.bonne-direction-area .stretch-bottom-timeline {
		height: 250px;
		top: 0;
    	padding-top: 15px;
	}
	
	.bonne-direction-area .stretch-bottom-timeline:after{
		height: 250px;
	}
}

@media only screen and (max-width: 500px){
	.bonne-direction-content-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}

	.bonne-direction-area .bloc-img {
		width: 100%;
	}
	
	.bonne-direction-area .stretch-bottom-timeline:after {
		height: 215px;
	}
}

/*-------------- COVID-19 AREA--------------*/
.covid-container{
	display: flex;
    justify-content: center;
    width: 1235px;
    margin: 0 auto;
}

.covid-content-bloc{
	flex: 0 0 55%;
    -ms-flex: 0 0 55%;
    max-width: 55%;

	margin-left: 35px;
}

.covid-empty-bloc{
	flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
}

.covid-content-bloc .covid-header{
	margin-bottom: 25px;
	position: relative;
}

.covid-content-bloc  .vertical-text{
	font-family: 'Maven Pro';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding: 10px 13px;
  	background-color: #ff914d;

	writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align: left;
	transform: rotate(180deg);
}

.covid-content-bloc .vertical-text{
	position: static;
	padding: 10px 4px;
}

.covid-header h2{
	font-size: 22px;
	font-weight: 800;
	color: #ff914d;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.covid-header p{
	font-family: 'Cormorant Garamond';
	line-height: 0.6;
	font-size: 72px;
  	font-weight: 300;
	color: #212121;
}

.covid-header .text{
	font-family: 'Cormorant Garamond';
	line-height: 1;
	font-size: 36px;
  	font-weight: 600;
	color: #212121;
}

.covid-header .number,
.covid-header .number .number-currency{
	font-family: 'Cormorant Garamond';
	font-weight: 300;
  	color: #cb165b;
	font-size: 130px;
}

.covid-header .number .number-currency{
	font-size: 70px;
}

.covid-body p{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: normal;
	margin-bottom: 20px;
}

.covid-body p strong{
	font-weight: 600;
}

.covid-header-02-container{
	display: flex;
	padding-bottom: 40px;
}

.covid-header-02-container-A img{
	padding-top: 15px;
}

.covid-header-02-container-B {
	position: relative;
	margin-left: 25px;
}

.covid-header-02-container-B .number{
	font-family: 'Cormorant Garamond';
    font-weight: 300;
    color: #cb165b;
    font-size: 130px;
}

.covid-header-02-container-B p{
	line-height: 0.6;
}

.covid-content-02 .covid-body p{
	width: 80%;
}

.covid-header-02-container-B .text{
	font-family: 'Cormorant Garamond';
    line-height: 1;
    font-size: 36px;
    font-weight: 600;
    color: #212121;
	position: absolute;
    bottom: -5px;
	left: 50px;
}

/* RESPENSIVE */

@media only screen and (max-width: 1300px){

	.covid-content-bloc {
		margin-left: 25px;
	}

	.covid-container {
		width: auto;
	}

	.covid-header p {
		line-height: 0.7;
		font-size: 48px;
	}

	.covid-header h2 {
		font-size: 18px;
	}

	.covid-content-bloc .vertical-text {
		font-size: 16px;
		padding: 10px 5px;
	}

	.covid-header .number,
	.covid-header-02-container-B .number{
		font-size: 110px;
	}

	.covid-content-bloc {
		flex: 0 0 70%;
		-ms-flex: 0 0 70%;
		max-width: 70%;
		margin-left: 35px;
	}

	.covid-empty-bloc {
		flex: 0 0 15%;
		-ms-flex: 0 0 15%;
		max-width: 15%;
	}

	.covid-header-02-container-B .text {
		font-size: 33px;
		bottom: 10px;
	}

	.covid-header-02-container {
		padding-bottom: 15px;
	}
}

@media only screen and (max-width: 991px){
	.covid-content-bloc {
		flex: 0 0 85%;
		-ms-flex: 0 0 85%;
		max-width: 85%;
		margin-left:0;
	}

}

@media only screen and (max-width: 767px){
	.covid-header .number, 
	.covid-header-02-container-B .number {
		font-size: 85px;
	}

	.covid-empty-bloc {
		flex: 0 0 0%;
		-ms-flex: 0 0 0%;
		max-width: 0%;
	}

	.covid-content-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		margin-left:0;
	}

	.covid-header-02-container-B {
		flex: 0 0 80%;
		-ms-flex: 0 0 80%;
		max-width: 80%;
	}

	.covid-header-02-container-B .text {
		bottom: 0px;
	}

	.covid-header-02-container-B .text {
		bottom: 0px;
		position: static;
		padding-top: 10px;
		padding-left: 33px;
		display: block;
	}

	.covid-header-02-container-B .text {
		font-size: 28px;
	}

	.covid-content-02 .covid-body p {
		width: 100%;
	}

	.covid-header .number .number-currency {
		font-size: 50px;
	}
}

@media only screen and (max-width: 500px){
	.covid-header p {
		line-height: 0.8;
		font-size: 65px;
	}

	.covid-header .number, 
	.covid-header-02-container-B .number {
		font-size: 60px;
	}

	.covid-header .text {
		font-size: 26px;
		display: inherit;
	}

	.covid-header-02-container {
		flex-wrap: wrap;
	}
	.covid-header-02-container-B {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0px;
	}

	.covid-header-02-container-B .text {
		font-size: 25px;
	}

	.covid-header-02-container-A img {
		width: 60%;
	}

	.covid-header .number .number-currency {
		font-size: 30px;
	}

	.covid-header h2 {
		margin-bottom: 8px;
	}
}

@media only screen and (max-width: 320px){
	.covid-header p {
		font-size: 50px;
	}
}

/*--------------TOUS EN LIGNE AREA--------------*/

.tous-en-ligne-container{
	display: flex;
    justify-content: center;
    width: 1235px;
    margin: 0 auto;
}

.tous-en-ligne-video-bloc{
	flex: 0 0 37%;
    -ms-flex: 0 0 37%;
    max-width: 37%;
}

.tous-en-ligne-content-bloc{
	flex: 0 0 63%;
    -ms-flex: 0 0 63%;
    max-width: 63%;
	margin-left: 35px;
}

.tous-en-ligne-area .bloc-img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.tous-en-ligne-content-bloc .tous-en-ligne-header{
	margin-bottom: 25px;
	position: relative;
}

.tous-en-ligne-content-bloc  .vertical-text{
	font-family: 'Maven Pro';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
  	background-color: #ff914d;

	writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align: left;
	transform: rotate(180deg);
}

.tous-en-ligne-content-bloc .vertical-text{
	position: static;
	padding: 10px 4px;
}


.tous-en-ligne-header h2{
	font-size: 22px;
	font-weight: 800;
	color: #ff914d;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.tous-en-ligne-header p{
	font-family: 'Cormorant Garamond';
	line-height: 0.7;
	font-size: 72px;
  	font-weight: 300;
	color: #212121;
}

.tous-en-ligne-header .text{
	font-family: 'Cormorant Garamond';
	line-height: 1;
	font-size: 36px;
  	font-weight: 600;
	color: #212121;
}

.tous-en-ligne-header .number {
    font-family: 'Cormorant Garamond';
    font-weight: 300;
    color: #cb165b;
    font-size: 130px;
}

.tous-en-ligne-body p{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: normal;
}

.tous-en-ligne-body p{
	margin-bottom: 20px;
}


.tous-en-ligne-body li{
	color: #00457d;
	font-weight: 600;
}

.tous-en-ligne-body p strong{
	font-weight: 600;
}

.tous-en-ligne-body .second-text {
	font-family: 'Cormorant Garamond';
    line-height: 0.7;
    font-size: 72px;
    font-weight: 300;
    color: #212121;
}

.tous-en-ligne-body .second-text .text{
	font-family: 'Cormorant Garamond';
    line-height: 1;
    font-size: 36px;
    font-weight: 600;
    color: #212121;
}

.tous-en-ligne-area .simple-bottom-timeline {
    height: 295px;
}

.tous-en-ligne-area .simple-bottom-timeline:after {
    height: 305px;
}

/* RESPENSIVE */

@media only screen and (max-width: 1300px){

	.tous-en-ligne-content-bloc {
		margin-left: 25px;
	}

	.tous-en-ligne-container {
		width: auto;
	}

	.tous-en-ligne-header p,
	.tous-en-ligne-body .second-text {
		line-height: 0.7;
		font-size: 48px;
	}

	.tous-en-ligne-header h2 {
		font-size: 18px;
		margin-bottom: 9px;
	}

	.tous-en-ligne-content-bloc .vertical-text {
		font-size: 16px;
		padding: 10px 5px;
	}

	.tous-en-ligne-header .number {
		font-size: 110px;
	}

}

@media only screen and (max-width: 991px){

	.tous-en-ligne-container{
		flex-wrap: wrap;
	}

	.tous-en-ligne-video-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}

	.tous-en-ligne-content-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.tous-en-ligne-area .bloc-img {
		width: auto;
	}

}

@media only screen and (max-width: 680px){
	.tous-en-ligne-header .number {
		font-size: 90px;
	}
}

@media only screen and (max-width: 500px){
	.tous-en-ligne-header .number {
		font-size: 70px;
		display: block;
	}

	.tous-en-ligne-body .second-text .text {
		font-size: 29px;
	}

	.tous-en-ligne-header p, .tous-en-ligne-body .second-text {
		font-size: 40px;
	}
}

@media only screen and (max-width: 320px){
	.tous-en-ligne-header .number {
		font-size: 65px;
	}
}

/*--------------VOTRE AVIS AREA--------------*/

.votre-avis-container{
	display: flex;
    justify-content: center;
    width: 1500px;
    margin: 0 auto;
}

.votre-avis-content-left{
	flex: 0 0 28%;
    -ms-flex: 0 0 28%;
    max-width: 28%;
}

.votre-avis-content-bloc{
	flex: 0 0 44%;
    -ms-flex: 0 0 44%;
    max-width: 44%;
	margin-left: 35px;
}

.votre-avis-content-right{
	flex: 0 0 28%;
    -ms-flex: 0 0 28%;
    max-width: 28%;
}

.votre-avis-area .video-img{
	width: 100%;
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.votre-avis-area .link-to-page{
	display: inline-block;
	padding: 8px;
  	background-color: #00457c;
	cursor: pointer;
	margin-top: 10px;
}

.votre-avis-area .link-to-page a{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	display: flex;
    align-items: center;
    justify-content: center;
}

.votre-avis-body .link-to-page img{
	margin-left: 5px;
	position: relative;
    top: 1px;
}

.votre-avis-content-bloc .votre-avis-header{
	margin-bottom: 25px;
	position: relative;
}

.votre-avis-content-bloc  .vertical-text{
	font-family: 'Maven Pro';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
  	background-color: #ff914d;
	  padding: 10px 4px;
	writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align: left;
	transform: rotate(180deg);
}

.votre-avis-header h2{
	font-size: 22px;
	font-weight: 800;
	color: #ff914d;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.votre-avis-header p{
	font-family: 'Cormorant Garamond';
	line-height: 0.2;
	font-size: 72px;
  	font-weight: 300;
	color: #212121;
}

.votre-avis-header .text{
	font-family: 'Cormorant Garamond';
    line-height: 1;
    font-size: 36px;
    font-weight: 600;
    color: #212121;
    padding-top: 26px;
    display: block;
}

.votre-avis-header .text strong{
	font-family: 'Cormorant Garamond';
	font-weight: 500;
}

.votre-avis-body p{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: normal;
}

.votre-avis-body p{
	margin-bottom: 20px;
}

.votre-avis-body ul{
	list-style: disc;
    margin-left: 15px;
	color: #00457d;
}

.votre-avis-body li{
	margin-bottom: 3px;
}

.votre-avis-body ul{
	list-style: circle;
}

.votre-avis-body li{
	font-size: 16px;
    font-weight: 600;
    color: #00457d;
    line-height: normal;
	display: block;
	transition: all 0.4s ;
}


.votre-avis-area li::before {
	content: "\2022"; 
	color: #00457d;
}

.votre-avis-body p strong{
	font-weight: 600;
}

/*Vote avis content left*/

.votre-avis-content-left p,
.votre-avis-content-left p strong.bold,
.votre-avis-content-left .votre-avis-content-left-down p strong{
	font-family: 'Cormorant Garamond';
	font-size: 28px;
	font-weight: 300;
	font-style: italic;
	line-height: 1;
	text-align: center;
	color: #00457d;
}

.votre-avis-content-left p strong.bold{
	font-weight: 500;
}

.votre-avis-content-left .votre-avis-content-left-down p{
	font-size: 36px;
	text-align: left;
}

.votre-avis-content-left .votre-avis-content-left-down p strong{
	font-weight: 600;
	font-size: 36px;
}

.votre-avis-content-left-up{
	padding-bottom: 125px;
	margin-left: 125px;
}

/*Vote avis content right*/

.votre-avis-content-right p,
.votre-avis-content-right p strong.bold,
.votre-avis-content-right .votre-avis-content-right-down p strong{
	font-family: 'Cormorant Garamond';
	font-size: 28px;
	font-weight: 300;
	font-style: italic;
	line-height: 1;
	text-align: left;
	color: #00457d;
}

.votre-avis-content-right p strong.bold{
	font-weight: 500;
}

.votre-avis-content-right .votre-avis-content-right-down p{
	font-size: 34px;
	text-align: center;
}


.votre-avis-content-right .votre-avis-content-right-down p strong{
	font-weight: 600;
	font-size: 34px;
}

.votre-avis-content-right-up{
	padding-bottom: 125px;
	margin-left: -100px;
	margin-top: -50px;
}

.votre-avis-area .simple-bottom-timeline:after {
    top: -30px;
	height: 308px;
}

/* RESPENSIVE */

@media only screen and (max-width: 1550px){
	.votre-avis-container {
		width: 1300px;
	}

	.votre-avis-content-left{
		flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		max-width: 30%;
	}
	
	.votre-avis-content-bloc{
		flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		max-width: 40%;
		margin-left: 35px;
	}
	
	.votre-avis-content-right{
		flex: 0 0 30%;
		-ms-flex: 0 0 30%;
		max-width: 30%;
	}

	.votre-avis-content-left-up {
		padding-bottom: 70px;
		margin-left: 50px;
	}

	.votre-avis-area .simple-bottom-timeline{
		margin-top: 35px;
		margin-bottom: 0px;
		z-index: -1;
	}

	.votre-avis-area .simple-bottom-timeline:after {
		top: -10px;
		height: 286px;
	}
}

@media only screen and (max-width: 1380px){

	.votre-avis-content-bloc {
		margin-left: 25px;
	}

	.votre-avis-container {
		width: auto;
	}

	.votre-avis-header p {
		line-height: 0.7;
		font-size: 48px;
	}

	.votre-avis-header h2 {
		font-size: 18px;
		margin-bottom: 9px;
	}

	.votre-avis-content-bloc .vertical-text {
		position: static;
		padding: 10px 4px;
	}

	.votre-avis-header .text {
		padding-top: 10px;
	}
	

}

@media only screen and (max-width: 1280px){

	.votre-avis-container{
		flex-wrap: wrap;
		padding-bottom: 0px;
	}

	.votre-avis-content-left,
	.votre-avis-content-bloc,
	.votre-avis-content-right{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}

	.votre-avis-content-left{
		margin-bottom: 150px;
	}

	.votre-avis-content-left-up {
		padding-bottom: 0px;
		margin-left: 50px;
		margin-bottom: 50px;
	}

	.votre-avis-content-left-down{
		margin-left: 50px;
	}

	.votre-avis-content-left {
		margin-bottom: 70px;
	}

	.votre-avis-content-right-up {
		padding-bottom: 50px;
		margin-left: 0;
		margin-top: 50px;
		text-align: right;
	}

	.votre-avis-content-bloc{
		flex: inherit;
	}

	.votre-avis-content-right p{
		text-align: right;
		margin-right: 150px;
	}

	.tous-en-ligne-area .simple-bottom-timeline:after {
		height: 270px;
	}
	
}

@media only screen and (max-width: 991px){
	.votre-avis-area .link-to-video-wrapper, 
	.votre-avis-area .link-to-page-wrapper {
		text-align: left;
	}
}

@media only screen and (max-width: 767px){
	.votre-avis-content-left,
	.votre-avis-content-right{
		display: none;
	}
}

@media only screen and (max-width: 500px){
	.votre-avis-content-left .votre-avis-content-left-down p strong,
	.votre-avis-content-left .votre-avis-content-left-down p,
	.votre-avis-content-right p,
	.votre-avis-content-right p strong,
	.votre-avis-content-right .votre-avis-content-right-down p,
	.votre-avis-content-right .votre-avis-content-right-down p strong {
		font-size: 25px;
	}

	.votre-avis-content-right p {
		margin-right: 0;
	}

	.votre-avis-content-left-up {
		padding-bottom: 0px;
		margin-left: 0;
	}

	.votre-avis-content-bloc {
		margin-left: 0px;
	}

}



/*--------------INFINIMENT VOTRES AREA--------------*/

.infiniment-votres-container{
	display: flex;
    justify-content: center;
    width: 1235px;
    margin: 0 auto;
}

.infiniment-votres-empty-bloc{
	flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

.infiniment-votres-video-bloc{
	flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    max-width: 35%;
}

.infiniment-votres-content-bloc{
	flex: 0 0 45%;
    -ms-flex: 0 0 45%;
    max-width: 45%;
	
	margin-left: 35px;
}

.infiniment-votres-area .bloc-img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.infiniment-votres-video-bloc{
	text-align: left;
}

.infiniment-votres-video-bloc img{
	cursor: pointer;
}

.infiniment-votres-area .link-to-video{
	display: inline-block;
  	background-color: #dee1f8;

	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #003975;
	margin-top: 15px;
	padding: 9px;
	cursor: pointer;
}

.infiniment-votres-area .link-to-video.blue-bloc{
	background-color: #003975;
	color: #fff;
	padding: 7px 9px;
}

.infiniment-votres-area .link-to-video.blue-bloc a{
	display: flex;
	color: #fff;
	padding:0;
	align-items: center;
}

.infiniment-votres-area .link-to-video a{
	display: inline-block;
	color: #003975;
	padding: 9px 8px 7px 9px;
}

.infiniment-votres-area .icon-video-white{
	position: relative;
    top: 1px;
    margin-left: 5px;
}

.infiniment-votres-area .link-to-page{
	display: inline-block;
	padding: 5px 8px 7px 9px;
  	background-color: #00457c;
	cursor: pointer;
	margin-top: 10px;
}

.infiniment-votres-area .icon-podcast{
	position: relative;
    top: 1px;
    margin-left: 5px;
}

.infiniment-votres-area .link-to-page a{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}

.infiniment-votres-content-bloc .infiniment-votres-header{
	margin-bottom: 25px;
	position: relative;
}

.infiniment-votres-content-bloc  .vertical-text{
	font-family: 'Maven Pro';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding: 10px 4px;
  	background-color: #ff914d;

	writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align: left;
	transform: rotate(180deg);

}

.infiniment-votres-header h2{
	font-size: 22px;
	font-weight: 800;
	color: #ff914d;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.infiniment-votres-header p{
	font-family: 'Cormorant Garamond';
	line-height: 0.2;
	font-size: 72px;
  	font-weight: 300;
	color: #212121;
}

.infiniment-votres-header .text{
	font-family: 'Cormorant Garamond';
    line-height: 30px;
    font-size: 30px;
    font-weight: 600;
    color: #212121;
    display: inline-block;
	margin-top: 30px;
}

.infiniment-votres-body p{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: normal;
	margin-bottom: 14px;
}

.infiniment-votres-body p .text-body,
.infiniment-votres-body p .text-body .eres-text{
	font-family: 'Cormorant Garamond';
    line-height: 0.5;
    font-size: 68px;
    font-weight: 300;
    color: #212121;
	text-transform: initial;
}

.infiniment-votres-body p .text-body .eres-text{
	font-size: 36px;
	font-weight: 600;
}

.infiniment-votres-body p .text-body.margin-bt{
	margin-bottom: 25px;
	display: block;
}

.infiniment-votres-body p strong{
	font-weight: 600;
	color: #00457d;
}

.infiniment-votres-body p:nth-child(1){
	margin-bottom: 3px;
}

.infiniment-votres-area .stretch-bottom-timeline {
    position: relative;
    padding-bottom: 13px;
    height: 270px;
    top: -18px;
	z-index: -1;
}

.infiniment-votres-area .stretch-bottom-timeline:after{
	content: "";
    width: 2px;
    height: 400px;
    background-color: #ff914d;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -128px;
}

/* RESPENSIVE */

@media only screen and (max-width: 1450px){

	.infiniment-votres-empty-bloc{
		flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		max-width: 20%;
	}

	.infiniment-votres-video-bloc{
		flex: 0 0 35%;
		-ms-flex: 0 0 35%;
		max-width: 35%;
	}
	
	.infiniment-votres-content-bloc{
		flex: 0 0 45%;
		-ms-flex: 0 0 45%;
		max-width: 45%;
		
		margin-left: 35px;
	}

	.infiniment-votres-container {
		width: auto;
	}

	.infiniment-votres-video-bloc img.bloc-img{
		width: 100%;
	}

	.infiniment-votres-body p .text-body,
	.infiniment-votres-header p {
		font-size: 58px;
	}

	.infiniment-votres-area .stretch-bottom-timeline:after {
		content: "";
		width: 2px;
		height: 365px;
		background-color: #ff914d;
		position: absolute;
		left: 50%;
		transform: translateX(-50%);
		top: -89px;
	}

	.infiniment-votres-header .text {
		margin-top: 24px;
	}
	
}

@media only screen and (max-width: 1200px){

	.infiniment-votres-content-bloc {
		margin-left: 25px;
	}

	.infiniment-votres-container {
		width: auto;
	}

	.infiniment-votres-header p {
		line-height: 0.7;
		font-size: 48px;
	}

	.infiniment-votres-header h2 {
		font-size: 18px;
		margin-bottom: 9px;
	}

	.infiniment-votres-content-bloc .vertical-text {
		font-size: 16px;
		padding: 10px 5px;
	}

	.infiniment-votres-empty-bloc {
		flex: 0 0 0%;
		-ms-flex: 0 0 0%;
		max-width: 0%;
	}

	.infiniment-votres-content-bloc {
		flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		max-width: 60%;
	}

	.infiniment-votres-area .stretch-bottom-timeline:after {
		top: 0;
		height: 215px;
	}

	.infiniment-votres-area .stretch-bottom-timeline {
		top: 20px;
	}

	.votre-avis-area .simple-bottom-timeline:after {
		top: -30px;
		height: 275px;
	}

	.infiniment-votres-header .text {
		margin-top: 14px;
	}

}

@media only screen and (max-width: 991px){

	.infiniment-votres-empty-bloc{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}

	.infiniment-votres-video-bloc{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}

	.infiniment-votres-container{
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.infiniment-votres-content-bloc {
		flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		max-width: 60%;
		margin-left: 0;
		text-align: left;
	}

	.infiniment-votres-area .bloc-img {
		width: 65%;
	}

	.infiniment-votres-area .stretch-bottom-timeline {
		height: 300px;
	}

	.infiniment-votres-area .stretch-bottom-timeline:after {
		height: 300px;
	}

	.infiniment-votres-body{
		margin-bottom: 25px;
	}

}

@media only screen and (max-width: 767px){
	.infiniment-votres-content-bloc {
		flex: 0 0 85%;
		-ms-flex: 0 0 85%;
		max-width: 85%;
	}

	.votre-avis-area .simple-bottom-timeline:after {
		top: -30px;
		height: 210px;
	}

	.infiniment-votres-body p .text-body, 
	.infiniment-votres-header p {
		font-size: 48px;
	}

	.infiniment-votres-header h2 {
		margin-bottom: 17px;
	}

}

@media only screen and (max-width: 500px){
	.infiniment-votres-content-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}

	.infiniment-votres-area .bloc-img {
		width: 100%;
	}
	
	.infiniment-votres-area .stretch-bottom-timeline:after {
		height: 215px;
	}

	.infiniment-votres-body p .text-body, 
	.infiniment-votres-header p {
		font-size: 36px;
		line-height: 0.1;
	}

	.infiniment-votres-area .stretch-bottom-timeline {
		height: 260px;
	}

}

@media only screen and (max-width: 320px){
	.infiniment-votres-body p .text-body, 
	.infiniment-votres-header p {
		font-size: 33px;
		line-height: 0.1;
	}
}


/*-------------- DÉCRYPTAGE AREA--------------*/

.decryptage-container{
	display: flex;
    justify-content: center;
    width: 1235px;
    margin: 0 auto;
}

.decryptage-video-bloc{
	flex: 0 0 37%;
    -ms-flex: 0 0 37%;
    max-width: 37%;
}

.decryptage-content-bloc{
	flex: 0 0 63%;
    -ms-flex: 0 0 63%;
    max-width: 63%;
	margin-left: 35px;
}

.decryptage-area .video-img{
	width: 100%;
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.decryptage-area .link-to-video{
	display: inline-block;
	padding: 9px;
  	background-color: #dee1f8;

	font-size: 12px;
	font-weight: 600;
	color: #003975;
	margin-top: 15px;
	cursor: pointer;
}

.decryptage-area .link-to-video img{
	margin-left: 5px;
	position: relative;
    top: 1px;
}

.decryptage-area .link-to-page{
	display: inline-block;
	padding: 5px 8px 7px 9px;
  	background-color: #00457c;
	cursor: pointer;
	margin-top: 10px;
}

.decryptage-area .link-to-page a{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}

.decryptage-content-bloc .decryptage-header{
	margin-bottom: 25px;
	position: relative;
}

.decryptage-content-bloc  .vertical-text{
	font-family: 'Maven Pro';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding: 10px 4px;
  	background-color: #ff914d;

	writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align: left;
	transform: rotate(180deg);

}

.decryptage-header h2{
	font-size: 22px;
	font-weight: 800;
	color: #ff914d;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.decryptage-header p{
	font-family: 'Cormorant Garamond';
	line-height: 0.2;
	font-size: 72px;
  	font-weight: 300;
	color: #212121;
}

.decryptage-header .text{
	font-family: 'Cormorant Garamond';
	line-height: 1;
	font-size: 36px;
  	font-weight: 600;
	color: #212121;
}

.decryptage-header .text.margin-bt{
	margin-bottom: 10px;
	display: block;
}

.decryptage-header .name,
.decryptage-header .project{
	font-family: 'Cormorant Garamond';
	font-weight: 600;
  	color: #00457d;
	font-size: 36px;
}

.decryptage-header .reference{
	font-family: 'Cormorant Garamond';
	font-weight: 300;
  	color: #ff914d;
	font-size: 36px;
}

.decryptage-body p{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: normal;
}

.decryptage-body p{
	margin-bottom: 20px;
}

.decryptage-body p strong{
	font-weight: 600;
}

.decryptage-area .simple-bottom-timeline:after {
    height: 352px;
}

/* RESPENSIVE */

@media only screen and (max-width: 1300px){

	.decryptage-content-bloc {
		margin-left: 25px;
	}

	.decryptage-container {
		width: auto;
	}

	.decryptage-header p {
		font-size: 48px;
	}

	.decryptage-header h2 {
		font-size: 18px;
		margin-bottom: 9px;
	}

	.decryptage-header .text.margin-bt {
		margin-bottom: 0;
	}

	.decryptage-content-bloc .vertical-text {
		font-size: 16px;
		padding: 10px 5px;
	}

}

@media only screen and (max-width: 991px){

	.decryptage-container{
		flex-wrap: wrap;
	}

	.decryptage-video-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}

	.decryptage-content-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.decryptage-area .video-img {
		width: auto;
	}

}

@media only screen and (max-width: 500px){
	.decryptage-header p {
		font-size: 30px;
	}

	.decryptage-header .text {
		font-size: 30px;
	}

}

@media only screen and (max-width: 320px){
	.decryptage-area .link-to-video {
		font-size: 10px;
	}		
}

/*-------------- WELCOME DAYS AREA--------------*/

.welcome-days-container{
	display: flex;
    justify-content: center;
	align-items: center;
    width: 1500px;
    margin: 0 auto;
}

.welcome-days-words-left{
	flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    max-width: 12.5%;
	margin-right: 25px;
}

.welcome-days-video-bloc{
	flex: 0 0 30%;
    -ms-flex: 0 0 30%;
    max-width: 30%;
}

.welcome-days-content-bloc{
	flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    max-width: 35%;
	margin-left: 35px;
}

.welcome-days-words-right{
	flex: 0 0 12.5%;
    -ms-flex: 0 0 12.5%;
    max-width: 12.5%;
}

.welcome-days-area .video-img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.welcome-days-area .link-to-video{
	display: inline-block;
	padding: 9px 8px 7px 9px;
  	background-color: #dee1f8;

	font-size: 12px;
	font-weight: 600;
	color: #003975;
	margin-top: 15px;
}

.welcome-days-area .link-to-video img{
	margin-left: 7px;
}

.welcome-days-content-bloc .welcome-days-header{
	margin-bottom: 25px;
	position: relative;
}

.welcome-days-content-bloc  .vertical-text{
	font-family: 'Maven Pro';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding: 10px 4px;
  	background-color: #ff914d;

	writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align: left;
	transform: rotate(180deg);

}

.welcome-days-header h2{
	font-size: 22px;
	font-weight: 800;
	color: #ff914d;
	text-transform: uppercase;
	margin-bottom: 25px;
}

.welcome-days-header p{
	font-family: 'Cormorant Garamond';
	line-height: 0.2;
	font-size: 72px;
  	font-weight: 300;
	color: #212121;
}

.welcome-days-header .text{
	font-family: 'Cormorant Garamond';
	line-height: 1;
	font-size: 36px;
  	font-weight: 600;
	color: #212121;
}

.welcome-days-body p{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: normal;
}

.welcome-days-body p{
	margin-bottom: 20px;
}

.welcome-days-body p strong{
	font-weight: 600;
}

.welcome-days-top-words{
	display: flex;
	align-items: center;
	margin-bottom: 40px;
}
.welcome-days-top-words .word-01,
.welcome-days-top-words .word-02,
.welcome-days-top-words .word-03,
.welcome-days-top-words .word-04{
	flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	max-width: 25%;
}

.welcome-days-top-words .word-01 img{
	margin-bottom: -88px;
}

.welcome-days-top-words .word-03{
	text-align: center;
}

.welcome-days-top-words .word-04 img{
	margin-bottom: -70px;
}

.welcome-days-top-words-img{
	display: flex;
	align-items: center;
}

.welcome-days-top-words-img .word-img-01{
	flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	max-width: 50%;
	text-align: right;
	padding-right: 35px;
}

.welcome-days-top-words-img .word-img-02{
	flex: 0 0 28%;
	-ms-flex: 0 0 28%;
	max-width: 28%;
}

.welcome-days-top-words-img .word-img-02 img{
	margin-left: -10px;
}

.welcome-days-top-words-img .word-img-03{
	flex: 0 0 22%;
	-ms-flex: 0 0 22%;
	max-width: 22%;
	text-align: center;
}

.welcome-days-top-words-img .word-img-03 .mot-img-09{
	position: relative;
    top: -27px;
}

.welcome-days-top-words-img .word-img-01 img:nth-child(1){
	margin-bottom: 25px;
}

.welcome-days-area .simple-bottom-timeline:after {
	height: 332px;
    top: 11px;
}

/* RESPENSIVE */

@media only screen and (max-width: 1530px){
	.welcome-days-container {
		width: 1235px;
	}

	.welcome-days-words-left{
		flex: 0 0 13%;
		-ms-flex: 0 0 13%;
		max-width: 13%;
		margin-right: 25px;
	}
	
	.welcome-days-video-bloc{
		flex: 0 0 42%;
		-ms-flex: 0 0 42%;
		max-width: 42%;
	}
	
	.welcome-days-content-bloc{
		flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		max-width: 40%;
		margin-left: 35px;
	}
	
	.welcome-days-words-right{
		display: none;
	}

	.welcome-days-header p {
		font-size: 61px;
	}

	.welcome-days-top-words .word-04 img {
		margin-bottom: -54px;
	}

	.welcome-days-top-words .word-04{
		text-align: center;
	}

	.welcome-days-top-words .word-03 {
		text-align: right;
		margin-top: -40px;
	}

	.welcome-days-video-bloc {
		flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		max-width: 40%;
	}

	.welcome-days-content-bloc {
		flex: 0 0 45%;
		-ms-flex: 0 0 45%;
		max-width: 45%;
	}
}

@media only screen and (max-width: 1300px){

	.welcome-days-content-bloc {
		margin-left: 25px;
	}

	.welcome-days-container {
		width: auto;
	}

	.welcome-days-header p {
		font-size: 48px;
		line-height: 0.6;
	}

	.welcome-days-header h2 {
		font-size: 18px;
		margin-bottom: 9px;
	}

	.welcome-days-header .text.margin-bt {
		margin-bottom: 0;
	}

	.welcome-days-content-bloc .vertical-text {
		font-size: 16px;
		padding: 10px 4px;
	}

	.welcome-days-top-words-img .word-img-01{
		flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		max-width: 40%;
		text-align: right;
		padding-right: 35px;
	}
	
	.welcome-days-top-words-img .word-img-02{
		flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		max-width: 40%;
	}
	
	.welcome-days-top-words-img .word-img-03{
		flex: 0 0 20%;
		-ms-flex: 0 0 20%;
		max-width: 20%;
		text-align: center;
	}
}

@media only screen and (max-width: 1200px){
	.welcome-days-top-words {
		display: none;
	}

	.decryptage-area .simple-bottom-timeline:after {
		height: 280px;
	}

	.welcome-days-top-words-img .word-img-03,
	.welcome-days-top-words-img .word-img-01,
	.welcome-days-words-left {
		display: none;
	}

	.welcome-days-top-words-img {
		justify-content: center;
	}

	.welcome-days-area .simple-bottom-timeline:after {
		top: 7px;
	}
	
}

@media only screen and (max-width: 991px){

	.welcome-days-container{
		flex-wrap: wrap;
	}

	.welcome-days-video-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}

	.welcome-days-content-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.welcome-days-area .video-img {
		width: auto;
	}

	.welcome-days-top-words {
		flex-direction: row-reverse;
	}

	.welcome-days-top-words .word-04,
	.welcome-days-top-words .word-02 {
		display: none;
	}

	.welcome-days-words-left {
		flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		max-width: 25%;
		margin-right: 25px;
	}

}

@media only screen and (max-width: 767px){
	
	.decryptage-area .simple-bottom-timeline:after {
		height: 181px;
	}

	.welcome-days-top-words-img .word-img-03 {
		display: none;
	}

	.welcome-days-top-words-img .word-img-02 {
		flex: 0 0 60%;
		-ms-flex: 0 0 0%;
		max-width: 60%;
	}

	.welcome-days-top-words-img {
		flex-direction: row-reverse;
	}

	.welcome-days-top-words .word-03 {
		text-align: center;
		flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		max-width: 40%;
	}

	.welcome-days-words-left {
		display: none;
	}

}

@media only screen and (max-width: 500px){
	.welcome-days-header p {
		font-size: 39px;
	}

	.welcome-days-header .text {
		font-size: 30px;
	}

	.welcome-days-top-words-img .word-img-02 {
		display: none;
	}

	.welcome-days-top-words-img .word-img-01{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}

	.welcome-days-top-words-img .word-img-01 img:nth-child(1) {
		margin-bottom: 0;
	}

	.welcome-days-top-words .word-03 {
		text-align: center;
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		max-width: 50%;
	}


	.welcome-days-top-words .word-01 img {
		margin-bottom: -63px;
	}
}

@media only screen and (max-width: 320px){
	.welcome-days-header p {
		font-size: 31px;
	}
}

/*-------------- SUCCESS STORY AREA--------------*/

.success-story-container{
	display: flex;
    justify-content: center;
    width: 1270px;
    margin: 0 auto;
}

.success-story-empty-bloc{
	flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    max-width: 20%;
}

.success-story-content-bloc{
	flex: 0 0 72%;
    -ms-flex: 0 0 72%;
    max-width: 72%;

	margin-left: 35px;
}

.success-story-content-bloc .success-story-header{
	margin-bottom: 25px;
	position: relative;
}

.success-story-content-bloc  .vertical-text{
	font-family: 'Maven Pro';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding: 10px 4px;
  	background-color: #ff914d;

	writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align: left;
	transform: rotate(180deg);
}

.success-story-header h2{
	font-size: 22px;
	font-weight: 800;
	color: #ff914d;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.success-story-header p{
	font-family: 'Cormorant Garamond';
	line-height: 0.6;
	font-size: 72px;
  	font-weight: 300;
	color: #212121;
}

.success-story-header .text{
	font-family: 'Cormorant Garamond';
	line-height: 1;
	font-size: 36px;
  	font-weight: 600;
	color: #212121;
}

.success-story-header .number{
	font-family: 'Cormorant Garamond';
	font-weight: 300;
  	color: #cb165b;
	font-size: 130px;
}

.success-story-header .currency{
	font-family: 'Cormorant Garamond';
	font-weight: 300;
  	color: #cb165b;
	font-size: 75px;
}

.success-story-body p strong{
	font-weight: 600;
}

p.success-story-text{
	font-family: 'Cormorant Garamond';
	font-size: 70px;
	font-weight: 600;
	line-height: 0.92;
	text-align: left;
	color: #cb165b;
}

p.success-story-text span{
	color: #00457d;
	font-family: 'Cormorant Garamond';
	font-size: 70px;
	font-weight: 600;
	line-height: 0.92;
	text-align: left;
}

.success-story-body{
	margin-left: 50px;
}

.success-story-area .link-to-video.blue-bloc {
    background-color: #003975;
    color: #fff;
}

.success-story-area .link-to-video {
    display: inline-block;
    background-color: #dee1f8;
    font-size: 12px;
    font-weight: 600;
    color: #003975;
    margin-top: 15px;
    padding: 7px 9px;
    cursor: pointer;
}

.success-story-area .link-to-video.blue-bloc a {
    display: flex;
    color: #fff;
    padding: 0;
}

.success-story-area .icon-video-white {
    position: relative;
    top: 1px;
    margin-left: 5px;
}

.success-story-footer{
	display: flex;
	align-items: center;
	padding-top: 15px;
}

.success-story-footer-left,
.success-story-footer-right{
	flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	max-width: 50%;
}

.success-story-footer-right{
	text-align: right;
}

.success-story-area .simple-bottom-timeline:after {
    height: 350px;
    top: -67px;
}

/* RESPENSIVE */

@media only screen and (max-width: 1300px){

	.success-story-empty-bloc{
		flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		max-width: 10%;
	}
	
	.success-story-content-bloc{
		flex: 0 0 72%;
		-ms-flex: 0 0 72%;
		max-width: 72%;
	
		margin-left: 35px;
	}


	.success-story-content-bloc {
		margin-left: 25px;
	}

	.success-story-container {
		width: auto;
	}

	.success-story-header p {
		line-height: 0.7;
		font-size: 48px;
	}

	.success-story-header h2 {
		font-size: 18px;
	}

	.success-story-content-bloc .vertical-text {
		font-size: 16px;
		padding: 10px 4px;
	}

	.success-story-header .number{
		font-size: 110px;
	}

	p.success-story-text,
	p.success-story-text span{
		font-size: 60px;
	}

	.success-story-header h2 {
		margin-bottom: 11px;
	}

}

@media only screen and (max-width: 991px){
	.success-story-content-bloc {
		flex: 0 0 85%;
		-ms-flex: 0 0 85%;
		max-width: 85%;
		margin-left:0;
	}

	.success-story-area .simple-bottom-timeline:after {
		height: 270px;
		top: 16px;
	}

	.welcome-days-area .simple-bottom-timeline:after {
		height: 280px;
	}

	.success-story-area .link-to-video-wrapper, 
	.success-story-area .link-to-page-wrapper {
		text-align: left;
	}

	p.success-story-text, 
	p.success-story-text span {
		font-size: 55px;
	}

	.success-story-header .currency {
		font-size: 50px;
	}

}

@media only screen and (max-width: 767px){
	.success-story-header .number{
		font-size: 85px;
	}

	.success-story-empty-bloc {
		flex: 0 0 0%;
		-ms-flex: 0 0 0%;
		max-width: 0%;
	}

	.success-story-content-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		margin-left:0;
	}

	p.success-story-text,
	p.success-story-text span {
		font-size: 43px;
	}

	.welcome-days-area .simple-bottom-timeline {
		height: 280px;
	}

}

@media only screen and (max-width: 500px){
	.success-story-header p {
		line-height: 0.8;
		font-size: 50px;
	}

	.success-story-header .number {
		font-size: 50px;
	}

	.success-story-header .text {
		font-size: 20px;
	}

	.success-story-body {
		margin-left: 0;
	}

	.success-story-header .currency {
		font-size: 37px;
	}

	.success-story-footer {
		flex-direction: column-reverse;
	}

	.welcome-days-area .simple-bottom-timeline:after {
		height: 230px;
	}

	.success-story-footer-left, 
	.success-story-footer-right {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}

}

@media only screen and (max-width: 320px){
	.success-story-header p {
		font-size: 40px;
	}

	p.success-story-text, 
	p.success-story-text span {
		font-size: 33px;
	}
}


/*-------------- REPLAY AREA--------------*/

.replay-container{
	display: flex;
    justify-content: center;
    width: 1235px;
    margin: 0 auto;
}

.replay-video-bloc{
	flex: 0 0 37%;
    -ms-flex: 0 0 37%;
    max-width: 37%;
}

.replay-content-bloc{
	flex: 0 0 63%;
    -ms-flex: 0 0 63%;
    max-width: 63%;
	margin-left: 35px;
}

.replay-area .video-img{
	width: 100%;
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.replay-area .link-to-video{
	display: inline-block;
	padding: 9px;
  	background-color: #dee1f8;

	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #003975;
	margin-top: 15px;
	cursor: pointer;
}

.replay-area .link-to-video img{
	margin-left: 5px;
}

.replay-area .link-to-page{
	display: inline-block;
	padding: 5px 8px 7px 9px;
  	background-color: #00457c;
	cursor: pointer;
	margin-top: 10px;
}

.replay-area .link-to-video.blue-bloc {
    background-color: #003975;
    color: #fff;
}

.replay-area .link-to-page a{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}

.replay-content-bloc .replay-header {
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

.replay-content-bloc  .vertical-text{
	font-family: 'Maven Pro';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding: 10px 4px;
  	background-color: #ff914d;

	writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align: left;
	transform: rotate(180deg);
}

.replay-header h2{
	font-size: 22px;
	font-weight: 800;
	color: #ff914d;
	text-transform: uppercase;
	margin-bottom: -9px;
}

.replay-header p{
	font-family: 'Cormorant Garamond';
	line-height: 0.7;
	font-size: 72px;
  	font-weight: 300;
	color: #212121;
}

.replay-header .text{
	font-family: 'Cormorant Garamond';
	line-height: 1;
	font-size: 36px;
  	font-weight: 600;
	color: #212121;
}

.replay-header .text.margin-bt{
	margin-bottom: 10px;
}

.replay-header .name,
.replay-header .project{
	font-family: 'Cormorant Garamond';
	font-weight: 600;
  	color: #00457d;
	font-size: 36px;
}

.replay-header .reference{
	font-family: 'Cormorant Garamond';
	font-weight: 300;
  	color: #ff914d;
	font-size: 36px;
}

.replay-body p{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: normal;
}

.replay-body p{
	margin-bottom: 20px;
}

.replay-body p strong{
	font-weight: 600;
}

.replay-area .simple-bottom-timeline:after {
    height: 352px;
}

.replay-area .simple-bottom-timeline:after {
    content: "";
    width: 2px;
    height: 270px;
    background-color: #c9c9c9;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* RESPENSIVE */

@media only screen and (max-width: 1300px){

	.replay-content-bloc {
		margin-left: 25px;
	}

	.replay-container {
		width: auto;
	}

	.replay-content-bloc .vertical-text {
		font-size: 16px;
		padding: 10px 5px;
	}

}

@media only screen and (max-width: 991px){

	.replay-container{
		flex-wrap: wrap;
	}

	.replay-video-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}

	.replay-content-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.replay-area .video-img {
		width: auto;
	}

	.success-story-area .simple-bottom-timeline {
		height: 288px;
	}

}

@media only screen and (max-width: 767px){
	.replay-header .text {
		font-size: 25px;
	}
}

@media only screen and (max-width: 500px){
	.replay-header p {
		font-size: 55px;
	}

}

@media only screen and (max-width: 320px){
	.replay-area .link-to-video {
		font-size: 10px;
	}	

	.replay-header p {
		font-size: 31px;
	}
}

/*-------------- RECUEILLEMENT AREA--------------*/

.recueillement-area{
	position: relative;
}

.recueillement-area:before{
	content: "";
    background: url(../images/recueillement-img.png) no-repeat center top;
    background-size: cover;
    position: absolute;
    top: -16%;
    bottom: 16%;
    left: 0;
    right: 0;
    width: 100%;
    z-index: -1;
}

.recueillement-container{
	display: flex;
    justify-content: center;
    width: 1235px;
    margin: 0 auto;	
}

.recueillement-video-bloc{
	flex: 0 0 48%;
    -ms-flex: 0 0 48%;
    max-width: 48%;
}

.recueillement-content-bloc{
	flex: 0 0 52%;
    -ms-flex: 0 0 52%;
    max-width: 52%;
	margin-left: 35px;
}

.recueillement-area .video-img{
	width: 100%;
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.recueillement-area .link-to-video{
	display: inline-block;
	padding: 9px 8px 7px 9px;
  	background-color: #dee1f8;

	font-size: 12px;
	font-weight: 600;
	color: #003975;
	margin-top: 15px;
	cursor: pointer;
}

.recueillement-area .link-to-video img{
	margin-left: 7px;
}

.recueillement-area .link-to-page{
	display: inline-block;
	padding: 5px 8px 7px 9px;
  	background-color: #00457c;
	cursor: pointer;
	margin-top: 10px;
}

.recueillement-area .link-to-video.blue-bloc {
    background-color: #003975;
    color: #fff;
}

.recueillement-area .link-to-page a{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}

.recueillement-content-bloc .recueillement-header {
    padding-bottom: 25px;
    margin-bottom: 25px;
    position: relative;
}

.recueillement-content-bloc  .vertical-text{
	font-family: 'Maven Pro';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding: 10px 5px;
  	background-color: #c9c9c9;

	writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align: left;
	transform: rotate(180deg);
}

.recueillement-header h2{
	font-size: 22px;
	font-weight: 800;
	color: #c9c9c9;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.recueillement-header p{
	font-family: 'Cormorant Garamond';
	line-height: 0.2;
	font-size: 72px;
  	font-weight: 300;
	color: #212121;
}

.recueillement-header .text{
	font-family: 'Cormorant Garamond';
	line-height: 1;
	font-size: 36px;
  	font-weight: 600;
	color: #212121;
}

.recueillement-header .text.margin-bt{
	margin-bottom: 10px;
	display: block;
}

.recueillement-header .name,
.recueillement-header .project{
	font-family: 'Cormorant Garamond';
	font-weight: 600;
  	color: #00457d;
	font-size: 36px;
}

.recueillement-header .reference{
	font-family: 'Cormorant Garamond';
	font-weight: 300;
  	color: #ff914d;
	font-size: 36px;
}

.recueillement-body p{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: normal;
}

.recueillement-body p{
	margin-bottom: 20px;
}

.recueillement-body p a{
	font-weight: 600;
	text-decoration: underline;
}


.recueillement-area .simple-bottom-timeline:after {
    height: 352px;
}

.recueillement-area .simple-bottom-timeline{
	height: 371px;
}

/* RESPENSIVE */

@media only screen and (max-width: 1300px){

	.recueillement-content-bloc {
		margin-left: 25px;
	}

	.recueillement-container {
		width: auto;
	}

	.recueillement-header p {
		line-height: 0.3;
	}

	.recueillement-header h2 {
		font-size: 18px;
		margin-bottom: 9px;
	}

	.recueillement-header .text.margin-bt {
		margin-bottom: 0;
	}

	.recueillement-content-bloc .vertical-text {
		font-size: 16px;
		padding: 10px 4px;
	}

}

@media only screen and (max-width: 991px){

	.recueillement-content-bloc {
		flex: 0 0 80%;
		-ms-flex: 0 0 80%;
		max-width: 80%;
		margin-left: 0;
	}

	.recueillement-area .video-img {
		width: auto;
	}

	.success-story-area .simple-bottom-timeline {
		height: 288px;
	}

}

@media only screen and (max-width: 767px){
	.recueillement-header .text {
		font-size: 30px;
	}

	.replay-area .simple-bottom-timeline {
		height: 290px;
	}

	.recueillement-container {
		flex-wrap: wrap;
	}

	.recueillement-content-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.recueillement-area:before {
		content: "";
		background: url(../images/recueillement-img.png) no-repeat;
	}
}

@media only screen and (max-width: 500px){
	.recueillement-header p {
		font-size: 55px;
	}
}


/*-------------- GRANDE SOIRÉE AREA--------------*/

.grande-soiree-container{
	display: flex;
    justify-content: center;
    width: 1320px;
    margin: 0 auto;
}

.grande-soiree-video-bloc{
	flex: 0 0 37%;
    -ms-flex: 0 0 37%;
    max-width: 37%;
}

.grande-soiree-content-bloc{
	flex: 0 0 63%;
    -ms-flex: 0 0 63%;
    max-width: 63%;
	margin-left: 35px;
}

.grande-soiree-area .video-img{
	width: 100%;
	max-width: 100%;
	height: auto;
	cursor: pointer;
}

.grande-soiree-area .link-to-video{
	display: inline-block;
	padding: 9px;
  	background-color: #dee1f8;

	font-size: 12px;
	line-height: 12px;
	font-weight: 600;
	color: #003975;
	margin-top: 15px;
	cursor: pointer;
}

.grande-soiree-area .link-to-video img{
	margin-left: 5px;
}

.grande-soiree-area .link-to-page{
	display: inline-block;
	padding: 5px 8px 7px 9px;
  	background-color: #00457c;
	cursor: pointer;
	margin-top: 10px;
}

.grande-soiree-area .link-to-video.blue-bloc {
    background-color: #003975;
    color: #fff;
}

.grande-soiree-area .link-to-page a{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}

.grande-soiree-content-bloc .grande-soiree-header {
    padding-bottom: 0;
    margin-bottom: 25px;
    position: relative;
}

.grande-soiree-content-bloc  .vertical-text{
	font-family: 'Maven Pro';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding: 10px 5px;
  	background-color: #ff914d;

	writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align: left;
	transform: rotate(180deg);
}

.grande-soiree-header h2{
	font-size: 22px;
	font-weight: 800;
	color: #ff914d;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.grande-soiree-header p{
	font-family: 'Cormorant Garamond';
	line-height: 0.2;
	font-size: 72px;
  	font-weight: 300;
	color: #212121;
}

.grande-soiree-header .text{
	font-family: 'Cormorant Garamond';
	line-height: 1;
	font-size: 36px;
  	font-weight: 600;
	color: #212121;
}

.grande-soiree-header .text.margin-bt{
	margin-bottom: 10px;
	display: block;
}

.grande-soiree-header .margin-bt-top {
    margin-top: 24px;
    display: inline-block;
}

.grande-soiree-body p{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: normal;
}

.grande-soiree-body p{
	margin-bottom: 20px;
}

.grande-soiree-body p strong{
	font-weight: 600;
}

.grande-soiree-area .simple-bottom-timeline:after {
    height: 352px;
}

.grande-soiree-area .simple-bottom-timeline:after {
    height: 270px;
}

.grande-soiree-team-wrapper{
	display: flex;
	justify-content: left;
	align-items: flex-start;
}

.grande-soiree-team-wrapper .member01,
.grande-soiree-team-wrapper .member02,
.grande-soiree-team-wrapper .member03,
.grande-soiree-team-wrapper .member04{
	flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	max-width: 25%;
	text-align: center;
}

.grande-soiree-team-container .title{
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 25px;
}

.grande-soiree-team-wrapper .member01 h3,
.grande-soiree-team-wrapper .member02 h3,
.grande-soiree-team-wrapper .member03 h3,
.grande-soiree-team-wrapper .member04 h3{
	font-size: 16px;
	font-weight: 600;
	color: #00457d;
	margin-bottom: 5px;
}

.grande-soiree-team-wrapper .member01 span,
.grande-soiree-team-wrapper .member02 span,
.grande-soiree-team-wrapper .member03 span,
.grande-soiree-team-wrapper .member04 span{
	font-size: 16px;
	font-weight: 300;
	color: #00457d;
	margin-bottom: 5px;
	display: inline-block;
}

.grande-soiree-team-wrapper .member01 p,
.grande-soiree-team-wrapper .member02 p,
.grande-soiree-team-wrapper .member03 p,
.grande-soiree-team-wrapper .member04 p{
	font-size: 14px;
	font-weight: 700;
	color: #212121;
}	

.grande-soiree-footer{
	padding-top: 25px;
}

.grande-soiree-footer .title{
	font-size: 16px;
	font-weight: 600;
	color: #212121;
	margin-bottom: 20px;
}

.grande-soiree-footer-items-wrapper img{
	display: inline-block;
	margin-right: 15px;
}

.grande-soiree-area .simple-bottom-timeline:after {
    height: 310px;
	top: 15px;
}

/* RESPENSIVE */

@media only screen and (max-width: 1440px){

	.grande-soiree-content-bloc {
		margin-left: 25px;
	}

	.grande-soiree-container {
		width: auto;
	}

	.grande-soiree-header p {
		line-height: 0.3;
	}

	.grande-soiree-header h2 {
		font-size: 18px;
		margin-bottom: 9px;
	}

	.grande-soiree-header .text.margin-bt {
		margin-bottom: 0;
	}

	.grande-soiree-content-bloc .vertical-text {
		padding: 10px 4px;
	}

	.grande-soiree-content-bloc {
		flex: 0 0 65%;
		-ms-flex: 0 0 65%;
		max-width: 65%;
	}

	.grande-soiree-body p.grande-soiree-p2{
		font-size: 15px;
	}

}

@media only screen and (max-width: 991px){

	.grande-soiree-container{
		flex-wrap: wrap;
	}

	.grande-soiree-video-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}

	.grande-soiree-content-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.grande-soiree-area .video-img {
		width: auto;
	}

	.success-story-area .simple-bottom-timeline {
		height: 288px;
	}

	.grande-soiree-footer-items-wrapper{
		margin-bottom: 35px;
	}

	.grande-soiree-body p.grande-soiree-p2{
		font-size: 16px;
	}
}

@media only screen and (max-width: 767px){
	.grande-soiree-header .text {
		font-size: 30px;
	}

	.grande-soiree-team-wrapper{
		flex-wrap: wrap;
	}

	.grande-soiree-team-wrapper .member01, 
	.grande-soiree-team-wrapper .member02{
		margin-bottom: 25px;
	}

	.grande-soiree-team-wrapper .member01, 
	.grande-soiree-team-wrapper .member02, 
	.grande-soiree-team-wrapper .member03, 
	.grande-soiree-team-wrapper .member04 {
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		max-width: 50%;
		text-align: center;
	}

	.grande-soiree-header p {
		font-size: 57px;
	}
}

@media only screen and (max-width: 500px){
	
	.grande-soiree-header p {
		font-size: 43px;
	}

	.grande-soiree-header .text {
		font-size: 23px;
	}

	.grande-soiree-team-wrapper .member01 p, 
	.grande-soiree-team-wrapper .member02 p, 
	.grande-soiree-team-wrapper .member03 p, 
	.grande-soiree-team-wrapper .member04 p {
		font-size: 12px;
	}

	.grande-soiree-footer-items-wrapper {
		margin-bottom: 35px;
		text-align: center;
	}

	.grande-soiree-footer .title {
		text-align: center;
	}

}

@media only screen and (max-width: 350px){
	.grande-soiree-header p {
		font-size: 37px;
	}

	.grande-soiree-header .text {
		font-size: 22px;
	}
}

@media only screen and (max-width: 320px){
	.grande-soiree-area .link-to-video {
		font-size: 10px;
	}	

	.grande-soiree-header p {
		font-size: 27px;
	}

	.grande-soiree-team-wrapper .member01, 
	.grande-soiree-team-wrapper .member02, 
	.grande-soiree-team-wrapper .member03, 
	.grande-soiree-team-wrapper .member04 {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

}

/*-------------- PERSPECTIVE AREA--------------*/

.perspective-container{
	display: flex;
    justify-content: center;
    width: 1500px;
    margin: 0 auto;
	align-items: center;
}

.perspective-empty-bloc{
	flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
}

.perspective-video-bloc{
	flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    max-width: 35%;
}

.perspective-content-bloc{
	flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    max-width: 35%;
	
	margin-left: 35px;
}

.perspective-area .bloc-img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.perspective-content-bloc .perspective-header{
	margin-bottom: 25px;
	position: relative;
}

.perspective-content-bloc  .vertical-text{
	font-family: 'Maven Pro';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding: 10px 4px;
  	background-color: #ff914d;

	writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align: left;
	transform: rotate(180deg);
}

.perspective-header h2{
	font-size: 22px;
	font-weight: 800;
	color: #ff914d;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.perspective-header p{
	font-family: 'Cormorant Garamond';
	line-height: 0.5;
	font-size: 72px;
  	font-weight: 300;
	color: #212121;
}

.perspective-header .text{
	font-family: 'Cormorant Garamond';
	line-height: 1;
	font-size: 30px;
  	font-weight: 600;
	color: #212121;
}

.perspective-header .text-small{
	font-family: 'Cormorant Garamond';
	line-height: 0.2;
  	font-weight: 600;
	color: #212121;
	font-size: 35px;
}

.perspective-header .name,
.perspective-header .project{
	font-family: 'Cormorant Garamond';
	font-weight: 600;
  	color: #00457d;
	font-size: 36px;
}

.perspective-header .reference{
	font-family: 'Cormorant Garamond';
	font-weight: 300;
  	color: #ff914d;
	font-size: 36px;
}

.perspective-body p{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: normal;
}

.perspective-body p{
	margin-bottom: 20px;
}

.perspective-body p strong{
	font-weight: 600;
	color: #00457d;
}

.perspective-area .stretch-bottom-timeline {
    position: relative;
    padding-bottom: 13px;
    height: 370px;
    top: -35px;
}

.perspective-area .stretch-bottom-timeline:after{
	content: "";
	width: 2px;
	height: 380px;
	background-color: #ff914d;

	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

/* RESPENSIVE */
@media only screen and (max-width: 1530px){
	.perspective-empty-bloc{
		flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		max-width: 10%;
	}

	.perspective-video-bloc{
		flex: 0 0 35%;
		-ms-flex: 0 0 35%;
		max-width: 35%;
	}
	
	.perspective-content-bloc{
		flex: 0 0 35%;
		-ms-flex: 0 0 35%;
		max-width: 35%;
		
		margin-left: 35px;
	}
}

@media only screen and (max-width: 1450px){

	.perspective-container {
		width: 1235px;
	}

	.perspective-empty-bloc{
		flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		max-width: 10%;
	}

	.perspective-video-bloc{
		flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		max-width: 40%;
	}
	
	.perspective-content-bloc{
		flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		max-width: 40%;
		
		margin-left: 35px;
	}
}

@media only screen and (max-width: 1300px){

	.perspective-content-bloc {
		margin-left: 25px;
	}

	.perspective-container {
		width: auto;
	}

	.perspective-header p {
		line-height: 0.7;
		font-size: 48px;
	}

	.perspective-header h2 {
		font-size: 18px;
		margin-bottom: 9px;
	}

	.perspective-content-bloc .vertical-text {
		font-size: 16px;
		padding: 10px 5px;
	}

}

@media only screen and (max-width: 991px){

	.perspective-empty-bloc{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}

	.perspective-video-bloc{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}

	.perspective-container{
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.perspective-content-bloc {
		flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		max-width: 60%;
		margin-left: 0;
		text-align: left;
	}

	.perspective-area .bloc-img {
		width: 65%;
	}

}

@media only screen and (max-width: 767px){
	.perspective-content-bloc {
		flex: 0 0 85%;
		-ms-flex: 0 0 85%;
		max-width: 85%;
	}

	.perspective-area .stretch-bottom-timeline {
		height: 250px;
		top: 0;
    	padding-top: 15px;
	}

	.grande-soiree-area .simple-bottom-timeline:after {
		height: 189px;
		top: 7px;
	}
}

@media only screen and (max-width: 500px){
	.perspective-content-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}

	.perspective-area .bloc-img {
		width: 100%;
	}
	
	.perspective-area .stretch-bottom-timeline:after {
		height: 215px;
	}
}

/*-------------- NOS VŒUX AREA--------------*/

.nos-vœux-area{
	padding-bottom: 300px;
}

.nos-vœux-container{
	display: flex;
    justify-content: center;
    width: 1500px;
    margin: 0 auto;
}

.nos-vœux-empty-bloc{
	flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    max-width: 25%;
}

.nos-vœux-video-bloc{
	flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    max-width: 35%;
}

.nos-vœux-content-bloc{
	flex: 0 0 35%;
    -ms-flex: 0 0 35%;
    max-width: 35%;
	
	margin-left: 35px;
}

.nos-vœux-area .bloc-img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

.nos-vœux-video-bloc{
	text-align: left;
}

.nos-vœux-area .link-to-video{
	display: inline-block;
  	background-color: #dee1f8;

	font-size: 12px;
	font-weight: 600;
	color: #003975;
	margin-top: 15px;
}

.nos-vœux-area .link-to-video.blue-bloc{
	background-color: #003975;
	color: #fff;
}

.nos-vœux-area .link-to-video.blue-bloc a{
	display: inline-block;
	color: #fff;
	padding: 9px 8px 9px 9px;
}

.nos-vœux-area .link-to-video a{
	display: inline-block;
	color: #003975;
	padding: 9px 8px 7px 9px;
}

.nos-vœux-area .icon-video-white{
	position: relative;
    top: 1px;
    margin-left: 6px;
}

.nos-vœux-area .link-to-page{
	display: inline-block;
	padding: 5px 8px 7px 9px;
  	background-color: #00457c;
	cursor: pointer;
	margin-top: 10px;
}

.nos-vœux-area .icon-podcast{
	position: relative;
    top: 2px;
    margin-left: 5px;
}

.nos-vœux-area .link-to-page a{
	font-size: 12px;
	font-weight: 600;
	color: #fff;
	display: inline-block;
}

.nos-vœux-content-bloc .nos-vœux-header{
	margin-bottom: 25px;
	position: relative;
}

.nos-vœux-content-bloc  .vertical-text{
	font-family: 'Maven Pro';
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	display: inline-block;
	padding: 10px 4px;
  	background-color: #ff914d;

	writing-mode: vertical-rl;
	writing-mode:tb-rl;
	text-align: left;
	transform: rotate(180deg);
}

.nos-vœux-header h2{
	font-size: 22px;
	font-weight: 800;
	color: #ff914d;
	text-transform: uppercase;
	margin-bottom: 23px;
}

.nos-vœux-header p{
	font-family: 'Cormorant Garamond';
	line-height: 0.2;
	font-size: 36px;
  	font-weight: 300;
	color: #212121;
}


.nos-vœux-header .text{
	font-family: 'Cormorant Garamond';
	line-height: 1;
	font-size: 30px;
  	font-weight: 600;
	color: #212121;
}

.nos-vœux-header .text-big{
	font-family: 'Cormorant Garamond';
	line-height: 0.2;
	font-size: 72px;
  	font-weight: 300;
	color: #212121;
	margin-top: 35px;
    display: inline-block;
	padding-bottom: 25px;
}

.nos-vœux-body p{
	font-size: 16px;
	font-weight: 400;
	color: #212121;
	line-height: normal;
}

.nos-vœux-body p{
	margin-bottom: 20px;
}

.nos-vœux-body p strong{
	font-weight: 600;
	color: #00457d;
}

.nos-vœux-area .stretch-bottom-timeline {
    position: relative;
    padding-bottom: 13px;
    height: 370px;
    top: -35px;
}

.nos-vœux-area .stretch-bottom-timeline:after{
	content: "";
	width: 2px;
	height: 445px;
	background-color: #ff914d;

	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}

.nos-vœux-area .video-img {
    width: 100%;
    max-width: 100%;
    height: auto;
    cursor: pointer;
}

.nos-vœux-area .link-to-video {
    display: inline-block;
    padding: 9px;
    background-color: #dee1f8;
    font-size: 12px;
	line-height: 12px;
    font-weight: 600;
    color: #003975;
    margin-top: 15px;
    cursor: pointer;
}

.nos-vœux-area .link-to-video img{
	margin-left: 5px;
}

/* RESPENSIVE */
@media only screen and (max-width: 1530px){
	.nos-vœux-empty-bloc{
		flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		max-width: 10%;
	}

	.nos-vœux-video-bloc{
		flex: 0 0 35%;
		-ms-flex: 0 0 35%;
		max-width: 35%;
	}
	
	.nos-vœux-content-bloc{
		flex: 0 0 35%;
		-ms-flex: 0 0 35%;
		max-width: 35%;
		
		margin-left: 35px;
	}
}

@media only screen and (max-width: 1450px){

	.nos-vœux-container {
		width: 1275px;
	}

	.nos-vœux-empty-bloc{
		flex: 0 0 10%;
		-ms-flex: 0 0 10%;
		max-width: 10%;
	}

	.nos-vœux-video-bloc{
		flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		max-width: 40%;
	}
	
	.nos-vœux-content-bloc{
		flex: 0 0 40%;
		-ms-flex: 0 0 40%;
		max-width: 40%;
		
		margin-left: 35px;
	}
}

@media only screen and (max-width: 1300px){

	.nos-vœux-content-bloc {
		margin-left: 25px;
	}

	.nos-vœux-container {
		width: auto;
	}

	.nos-vœux-header p {
		line-height: 0.7;
		font-size: 35px;
	}

	.nos-vœux-header h2 {
		font-size: 18px;
		margin-bottom: 9px;
	}

	.nos-vœux-content-bloc .vertical-text {
		font-size: 16px;
		padding: 10px 4px;
	}

}

@media only screen and (max-width: 991px){

	.nos-vœux-empty-bloc{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}

	.nos-vœux-video-bloc{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		order: 1;
	}

	.nos-vœux-container{
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.nos-vœux-content-bloc {
		flex: 0 0 60%;
		-ms-flex: 0 0 60%;
		max-width: 60%;
		margin-left: 0;
		text-align: left;
	}

	.nos-vœux-area .bloc-img {
		width: 65%;
	}

	.nos-vœux-area .stretch-bottom-timeline {
		height: 300px;
	}

	.nos-vœux-area .stretch-bottom-timeline:after {
		height: 335px;
	}

	.nos-vœux-area .video-img {
		width: auto;
	}

	.perspective-area .stretch-bottom-timeline {
		top: 0;
	}

}

@media only screen and (max-width: 767px){
	.nos-vœux-content-bloc {
		flex: 0 0 85%;
		-ms-flex: 0 0 85%;
		max-width: 85%;
	}

	.nos-vœux-area .stretch-bottom-timeline {
		height: 250px;
		top: 0;
    	padding-top: 15px;
	}
	
	.nos-vœux-area .stretch-bottom-timeline:after{
		height: 250px;
	}

	.perspective-area .stretch-bottom-timeline:after {
		content: "";
		width: 2px;
		height: 230px;
	}

	.nos-vœux-area {
		padding-bottom:190px;
	}

	.nos-vœux-header .text-big {
		font-size: 55px;
	}
}

@media only screen and (max-width: 500px){
	.nos-vœux-content-bloc {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}

	.nos-vœux-area .bloc-img {
		width: 100%;
	}
	
	.nos-vœux-area .stretch-bottom-timeline:after {
		height: 215px;
	}

	.nos-vœux-header .text-big {
		font-size: 46px;
	}

	.nos-vœux-header p {
		font-size: 30px;
	}

	.nos-vœux-header .text-big {
		font-size: 65px;
		margin-top: 28px;
		padding-bottom: 10px;
	}
}

@media only screen and (max-width: 350px){
	.nos-vœux-header .text-big {
		font-size: 53px;
	}
}

/*-------------- LA GOUVERNANCE AREA--------------*/

.gouvernance-area{
	padding-top: 150px;
	padding-bottom: 80px;
	background-color: #ff914d;
}

.gouvernance-area .gouvernance-title h2{
	font-family: 'Cormorant Garamond';
	font-size: 72px;
	font-weight: 300;
	color: #212121;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 80px;
}

.gouvernance-columns-container{
	display: flex;
	align-items: flex-start;
	gap: 30px;
	width: 1480px;
}

.gouvernance-columns-container .column-01{
	flex: 0 0 40%;
	-ms-flex: 0 0 40%;
	max-width: 40%;
}

.gouvernance-columns-container .column-02{
	flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	max-width: 30%;
}

.gouvernance-columns-container .column-03{
	flex: 0 0 30%;
	-ms-flex: 0 0 30%;
	max-width: 30%;
}

.gouvernance-team-left-right-container{
	display: flex;
	gap: 25px;
}

.gouvernance-team-left-right-container .column-02-left{
	flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	max-width: 50%;
}

.gouvernance-team-left-right-container .column-02-right{
	flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	max-width: 50%;
}

.gouvernance-columns-container h3{
	font-family: 'Cormorant Garamond';
	font-size: 36px;
	font-weight: 600;
	color: #212121;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.gouvernance-columns-container ul li,
.gouvernance-columns-container ul li strong{
	font-size: 16px;
	font-weight: 500;
	color: #212121;
	margin-bottom: 3px;
}

.gouvernance-columns-container ul li strong{
	font-weight: 700;
}

.gouvernance-columns-container .column-02-right ul li:last-child{
	margin-top: 30px;
}

.gouvernance-team.margin--bt{
	margin-bottom: 25px;
}

.bg-gouvernance-container img{
	width: 100%;
	max-width: 100%;
	height: auto;
}

/* RESPENSIVE */
@media only screen and (max-width: 1570px){
	.gouvernance-columns-container{
		width: 1300px;
		gap: 40px;
	}

	.gouvernance-columns-container h3 {
		font-size: 33px;
	}

	.gouvernance-columns-container .column-01{
		flex: 0 0 43%;
		-ms-flex: 0 0 43%;
		max-width: 43%;
	}
	
	.gouvernance-columns-container .column-02{
		flex: 0 0 29.5%;
		-ms-flex: 0 0 29.5%;
		max-width: 29.5%;
	}
	
	.gouvernance-columns-container .column-03{
		flex: 0 0 27.5%;
		-ms-flex: 0 0 27.5%;
		max-width: 27.5%;
	}

	.gouvernance-team-left-right-container {
		gap: 10px;
	}
}

@media only screen and (max-width: 1450px){
	.gouvernance-columns-container{
		flex-wrap: wrap;
		width: auto;
		text-align: center;
	}

	.gouvernance-columns-container .column-01{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}
	
	.gouvernance-columns-container .column-02{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		
	}
	
	.gouvernance-columns-container .column-03{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}

	.gouvernance-team-left-right-container {
		display: flex;
		gap: 25px;
		max-width: 690px;
		margin: 0 auto;
	}
}


@media only screen and (max-width: 991px){
	.gouvernance-area .gouvernance-title h2 {
		font-size: 60px;
	}

	.gouvernance-area {
		padding-top: 80px;
	}
}

@media only screen and (max-width: 767px){
	.gouvernance-area .gouvernance-title h2 {
		font-size: 48px;
	}
}

@media only screen and (max-width: 500px){
	.gouvernance-area .gouvernance-title h2 {
		font-size: 38px;
	}

	.gouvernance-team-left-right-container{
		flex-wrap: wrap;
	}

	.gouvernance-team-left-right-container .column-02-left,
	.gouvernance-team-left-right-container .column-02-right {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
	}

	.gouvernance-columns-container h3 {
		font-size: 28px;
	}
}

@media only screen and (max-width: 320px){
	.gouvernance-area .gouvernance-title h2 {
		font-size: 33px;
	}
}

/*-------------- RESULTATS 2020 AREA--------------*/

.resultats-area{
	padding-top: 120px;
	padding-bottom: 170px;
}

.resultats-wrapper{
	max-width: 1100px;
}

.resultats-area-title h2,
.resultats-area-title h2 .year{
	font-family: 'Cormorant Garamond';
	font-size: 72px;
	font-weight: 300;
	text-align: center;
	color: #212121;
	text-transform: uppercase;
	margin-bottom: 80px;
}

.resultats-area-title h2 .year{
	font-size: 110px;
	font-weight: 300;
}

.resultats-row-title{
	font-family: 'Cormorant Garamond';
	font-size: 36px;
	font-weight: 300;
	color: #212121;
	text-transform: uppercase;
}

.resultats-row{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 40px;
}

.resultats-rows.margin-btn-row{
	margin-bottom: 60px;
}

/* RESPENSIVE */
@media only screen and (max-width: 991px){
	.resultats-area-title h2 {
		font-size: 60px;
	}

	.resultats-area-title h2 .year {
		font-size: 89px;
	}

	.resultats-row {
		gap: 0px;
		flex-direction: column;
	}

	.resultats-row-title {
		margin-bottom: 35px;
	}

	.resultats-wrapper {
		max-width: auto;
	}
}

@media only screen and (max-width: 767px){
	.resultats-area-title h2 {
		font-size: 41px;
	}

	.resultats-area-title h2 .year {
		font-size: 70px;
	}

	.resultats-row-title {
		font-size: 28px;
	}
}

@media only screen and (max-width: 500px){
	.resultats-area-title h2 {
		line-height: 0.5;
	}

	.resultats-area-title h2 .year {
		font-size: 59px;
	}
}

/*-------------- FOOTER AREA--------------*/

.footer-area{
	background-color: #00457c;
	padding-top: 40px;
	padding-bottom: 40px;
}

.footer-container{
	margin: 0 auto;
}

.footer-bloc{
	display: flex;
	gap: 15px;
	margin: 0 auto;
	max-width: 1100px;
}

.footer-column h3{
	font-size: 14px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 15px;
}

.footer-column .footer-city-infos{
	color: #ffff;
	line-height: 1.5;
}

.footer-column .footer-city-infos li{
	margin-bottom: 0px;
	color: #fff;
}

.footer-column .footer-city-infos li a{
	color: #fff;
}

.footer-column  .footer-city-infos img{
	width: 13px;
}

.footer-column.footer-column-01,
.footer-column.footer-column-02,
.footer-column.footer-column-03,
.footer-column.footer-column-04{
	flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	max-width: 25%;
}

.footer-column.footer-column-04{
	text-align: right;
}

.footer-column .social-bloc ul li{
	display: inline-block;
    font-size: 20px;
	margin-right: 15px;
}

.footer-column .social-bloc ul li a{
	color: #4882B0;
	transition: 0.5s all;
}

.footer-column .social-bloc ul li a:hover{
	color: #fff;
}

/* RESPENSIVE */
@media only screen and (max-width: 1250px){

	.footer-bloc{
		flex-wrap: wrap;
		gap: 0;
		width: auto;
	}

	.footer-column.footer-column-01,
	.footer-column.footer-column-02,
	.footer-column.footer-column-03{
		flex: 0 0 33.33%;
		-ms-flex: 0 0 33.33%;
		max-width: 33.33%;
		text-align: center;
	}

	.footer-column.footer-column-04 {
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
	}

	.footer-column.footer-column-01,
	.footer-column.footer-column-02{
		margin-bottom: 35px;
	}

}

@media only screen and (max-width: 991px){
	.footer-column.footer-column-01,
	.footer-column.footer-column-02,
	.footer-column.footer-column-03,
	.footer-column.footer-column-04{
		flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		max-width: 50%;
		text-align: center;
	}

}

@media only screen and (max-width: 500px){
	.footer-column.footer-column-01,
	.footer-column.footer-column-02,
	.footer-column.footer-column-03,
	.footer-column.footer-column-04{
		flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		max-width: 100%;
		text-align: center;
		margin-bottom: 50px;
	}

	.footer-area {
		padding-top: 80px;
	}
}





