/* CSS Document */

/*---------------------------------
HOME
-----------------------------------*/
.indexPage section .sectionContent > .row > .carousel,
.companyPage section .sectionContent > .row > .carousel {
	display:inherit;
	padding:0;
}

.indexPage .buttons {
	margin-top: 5px;
}

.indexPage .buttons .button {
	margin-top: 5px;
	text-align: left;
}

/*-- FOR MEDIUM DEVICES --*/
@media screen and (min-width:768px) {
	.indexPage section .sectionContent > .row > .carousel .carousel-inner,
	.companyPage section .sectionContent > .row > .carousel .carousel-inner {
		padding-top:20px;
	}

	.indexPage .buttons {
		width: 900px !important;
		margin: 5px auto 0 auto;
	}

	.indexPage .buttons .button {
		width: 450px;
		text-align: center;
	}

}

/*-- FOR LARGE DEVICES --*/
@media screen and (min-width:1278px) {}


/*---------------------------------
COMPANY
-----------------------------------*/
.companyPage .blocBlue h2 {
	font-size:2.6rem;
	line-height:3.6rem;
}

/*-- FOR MEDIUM DEVICES --*/
@media screen and (min-width:768px) {}

/*-- FOR LARGE DEVICES --*/
@media screen and (min-width:1278px) {
	.companyPage .blocBlue h2 {
		font-size:3.4rem;
		line-height:4.6rem;
	}
}


/*---------------------------------
EQUIPE
-----------------------------------*/
.teamPage section > .sectionContent:not(.blocCenter) > .row {
	padding:0;
}

/* STAND BY
.teamPage section > .sectionContent:not(.blocCenter) > .row:first-of-type {
	padding:85px 0 0 0;
}
*/

.teamPage section > .sectionContent:not(.blocCenter) > .row:last-of-type {
	padding:0 0 85px 0;
}

.teamPage section > .sectionContent:not(.blocCenter) > .row > div {
	padding:29px 0;
}

.teamPage section > .sectionContent > .row .col-md-6:not(:first-of-type) {
	margin-top:22px;
}

.teamPage section > .sectionContent > .row:nth-child(even) .col-md-6:last-of-type,
.teamPage section > .sectionContent > .row:nth-child(odd) .col-md-6:last-of-type {
	display:none;
}

.modal .modal-body .col-md-6 img {
	width:100%;
	height:auto;
}

.teamPage section > .sectionContent > .row .col-md-6 h2 {
	font-size:2.6rem;
	line-height:3.6rem;
	margin-bottom:8px;
}

.teamPage section > .sectionContent > .row .col-md-6 p {
	font-size:1.8rem;
	line-height:3rem;
	font-weight:700;
	color:#447489;
	margin-bottom:20px;
}

.teamPage section .button {
	float:left;
	margin:20px 20px 20px 0;
}

.teamPage .button:first-of-type {
	float:none;
} 

.teamPage .button:first-of-type,
.teamPage .button:last-of-type{
	margin-right:0;
} 

.teamPage .buttonBorder,
.teamPage .buttonBorder:focus,
.teamPage .buttonBorder:hover {
	font-size:2.3rem;
	font-weight:700;
} 

.teamPage .buttonBorder a,
.teamPage .buttonBorder:focus a,
.teamPage .buttonBorder:hover a {
	background-image:none;
	width:54px;
	padding:14px 18px;
} 

.teamPage .buttonBorder.buttonLinkedin a,
.teamPage .buttonBorder.buttonLinkedin:focus a,
.teamPage .buttonBorder.buttonLinkedin:hover a {
	background-image:url(../images/icons/icon-linkedin-blue.png);
	background-position:center center;
	background-repeat:no-repeat;
	background-size:18px 17px;
} 

.teamPage .buttonBorder.buttonLinkedin:focus a,
.teamPage .buttonBorder.buttonLinkedin:hover a {
	background-image:url(../images/icons/icon-linkedin.png);
} 

.teamPage section > .blocBlue > .row,
.teamPage section > .blocBlue > .row > div {
	padding:0;
}

.teamPage section .blocBlue > .row > div > div[class*="col-md"] {
	vertical-align:top;
	font-size:1.4rem;
	line-height:2.2rem;
	color:#fff;
	text-align:left;
}

.teamPage section .blocBlue > .row > div > div[class*="col-md"] h3 {
	font-family: 'Open Sans', sans-serif;
	font-size:1.4rem;
	line-height:2.2rem;
	font-weight:700;
	color:#b9a76d;
}

