*, *:before, *:after {
  -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
}

body { margin: 0; }
  .wrap{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
.wrap:after {
  content: '';
  width: 100%;
}
b {
    font-weight: 600;
}

.item{
     padding: 1em;
}
.LeaderHautDeGamme {
    font-size:20px;
    text-align:center;
    padding: 2em;
}

.my-legend .legend-title {
    text-align: left;
    margin-bottom: 5px;
    font-weight: bold;
    font-size: large;
    }
  .my-legend .legend-scale ul {
    margin: 0;
    margin-bottom: 5px;
    padding: 0;
    list-style: none;
    }
  .my-legend .legend-scale ul li {
    font-size: medium;
    list-style: none;
    margin-left: 0;
    line-height: 18px;
    margin-bottom: 2px;
    }
  .my-legend ul.legend-labels li span {
    display: block;
    float: left;
    height: 16px;
    width: 30px;
    margin-right: 5px;
    margin-left: 0;
    border: 1px solid #999;
    }
  .my-legend .legend-source {
    font-size: 70%;
    color: #999;
    clear: both;
    }
  .my-legend a {
    color: #777;
    }

.TemplateGeneral{
    max-width: 1173px;
    margin: auto;
    font-family: Helvetica, sans-serif !important;
    font-size: 14px;
}
.columnsContainer {
    position: relative; margin: .5em; font-size: larger; }

.leftColumn { padding: 1.25em; }

.leftColumn { margin-bottom: .5em; }
.rightColumn { justify-content: center;}
.unbloc{
    padding: 1.25em;
}
.nav {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}

.nav > li,
.nav > li > a {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

.inline-items {
  margin-top: 0;
}

.inline-items li {
  margin-left: 0;
  border-left: 1px solid black;
  padding-left: 10px;
  padding-right: 10px;
}

.inline-items li:first-child {
  margin-left: 0;
  border: none;
  padding-left: 0;
  padding-right: 10px;
}

.inline-items li:last-child {
  padding-right: 0;
}
figcaption {
    font-size: large;
    text-align: center;
}
.material-symbols-outlined {
position:absolute;
    line-height: 24px;
    top:60%;
    margin-top: -12px; /* Half of line height to keep left middle postion of container */
    left: 20px;
}
.button {
        padding: 15px 10px;
        margin: 10px 20px;
        border-radius: 18px;
        background-color: white;
        font-family: sans-serif;
        text-transform: uppercase;
        text-align: center;
        position: relative;
        text-decoration: none;
        display: inline-block;
        border: 3px solid;
        font-weight: 500;
        width: 15em;
    font-size: large;


      }

.buttonphone {
     padding: 15px 10px;
     margin: 10px 20px;
     border-radius: 18px;
     background-color: white;
    font-family: sans-serif;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    text-decoration: none;
    display: inline-block;
    border: 3px solid;
    font-weight: 500;
    width: 15em;
    font-size: large;
 }


 .button:hover {
        background-color: #1cbae8;
        color: white;
         border-radius: 18px;

}
.buttonphone:hover {
        background-color: #1cbae8;
        color: white;
         border-radius: 18px;

}

.contactbanner {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 70px;
    background-color: #292727;
    color: white;
    font-size: large;
    font-weight: 600;
    z-index: 100;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;

    }

#Logo2 {
filter: invert(100%) sepia(2%) saturate(7457%) hue-rotate(267deg) brightness(109%) contrast(101%)
}

.bannerbutton {
    background-color: #00C974;
    color: #292727;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 10px;
    display: flex;
        flex-direction: row;
        align-items: center;
    width: 95%;

    }
.bannerbutton2 {
    background-color: #292727;
    color: white;
    border: 2px solid #00C974;
    padding: 10px 20px;
    text-decoration: none;
    font-size: 16px;
    border-radius: 10px;
    display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        max-height: 43.64px;
    width: 95%;

    }

.web-content2 {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;


    }
#Contact-href {
    display: flex;
    justify-content: center;
}
#Phone-href {
    display: flex;
    justify-content: center;
}


/* MEDIA QUERIES */

@media screen and (max-width: 1550px ) {
    .bannerbutton {
        margin-left: 20px;
        width: unset;
    }
    .bannerbutton2 {
        margin-left: 14px;
        width: unset;
    }
    #Contact-href {
        display: unset;
    }
    #Phone-href {
        display: unset;
    }

}

@media screen and (min-width: 47.5em ) {
  .leftColumn { margin-right: 19.5em;  padding: 3.25em; }

  .rightColumn { position: absolute; top: 0; right: 0; width: 18.75em;  }
  .my-legend {
          padding-top: 12.5em;
          text-align: start;
  }
    .unbloc{
        padding: 3.25em;
    }
  .wrap .item:nth-child(n + 5){
      order: 1;
  }
  .paddingBottom { padding-bottom: 8.52em;}
 .button {
        padding: 15px 40px;
  }
  .item{
       padding: 3em;
  }

}

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

  .contactbanner {
    height: auto;
    flex-direction: column;
    align-items: center;
      font-size: 18px;
  }

  .web-content1 {
    width: 100%;
    text-align: center;
    padding-top: 10px;
  }

.web-content2 {
    width: 50%;
    text-align: center;
    padding-bottom: 5px;
  }

  .bannerbutton, .bannerbutton2 {
    margin-left: 0;
    margin-top: 10px;
    min-width: 200px;
  }

.bannerbutton2 {
    background-color: #00C974;
        color: #292727;
        padding: 10px 20px;
        text-decoration: none;
        font-size: 16px;
        border-radius: 10px;
        display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: center;
}
#Logo2 {
filter: none;
    }

#Phone-href {
   margin-left: 7px;
  }
#Contact-href {

  }


}

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


.web-content2 {
    width: 50%;
    text-align: center;
    padding-bottom: 5px;
    flex-direction: column;
  }
#Phone-href {
   padding-inline: inherit;
   margin-right: 7px;
  }

#Contact-href {
   padding-inline: inherit;
  }

}

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

    .wrap {
        flex-direction: column;

    }
}