body {
  font-size: 13px;
  font-family: "roboto", sans-serif;
  background-color: #262626;
}


.container {
  max-width: 1170px;
}

/* ----------------------NAV-------------------*/

header {
  background-color: #A0C367;
}

.nav-link {
  color: white;
  font-size: 16px;
  font-family: 'aint_nothing_fancyregular';
}

.navbar-nav > li{
  padding-left:8px;
  padding-right:8px;
}


nav a {
  padding: 0 10px 0 10px;

}

.navbar-toggler {
  color: white;
}

/* ----------------------PHOTO HEADER-------------------*/

#photo_header {
  background: url("images/photo_header.jpg") no-repeat;
}


#txt_header h1{
  font-family: 'aint_nothing_fancyregular';
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
  font-size: 22px;
  color: white;
  line-height: 180%;
}




/* ----------------------CONTENU-------------------*/

#contenu h2 {
  color: #A0C367;
  font-family: 'aint_nothing_fancyregular';
  border-bottom: 2px solid #A0C367;
}

#contenu p {
  font-size: 15px;
  color: white;
}

#contenu .spanVert span{
  color: #A0C367;
}

/* -------1er ROW--------*/

#contenu .title {
  margin-bottom: 20px;
  line-height: 150%;
  padding-top: 20px;
}

.picto_fish {
  background: url("images/picto_poisson.png") no-repeat right-top;
}

.bgTransparent {
  background: rgba(54, 54, 54, 1);
  padding: 33px 15px 19px 15px;
}

.borderArrondie img {
  border: 0px solid rgba(100, 100, 100, 1);
  border-radius: 14px;
}

/* -------3eme ROW--------*/

.relative {
  position: relative;
}

.relative_bleu {
  position: relative;
}

.relative_col2 {
  position: relative;
}

.relative h3 {
  position: absolute;
  top: 10%;
  left: 0%;
  background: #A0C367;
  width: 100%;
  font-size: 20px;
  font-family: 'aint_nothing_fancyregular';
  text-align: right;
  height: 40px;
  padding: 10px 10px 0 0;
}

.relative_col2 h3 {
  position: absolute;
  top: 21%;
  left: 0%;
  background: #A0C367;
  width: 100%;
  font-size: 20px;
  font-family: 'aint_nothing_fancyregular';
  text-align: right;
  height: 40px;
  padding: 10px 10px 0 0;
}

.relative_bleu h3 {
  position: absolute;
  top: 10%;
  left: 0%;
  background: #627CA6;
  width: 100%;
  font-family: 'aint_nothing_fancyregular';
  font-size: 20px;
  text-align: right;
  height: 40px;
  padding: 10px 10px 0 0;
  z-index: 99;
}


#coming {
  position: relative;
}

.absolute {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 99;
}

/* -------4eme ROW--------*/

/* -------col gauche--------*/

.article h4 {
  font-size: 15px;
  color: #A0C367;
  padding-top: 10px;
  text-align: left;
}

.article p {
  font-size: 13px;
  text-align: justify;
}

.article span {
  color: white;
  text-decoration: underline;
}

.article img {
  margin-top: 20px;
}


/* -------col droit--------*/

.bgBlanc {
  background: white;
  margin-top: 26px;
  border: 0px solid rgba(100, 100, 100, 1);
  border-radius: 14px;
}


article {
  padding-top: 20px;
}

article h4 {
  font-family: 'aint_nothing_fancyregular';
  font-size: 15px;
}

article h5 {
  font-size: 12px;
  color: #A0C367;

}

article p {
  font-size: 12px!important;
  color: black!important;
}

article a {
  font-weight: 600;
  color: black;
  text-align: right;
}

/* -----------------------5eme ROW---------------------------*/

#youtube {
  display: flex;
  align-items: flex-end;
  margin-bottom: 20px;
}

#youtube a {
  display: block;
}

#youtube p {
  font-family: 'aint_nothing_fancyregular';
  margin-bottom: 0;
}



/* ----------------------FOOTER---------------------------*/

footer {
  background: #A0C367;
  color: white;
}

footer .col {

}

footer i {
  font-size: 15px;
  padding-top: 2px;
  padding-right: 8px;
}

footer .bgVert {
  background: #779841;
  border-radius: 14px 14px 0 0 ;
}

footer #contact {
  border-bottom: 1px white solid;
  margin-bottom: 10px;
}

footer #contact p{
    margin-bottom: 5px;
}












/* ---------------MEDIA QUERY ----------------*/
@media screen and (max-width: 1110px) {

}

@media screen and (max-width: 992px) {

  .nav-link {
      font-size: 14px;
      margin: none;
      height: none;
    }


}


@media screen and (max-width: 768px) {
#txt_responsive {
  display: none;
}


#photo_header {
  height: auto;
}
}


@media screen and (max-width: 576px) {


.relative_bleu {
  margin-top: 20px
}

.logo_header img {
  width: 50%;
}

#txt_header h1 {
  font-size: 16px;
}

#youtube {
display: none;
}

footer{
  padding-top: 15px;
}



}
