* {margin:0; padding:0; box-sizing:border-box;}
 
body {
  overflow-x: hidden;
  font-family: 'Roboto Slab', serif; 
  -webkit-font-smoothing:antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust:none;
  -webkit-tap-highlight-color: #003366; 
	}
	
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-family: 'Roboto Slab', serif }



p{
	font-size: 16px;
	line-height: 1.5;
}

a {
  color: #001950; }

a:focus, a:hover, a:active {
    color:  #0146cd; }




#background {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/poster.jpg) no-repeat;
    background-size: cover;
}


#background_overlay {
    position: fixed;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    display: block;
    z-index: -90;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(../img/logo4.png) no-repeat;
    background-size: cover;

}

#background2 {
    position: relative;
    top: 50%;
    left: 50%;
    width:  100vh;
    height: auto;
    background-size: cover;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}



#medusee {
    position: relative;
    top: 50%;
    left: 50%;
    max-height: 750px;
    width:  auto;
    height: auto;
    background-size: cover;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
}




.meduse{
	max-height: 100vh;
	overflow: hidden;
}



.h100{
	min-height: 100%;
	height: 100vh;
}

.blanc{
	background-color: #fff;	
	color:#191970;

}

.blanc p{
	color:#191970;
}



.vert{
	background-color: #001950;
	color: #fff;
}

.noir{
	background-color: #000;
	color: #fff;
}


.beige{
	background-color: #fdf5e1;
	color: #000;

}


.bleu, .bleu p{
	background-color: #191970;	
	color: #d8eff4;
}

.bleu2{
	background-color: #141973;
}

.rouge, .rouge p{
	background-color: #001950;	
	color: #fce0d6;
}

.violet, .violet p{
	background-color: #0000FF;	
	color: #fce0d6;
}


.poudre, .poudre p{
	background-color: #d8eff4;	
	color: #001950;
}


.peau, .peau p{
	background-color: #fce0d6;	
	color: #001950;
}

.gris, .gris p{
	background-color: #d1d1d1;	
	color: #0000FF;
}



.txtrouge p, .txtrouge h2, .txtrouge{
	color: #001950 !important;	
}

.txtpeau p{
	color: #fce0d6;	
}

.txtbleu p, .txtbleu h2, .txtbleu{
	color: #0000FF !important;	
}

.colors span{
	display: none;
}


.colors:hover span{
	display: block;
}
.colors:hover a{
	display: none;
}


section {
  padding: 0; }

section h2 {
    font-size: 1.25rem;
}


#map{
	padding-top: 40px;
}


.img-full{
    width: 100%;
    height: auto;	
}
 
@media (min-width: 992px) {
    section h2 {
      font-size: 2rem;
      line-height: 2.5rem; } }


.carre{
	padding:30px;
	height: 100%;
}

.colors{
	padding:160px 40px;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
}

.colors p{
	font-size: 50px;
	font-weight: 800;
	text-align: center;
	margin-bottom: 0;
}

.row.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
  padding-right: 0;
  padding-left: 0;
}

.btn-down{
	padding: 40px 20px;
}

.btn-down img{
	margin-top: 30px;
	max-width: 200px;
}

.btn-down:hover{
opacity: .8;
}


#mainNav {
	padding-top: 1rem;
	padding-bottom: 1rem;
	font-family: 'Roboto Slab', serif; 
}

.navbar-nav{
	background-color: #0000FF;
	text-align: center;
}

.navbar-nav li.nav-item a.nav-link {
	color: #ffffff;
}

.navbar-nav li.nav-item a.nav-link:hover {
        color:  #001950; 
}

.navbar-nav li.nav-item a.nav-link:active, #mainNav .navbar-nav li.nav-item a.nav-link:focus {
color: #001950; 
}

.navbar-nav li.nav-item a.nav-link.active {
        color: #fff; 
}

.navbar-toggler {
    font-size: 80%;
    padding: 0.8rem; }