.teamPage section .blocBlue > .row > div > div[class*="col-md"] h3 + p {
	font-weight:700;
	margin:0;
}

/*-- MODAL --*/
.modal {
	padding:0 !important;
}

.modal .modal-content {
	border-radius:0;
}

.modal .modal-header {
	border:none;
	padding:11px 26px 0 15px;
}

.modal .modal-header .close {
	font-size:45px;
	color:#447489;
	opacity:1;
}

.modal .modal-body {
	padding:13px 30px 70px 30px;
}

.modal .modal-body .col-md-6 h2,
.partPage div[class*="col-md"] h2,
.newsPage .sectionContent:not(.sectionTop) h1,
.legalPage div[class*="col-md"] h2 {
	font-size:2.6rem;
	line-height:3.6rem;
	color:#447489;
	margin:14px 0 4px 0;
}

.modal .modal-body .col-md-6 p {
	margin-top:14px;
}

.modal .modal-body .col-md-6 h2 + p {
	font-weight:700;
	color:#3d3935;
	margin:0;
}

.modal .modal-body .id_collaborateur {
	display: block;
	clear: both;
}

/*-- FOR MEDIUM DEVICES --*/
@media screen and (min-width:768px) {
	.teamPage section > .sectionContent > .row .col-md-6:not(:first-of-type) {
		margin:0;
	}
	
	.teamPage section > .sectionContent > .row:nth-child(odd) .col-md-6:first-of-type {
		display:none;
	}
	
	.teamPage section > .sectionContent > .row:nth-child(odd) .col-md-6:last-of-type {
		display:table-cell;
	}
	
	.teamPage .button:first-of-type {
		float:left;
		margin-right:20px;
	}
	
	/*-- MODAL --*/
	.modal .modal-body {
		padding:13px 50px 70px 50px;
	}
	
	.teamPage .modal .scroll-wrapper {
		height:312px;
	}
}

/*-- FOR LARGE DEVICES --*/
@media screen and (min-width:1278px) {
	.modal .modal-body .col-md-6 h2 {
		margin-top:-14px;
	}
}


