@charset "UTF-8";

/* CSS Document */

@font-face {
    font-family: 'barlowregular';
    src: url('../fonts/barlow-regular-webfont-webfont.woff2') format('woff2'),
         url('../fonts/barlow-regular-webfont-webfont.woff') format('woff'),
         url('../fonts/barlow-regular-webfont-webfont.ttf') format('truetype'),
         url('../fonts/barlow-regular-webfont-webfont.svg#barlowregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
    font-family: "barlowregular", Din,"sans-serif";
}

a{
	color: black;
    text-decoration: none;
}

footer a{
    color: white;
}
footer a:hover{
    color: #f0b72e;
}

a:hover{
	color:#002a1b;
	text-decoration: none;
}

ul.puce {
  list-style-type: square; 
    color:#005f4a;
    margin-left: -1.5rem; 
}

p {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.container-fluid{
	padding-right: 0rem;
	padding-left: 0rem;
}

.info-contact{
    padding-top: 7px;
    padding-bottom: 3px;
    margin-bottom: -7px;
    height: auto;
    color: white;
    background-color: #005f4a;
    text-align: center;
}
.logo{
    position:absolute;
    left:6%;
    top:120px;
    z-index: 1000;
    width: 13%; 
    box-shadow: 5px 10px 10px 5px rgba(0, 0, 0, 0.4);
}

img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: auto;
}

.margesimage{
    margin-top: 10px;
    margin-bottom: 10px;
}
.marge20px{
    margin-bottom: 20px;
}

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 5%;
  color: #fff;
  text-align: center;
  opacity: 0.3;
  transition: opacity 0.15s ease;
}

.bg-light{
    background-color: blue !important;
}
hr{
    width: 100%;
    height: 5px;
    background-color: #f0b72e;
    border: none; /*on supprime le style par défaut*/
    margin-top: 0%;
    margin-bottom: 0%;
}

.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5);
}

.trait-gris{
    width: 100%;
    height: 10px;
    background-color: #d3dadd;
    border: none;
}

.bg-light {
  background-color: #ffffff !important;
}


.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #005f4a;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0rem;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: white;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}


nav{
    font-size: 1.15rem;
}


.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 1);
}

.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 95, 74, 1);
}

.dropdown-menu_gris{
    background-color:#494c4f;
}

.container{
    display: block;
	margin-left: auto;
	margin-right: auto;
    margin-bottom: 20px;
    padding-right: 0rem;
	padding-left: 0rem;
}

.centre{
    margin-top: 10px;
    backgroud-color: #494c4f;
    text-align: center;
    color: white;
    padding-bottom: 7px;
    height-min: 60px;
    heigt: auto;
}

.texte-centre{
    pading-left: 10px;
    pading-right: 10px;
    margin-top: 15px;
    text-align: center;
    border-left-style: solid;
    border-left-width: 2px;
    border-left-color: #d3dadd;
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #d3dadd;
}

.bordure_droite{
    border-right-style: solid;
    border-right-width: 2px;
    border-right-color: #d3dadd;
}

.grey-small{
    line-height: 1.1;
    margin-top: 25px;
    padding-top: 15px;
    padding-bottom: 5px;
    height: 45px;
}
.grey-small-2lignes{
    line-height: 1.1;
    margin-top: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: 45px;
}

.green-small{
    line-height: 1.1;
    margin-top: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    height: auto
}

.grey{
    background-color: #494c4f;
}
.green{
    background-color: #005f4a;
}
.bloc-texte{
    margin-top: 5px;
    padding-left: 3px;
    padding-right: 3px;
}

.cadre-gris{
	margin-left: 0px;
	margin-right: 0px;
    margin-top: 10px;
    padding-bottom: 12px;
    border-width: 5px;
    border-style: solid;
    border-color: #d3dadd;
}

.marge3px{
	margin-left: 3px;
}

.survol-gris:hover{
    background-color: #e1e8eb;
}

.survol-green:hover{
    background-color: #008066;
}

.section-page{
    margin-top:20px;
}

h4{
    padding-top: 15px;
}



.table{
	margin-bottom: 40px;
}

.newspaper {
  column-count: 2;
}

footer{
    padding-top: 30px;
    padding-left: 50px;
    display: flex;
    height: auto;
    color: white;
    background-color: #005f4a;
}

.vl {
    border-left: 2px solid white;
    height: 55px;
    margin-bottom: 30px;
}

.facebook{
    max-height: 1300px
}
.logofacebook{
    max-height: 30px;
    margin-left: -39px;
    
}

.btn-block{
    color: black;
    background-color: #f0b72e;
}

.row{
    margin-left: 0px;
    margin-right: 0px;
}

.row2{
    margin-left: -15px;
    margin-right: -15px;
}

@media (max-width : 1200px){
    .logo{
        top:90px;
    }
}
@media (max-width : 992px){
    .logo{
        top:90px;
    }
    .facebook2{
        display:none;
}
@media (max-width : 768px){
    .logo{
        top:90px;
    }
    
    #navbarDropdown1{
    color: #000000;
}
    
        #navbarDropdown1:hover{
    color: #FFFFFF;
}
        #navbarDropdown2{
    color: #000000;
}
     #navbarDropdown2:hover{
    color: #FFFFFF;
}
   .bg-light {
    background-color: #d3dadd !important;
}

    .navbar-light .navbar-nav .nav-link {
        color: rgba(211, 218, 221, 1);
        }
    .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
        color: rgba(255, 255, 255, 1);
        }
    .dropdown-menu{
        color: rgba(255, 0, 0, 1);
        }
     .facebook{
        display:none;
    }
}
@media (max-width : 576px){
    .margephone{
        padding-left: 10px;
        padding-right: 10px;
    }
    
    .logo{
        top:85px;
    }
    .newspaper{
        column-count: 1;
    }
   
}
}