#.debug * {
    outline: 1px solid lightblue;
}

html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    color: #2c2b25;
    font-weight: 500;
}
p, h1, h2{
	margin:0;
}

.pt-33{
	padding-top: 33px;
}

.pt-70{
	padding-top: 70px;
}

mark{
	background-color: #FFD482;
}


.title-2{
	font-weight: 500;
	font-size:40px;
	text-align: center;
}
/* Section */
.section {
    width: 100%;
}

.section--padding{
	padding: 70px 0px;
}

.section--color{
	background-color: #faf9f5;
}

.section--color-2{
	background-color: #ffd482;
}

.section--calendar{
	background-image: url(../images/line2.png);
	background-repeat: repeat-y;
	background-position: center;
	margin-top: 50px;
	margin-bottom: 50px;
}

.section--header{
	margin-top: 0;
	top: 0%;
	z-index:1000;
	height: 100px;
	background-color: #faf8ed;
	padding-top: 20px;
}

.header-white{
	background-color: #faf9f5;
}

.section--picture{
	height: calc(100% - 120px);
	width: 100%;
	position: relative; 
	background-color: #FAF8ED;
	display: flex; /* contexte sur le parent */
  	flex-direction: column; /* direction d'affichage verticale */
  	justify-content: center;

}

 @media screen and (max-width: 900px){
 	.section--picture{
 		height: auto;
 		display: block;
 	}
 }

.section--headband-title{
	background-image: url(../images/headband-title4.png);
	height: 115px;
	background-repeat:no-repeat;
	background-position: top;
}
.section--headband-title-2{
	background-image: url(../images/headband-title4.png);
	background-repeat:no-repeat;
	background-position: top;
	margin-bottom: 30px;
}

.section--headband-annonce{
	background-image: url(../images/headband-title4.png);
	height: 151px;
	background-repeat:no-repeat;
	background-position: top;
	background-color: #f5f5f5;
}

.section--headband{
	background-image: url(../images/headband1.png);
	background-repeat:no-repeat;
	background-position: center;
	position: relative; 
	background-size: cover;
	width: 100%;
	height: 20%;
	margin-top: 30px;
}

.section--footer{
	background-color: #363584;
}

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

/* container */
.container {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden;
}

.container--picture{
	display: flex;
	flex-wrap:wrap;
}

 @media screen and (max-width: 900px){
 	.container--picture{
 		justify-content:center;
 	}
 }

/* header */
.header{
	height: 70px;
}

.header__logo{
	float: left;
	padding-top: 10px;
} 


.header__logo img{
	height: 78px;
	padding-top: 7px;
} 

.header__nav{
	float: right;
	background-color: #fff;
    border-radius: 52px;
    padding: 0px 10px;
    box-shadow: 0px 3px 6px #00000029;
}

.menu{
	padding: 0;
	margin:0;
	text-align: center;
	font-size: 15px;
	height: 70px;
}

.menu__item{
	display: inline-block;
	margin:0 15px;
	text-decoration: none;
	position: relative;
	height: 37px;
	
}
.menu__item--red{
	background-color: #F66F4D;
	color: #fff;
	padding-left: 15px;
	padding-right: 15px;
	border-radius: 52px;
}

.menu__item-line{
	padding-top: 25px;
}
/*.menu__item-line::after{
	content: '';
    width: 2px;
    height: 40px;
    display: block;
    position: absolute;
    top: 0;
    right: -20px;
    background-color: #e62634;
    margin-top: 15px;
}*/ 

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

.menu__item--red a:hover {
    color: #4a3d8e;
}

.menu__item-test{
	padding-top: 0px;
}

a{
	text-decoration: none;
	color: inherit;
}
/*.header-push-down{
	 height: 90px;
	 background-color: #FAF8ED;
}

.push-down{
	height: 20px;
} /*

/* menu reponsive */ 


/*picture home */ 

.title{
	font-size: 42px;
	margin-bottom: 80px;
	color: #363584;
}

 @media screen and (max-width: 1331px){
	.title{
		margin-bottom: 40px;
		font-size: 40px;
	}
 }



 @media screen and (max-width: 568px){
 	.title{
 		font-size: 25px;
 		margin-bottom: 40px;
 	}
 }

