/* MENU */
body {margin:0;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
width:100%}


/* Citation sous la vidéo 
.citation-home{
	position:absolute;
	text-align:center;
	width:35%;
	left:32.5%;
	margin:auto;
bottom:10%;

}


.citation-home-noir{display:none;}
*/




.citation-home-noir{
	position:relative;
	text-align:center;
	width:50%;
	left:25%;
	margin:0 auto;
		display:inline-block;
}
.titre-gala{
	width:80%;
}


h1
{
	text-align: center;
}
/* When the screen is less than 600 pixels wide, hide the quote. */



/* Flèche vidéo*/
i {
    position: absolute;
	display: inline-block;
	top:90%;
	left:48%;
	border: solid white;
    border-width: 0 8px 8px 0;
    padding: 20px;
}

video
{
    width:100%;
	top:0
}

.chairs{
	width: 40%; 
	margin: 0 auto; 
	margin-bottom: 40px;
}

@media screen and (max-width:1024px) {
	.chairs {
	   width: 80%;
	}
}
@media screen and (min-width:1366px) {
	.chairs {
	   width: 30%;
	}
}
.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
} 

@media screen and (max-width:1200px) {
i {
   display:none;
}
} 
@media screen and (max-width:1400px) {
.citation-home-noir{
	position:relative;
	text-align:center;
	width:50%;
	left:25%;
	margin:0 auto;
		display:inline-block;
}

.citation-home{display:none;}}

@media screen and (max-width:680px) {
.citation-home-noir{
	position:relative;
	text-align:center;
	width:90%;
	left:5%;
	margin: 0 auto;
	display:inline-block;
}

.citation-home{display:none;}}

.ensavoirplus
{
    text-align:center;
	font-weight:bold;
	font-size:1.3em;
}

.ensavoirplus a:hover, 
.titre-grid a:hover
{
    color:#001b3e;
}

.video-container {
        position: relative;
        padding-bottom: 56.25%;
        padding-top: 30px;
        height: 0;
        overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
}

/* Titre Actualités */
.titre_actualites
{
  position: relative;
  text-align:center;
  font-size:2em;
  font-weight:bold;
}

.slick-slide .inner {
  margin: 0 15px;
}


.citationbis
{ width:50%;
text-align:center;
margin-left:auto;
margin-right:auto;
vertical-align:middle;
font-size:1.2em;
font-style:italic;
}

.citationbis-texte
{ width:50%;
text-align:center;
margin-left:auto;
margin-right:auto;
vertical-align:middle;
font-size:1.4em;
font-style:italic;
font-weight:bold;
}

@media screen and (max-width:1000px){
.citationbis
{ width:95%;
}
.citationbis-texte{ width:95%;}
}

/* Bandeau */
.bandeau-bleu-nuit{ 
    background-color: #001b3e;
	padding-top:40px;
	padding-bottom:40px
}


.ensavoirplus
{ font-size:1.5em;
font-weight:none;
border:1px solid white;
color:white;
width:250px;
margin:auto;
}


.don-texte
{
    text-align:center;
	text-decoration:none;
	font-size:2.5em; 
	font-weight:bold;
	color:white;
} 


a
{
   color:black;
   text-decoration:none;
}

.don-texte a:hover
{
   color:#fbfbfb;
}

.caption
{text-align:center;
font-size:0.85em;
} 

.texte-presentation
{text-align:justify;
margin:auto;
width:50%;
padding-top:4%;
padding-bottom:4%;
} 


	@media screen and (max-width: 1500px) {
 .texte-presentation
{ width:95%;
}}





/* Carousel*/
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container-actu {
  max-width: 100%;
  position: relative;
  margin: auto;
}

.slides-content-1 {
width:31.666%;
padding-top:0.5%;
padding-bottom:0.5%;
float:left;
height:100%;
text-align:center;
margin-left:2%;
}

.slides-content-2 {
width:31.666%;
padding:0.5%;
float:left;
height:100%;
text-align:center;
}
.slides-content-3 {
width:31.666%;
padding-top:0.5%;
padding-bottom:0.5%;
margin-right:2%;
float:left;
height:100%;
text-align:center;
}
@media screen and (max-width:700px)
{
.slides-content-1 {
width:100%
}

.slides-content-2 {
width:100%
}
.slides-content-3 {
width:100%}}

/* Img Actu*/
.imgactu {
width:100%;

}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: black;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: #e6e6e6;
}

/* Caption text */
.actu-text {
  color: #000;
  font-size: 15px;
  position: relative;
  /*bottom: 8px;*/
  width: 100%;
  text-align: center;
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
  text-align:center;
}

.dot-class
{margin-left:auto;
margin-right:auto;
text-align:center}

.active, .dot:hover {
  background-color: #717171;
}

/* Fading animation */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}

@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}