/*---------------------------------
STRATEGIE
-----------------------------------*/
.fullText {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.fullText h1, .fullText h2 {
	margin-bottom: 17px;
}

.fullText .button, .fullText ul {
	margin-bottom: 30px;
}

.strategyPage .sectionTestimony .sectionContent .row div > img {
	margin-top: 0;
}

/*-- FOR MEDIUM DEVICES --*/
@media screen and (min-width:768px) {
	.strategyPage .sectionBloc .col-md-6 > * {
		width:95%;
	}
	
	.strategyPage .sectionBloc .col-md-6 + .col-md-6 > * {
		float:right;
	}
}

/*-- FOR LARGE DEVICES --*/
@media screen and (min-width:1278px) {}


/*---------------------------------
PARTICIPATIONS
-----------------------------------*/
.partPage section > .sectionContent > .row {
	margin-right:-30px;
	margin-left:-30px;
}

.partPage section > .sectionContent > .row > .col-md-4 {
	padding-right:30px;
	padding-left:30px;
}

.partPage section > .sectionContent > .row > .col-md-4:not(:last-of-type) {
	margin-bottom:70px;
	max-height: 700px;
}

.partPage div[class*="col-md"] h2 {
	color:#447489;
	margin:0 0 5px 0;
}

.partPage section .sectionContent .row div[class*="col-md"] > h2 + p,
.partPage .modal div[class*="col-md"] div > h2 + p,
.partPage div[class*="col-md"] ul li > div {
	line-height:1.9rem;
	font-weight:700;
	color:#3d3935;
}

.partPage section .sectionContent .row div[class*="col-md"] > h2 + p {
	height:40px;
	margin-bottom:10px;
	overflow:hidden;
}

.partPage .col-md-4 > img {
	margin-bottom:20px;
}

.partPage section .sectionContent .row .col-md-8 + .col-md-4 > img {
	margin-top:10px;
}

.partPage div[class*="col-md"] ul {
	float:left;
	width:100%;
	margin:4px 0 12px 0;
}

.partPage div[class*="col-md"] ul li {
	margin-bottom:5px;
}

.partPage div[class*="col-md"] ul li > div:not(.col-md-7) {
	font-weight:400;
	color:#777;
}

.partPage div[class*="col-md"] ul li > .col-md-7 {
	color:#447489;
}

.partPage section .sectionContent > .button {
	margin-bottom:105px;
}

/*-- MODAL --*/
.partPage .modal div[class*="col-md"] div > h2 {
	margin-top:20px;
}

.partPage .modal div[class*="col-md"] > h2 + p {
	margin-bottom:16px;
}

.partPage .modal .col-md-7 img {
	width:100%;
	height:auto;
}

.partPage .modal .col-md-5 {
	margin-top:27px;
}

.partPage .modal .col-md-12 {
	margin-top:50px;
}

.partPage .modal .scroll-wrapper {
	height:192px;
}

.partPage .modal div[class*="pull-"] {
	margin:35px 0 28px 0;
}

.partPage .modal .pull-right a {
	background:url(../images/icons/icon-print.png) left center no-repeat;
	line-height:58px;
	height:58px;
	padding-left:37px;
}

.partPage .modal .pull-right a,
.partPage .modal .pull-right a:focus,
.partPage .modal .pull-right a:hover,
.partPage .modal div[class*="pull-"] + span a {
	font-weight:700;
	color:#447489;
}

.partPage section > .sectionContent > .row > .col-md-4:not(:last-of-type) .button {
	margin-bottom: 10px;
}

.grey .button:before {
	background-color:rgba(119, 119, 119, 1);
}

.grey .statut {
	color: #777 !important;
}

/*-- FOR MEDIUM DEVICES --*/
@media screen and (min-width:768px) {
	.partPage section > .sectionContent > .row > .col-md-4 {
		margin-bottom:0;
	}
	
	.partPage .modal .col-md-5 {
		margin-top:0;
	}

	.partPage section > .sectionContent > .row > .col-md-4:not(:last-of-type) {
		height: 525px;
		overflow-y: auto;
	}
}

/*-- FOR LARGE DEVICES --*/
@media screen and (min-width:1278px) {
	.partPage .sectionContent:not(.sectionTop) {
		max-width:1366px;
	}
}

/*-- FOR PAGE PARTICIPATIONS --*/
@media screen and (min-width:840px)  and (max-width: 1278px) {
	.partPage section > .sectionContent > .row > .col-md-4:not(:last-of-type),
	.partPage section > .sectionContent > .row > .col-md-4 {
		height: 620px;
		max-height: 620px;
		margin-bottom: 30px;
	}
}

@media screen and (min-width:750px)  and (max-width: 840px) {
	.partPage section > .sectionContent > .row > .col-md-4:not(:last-of-type) {
		height: 575px !important;
		margin-bottom: 30px !important;
	}
}

/*---------------------------------
NEWS
-----------------------------------*/
.newsPage article.sectionContent:nth-child(even) > .row > .col-md-6:last-of-type,
.newsPage article.sectionContent:nth-child(odd) > .row > .col-md-6:last-of-type {
	display:none;
}

.newsPage .col-md-6:first-of-type + .col-md-6 {
	text-align:left;
}

.newsPage section .sectionContent .row div[class*="col-md"] > p:first-of-type {
	font-weight:700;
	color:#447489;
	margin:28px 0 0 0;
}

.newsPage .sectionContent:not(.sectionTop) h1 {
	color:#000;
	margin:0 0 10px 0;
}

.newsPage section .sectionContent .row div[class*="col-md"] > p:not(:first-of-type) {
	margin-bottom:0;
}

.newsPage .col-md-6 .button {
	float:left;
	margin-top:28px;
}

.newsPage .col-md-6 .button:first-of-type {
	margin-right:20px;
}

/* MODAL */
.newsPage .modal .videoContainer {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px; 
	height:0; 
	overflow:hidden;
}

.newsPage .modal .videoContainer iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/*-- FOR MEDIUM DEVICES --*/
@media screen and (min-width:768px) {
	.newsPage article.sectionContent {
		margin-bottom:25px;
	}
	
	.newsPage section .sectionContent .row div[class*="col-md"] > p:first-of-type {
		margin:0;
	}
	
	.newsPage article.sectionContent:nth-child(even) > .row > .col-md-6:last-of-type {
		display:table-cell;
	}
	
	.newsPage article.sectionContent:nth-child(even) > .row > .col-md-6:first-of-type {
		display:none;
	}
}

/*-- FOR LARGE DEVICES --*/
@media screen and (min-width:1278px) {}


/*---------------------------------
CONTACT
-----------------------------------*/
.contactPage .sectionTop > div > p a:first-of-type {
	background:url(../images/structure/button-arrow.png) center left no-repeat;
	background-size:13px 12px;
	padding-left:23px;
}

.contactPage .sectionContent .row div > img {
	width:auto;
}

.contactPage .sectionContent .col-md-4 {
	text-align:center;
}

.contactPage .sectionContent .col-md-4 > div {
	display:inline-block;
	text-align:left;
}

.contactPage .sectionContent .row .col-md-6 .col-sm-8 {
	margin-bottom: 30px;
}

/*-- FOR MEDIUM DEVICES --*/
@media screen and (min-width:768px) {	
	.contactPage .sectionContent .row .col-md-6 .col-sm-8 {
		margin-top: 67px;
	} 
}

/*-- FOR LARGE DEVICES --*/
@media screen and (min-width:1278px) {}


/*---------------------------------
MENTIONS LEGALES
-----------------------------------*/
.legalPage div[class*="col-md"] h2 {
	margin-bottom:20px;
}

.legalPage div[class*="col-md"] h2:first-of-type {
	color:#000;
}

/*-- FOR MEDIUM DEVICES --*/
@media screen and (min-width:768px) {}

/*-- FOR LARGE DEVICES --*/
@media screen and (min-width:1278px) {}


/*---------------------------------
ERROR 404
-----------------------------------*/
.errorPage section .sectionContent .row {
	padding-bottom:75px;
}

.errorPage section .sectionContent .row div [class*="col-md"] {
	text-align:center;
}

.errorPage section .sectionContent .row div > img {
	width:38%;
	margin:0 auto 50px auto;
}

.errorPage section .sectionContent .row div [class*="col-md"] > h1 {
	font-size:3.7rem;
	line-height:4.9rem;
	margin-bottom:5px;
}

.errorPage section .sectionContent .row div[class*="col-md"] > p {
	font-size:1.9rem;
	line-height:2.4rem;
	margin-bottom:30px;
}

.errorPage section .button {
	margin:0 auto;
}

/*-- FOR MEDIUM DEVICES --*/
@media screen and (min-width:768px) {
	.errorPage #wrapper{
		height:calc(100vh - 91px);
	}
	
	.errorPage section .sectionContent .row div .col-md-5 {
		text-align:left;
	}
	
	.errorPage section .sectionContent .row div[class*="col-md"] > p {
		margin-bottom:65px;
	}
	
	.errorPage section .sectionContent .row div > img {
		width:auto;
		margin:0;
	}
	.errorPage section .button {
		margin:0;
	}
}