.subtitle{
	font-size: 22px;
	padding-bottom: 20px;
}


.picture__text{
	color: #000;
	font-size: 23px;
	font-weight: 300;
    line-height: 1.5;
    max-width: 603px;
}

.picture__illu{
	text-align: center;
}

.picture__illu img{
	max-width: 500px;
	width: 100%;
	height: auto;
	padding-left: 20px;
}

 @media screen and (max-width: 1331px){
	.picture__illu img{
		max-width: 380px;
		padding-top: 40px;
	}
 }

 @media screen and (max-width: 568px){
 	.picture__illu img{
 		width: 80%;
 	}
 }


.category{
	display: flex;
	background:rgba(255, 255, 255, 0.2);
	border-radius: 23px;
	max-width: 557px;
	margin-top: 22px;
	height: 44px;
}

.category__number{
	font-size: 42px;
	font-weight: bold;
	position: relative;
	top: -8px;
	left: -32px;
	width: 28px;
}

.picture__text-large{
	text-transform: uppercase;
	font-size: 35px;
}

.picture__text-folder{
	color: #fff;
	text-align: center;
    max-width: 200px;
    background-color: #F66F4D;
    font-size: 18px;
    padding: 10px;
    border-radius: 52px;
    text-transform: uppercase;
    margin-top: 50px;
}
.picture__text-folder:hover{
	color: #fff;
    background-color: #50549A;
}

.color-red{
	color: #e30c2d;
}

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

	.picture__text{
		font-size: 18px;
		padding: 10px;
	}

	.picture__text p{
		margin:5px;
	}
	
	.picture__text-large{
		text-transform: uppercase;
		font-size: 20px;
	}
	
	.picture__text-folder{
	    max-width: 180px;
	    font-size: 16px;
	    padding: 5px;
	    text-align: center;
	    margin: 50px auto 0px;
	}

}

.message{
	text-align: center;
	font-size: 25px;
	color: #f4382f;
	text-transform: uppercase;
	margin-bottom: 50px;
	font-weight: bold;
}

@media screen and (max-width: 568px){
	.message{
		font-size: 18px;
	}
}
/* headband-title */ 

.headband-title{
	text-transform: uppercase;
	text-align: center;
	font-size: 28px;
	color: #fff;
}

.title-headband-2{
	font-size: 28px;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.title-group{
	text-align: center;
}

.divider{
	display: block;
	width: 40px;
	height: 2px;
	margin-bottom: 15px; 
	background-color: red;
}

.divider--2{
	width: 90px;
	margin:10px auto;
	text-align: center;
}

/* presentation */ 

.presentation-2{
	text-align: center;
	padding: 20px 10px 10px 50px;
	margin-top: 80px;
	max-width: 500px;
}


@media screen and (max-width: 568px){
	.presentation-2{
		padding: 0px;
	}
}

.presentation__text{
	max-width: 600px;
	margin: auto;
	font-size: 16px;
	line-height: 1.5;
	color: #4d4a41;
}

@media screen and (max-width: 568px){
	.presentation__text{
		max-width: 340px;
	}
}

.presentation__video img{
	width: 100px;
	padding-top: 40px;
}

.presentation__picture img{
	height: 600px;
	border-radius: 15px;
}

@media screen and (max-width: 568px){
	.presentation__picture img{
		height: 400px;
	}
}
/* video */ 

.background-video{ 
	width: 100%;
	object-fit:cover;
	position: absolute;
}

/* grid */

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

@media screen and (max-width: 568px){
	.grid--phone{
		flex-direction: column-reverse;
	}
}

.grid-alone{
	display: flex;
    flex-wrap:wrap;
}

.grid__item--category{
	padding: 0px 20px;
}

/* criteres */ 
#calendar{
	padding-top: 70px; 
    margin-top: -70px;
}

.block__title{
	text-align: center;
	color:#f66f4d;
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 20px;
	margin-top: 30px;
}

.block__title--margin{
	margin-top: 0px;
}

.block__title--category{
	color: #363584;
	margin-bottom: 10px;
	font-weight: 600;
}

.block__title--finalist{
	margin-bottom: 25px;
	margin-top: 0px;
}