@media (min-width: 992px) {

.carre{
	padding:160px;
	height: 100%;
}

.navbar-nav{
	background-color: transparent;
	text-align: center;
}


  #mainNav {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    -moz-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s; }
    #mainNav .navbar-brand {
      font-size: 2em;
      -webkit-transition: font-size 0.3s;
      -moz-transition: font-size 0.3s;
      transition: font-size 0.3s; }
    #mainNav .navbar-nav {
      margin-top: 0; }
    #mainNav .navbar-nav > li.nav-item > a.nav-link.active {
      color: #fff;
      background-color: #0000FF; }
      #mainNav .navbar-nav > li.nav-item > a.nav-link.active:active, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:focus, #mainNav .navbar-nav > li.nav-item > a.nav-link.active:hover {
        color: #fff;
        background-color: #191970; }
  #mainNav.navbar-shrink {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem; }
    #mainNav.navbar-shrink .navbar-brand {
      font-size: 1.5em; } }





.masthead{
	height: 100vh;
	display: flex;
	align-items: center;
	flex-direction: row;
	flex-wrap: wrap;
}

.masthead h2 {
    font-size: 1rem;
}

@media (min-width: 992px) {
   
      
header.masthead h2 {
      font-size: 1.25em; } 

}


.titre-section{
	padding: 30px;
	
}


.programmateurs p{
	padding: 30px;
		
}

.programmateurs p, programmateurs span{
}

.programmateurs p{
	font-size: 42px;
	line-height: 1.8;
	color: #fce0d6;
}

.programmateurs span{
	color: #001950;
	font-size: 62px;
	font-weight: 800;
}

.programmateurs:hover p{
	color: #191970;
}


#intro p.lead{
	font-size: 36px;
	line-height: 2;
}


#concept p.lead{
	color: #001950;
	font-size: 36px;
	line-height: 2;
	
}

#intermede1{
	min-height: 30vh;
	background: transparent url('../img/back_anim.gif') center center;
	background-size: contain;
}

#intermede2{
	min-height: 30vh;
	background: transparent url('../img/back_anim5.gif') center center repeat;
}


#concept{
	background: #191970 url('../img/back_anim3.gif') center center no-repeat;
	background-size: cover;

}

#more{
	padding-bottom: 0;
}

.footer {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #2C3E50;
  color: #fff; }

.copyright {
  background-color: #fff; }







.btn-xl {
  padding: 1rem 1.75rem;
  font-size: 1.25rem; }

.btn-social {
  width: 3.25rem;
  height: 3.25rem;
  font-size: 1.25rem;
  line-height: 2rem; }

.scroll-to-top {
  z-index: 1042;
  right: 1rem;
  bottom: 1rem;
  display: none; }

.scroll-to-top a {
    width: 3.5rem;
    height: 3.5rem;
    background-color: rgba(33, 37, 41, 0.5);
    line-height: 3.1rem; }




.btn {
  border-width: 2px; }

.bg-primary {
  background-color: #0000FF !important; }

.bg-secondary {
  background-color: #2C3E50 !important; }

.text-primary {
  color: #18BC9C !important; }

.text-secondary {
  color: #2C3E50 !important; }

.btn-primary {
  background-color: #18BC9C;
  border-color: #18BC9C; }
  .btn-primary:hover, .btn-primary:focus, .btn-primary:active {
    background-color: #128f76;
    border-color: #128f76; }

.btn-secondary {
  background-color: #2C3E50;
  border-color: #2C3E50; }
  .btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
    background-color: #1a252f;
    border-color: #1a252f; }




@media (max-width: 992px) {
p.lead,#intro p.lead,#concept p.lead{
	font-size: 18px !important;
}

.programmateurs p{
	font-size: 18px;
	line-height: 1;
	color: #fff;
}

.programmateurs span{
	display: inline;
}

.img-full{
	max-width: 100% !important;
}

.media-b-30{
	margin-bottom: 30px;
}

.btn-down{
	padding: 0;
	
}
	
}


