html, body{
	width: 100%;
	margin:0;
	padding:0;
	font-family: 'Montserrat', sans-serif;
	color:  #0C1556;
}

a{
	color: inherit;
	text-decoration: none;
}

p{
	padding: 0;
	margin: 0;
}

h2{
	margin:0;
}

h1{
	margin:0;
	padding: 0;
}
.header-push-down{
	 height: 135px;
}
/* section */ 
.section{
	width: 100%;
}

.section--header{
	background-color: #fff;
	position: fixed;
	margin-top: 0;
	top: 0%;
	z-index:1000;
	height: 135px;
	box-shadow: 0px 0px 2px #555;
}

.section--gray{
	background-color: #f6f6f6;
}

.section--gray-height{
	height: 400px;
	padding-top: 30px;
}

.section--picture{
	height: 150px;
	background-repeat:no-repeat;
	background-position: center;
	position: relative; 
	background-size: cover;
	width: 100%;
	background-image: url(../images/on-en-parle.png);
}

.section--footer{
	background-color: #02082b;
	height: 200px;
}
/* container */ 
.container{
	max-width: 960px;
	margin: 0 auto;
}

.container--association{
	max-width: 1120px;
	padding-bottom: 20px;
}

.container--laureate{
	max-width: 1120px;
}
/* follow */ 

.follow{
	display: flex;
    flex-wrap:wrap;
    justify-content: flex-end;
    padding-top: 10px;
}


.follow__title{
	padding-right: 20px;
}

.follow img{
	height: 23px;
}

/* logo */ 
.header{
	height: 100px;
}
.header__logo img{
	width: 170px;
	float: left;
} 

/* menu */ 
.menu{
	padding: 0;
	margin:0;
	text-align: right;
	text-transform: uppercase;
	font-size: 13px;
	height: 70px;
	font-weight: 100;

}

.menu__item{
	display: inline-block;
	padding-left: 18px;
	text-decoration: none;
	color: #0c1556;
	position: relative;
	height: 55px;
	padding-top: 40px;
}

.menu__item-line::after{
	content: '';
    width: 2px;
    height: 30px;
    display: block;
    position: absolute;
    top: 20px;
    right: -9px;
    background-color: #FF9800;
    margin-top: 15px;
}

.menu__item a:hover {
    color: #ff9800;
}

.menu__item--active{
	color: #ff9800;
	font-weight: 600;
}

.submenu {
    display: none;
    text-decoration: none;
    list-style: none;
    min-width: 200px;
    background-color: #fff;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.4;
    text-align: center;
    box-shadow: 3px 6px 5px #a7a7a7;
}

#ambition{
	padding-top: 135px;
	margin-top: -135px;
}

#founder{
	padding-top: 135px;
	margin-top: -135px;
}

nav li:hover .submenu {
    display: block;
    position: absolute;
    top: 100%;
    padding: 10px 10px;
    margin-top: 5px;
}

.submenu li {
    padding: 10px 0;
}

/* menu reponsive */ 
.header__nav input[type=checkbox]{
    display: none;
}

.menu-phone{
    display: none;
}

.header__nav input[type=checkbox]:checked ~ .menu{
    display: block;
}

/* Slideshow */ 
.slideshow img{
	width: 100%;
}

.arrow{
	color: #fff;
	bottom: 180px;
	position: absolute;
	width: 100%;
	font-size: 25px;
}

.w3-left.w3-hover-text-khaki{
	padding-left: 10px;
}

.w3-right.w3-hover-text-khaki{
	padding-right: 10px;
}

.slideshow__title{
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	text-align: center;
	padding-top: 140px;
	margin:0;
	font-size: 25px;
}

.slideshow__text{
	color: #fff;
	text-align: center;
}

.slideshow__btn{
	color: #fff;
	background-color: #ff9800;
	width: 180px;
	height: 50px;
	text-align:center;
	margin: auto;
	text-transform: uppercase;
	padding-top: 15px;
	margin-top: 30px;
	font-weight: 600;
	border-radius: 5px;
}

/* grid */
.grid {
    display: flex;
    flex-wrap:wrap;
    justify-content: center;
}

.block {
    display: flex;
    flex-wrap:wrap;
}