.block__image img{
	width: 60%;
}
.block__description{
	color: #062451;
}

.block__description--center{
	text-align: center;
	padding-top: 20px; 
}

.block{
	width: 200px;
	text-align: center;
	background-color: #fff;
	height: 200px;
	padding: 20px;
	margin: 10px;
	border-radius: 24px;
	box-shadow: 2px 2px 6px #00000029;
}

 @media screen and (max-width: 568px){
 	.block{
 		margin: 20px 10px; 
 	}
 }

.block__image svg{
	width: 37px;
	color:  #f66f4d;
	padding: 20px;
}

.block__image{
	background-color:#fbeecc;
	border-radius: 60px;
	width: 80px;
	height: 80px;
	text-align: center;
	margin: auto;
	margin-bottom: 20px;
}

/* calendar */ 
.calendar{
	display: flex;
	flex-wrap:wrap;
}

.event{
	border-style: solid;
    border-width: 1px;
    border-color: #c6c6c6;
    margin-top: 20px;
    width: 300px;
    padding: 20px;
    border-radius: 10px;
}

 @media screen and (max-width: 1000px){
	.event{
		max-width: 300px;
	}
 }
.event--right{
	margin-left: 120px;
}

.event--left{
	margin-left: 171px;
}

.calendar:hover .date, .calendar:hover .date--left::before, .calendar:hover .date--right::before, .calendar:hover .date--left-large::before  {
	color: #fff;
	background: #363584;
	background-color:#363584;
}

.calendar:hover .event__title{
	color: #3c3c3b;
} 

.date{
	position: relative;
    background-color: #F66F4D;
    color: #fff;
    padding: 10px;
    margin-top: 20px;
    border-radius: 10px;
}

.date--left{
	margin-left: 454px;
}

.date--left-large{
	margin-left: 388px;
	width: 105px;
}

.date--right{
	margin-left: 120px;
}

.date p{
	margin:0;
}

.date--left::before, .date--left-large::before{
	content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    background-color: #c6c6c6;
    right: -68px;
    top: 0;
}

.date--right::before{
	content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    position: absolute;
    background-color: #c6c6c6;
    left: -72px;
    top: 0;
}

.event__title{
	font-size: 16px;
	text-transform: uppercase;
	color: #363584;
	font-weight: 600;
}

.event__description{
	font-size: 14px;
	padding-top: 5px;
	color: #062451;
}

.grid__item--1, .grid__item--2{
	margin-top: 20px;
}
/* endowment */
#endowment{
	padding-top: 70px; 
    margin-top: -70px;
}
.endowment__small-picture{
	display: none;
}

.endowment{
	position: relative;

}

.endowment__text{
	position: absolute;
	color: #062451;
}

.endowment__text-color{
	color: #f4382f;
	font-size: 20px;
	font-weight: 500;
	text-transform: uppercase;
}

.endowment__text-1{
	top: 0px;
	left: 300px;
}

.endowment__text-2{
	top: 119px;
	left: 380px;
}

.endowment__text-3{
	top: 302px;
	left: 380px;
}

.endowment__text-4{
	top: 469px;
	left: 380px;
}
.endowment__picture img{
	width: 33%;
	margin-top: 70px;
}

.underline{
	text-decoration: underline;
}
/* jury */ 
.block-jury__photo{
	overflow:hidden;
    -webkit-border-radius:0px;
    -moz-border-radius:100px;
    border-radius:100px;
    width:150px;
    height:150px;
}

.block-jury{
	text-align: center;
	width: 230px;
	margin-bottom: 40px;
}
.block-jury__text{
	text-align: center;
	max-width: 600px;
	margin:auto;
	margin-bottom: 20px;
	color: #062451;
}
.block-jury__text--uppercase{
	text-transform: uppercase;
}
.block-jury__name{
	text-transform: uppercase;
	margin-bottom: 10px;
	font-weight: 600;
	color: #363584;
}

.block-jury__job{
	font-size: 14px;
}

.block-jury svg{
	color: #f66f4d;
	background-color: #fbeecc;
    height: 40px;
    border-radius: 51px;
    padding: 20px;
}
/* portrait frédéric chevalier */ 

