 @font-face {
    font-family: "Avenir Next LT Pro";
    src: url('fonts/Avenir Next LT Pro Regular.otf') format("truetype");
}

 /* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 101; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
}

.modal-fond{
  position: fixed; /* Stay in place */
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  position:absolute;
  background-color: #e5ebed;
  margin: 5%; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
/*  width: 80%; */
/*  height: 80%;*/
  font-family: 'Avenir Next LT Pro', sans-serif; /* Selon charte Bouygues*/
  font-size: 20px;
  color: #003b4a;
  height: 70%;
  /*overflow-y: scroll;*/
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

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

}

button.bouygues{
  font-family: 'Avenir Next LT Pro', sans-serif;
  width: 70%;
  font-size: 28px;
  font-weight: bold;
  background-color: #003b4a;
  border: 2px solid #FFFFFF;
  border-color: white;
  padding: 20px;
  margin: 5px;
  border-radius: 10px;
  color:white;
}

button.bouygues.principal{
/*  width: 150px;
  height: 150px;
  padding: 10px 16px;
  border-radius: 20px;
  font-size: 20px;
  text-align: center;*/
  background-color: #86bc24;
}

iframe{
  background-color: white;
}

button.bouygues.retour{
  width: 80px;
  height: 80px;
  /*float: left;*/
}

button.bouyguesListe{
  width: 500px;
  height: 40px;
  color:white;
  font-size: 18px;
  font-weight: bold;
  background-color: #003b4a;
  border: 2px solid #FFFFFF;
  border-color: white;
  padding: 5px;
  margin: 5px;
  border-radius: 0px;
}

button.bouygues:hover,
button.bouyguesListe:hover,
button.bouygues:focus{
  background-color: rgb(153, 177, 183);
}

h1.bouygues{
  color: #FFFFFF;
  font-family: 'Avenir Next LT Pro', sans-serif;
  text-transform: none;
  font-weight: 400;
  font-size: 46px;
  line-height: 1.1em;
}

h1.bouygues.bleu{
  color: #003b4a !important;
}

h2.bouygues{
  color: #003b4a !important;
  font-family: 'Avenir Next LT Pro', sans-serif;
  text-transform: none;
  font-weight: 300;
  font-size: 34px;
  line-height: 1.1em;
}



.vco-icon-image:after {
  content: none;
  font-size: 5px;
}
.vco-map .vco-mapmarker:before,
.vco-map .vco-mapmarker-active:before {
  content: "•";
  font-size: 80px;
/*  content: "\e635";*/
/*  font-size: 48px;*/
  text-shadow: none;
  color: #FFFFFF11;
}


/*Pour masquer le titre de la slide*/
/*.vco-mapmarker {
}*/ 
.vco-text h2.vco-headline{
  display: none;
  color:white;
  font-family: 'Avenir Next LT Pro', sans-serif;
}

/* Portrait
================================================== */
.vco-layout-portrait .vco-storyslider {
  padding-top: 10px;
  -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.5);
  box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.5);
}
.vco-storymap h1.bouygues,
.vco-text p.bouygues {
  color:white;
  font-family: 'Avenir Next LT Pro', sans-serif;
}

/*Structure */
#topModal {
  display: flex;
  align-items: center;
}

#topModal.floatable {
  position: fixed;
}

#bodyModal {
  overflow-y: scroll;
}

.imgJdnVie {
  width: 33%;
  float: left;
  padding-right: 1%;
}

.video {
  display: flex;
  align-items: center;
}
.video img {
  width: 50px;
}
.video p {
  width: 100%;
}

.video p:first-child {
  display: flex;
  align-items: center;
}

.imgTxt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-around;
}
.imgTxt h2 {
  width: 100%;
}
.imgTxt>img, .imgTxt>p, .imgTxt>div {
  width: 45%;
}
.imgTxt .eco4 {
  display: flex;
  flex-wrap: wrap;
}
.imgTxt .eco4 .video {
  flex-wrap: wrap;
}

#jardinSaison #saison {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#jardinSaison #saison img {
  width: 45%;
 }

#jardinSaison #saison #saisonBouton {
  display: flex;
}

#jardins {
  position: relative;
}

#jardins img {
  width: 100%;
}

#jardins button {
  position: absolute;
  font-size: 15px;
  background-color: transparent;
  width: 5px;
  height: 5px;
  border-radius: 25px;
  border-color: transparent;
}

#jardins button:hover{
  cursor: pointer;
}

#jardins button#nature {
  top: 65%;
  left: 35%;
}
#jardins button#rafraichissant {
  top: 15%;
  left: 51%;
}
#jardins button#comestible {
  top: 40%;
  left: 55%;
}
#jardins button#sensoriel {
  top: 28%;
  left: 29%;
}

#tensioJardins {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#tensioJardins ul {
  list-style: none;
}

#tensioJardins ul {
  display: flex;
  width: 100%;
}

#tensioJardins>ul>li {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#tensioJardins>ul>li>ul {
  flex-direction: column;
}

#tensioJardins .bouyguesListe {
  width: 90%;
}

/* Style text */
.gras {
  font-weight: bold;
  font-size: 25px;
}

ul {
  margin-top: 0;
}