/*-- FOR LARGE DEVICES --*/
@media screen and (min-width:1278px) {
	.errorPage section .sectionContent .row div [class*="col-md"] > h1 {
		font-size:5.6rem;
		line-height:7.5rem;
	}
	
	.errorPage section .sectionContent .row div[class*="col-md"] > p {
		font-size:2.4rem;
		margin-bottom:135px;
	}
}

/*---------------------------------
NOUVELLES PAGES DEC 2020
-----------------------------------*/
.pages .sectionItems {
	text-align: left;
}

.pages .sectionItems h2 {
	font-size: 2rem;
	line-height: 2.5rem;
	margin-bottom: 20px;
}

.pages .sectionBloc:not(.blocBlue):not(.blocGold) h2 {
	color: #000 !important;
}

.pages .sectionBloc:not(.blocBlue):not(.blocGold) {
	padding: 0 !important;
	margin-bottom: 40px;
}

.pages .sectionItems h3 {
	color: #447489;
	font-size: 20px;
	font-size: 1.7rem;
	margin-bottom: 15px;
}

.pages .sectionItems h4 {
	font-size: 14px;
	margin-bottom: 15px;
	margin-top: 10px;
	color: #000;
}

.pages .sectionItems ul {
	float: none;
}

.pages .blocBlue, .pages .blocGold {
	margin-top: 40px;
	margin-bottom: 40px;
}

.pages .blocBlue h2, .pages .blocGold h2  {
	font-size: 3rem !important;
	line-height: 4rem !important;
}

.pages .odometerBis p.odometer2 {
	font-size: 50px;
	line-height: 60px;
	padding-top: 20px;
}

.resize {
	width:100%;
	height:auto;
}