#portrait{
	padding-top: 70px; 
    margin-top: -70px;
}
.portrait img{
	height: 580px;
}

.portrait__text{
	max-width: 600px;
	padding-left: 80px;
}

.portrait__text-red{
	color: #db1b35;
	text-align: center;
	max-width: 600px;
	margin: auto;
	padding-top: 20px;
}

.block-date{
	max-width: 800px;
	border-style: solid;
    border-width: 3px;
    padding:20px;
  	margin:10px auto 10px auto;
    border-color: #452883;
}

.block-region{
	max-width: 800px;
	margin-left: 120px;
	padding:20px;
	border-style: solid;
    border-width: 3px;
   	border-color: #452883;
    margin:10px auto 10px auto;
}

.title-color{
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
	font-weight: 600;
	font-size: 18px;
	padding-top: 50px;
}

.title-color--date{
	 color:#f66f4d;

}

.title-color--region{
	color:#f66f4d;
}

.block__text-color{
	color: #f4382f;
	font-weight: bold;
}

/* make */
#make, #laureate, #laureate-2020{
	padding-top: 70px; 
    margin-top: -70px;
}

.block__text{
	padding-left: 70px;
	line-height: 1.5;
	max-width: 470px;
}

.block__text-2{
	padding-left: 70px;
	line-height: 1.5;
	padding-top: 20px;
	width: 1000px;
}

.block__text-3{
	width: 450px;
}

.block__text--size{
	max-width: 500px;
}

.block__text--margin{
	padding-left: 0px;
	padding-right: 70px;
}

.block__logo img{
	width: 350px;
}
/* btn folder */ 

.btn-folder{
	padding:20px;
    text-align: center;
    max-width: 476px;
    font-size: 18px;
    margin-top: 40px;
    color: #fff;
    background-color: #F66F4D;
    border-radius: 52px;
    margin-left: 67px;
}

  @media screen and (max-width: 568px){
  	.btn-folder{
  		margin-left: 0px;
  	}
  }

/* footer */ 

.footer{
	display: flex;
	justify-content: center;
	padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 60px;
    padding-bottom: 30px;
}

.footer__lien {
    margin-top: 50px;
    color: #fff;
    padding-left: 40px;
    
}

.separation{
	border-right: solid 1px #fff;
	height: 100px;
	margin-top: 40px;
	margin-right: 20px;
	margin-left: 20px;
}

.footer__text{
	color: #fff;
	text-transform: uppercase;
}

.footer__logo img{
	padding: 10px;
}

.footer__logo-highco img{
    height: 130px;
    padding-top: 30px;
}
.partnership__title{
	text-transform: uppercase;
	color: #fff;
	font-size: 14px;
	padding-top: 20px;
	text-align: center;
}

.menu-footer__item:hover{
	color: #f4382f;
}
.menu-footer{
	padding: 0;
	margin:0;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
}

.menu-footer__item{
	display: inline-block;
	margin-right: 20px;
	text-decoration: none;
	position: relative;
	padding-top: 15px;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.overlay:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 100px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  max-width: 900px;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #f4382f;
}
.popup .content {
  max-height: 400px;
  overflow: auto;
}

.content h1{
	font-size: 18px;
}

/* inscription / Pre- inscription */ 

.iframe{
	width: 100%;
	height: 100%;
}

.iframe iframe{
	width: 100%;
	height: 100%;
	border:0;
	overflow: hidden;
}

.block-text-inscription{
	display: flex;
	margin-top: 50px;
	line-height: 1.5;
	flex-wrap: wrap;
}

.block-text-inscription__1{
	width: 330px;
	margin-right: 60px;
}

.block-text-inscription__2{
	width: 730px;
}

.block-text-inscription__2 p{
	padding-bottom: 10px;
}

.title-2{
	font-size: 34px;
	text-transform: uppercase;
	padding-bottom: 30px;
	font-weight: 500;
	color: #282419;
}

.no-center{
	text-align: inherit;
}

.subtitle-2{
	font-size: 20px;
	text-transform: uppercase;
}

.bold{
	font-weight: bold;
}

.inscription__logo img{
	width: 250px;
	margin-bottom: 70px;
}

.color-gray{
	color: #6f6f6f;
}

/* Annonce */ 