/* grid */
.portrait{
	width: 730px;
}

.portrait__picture{
	width: 230px;
}

.portrait__picture img{
	width: 100%;
}

.mySlides{
	height: 400px;
	background-repeat:no-repeat;
	background-position: center;
	position: relative; 
	background-size: cover;
	width: 100%;
}

.portrait__title{
	text-transform: uppercase;
	font-weight: 600;
	padding-top: 20px;
	color: #0c1556;
	font-size: 25px;
	text-align: center;
	position: relative;
}

.review__title{
	text-transform: uppercase;
	font-weight: 600;
	color: #0c1556;
	font-size: 30px;
	text-align: center;
	position: relative;
	padding-bottom: 50px;
	padding-top: 50px;
}

.title__underline::after{
	content: '';
    width: 90px;
    height: 3px;
    display: block;
    position: absolute;
    left: 350px;
    background-color: #ff9800;
}

.title__underline-small::after{
	content: '';
    width: 90px;
    height: 3px;
    display: block;
    position: absolute;
    left: 420px;
    background-color: #ff9800;
}

.title__underline--founder::after{
	left: 350px;
}

.title__underline--talk::after{
	left: 370px;
}
.portrait__paragraph{
	color: #0c1556;
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 15pt;
	font-size: 14px;
}

.portrait__paragraph--center{
	text-align: center;
	padding-top: 50px;
	line-height: 20pt;
	padding-bottom: 50px;
}

.portrait__signature{
	text-align: center;
	color: #0c1556;
	font-size: 14px;
}

.quote img{
	width: 3%;
}

/* Highco */ 

.highco__paragraph{
	color: #0c1556;
	padding-top: 40px;
	padding-bottom: 40px;
	line-height: 17pt;
	font-size: 14px;
}

.highco{
	width: 600px;
	padding-top: 20px;
}

.highco__picture{
	width: 300px;
}

.highco__picture img{
	width: 100%;
}

/* nos actions */ 

.title__underline--action::after{
	left: 295px;
}

.action{
	width: 450px;
	margin-right: 30px;
}

.action__title{
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	text-align: center;
	margin-top: 20px;
}

.action__btn{
	color: #fff;
	background-color: #ff9800;
	width: 210px;
	text-align:center;
	margin: auto;
	text-transform: uppercase;
	margin-top: 30px;
	border-radius: 5px;
	padding: 10px;
	margin-bottom: 60px;
}

.action__paragraph{
	margin-top: 50px;
	margin-bottom: 50px;
	color: #22264f;
	padding-top: 10px;
	font-size: 14px;
}

.action__img img{
	width: 30%
}

.action__img{
	text-align: center;
	margin-top: 40px;
}

.action__text{
	font-size: 14px;
}

/* qui sommes nous */ 
/*stat*/ 

.statistics{
	text-align: center;
	padding-top: 40px;
	padding-bottom: 40px;
	margin: 0;
	width: 192px;
}

.statistics__icon img{
	width: 60%;
}

.statistics-count{
	color: #22264f;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 28px;
}

.statistics__text{
	color: #22264f;
	font-weight: 300;
	font-size: 12px;
}

.statistics__number{
	color: #0c1556;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 28px;
}

/* on en parle*/ 
/* card */ 

.card{
	width: 300px;
	background-color: #fff;
	margin-left: 20px;
	margin-bottom: 20px; 
}

.card__text{
	padding:30px;
	color: #22264f;
}

.card__title{
	color: #0c1556;
	text-transform: uppercase;
	font-size: 20px;
	font-weight: 600;
	margin:0;
}

.card__date{
	color: #ff9800;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.read{
	text-transform: uppercase;
	color: #3e3d3d;
	padding-top: 20px;
}

/* association */ 

.category{
	background-color: #fff;
	width: 350px;
	height: 400px;
	padding: 20px;
	margin-right: 20px;
	margin-top: 30px;
	margin-bottom: 30px;
	text-align: center;
}

.category__logo img{
	width: 80%;
}

.category__association--padding{
	padding-top: 20px;
}

.category__title{
	font-size: 18px;
	text-transform: uppercase;
	font-weight: bold;
}

.category__association{
	font-weight: bold;
}