/*-- FOR MEDIUM DEVICES --*/
@media screen and (min-width:768px) {
	.pages .sectionItems h2 {
		font-size: 26px;
		line-height: 36px;
		margin-bottom: 30px;
	}

	.pages .sectionItems h3 {
		color: #447489;
		font-size: 20px;
		margin-bottom: 20px;
	}

	.pages .sectionItems ul li, .fullText ul li {
		width: auto !important;
		height: inherit !important;
		overflow: auto !important;
		padding-bottom: 5px;
		padding-left: 25px;
	}

	.pages .blocBlue h2, .pages .blocGold h2 {
		font-size: 44px !important;
		line-height: 59px !important;
	}

	.pages .blocGold {
		padding-right: 85px;
		padding-left: 85px;
	}
	.pages .odometerBis p.odometer2 {
		padding-top: 50px;
	}
}

/*-- FOR LARGE DEVICES --*/
@media screen and (min-width:1278px) {
	.pages .sectionTop > div {
		width: 1030px;
		padding-right: 55px;
	}
}

/*---------------------------------
PAGE ENGAGEMENTS JAN 2023
-----------------------------------*/
.commitPage .lineUp {
	cursor: pointer;
}

.commitPage section .sectionContent .row div[class*="col-md"] > p {
	margin-bottom: 20px;
}

.commitPage #item1 > .row {
	padding: 30px 0;
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px solid #447489;
}

.commitPage #item1 > .row:last-child {
	border: none;
}

.commitPage .col-md-4 {
	padding-bottom: 20px;
}

.commitPage .sectionContent ul li {
	list-style-position: inside;
	padding-left: 25px;
	background-image: url(../images/structure/ok.png);
	background-position: 0 3px;
	background-repeat: no-repeat;
	background-size: 20px;
	padding-bottom: 3px;
}

.commitPage .sectionBloc:not(.blocBlue):not(.blocGold) div[class*="col-md"] > h2 {
	margin-bottom: 20px;
}

.commitPage h3 {
	margin-bottom: 20px;
}

.commitPage section .sectionContent#item1 .row div > img {
	width: 50% !important;
}


@media screen and (max-width: 768px) {
	.commitPage section .sectionContent#item1 .row div > img {
		width: 30% !important;
	}

	.commitPage section .sectionContent .row div > img {
		margin-bottom: 20px;
	}

	.commitPage h3 {
		margin-top: 50px;
	}

	.commitPage .sectionBloc {
		margin-bottom: 40px;
	}

	.commitPage .blocBlue {
		margin-bottom: 20px;
	}

	.commitPage .blocList {
		padding: 20px 0;
	}

	.commitPage .sectionBloc + .sectionBloc:not(.blocBlue):not(.blocGold) {
		padding: 0;
	}

	.commitPage h2.anim {
		margin-bottom: 20px;
	}

}


@media screen and (min-width: 1278px) {
	.commitPage .sectionBloc {
		margin-bottom: 40px;
		margin-top: 70px;
	}

	.commitPage .blocList {
		padding: 0;
		margin-top: 0;
	}

	.commitPage .sectionBloc + .sectionBloc:not(.blocBlue):not(.blocGold) {
		padding: 0;
	}

	.commitPage section .sectionContent#item1 .row div > img {
		width: 100% !important;
	}
}

@media screen and (min-width: 768px) {

	.commitPage section .sectionContent#item1 .row:nth-child(3) div > img {
		width: 80% !important;
	}

	.commitPage #item1 .row {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

}


/* Participations FLEX */
.partPage section > .sectionContent > .row{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.partPage section .sectionContent .row div.col-md-4 div.col-md-4 {
	text-align: right;
}

.partPage section .sectionContent .row div.col-md-4 div.col-md-4 > img {
	max-width: 100%;
	height: auto;
	width: initial;
}

.partPage .button a {
	word-break: keep-all;
	white-space: nowrap;
}

@media screen and (min-width: 768px) {
	.partPage section > .sectionContent > .row > .col-md-4:not(:last-of-type) {
		height: auto;
		overflow-y: unset;
		position: relative;
		padding-bottom: 70px;
		max-height: inherit;
	}

	.partPage section > .sectionContent > .row > .col-md-4:not(:last-of-type) .button {
		position: absolute;
		bottom: 0;
		margin-bottom: 0;
	}

	.partPage section > .sectionContent > .row > .col-md-4:not(:last-of-type) .button + .button {
		left: 225px;
	}

	.en.partPage section > .sectionContent > .row > .col-md-4:not(:last-of-type) .button + .button {
		left: 205px;
	}
}

@media screen and (min-width:732px)  and (max-width: 770px) {
	.partPage section > .sectionContent > .row > .col-md-4:not(:last-of-type) {
		height: auto !important;
		max-height: inherit;
	}
}