.card{
	width: 300px;
	height: 580px;
	background-color: #fff;
	margin-left: 20px;
	box-shadow: 0px 0px 10px #b9b9b9;
	margin-bottom: 40px; 
}

.card__text{
	padding:20px;
}

.card__title{
	color: #e62634;
	text-transform: uppercase;
	font-weight: 600;
}

.card__description{
	font-size: 14px;
	font-weight: 300;
	padding-top: 10px;
}

.description{
	text-align: center;
	padding-bottom: 30px;
	margin-top: 100px;
	font-size: 18px;
}

/* laureate */

#price-1{
	padding-top: 70px; 
    margin-top: -70px;
}


#price-2{
	padding-top: 70px; 
    margin-top: -70px;
}

.laureate__picture img{
	padding-top: 10px;
}

.laureate__picture{
	text-align: center;
}

.laureate{
	max-width: 350px;
	height: 400px;
	padding: 0px 30px 0px 30px;
	background-color:#fff;
	box-shadow: 4px 7px 6px #d9d9d9;
	margin: 70px 20px 70px 20px;
	text-align: center;
}

.laureate__title{
	font-size: 18px;
	text-transform: uppercase;
	color: #062451;
	font-weight: 600;
	text-align: center;
	padding-top: 20px;
}

.color{
	color: #f4382f;
}

.laureate__picture img{ 
	width: 80%;
}

.laureate__text-color{
	color: #f4382f;
}

.laureate__name{
	color: #062451;
	font-weight: 400;
	text-align: center;
	font-size: 25px;
}
.laureate__intro{
	color: #062451;
	font-size: 15px;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 70px;
}

.laureate__text{
	color: #062451;
	font-size: 15px;
}


.interview__picture img{
	width: 100%;
	padding-top: 10px;
}

.name-title{
	font-size: 16px;
	font-weight: 600;
	margin: 0px 0px 15px 0px;
}

.block-laureate__title{
	text-transform: uppercase;
	color:#f5704d;
	font-size: 20px;
	margin: 0px;
}

.block-laureate__title--2{
	font-size: 35px;
	color: #282419;
	margin-bottom: 50px;
    margin-left: 80px;
}

.block-laureate__btn{
	padding:10px;
    margin-bottom: 40px;
    text-align: center;
    max-width: 110px;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 30px;
    color: #fff;
    background-color: #f5704d;
    border-radius: 51px;
}