.category__logo--rectangle{
	padding-top: 40px;
	padding-bottom: 35px;
}

@media screen and (max-width: 600px){
	.category__logo--rectangle{
		padding-top: 20px;
		padding-bottom: 25px;
	}
}

.category__btn{
	color: #fff;
	background-color: #ff9800;
	text-align: center;
	margin: auto;
	width: 130px;
	border-radius: 5px;
	height: 30px;
	margin-top: 20px;
	padding-top: 4px;
}

.paragraph{
	text-align: center;
	color: #22264f;
	padding-top: 10px;
	font-size: 16px;
}

.title__underline--partnership::after{
	left: 264px;
}

.title__underline--all::after{
	left:255px;
}

.btn{
	color: #fff;
	background-color: #ff9800;
	width: 210px;
	height: 50px;
	text-align:center;
	margin: auto;
	text-transform: uppercase;
	padding-top: 15px;
	margin-top: 50px;
	font-weight: 600;
	border-radius: 5px;
}

.grid-association{
	display: flex;
	flex-wrap:wrap;
	margin-top: 30px;
	margin-bottom: 10px;
}

.grid-association__item--text{
	max-width: 484px;
	margin-left: 30px;
}

@media screen and (max-width: 600px){
	.grid-association__item--text{
		margin-left: 0px;
	}
}

.grid-association__item--middle{
	max-width: 484px;
	margin-right: 30px;
}

.association__title{
	margin:0px;
	font-size: 25px;
	text-transform: uppercase;
	padding-top: 20px;
	font-weight: bold;
}

.association__subtitle::after{
	content: '';
    width: 60px;
    height: 3px;
    display: block;
    position: absolute;
    background-color: #ff9800;
    margin-top: 5px;
}

@media screen and (max-width: 600px){
	.association__title{
		padding-left: 30px;
	}

	.association__subtitle{
		padding-left: 30px;
	}
}

.association__text{
	font-size: 15px;
}

.association__text--bold{
	font-weight: bold;
}

@media screen and (max-width: 600px){
	.association__text{
		padding-left: 30px;
		padding-right: 30px;
	}
}

.association__btn{
	color: #fff;
	background-color: #0C1556;
	width: 140px;
	height: 50px;
	text-align:center;
	margin: auto;
	text-transform: uppercase;
	padding-top: 15px;
	margin-top: 50px;
	font-weight: 600;
	border-radius: 5px;
	margin-bottom: 20px;
}

#association-1, #association-2, #association-3{
	padding-top: 135px; 
    margin-top: -135px;
}

.partnership{
	width: 286px;
	height: 222px;
	background-color: #E8E8E8;
	margin-left: 10px;
	margin-top: 10px;
}
.filter{
	margin-right: 40px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.filter--active{
	background-color: #2E366D;
	border-radius: 8px;
	color: #fff;
	padding: 7px;
}

@media screen and (max-width: 600px){
	.association__video{
		
		padding-bottom: 56.25%;
		padding-top: 10px;
		margin-bottom: 20px;
		height: 0;
		overflow: hidden;
		padding-left: 30px;
	}
	.association__video iframe,  
	.association__videor object,  
	.association__video embed {
		
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

}

/* filter */

.portfolio {
	margin-top: 20px;
}

.portfolio-inner .mix {
    display: none;
}

ul.portfolio {
    padding: 0;
    list-style: none;
    padding-top: 30px;
    margin-left: 8px;
    text-align: center;
}

ul.portfolio li {
    display: inline-block;
    padding: 8px 12px;
    margin: 0 8px;
    text-transform: capitalize;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    border: none;
    cursor: pointer;
    font-size: 13px;
}

ul.portfolio li:hover {
    color: #000;
    border: none;
}

ul.portfolio li.active {
    color: #ffffff;
    background-color: #2E366D;
    padding: 5px 20px;
    border-radius: 20px;
    box-shadow: 0px 1px 2px 0px rgba(90, 91, 95, 0.15);
}

.portfolio .item {
    margin-top: 30px;
    position: relative;
}

.portfolio .item img {
    width: 100%;
}

.item {
    -webkit-transition: .3s;
    transition: .3s;
}

.portfolio .item:hover a:before{
  top: 40%;
  box-shadow: 0px 16px 22px 0px rgba(90, 91, 95, 0.3);
  -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}

.portfolio .item a:before{
  color: #ffffff;
  content: "\f00e";
  font-family: "FontAwesome";
  text-align: center;
  color: #ffffff;
  position: absolute;
  font-size: 25px;
  top: 2%;
  opacity: 0;
  left: 0%;
  right: 0%;
  background-color: #24b662;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  line-height: 70px;
  margin: 0 auto;
  -webkit-transition: all 400ms ease-in-out;
          transition: all 400ms ease-in-out;
}

.portfolio .item a:hover:before{
  opacity: 1;
}

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
	margin-top: 40px;
    font-size: 50px;
    background-color: #24b662;
    width: 44px;
	right: 0px;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: inherit;
}

}
/* contact */ 
.table {
    display: flex;
    width: 100%;
}

