
  
html {
  height: 100%;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing:0px;
  color: #55555;  
  background-color:#EDE7E5;   
}
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Open Sans";
  font-weight: 400;
  letter-spacing:0px;
  color: #55555;
  background-color:#EDE7E5;  
}  

b, strong {
  font-family: "Open Sans"; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Open Sans"; }

a {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease; }
  a:hover, a:focus {
    text-decoration:none; }/* underline;*/ 

img {
  max-width: 100%; }

ul, li {
  margin: 0;
  padding: 0;
  list-style: none; }

.container {
  max-width: 1140px;
  width: 100%; }

a, a:hover, button, button:hover, .btnborder, .btntop {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; }


.full-height {
  height: 100%;
}


a {
  
color: #F44336; 
  text-decoration: none;
  outline-style:none; /* suppression bordure au clic */
}
a:hover { 
color: #F44336;
text-decoration: underline;
}

.row {
font-family: 'Montserrat', sans-serif;
}

.row a {
  
color: #F44336;
  text-decoration: none;
  outline-style:none; /* suppression bordure au clic */
}
.row a:hover { 
color: #F44336;
text-decoration: underline;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

/* suppression focus trait FOCUS */ 
.row a:active, a:focus {outline-style:none;text-decoration: none;color: #F44336;}
.row a:visited {outline-style:none;text-decoration: none;color: #F44336;}

* {outline: none;}


a img {
  opacity: 1.0;
}
a img:hover {
  opacity: 0.5;
}

	
[class*="col-"] {
  float: left;
  padding: 15px;
}

.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}




@media (max-width:550px){	
	/* For mobile phones: */
	[class*="col-"] {
	  width: 100%;
		
	}
}


* {
  box-sizing: border-box;
}



/* 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;
}

.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}
}



/* Frame */

.frame {
  height: 465px;
  line-height: 465px;
  overflow: hidden;
}

.frame ul {
  list-style: none;
  margin: 0;
  padding: 0;
  height: 100%;
  font-size: 50px;
}

.frame ul li {
  float: left;
  /*width: 364px;*/
  height: 100%;
  margin:4px;
  padding: 0;
  background: #C9C9C9;
  color: #ddd;
  text-align: center;
  cursor: pointer;
}

.frame ul li.active {
  color: #fff;
  background: #a03232;
}
@media (max-width: 600px) {
	.frame {
		height: 320px;
		line-height: 320px;
	}
	.frame ul li {
		width: 250px;
	}
}

/* Scrollbar */

.scrollbar {
  margin: 0 0 1em 0;
  margin-top:10px;
  height: 6px;
  background: #fff;
  line-height: 0;
}

.scrollbar .handle {
  width: 50px;
  height: 100%;
  background: #00354D;
  cursor: pointer;
}

.scrollbar .handle .mousearea {
  position: absolute;
  top: -9px;
  left: 0;
  width: 100%;
  height: 20px;
}


/* Pages */

.pages {
  list-style: none;
  margin: 20px 0;
  padding: 0;
  text-align: center;
}

.pages li {
  display: inline-block;
  width: 14px;
  height: 14px;
  margin: 0 4px;
  text-indent: -999px;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  background: #fff;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .2);
}

.pages li:hover {
  background: #aaa;
}

.pages li.active {
  background: #666;
}


/* Controls */

.controls {
  margin: 25px 0;
  text-align: center;
}


/* One Item Per Frame example*/

.oneperframe {
  height: 300px;
  line-height: 300px;
}

.oneperframe ul li {
  width: 1140px;
}

.oneperframe ul li.active {
  background: #333;
}

/*--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*
.tetiereaetc {
    min-height: 100vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; 
}
*/
/*
.tetiereaetc:before {
  content: "";
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0; 
  }
*/
.img-responsive {
  width: 100%;
  height: auto;	
}
.img-fluid {
  width: 100%;
  height: auto;	
}