.laureate__btn{
	padding:10px;
	-moz-background: -webkit-linear-gradient(#fb1e3d 0%, #7046e8 100%);
    -moz-background: -o-linear-gradient(#fb1e3d 0%, #7046e8 100%);
    -moz-background: linear-gradient(#fb1e3d 0%, #7046e8 100%);
    -webkit-background: -webkit-linear-gradient(left, #e51f31 0%, #7046e8100%);
    background: linear-gradient(to left, #fb1e3d 0%, #7046e8 100%);
    margin-bottom: 40px;
    text-align: center;
    max-width: 110px;
    margin: auto;
    text-transform: uppercase;
    font-size: 15px;
    margin-top: 30px;
    color: #fff;
}

.interview{
	color: #062451;
	line-height:1.6;
}

.interview__question{
	margin-top: 20px;
	font-weight: 600;
	font-size: 18px;

}

.interview__answer{
	font-style: italic;
}

.block-laureate{
  	padding-top: 70px;
  	padding-bottom: 70px;
}

  @media screen and (max-width: 568px){
  	.block-laureate{
  		padding-top: 10px;
  		padding-bottom: 30px;
  	}
  }

.interview__btn{
	padding:15px;
	border-style: solid;
    border-width: 5px;
   -moz-border-image: -webkit-linear-gradient(#fb1e3d 0%, #7046e8 100%);
    -moz-border-image: -o-linear-gradient(#fb1e3d 0%, #7046e8 100%);
    -moz-border-image: linear-gradient(#fb1e3d 0%, #7046e8 100%);
    -webkit-border-image: -webkit-linear-gradient(left, #e51f31 0%, #7046e8100%);
    border-image: linear-gradient(to left, #fb1e3d 0%, #7046e8 100%);
    border-image-slice: 1;
    margin-bottom: 40px;
    text-align: center;
    max-width: 250px;
    margin: auto;
    text-transform: uppercase;
    font-size: 20px;
    margin-top: 60px;
    color: #fb1e3d;
}

.interview__title{
	font-size: 18px;
	font-weight: 300;
}

/* responsive */ 

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

}

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

.container{
	padding-left: 30px;
	padding-right: 30px;
}

.popup {
	margin: 80px auto;
}



.menu__item:hover{
    display: block;
}

.header__nav{
    display: none;
}

/* headband */
.headband-title{
	font-size: 22px;
}
.headband-title--large{
	padding-top: 15px;
}

/* calendar */
.grid__item--1{
	order:1;
}
.grid__item--2{
	order:2;
}
.section--calendar{
	background-position: 10px;
}
.event--right{
	margin-left: 20px;
}

.event--left{
	margin-left: 20px;
}

.date--left{
	margin-left: 20px;
}

.date--right{
	margin-left: 17px;
}

.date--left-large{
	margin-left: 17px;
}

.date--left::before{
    right: 84px;
    top: inherit;
}

.date--right::before{
    left: -38px;
    top: inherit;
}
.date--left-large::before{
	right: 143px;
    top: inherit;
}
.block__title{
	font-size: 25px;
	margin-bottom: 0px;
}

/* endowment */ 
.endowment__picture{
	display: none;
}

.endowment__small-picture{
	display: inherit;
}

.endowment__small-picture img{
	width: 195px;

}

.endowment__text{
	position: inherit;
}

.endowment__text-4{
	padding-top: 10px;
}

.endowment{
	position: inherit;
	text-align: center;
	height: inherit;
}
/*portrait*/ 
.block-region{
	margin-left: 0px;
}
.portrait__text{
	padding-left: 0px;
	padding-top: 10px;
}
.block__text{
	padding-left: 0px;	
}

/*footer*/ 

.footer__logo-highco img{
    height: 200px;
    padding-top: 0px;
}
.popup .content {
  max-height: 350px;

}
.block__title--regulations{
	font-size: 17px;
	font-weight: bold;
}
.content h2{
	font-size: 15px;
}

.footer__lien{
	margin-top: 20px;

}

.footer__logo{
	text-align: center;
}

.separation{
	display: none;
}

/*grid*/ 
.grid-alone{
    justify-content: center;
}

}

.pt-33{
	padding-top: 33px;
}

@media screen and (max-width: 568px){
	.footer__lien{
		border-bottom: solid 1px;
		padding-bottom: 20px;
	}

	.partnership{
		text-align: center;
		border-bottom: solid 1px #fff;
		padding-bottom: 20px;
	}

}

/*slider dotation */
.grid-endowmentv2{ 
	display: flex;
	flex-wrap:wrap;
 }

 .grid-endowmentv2__item{
 	width: 50%;
 	background-color: #fbeecc;
 	border-radius: 10px;
 }

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

 	.grid-endowmentv2__item{
 		width: inherit;
 		height: 300px;
 	}
}



 .text-left{
 	padding: 50px;
 }

 @media screen and (max-width: 568px){
 	.text-left{
 		padding: 20px;
 		font-size: 15px;
 	}
 }

 .text-left p{
 	padding-top: 20px;
 }

 .endowment-text{
 	text-align: center;
 	font-size: 18px;
 	padding-bottom: 40px;
 }


 /* date */ 

 .block-date-2{
 	width: 220px; 
 	padding:15px;
 	margin:0px 5px;
 	height: 200px;
 	background-color: #fff;
 	box-shadow: 0px 3px 6px #00000029;
 	border-radius: 10px;
 }

  @media screen and (max-width: 568px){
 	.block-date-2{
 		margin: 20px 10px; 
 	}
 }

 .block-date__description{
 	font-size: 14px;
 }

 .block-date__title{
 	margin: 20px 0;
 	font-size: 23px;
 }

.region{
	text-align: center;
	display: flex;
}

.region img{
	text-align: center;
	margin: auto;
	padding: 20px;
	height: 100px;
}


  @media screen and (max-width: 400px){
  	.region img{
		height: 50px;
	}
  }

.region p{
	max-width: 400px;
	font-size: 18px;
	margin: auto;
	padding: 20px 0px;
}


.grid__item--slider{
	max-width: 500px;
}

/* menu responsive */ 
.cd-header {
  position: absolute;
  top: 0;
  left: 0;
  height: 50px;
  width: 100%;
  z-index: 3;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: none;
  position: fixed;
}

@media only screen and (min-width: 1110px) {
  .cd-header {
    height: 80px;
    background: transparent;
    box-shadow: none;
  }
}

@media screen and (max-width: 1110px){
  .cd-header{
    display: inline-block;
  }
}

@media only screen and (min-width: 1170px) {
  .cd-header {
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .cd-header.is-fixed {
    /* when the user scrolls down, we hide the header right above the viewport */
    position: fixed;
    top: -80px;
    background-color: rgba(2, 23, 37, 0.96);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .cd-header.is-visible {
    /* if the user changes the scrolling direction, we show the header */
    -webkit-transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  .cd-header.menu-is-open {
    /* add a background color to the header when the navigation is open */
    background-color: rgba(12, 12, 12, 0.96);
  }
}

.cd-primary-nav-trigger {
  position: absolute;
  right: 15px;
  top: 10px;
  height: 60px;
  width: 60px;
  background-color: #F66F4D;
}
.cd-primary-nav-trigger .cd-menu-text {
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
  /* hide the text on small devices */
  display: none;
}
.cd-primary-nav-trigger .cd-menu-icon {
  /* this span is the central line of the menu icon */
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
  /* these are the upper and lower lines in the menu icon */
}
.cd-primary-nav-trigger .cd-menu-icon::before, .cd-primary-nav-trigger .cd-menu-icon:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #fff;
  right: 0;
  -webkit-transition: -webkit-transform .3s, top .3s, background-color 0s;
  -moz-transition: -moz-transform .3s, top .3s, background-color 0s;
  transition: transform .3s, top .3s, background-color 0s;
}
.cd-primary-nav-trigger .cd-menu-icon::before {
  top: -5px;
}
.cd-primary-nav-trigger .cd-menu-icon::after {
  top: 5px;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked {
  background-color: rgba(255, 255, 255, 0);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before, .cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  background-color: #fff;
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::before {
  top: 0;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}
.cd-primary-nav-trigger .cd-menu-icon.is-clicked::after {
  top: 0;
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (min-width: 1110px) {
  .cd-primary-nav-trigger {
    width: 100px;
    padding-left: 1em;
    background-color: transparent;
    height: 30px;
    line-height: 30px;
    right: 2.2em;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cd-primary-nav-trigger .cd-menu-text {
    display: inline-block;
  }
  .cd-primary-nav-trigger .cd-menu-icon {
    left: auto;
    right: 1em;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
  }
}

.cd-primary-nav {
  /* by default it's hidden - on top of the viewport */
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #fff;
  z-index: 2;
  padding-top: 70px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: auto;
  /* this fixes the buggy scrolling on webkit browsers - mobile devices only - when overflow property is applied */
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  transition-property: transform;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  transition-duration: 0.4s;
  opacity:0.98;
}
.cd-primary-nav li {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: .2em 20px;
  text-transform: capitalize;
}
.cd-primary-nav a {
  display: inline-block;
  border-radius: 0.25em;
  -webkit-transition: background 0.2s;
  -moz-transition: background 0.2s;
  transition: background 0.2s;
}

.cd-primary-nav .cd-label {
  color: #06446e;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 2.4em 0 .8em;
}
.cd-primary-nav .cd-social {
  display: inline-block;
  margin: 0 .4em;
}
.cd-primary-nav .cd-social a {
  width: 44px;
  height: 44px;
  padding: 0;
  background-image: url("../img/cd-socials.svg");
  background-repeat: no-repeat;
  /* image replacement */
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.cd-primary-nav .cd-facebook a {
  background-position: 0 0;
}
.cd-primary-nav .cd-instagram a {
  background-position: -44px 0;
}
.cd-primary-nav .cd-dribbble a {
  background-position: -88px 0;
}
.cd-primary-nav .cd-twitter a {
  background-position: -132px 0;
}
.cd-primary-nav.is-visible {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
@media only screen and (min-width: 768px) {
  .cd-primary-nav {
    padding: 80px 0;
  }
}
@media only screen and (min-width: 1170px) {
  .cd-primary-nav li {
    font-size: 30px;
    font-size: 1.875rem;
  }
  .cd-primary-nav .cd-label {
    font-size: 16px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 700px) {
  .menu__item--phone .menu-item {
    border-bottom: solid 1px;
    list-style: none;
    padding: 20px 0px;
    display: inherit;
  }

  .menu__item--phone .menu-item::before{
    content:'';
    width: 0;
    height: 0;
    right: 31px;
    position: absolute;
    border-top: 8px solid transparent; 
    border-bottom: 8px solid transparent;
    border-left: 10px solid #000;
    margin-top: 7px; 
  } 
}

/* menu phone */ 

li.menu-phone__item{
	list-style: none;
    padding: 20px 0px;
    text-align: center;
}

.border{
	border-bottom: solid 1px #F66F4D;
}

.menu-phone__item--color{
	background-color: #F66F4D;
	color: #fff;
}

ul.menu-phone{
	padding: 0;
}

/* faq */ 

p.question{
	font-size: 20px;
    padding: 50px 0 10px 0px;
    color: #f66f4d;
}

ul.margin{
	margin-bottom: 0px;
}

p.contact{
	font-size: 18px;
    padding: 70px 0px
}

.extension{
	font-size: 24px;
	text-transform: uppercase;
}

.time{
	text-align: center;
	margin-top: 150px;
}


/* présentation project */ 

.container--project{
	padding: 50px 0px; 
}
.project{
	width: 330px;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 50px
}

@media screen and (max-width: 568px){
	.project{
		margin-right: 0px;
		margin-left: 0px;
	}
}

.project-2{
	width: 330px;
}

.project-2 img{
	width: 330pxpx;
}

.project__title{
	font-size: 20px;
	font-weight: 500;
}

.project__btn{
	padding: 10px;
	background-color: #062451;
	margin-top: 40px;
	width: 70px;
	color: #fff;
}

.headband{
	background: url(../images/fond-site.png) no-repeat fixed center center / cover;
	height: 150px;
	width: 100%;
}

.category-title{
	text-align: center;
	text-transform: uppercase;
	font-size: 25px;
	padding: 40px 0px;
	font-weight: bold;
}

.category-title--2{
	padding:0px;
	font-size: 20px;
}

.block-description__question{
	font-weight: 600;
	padding: 10px 0px;
	margin-top: 20px;
}

.block-description{
	width: 550px;
	margin-right: 48px;
}

 @media screen and (max-width: 568px){
 	.block-description{
		width:inherit;
	}
 }

.block-video{
	width: 550px;
	margin-top: 62px;
	padding: 0px 20px;
	text-align: center;
}

 @media screen and (max-width: 568px){
 	.block-video{
		width:inherit;
		padding: 0px;
	}
 }

.grid--2{
	justify-content: flex-start;
}

.project__title{
	padding: 15px 0px;
	text-transform: uppercase;
}

.next__btn{
	text-align: right;
	padding: 10px;
	background-color: #062451;
	margin-top: 40px;
	color: #fff;
}

.next{
	display: flex;
	justify-content: right;
}

.presentation{
	text-align: center;
	width: 150px;
	background-color: red;
	color: #fff;
	margin:20px auto;
	padding: 10px;
}

.presentation--2{
	margin:20px 0;
}

.vote{
	background-color: #f4382f;
	width: 150px;
	text-align: center;
	color: #fff;
	padding: 10px;
	text-transform: uppercase;
	margin: 10px auto;
}

.container--2{
	padding-bottom: 40px;
}

.time{
	text-align: center;
	margin-top: 150px;
}

/* phase 2 v2022*/

.grid-presentation{
	display: flex;
	justify-content:center;
}

.presentation--2{
	margin: 10px;
}

.finalist-logo{
	height: 200px;
	padding-bottom: 20px;
}

.finalist-logo-2{
	width: 338px;
    padding-top: 20px;
}

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

 }

.title-img img {
    width: 358px;
    padding: 40px;
}

span.title-3 {
    font-size: 64px;
}