.table__cell--1 {
    flex: 1;
}

.table__cell--2 {
    flex: 2;
}

.form {
	margin-top: 50px;
	margin-bottom: 50px;
}

.form__group {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px;
}

.form__control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bbbbbb;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1rem;
}

.form__control:focus {
    outline: none;
}

.form__label {
    color: #bbbbbb;
}

.form__label--required::after {
    content: '*';
    font-size: 0.8rem;
    vertical-align: super;
}

.form__btn{
	color: #fff;
	background-color: #ff9800;
	width: 150px;
	height: 50px;
	text-align:center;
	margin: auto;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 600;
	border-radius: 5px;
	border: none;
}


/* chevalier */ 

.title__underline--chevalier::after{
	left: 315px;
}

.price__paragraph{
	color: #22264f;
	padding-top: 30px;
	padding-bottom: 10px;
	line-height: 20pt;
	font-size: 16px;
	text-align: center;
}

.price__btn{
	color: #fff;
	background-color: #22264f;
	width: 450px;
	text-align:center;
	margin: auto;
	text-transform: uppercase;
	padding-top: 15px;
	margin-top: 30px;
	border-radius: 5px;
	padding: 10px;
}
.laureate__picture img{
	height: 250px;
}

.laureate__picture{
	padding-right: 23px;
}

.laureate{
	padding: 20px;
	padding-bottom: 60px;
	padding-top: 60px;
}

.laureate__text{
	width: 650px;
	font-size: 14px;
}

.laureate__title{
	text-transform: uppercase;
	font-size: 25px;
	font-weight: 600;
	position: relative;
	margin: 0;
}

.laureate__subtitle::after{
	content: '';
    width: 30px;
    height: 3px;
    display: block;
    position: absolute;
    background-color: #ff9800;
}

.laureate__subtitle{
	position: relative;
	padding-bottom: 30px;
	font-size: 18px;
}

.laureate__text--margin{
	padding-right: 20px;
}

.category__laureate{
	font-weight: bold;
	font-size: 25px;
}

#laureate, #laureate-2018, #coeur{
	padding-top: 135px; 
    margin-top: -135px;
}

.color{
	color: #ff9800;
}
/* contact */ 
.table {
    display: flex;
    width: 100%;
}

.table__cell--1 {
    flex: 1;
}

.table__cell--2 {
    flex: 2;
}

.form {
	margin-top: 50px;
	margin-bottom: 50px;
}

.form__group {
    margin-left: 12px;
    margin-right: 12px;
    margin-bottom: 24px;
}

.form__control {
    width: 100%;
    border: none;
    border-bottom: 1px solid #bbbbbb;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 1rem;
}

.form__control:focus {
    outline: none;
}

.form__label {
    color: #bbbbbb;
}

.form__label--required::after {
    content: '*';
    font-size: 0.8rem;
    vertical-align: super;
}

.form__btn{
	color: #fff;
	background-color: #ff9800;
	width: 150px;
	height: 50px;
	text-align:center;
	margin: auto;
	text-transform: uppercase;
	margin-top: 20px;
	font-weight: 600;
	border-radius: 5px;
	border: none;
}

/* legal */
.legal-mention{
	margin-top: 20px;
	margin-bottom: 50px;
}

.title__underline--legal::after{
	left: 350px;
}

.link{
	color:#ff9800; 
}
/* footer */ 

