/* CSS Document */
body{
    font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://example.com/MaterialIcons-Regular.eot); /* For IE6-8 */
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
    url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
    url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  font-feature-settings: 'liga';
}

header{
    background-color: #4D4D4D;
    margin-bottom:-10px;
    text-align:center;
    padding:10px 10px 30px 10px;
}
header .container {
  position: relative;
  text-align: center;
  color: white;
}
.bottom-right {
  position: absolute;
  bottom: 0px;
  right: 16px;
}
.bottom-right h2 { font-size:1.8em;  color:#FFDF00; font-weight: bold;text-align: right; }
@media (max-width: 992px) {
   header{
     display:none;
    visibility: hidden;
    }
}
#menu{
    background-color: #FFDF00;
    color:#4D4D4D;    
    padding-top:0px;
    padding-bottom:0px;
}
#menu .navbar-toggler-icon{ color:#fff; }
#menu .navbar-brand{
    display:none;
    visibility: hidden;
}
#menu a{  color:#fff;font-size:1.2em; }

#menu-list{
    margin:0px auto 0px auto;
    text-align: center;
}
#menu-list li {
    padding:2px 10px 2px 10px;
    margin:0px 8px 0px 8px;
}
#menu-list li a { color:#4D4D4D; font-weight:bold; }
#menu-list li.active, #menu-list li.active:hover {
   background-color: #4D4D4D;     
} 
#menu-list li.active a{ color:#FFDF00; }
#menu-list li.active  a.dropdown-item{ color:#4D4D4D; }
#menu-list li:hover,.dropdown-menu a:hover {
    background-color:#ecce00; 
}
@media (max-width: 992px) {
    #menu .navbar-brand {       
        display:block;
        visibility: visible; 
    }
    #menu .navbar-brand img {    
        height:50px;
    }
}
.dropdown-menu{
   background-color:#FFDF00; 
    border:none;
    border-radius: 0px;
    margin-top:0px;
    width:100%;
}
h1  {
    font-size:2.5em; 
    margin-top:10px; 
    margin-bottom: 20px;  
    font-weight: bold;
    color:#FFDF00;
     border-bottom:1px solid #4D4D4D;
}
h2 { 
    font-size:1.8em;  
    color:#FFDF00; 
    font-weight: bold; 
    margin-top:20px; 
    margin-bottom: 20px; 
}
h3  {
    font-size:1.2em;
    color:#4D4D4D; 
    font-weight: bold; 
    margin-top:20px; 
    margin-bottom: 20px; 
}
h4  {
     color:#4D4D4D; 
    font-weight: bold; 
    margin-top:20px; 
    letter-spacing: 0.5px;
    margin-bottom: 20px; 
}
h4 a{
    color:#4D4D4D; 
}
h4 a:hover{
    color:#FFDF00; 
}
p{
     font-size:1em;
    margin-top:20px;
    font-weight: normal;
    color:#4D4D4D;
}
.container{
    padding:20px;
}
#picto{
    padding:40px 0px 40px 0px;
}
#picto .btn{
    margin-top:7px;
}
#picto p{ font-weight:bold; font-size:1.5em; }
#picto p span {
     color:#FFDF00;
}
#picto p a {
     color:#4D4D4D;
}
a {
     color:#FFDF00;
    font-weight: bold; 
}
a:hover {
     color:#4D4D4D;
   text-decoration: none;
}
#demo{
    margin-top:20px;
     background-color:#4D4D4D;
    border:1px solid #4D4D4D;
}
#demo h2.titre{
    color:#FFDF00;
    text-align:center;
}
/* Container holding the image and the text */
.container-rea {
  position: relative;
}
.container-rea img{ border:1px solid #4D4D4D; }
/* Bottom right text */
.text-block {
    position: absolute;
    bottom: 35%;
    left: 35%;
    width:30%;
    background-color:#4D4D4D;
    color: white;
    text-align: center;
    padding-top:5px;
    padding-left: 20px;
    padding-right: 20px;
}
@media (max-width:1200px) {
    .text-block {      
        bottom: 0%;
        left: 25%;
        width:50%; 
    }
    
}
.text-block h4{
    margin:0px;
    padding: 0px;
    font-weight:bold;
    color:#FFDF00;
}
.text-block p{
     margin:0px;
    padding: 0px;
    color:#fff;
    font-size:16px;
    font-weight: normal;
    padding-bottom:10px;
}
#rea .container-rea {
    margin-bottom:20px;
}
img.cadre{
    border:1px solid #4D4D4D;
}




.row > .column2 {
  padding: 0 8px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Create four equal columns that floats next to eachother */


/* The Modal (background) */
.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: black;
    color: #f2f2f2;
}

/* Modal Content */
.modal-content {
  position: relative;
  background-color: black;
  margin: auto;
  padding: 0;
  width: 90%;
  max-width: 1200px;
     color: #f2f2f2;
}

/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

/* Hide the slides by default */
.mySlides {
  display: none;
     color: #f2f2f2;
}

/* Next & previous buttons */
.prev,
.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* 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: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Caption text */
.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;

     color: #f2f2f2;
}

img.demo {
  opacity: 0.6;
    width:100%;
    border:1px solid black;
}

.active,
.demo:hover {
  opacity: 1;
}

img.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

footer{
    border-top:1px solid #4D4D4D;
    color:#4D4D4D;
}
footer h2{
    font-size:1.1em;  text-align: center;
}

p.tel{
    font-size:1.4em; font-weight: bold; text-align: center; color:#FFDF00;
}
 p.tel .material-icons{
   font-size:1em; 
    margin-top:10px;
     margin-right:2px;
    background-color: #FFDF00;
    border-radius:18px;
    padding:5px;
        color:#fff;
}
p.facetxt, footer p.facetxt a{
    font-size:1em;  text-align: center; color:#09249c;
}
p.facetxt .face{
    font-size:1.25em; 
    margin-top:10px;
    margin-right:5px;
    background-color: #09249c;
    border-radius:20px;
    color:#fff;
    padding:2px 10px 2px 10px;    
}

footer h3, footer h3 a{
    color:#4D4D4D;
      text-align: center;
    font-size:0.9em;
}
footer p{ font-size:0.8em;}
footer ul{
    padding-left:0px;
}
footer li{
    border-bottom:1px solid #FFDF00;
    text-align:center;
    list-style: none;
    padding-left:0px;
}
footer li a {   color:#4D4D4D; }
footer a:hover {   color:#FFDF00; }