.page{
	min-height: 100vh;
	display: flex;
	flex-direction:column;
}

.content{
	flex-grow:1;
}

.menu__item--footer{
	display: inline-block;
	text-decoration: none;
	color: #fff;
	padding-top: 70px;
	padding-left: 10px;
	text-transform: uppercase;
	font-size: 14px;
}

.footer__menu img{
	width: 5%;
}

.logo__highco img{
	width: 40%;
}

.logo__highco{
	padding-top: 40px;
	width: 250px;
	text-align: center;
}

.logo__partner img{
	width: 80%;
}

.title__partner{
	color: #fff;
	padding-top: 50px;
	padding-bottom: 10px;
}

.logo__partner{
	width: 250px;
	text-align: center;
}

.footer__menu img{
	width: 10%;
	padding-bottom: 4px;
}

.footer__menu{
	width: 200px;
}


/* responsive */

@media screen and (max-width: 960px){
/* menu */
.header__nav .menu-phone{
    display: block;
    color: #f4382f;
    background-color: #fff;
    text-align: right;
    padding: 12px 0;
}

.menu{
    display: none;
}

.menu__item, .menu__item a{
    width: 100%;
    height: 100%;
    text-align: center;
}

.menu__item{
	background-color: #ff9800;
	color: #fff;
	box-shadow: 0px 0px 1px #5c0808;
	padding-top: 25px;
}

.menu__item a:hover{
	color: #0C1556;
}

.header__nav{
    float: none;
}

.section--gray-height{
	height: inherit;
}

.paragraph{
	padding: 20px;
}

.portrait__paragraph{
	padding: 20px;
}

.action__paragraph{
	padding: 0px 20px;
}

.laureate__text{
	width: inherit;
}

.laureate{
	margin: 10px;
}

}

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

/* menu */
.header__nav .menu-phone{
    display: block;
    color: #f4382f;
    background-color: #fff;
    text-align: right;
    padding: 12px 0;
}

.menu{
    display: none;
}

.menu__item, .menu__item a{
    width: 100%;
    height: 100%;
    text-align: center;
}

.menu__item{
	background-color: #ff9800;
	color: #fff;
	box-shadow: 0px 0px 1px #5c0808;
	padding-top: 25px;
	padding-left: inherit;
}

.menu__item a:hover{
	color: #0C1556;
}

.header__logo img{
	
} 

.header__nav{
    float: none;
}
/*footer */
.section--footer{
	height: inherit;
}

/* portrait*/ 
.portrait{
	width: 350px;
}
.portrait__paragraph{
	padding: 20px;
}

.title__underline--founder::after{
	left: 100px;
}

.title__underline--talk::after{
	left: 70px;
}

.portrait__picture{
	width: 230px;
	margin-top: 20px;
}

.portrait__title{
	font-size: 24px;
}

/* association */

.category{
	background-color: #fff;
	width: 300px;
}

.paragraph{
	padding: 20px;
}

.title__underline--all::after{
	left: 95px;
}

.partnership{
	margin-left: 0px;
}

.title__underline--partnership::after{
	left: 90px;
}

/* nos actions */ 

.title__underline--action::after{
	left: 20px;
}

.action{
	width: 300px;
	margin-right: inherit;
}

.action__paragraph{
	padding: 0px 20px;
}

.action__img img{
	width: 50%
}

/* chevalier */ 

.title__underline--chevalier::after{
	left: 30px;
}

.price__paragraph{
	padding: 20px;
}

.price__btn{
	width: inherit;
	margin: 20px;
}

/* Highco */ 

.highco__paragraph{
	padding: 20px
}

.highco{
	width: 350px;
	padding-top: 0px;
}

.highco__picture{
	width: 250px;
	margin-top: 20px;
}

.highco__picture img{
	width: 100%;
}

.block{
	justify-content:center;
}

.grid__item--1{
	order:1;
}

.grid__item--2{
	order:2;
}

/* on en pale */ 

.card{
	margin-left: inherit;
}

/* footer */ 

.menu__item--footer{
	padding-top: 5px;
	padding-bottom: 20px;
}

.logo__highco{
	padding-top: 20px;
	width: 200px;
	text-align: center;
	padding-bottom: 10px;
}

}
