@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,300");
@import url("https://fonts.googleapis.com/css2?family=Questrial&display=swap");
/* Base Styles
********************************************************************* */
html {
  font-size: 62.5%;
  overflow-x: hidden;
}
body {
  font-size: 1.7em;
  line-height: 1.6;
  font-weight: 400;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
  color: #222;
  background-color: #f7f7f7;
  overflow-x: hidden;
  max-width: 100vw;
}
/* Grid
********************************************************************* */
.container {
  position: relative;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}

/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%;
  }
  .column,
  .columns {
    margin-left: 4%;
  }
  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }
  .one.column,
  .one.columns {
    width: 4.66666666667%;
  }
  .two.columns {
    width: 13.3333333333%;
  }
  .three.columns {
    width: 22%;
  }
  .four.columns {
    width: 30.6666666667%;
  }
  .five.columns {
    width: 39.3333333333%;
  }
  .six.columns {
    width: 48%;
  }
  .seven.columns {
    width: 56.6666666667%;
  }
  .eight.columns {
    width: 65.3333333333%;
  }
  .nine.columns {
    width: 74%;
  }
  .ten.columns {
    width: 82.6666666667%;
  }
  .eleven.columns {
    width: 91.3333333333%;
  }
  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }
  .one-third.column {
    width: 30.6666666667%;
  }
  .two-thirds.column {
    width: 65.3333333333%;
  }
  .one-half.column {
    width: 48%;
  }
  /* Offsets */
  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.66666666667%;
  }
  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }
  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }
  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }
  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }
  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }
  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }
  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }
  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }
  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }
  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }
  .offset-by-one-half.column,
  .offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Typography
********************************************************************* */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}
h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem;
}
h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem;
}
h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem;
}
h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem;
}
h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem;
}
h6 {
  font-size: 1.5rem;
  line-height: 1.6;
  letter-spacing: 0;
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 5rem;
  }
  h2 {
    font-size: 4.2rem;
  }
  h3 {
    font-size: 3.6rem;
  }
  h4 {
    font-size: 3rem;
  }
  h5 {
    font-size: 2.4rem;
  }
  h6 {
    font-size: 1.5rem;
  }
}
p {
  margin-top: 0;
  font-weight: 300;
}
/* Links
********************************************************************* */
a {
  color: black;
}
a:hover {
  color: black;
}
@media only screen and (min-width: 501px) {
  /* Switch Language */
  #lang-switch {
    position: fixed;
    right: 20px;
    top: 9px;
    padding: 10px 20px;
    background-color: #2caab4;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    z-index: 1000; /* Ensure it appears above other elements */
  }

  #lang-switch:hover {
    background-color: #1e8a93;
  }
}
@media only screen and (max-width: 500px) {
  /* Switch Language */
  #lang-switch {
    position: fixed;
    top: 9px;
    padding: 10px 20px;
    background-color: #2caab4;
    opacity: 0.8;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    z-index: 1000; /* Ensure it appears above other elements */
  }

  #lang-switch:hover {
    background-color: #1e8a93;
  }
}

/* Header Section
********************************************************************* */

header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  background-image: url("./Images/PhotoAccueil.png");
  background-size: cover; /* étendre l'image pour couvrir l'intégralité de l'élément */
  background-repeat: no-repeat; /* empêcher la répétition de l'image */
}
.title {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  padding: 2rem;
  max-width: 960px;
  text-align: center;
}
.title .smallsep {
  background: #f7f7f7;
  height: 2px;
  width: 70px;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.title h1 {
  font-size: 45px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 0.85;
  margin-bottom: 28px;
  margin: 0;
  padding: 0;
  color: #f7f7f7;
}
.title h2 {
  color: #f7f7f7;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
}

li {
  font-weight: 300;
}
@media only screen and (min-width: 501px) {
  .title h1 {
    margin-top: -20px;
    font-size: 30px;
    /* font-family: "Questrial", sans-serif; */
    font-weight: 200;
    letter-spacing: 4px;
  }
  .title .smallsep {
    margin-top: -20px;
    font-size: 30px;
  }
}

@media only screen and (max-height: 700px) {
  .title h1 {
    /* font-size: 80px; */
  }
}
.title p {
  max-width: 600px;
  margin: 0 auto;
  line-height: 150%;
}

@media only screen and (max-width: 500px) {
  .title h1 {
    font-size: 25px !important;
  }

  .logoFirstPage {
    width: 90%;
  }
}
.title .icon {
  color: #f7f7f7;
  font-size: 50px;
}
.main_nav {
  position: fixed;
  top: 0px;
  max-height: 50px;
  z-index: 999;
  width: 100%;
  padding-top: 10px;
  background: none;
  overflow: hidden;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  top: -100px;
  padding-bottom: 6px;
}

@media only screen and (max-width: 766px) {
  .main_nav {
    /* padding-top: 25px; */
  }
}
.open-nav {
  max-height: 400px !important;
}
.sticky {
  background-color: #f7f7f7;
  opacity: 0.95;
  top: 0px;
}
nav {
  width: 100%;
  margin-top: 5px;
}

@media only screen and (max-width: 766px) {
  nav {
    width: 100%;
  }
}
nav ul {
  list-style: none;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 766px) {
  nav ul {
    padding-top: 0px;
    margin-bottom: 22px;
    text-align: center;
    width: 100%;
  }
}
nav ul li {
  display: inline-block;
  margin-left: 35px;
  line-height: 1.5;
  letter-spacing: 1px;
}

@media only screen and (max-width: 766px) {
  nav ul li {
    width: 100%;
    padding: 7px 0;
    margin: 0;
  }
  nav ul li:first-child {
    margin-top: 70px;
  }
}
nav ul a {
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}
nav ul a:hover {
  color: #cfcfcf;
}
.mobile-toggle {
  display: none;
  cursor: pointer;
  font-size: 20px;
  position: absolute;
  right: 22px;
  top: 0;
  width: 30px;
}

@media only screen and (max-width: 766px) {
  .mobile-toggle {
    display: block;
  }
}
.mobile-toggle span {
  width: 30px;
  height: 4px;
  margin-bottom: 6px;
  background: #000000;
  display: block;
}
.scroll-down {
  position: absolute;
  left: 50%;
  bottom: 5vh;
  display: block;
  text-align: center;
  font-size: 20px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0;
  width: 13px;
  height: 13px;
  border-bottom: 2px solid #f7f7f7;
  border-right: 2px solid #f7f7f7;
  z-index: 9;
  -webkit-transform: translate(-50%, 0%) rotate(45deg);
  -moz-transform: translate(-50%, 0%) rotate(45deg);
  transform: translate(-50%, 0%) rotate(45deg);
  -webkit-animation: fade_move_down 2s ease-in-out infinite;
  -moz-animation: fade_move_down 2s ease-in-out infinite;
  animation: fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
  0% {
    -webkit-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@-moz-keyframes fade_move_down {
  0% {
    -moz-transform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}
@keyframes fade_move_down {
  0% {
    triconpresentationansform: translate(0, -10px) rotate(45deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 10px) rotate(45deg);
    opacity: 0;
  }
}

.text {
  margin-left: -50px;
}

/* Accueil Section
********************************************************************* */
@media only screen and (min-width: 501px) {
  #AccueilPhone {
    display: none;
  }

  #Accueil {
    padding: 50px 0 50px 0;
    min-height: 60vh;
  }

  .accueilCont {
    display: flex;
    padding-right: 50px;
    text-align: justify;
    justify-content: space-between;
  }

  .textAccueil {
    padding: 25px;
  }

  .photoTrailCarre {
    margin-top: 30px;
    border-radius: 4px;
    width: 100%;
  }

  .photoAccueil {
    margin-top: 30px;
    border-radius: 4px;
    width: 100%;
    max-height: 720px !important;
  }
}

@media only screen and (max-width: 500px) {
  #Accueil {
    display: none;
  }

  #AccueilPhone {
    min-height: 45vh;
    padding: 25px;
    text-align: justify;
  }

  .accueilCont {
    margin-top: 25px;
    margin-left: -40px;
  }
  .lgAccueil {
    display: flex;
    margin: auto;
    align-items: center;
    margin-top: 35px;
  }
}

/* Sommaire Section
********************************************************************* */

#sommaire {
  margin-top: 50px;
  padding: 75px 0 50px 0;
  background-color: #303030;
  color: #f7f7f7;
}

@media only screen and (max-width: 500px) {
  #sommaire {
    padding: 25px 0 50px 0;
  }

  #sommaire .container {
    width: 100%;
    padding: 0;
  }

  #sommaire h1 {
    padding: 20px;
  }

  #sommaire p {
    font-size: 1.8rem;
  }
}

/* presentation Section
********************************************************************* */

/* #presentation {
  padding: 100px 0 50px 0;
} */
@media only screen and (min-width: 501px) {
  .flex-containerPres {
    display: flex;
  }

  .photo-containerPres {
    width: 25%;
  }

  .photo-gauche {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* ombre de 10 pixels floue, couleur noire avec une opacité de 50% */
  }

  .text-containerPres {
    width: 75%;
    padding-top: 5rem;
    padding-left: 10rem;
    padding-right: 15rem;
    padding-bottom: 5rem;
    max-width: 75vw;
    text-align: justify;
  }
}
@media only screen and (max-width: 500px) {
  .flex-containerPres {
    padding: 25px;
  }

  .photo-containerPres {
    display: none;
  }
  .photo-gauche {
    display: none;
  }
  .text-containerPres {
    max-width: 90vw;
    text-align: justify;
  }
}

/* santBucco Section
********************************************************************* */
#santBucco {
  background-color: #303030;
  color: #f7f7f7;
}

@media only screen and (min-width: 501px) {
  .flex-containerSan {
    display: flex;
    justify-content: space-between;
    /* flex-direction: row-reverse; */
  }

  .photo-containerSan {
    width: 25%;
  }

  .photo-droite {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* ombre de 10 pixels floue, couleur noire avec une opacité de 50% */
  }

  .text-containerSan {
    padding-top: 5rem;
    padding-bottom: 5rem;
    padding-left: 15rem;
    padding-right: 15rem;
    width: 75%;
    max-width: 75vw;
    text-align: justify;
  }
}
@media only screen and (max-width: 500px) {
  .photo-containerSan {
    display: none;
  }
  .photo-droite {
    display: none;
  }
  .flex-containerSan {
    padding: 15px;
  }
  .text-containerSan {
    max-width: 90vw;
    text-align: justify;
    background-color: #f7f7f7;
    color: #303030;
    padding: 10px;
    border-radius: 4px;
  }
  #santBucco h2 {
    text-align: left;
  }
}

/* facteurRisque Section
********************************************************************* */
.Textbold {
  font-weight: 800;
}
.FactRisq {
  padding-bottom: 30px;
}
@media only screen and (min-width: 501px) {
  .imgFactRisq {
    display: none;
  }
  .titreFactRisq {
    padding: 25px;
    text-align: justify;
  }

  h3 {
    text-align: left;
  }
  .ipsType_center {
    text-align: center;
  }
  .cInnerContent {
    max-width: 1220px;
    margin-left: auto;
    margin-right: auto;
  }
  .ipsSpacer_bottom_double {
    margin-bottom: 30px;
  }
  .ipsGrid {
    display: inline-block;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    border-radius: 4px;
  }

  .ipsGrid_span7 {
    padding: 20px;
    border-radius: 3px;
  }

  .ipsGrid::before,
  .ipsGrid::after {
    display: table;
    content: "";
    line-height: 0;
  }
  .ipsGrid > [class*="ipsGrid_span"] {
    display: block;
    width: 100%;
    min-height: 30px;
    box-sizing: border-box;
  }
  .ipsGrid > .ipsGrid_span5 {
    width: 29%;
  }
  .ipsGrid > .ipsGrid_span7 {
    width: 69%;
  }
  .ipsGrid > [class*="ipsGrid_span"] {
    float: left;
    margin-left: 2%;
  }
  .ipsGrid > [class*="ipsGrid_span"]:first-child {
    margin-left: 0;
  }

  .ipsGrid_span7 {
    margin-bottom: 7px;
  }

  .feature {
    display: flex;
    text-align: justify;
  }
  .card {
    overflow: hidden;
    /*   transition: 0.3s; */
  }
  h2.heading_large {
    font-size: 1.8em;
  }

  .contDoublText {
    display: flex;
    flex-direction: row;
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
    justify-content: space-between;
  }
  .boxDoublText {
    width: 49%;
    padding: 20px;
    border-radius: 4px;
    text-align: justify;
  }

  .ImgFactRis {
    border-radius: 4px;
    height: 100%;
    max-height: 530px;
  }

  .header-section {
    margin: 75px auto;
  }

  .gs_reveal {
    opacity: 0;
    visibility: hidden;
    will-change: transform, opacity;
  }

  .LastText {
    padding: 20px;
    margin: 0 auto;
    align-items: center;
    width: 100%;
    border-radius: 4px;
  }
}
@media only screen and (max-width: 500px) {
  .FactRisq {
    padding: 10px 10px 30px;
    text-align: justify;
  }
  .imgFactRisq {
    width: 100%;
    height: auto;
    min-height: 60vh;
    display: block;
    border-radius: 4px;
  }
  .contFactRisq {
    position: relative;
    width: 100%;
    min-height: 60vh;
    margin-bottom: 20px;
  }
  .titreFactRisq {
    padding: 15px;
    font-size: 2.6rem;
    position: absolute;
    width: 96%;
    top: 7px;
    left: 2%;
    background-color: rgba(48, 48, 48, 0.95); /* Fond avec transparence */
    color: white;
    padding: 10px;
    border-radius: 4px;
  }
  .titreConsBucc {
    padding: 15px;
    font-size: 2.6rem;
    position: absolute;
    width: 100%;
    bottom: -13px;
    left: 2%;
    background-color: #f7f7f7; /* Fond avec transparence */
    width: 96%;
    color: #303030;
    padding: 10px;
    border-radius: 4px;
  }

  .titreImpPerf {
    padding: 15px;
    font-size: 2.6rem;
    position: absolute;
    width: 96%;
    top: 7px;
    left: 2%;
    background-color: rgba(48, 48, 48, 0.95); /* Fond avec transparence */
    color: white;
    padding: 10px;
    border-radius: 4px;
  }

  .featured-image-container {
    display: none !important;
  }

  .ipsGrid_span5 {
    width: 100% !important;
  }

  .ipsGrid_span7 {
    width: 100% !important;
  }

  .cardPhone {
    padding: 15px;
    margin-top: 20px;
    border-radius: 4px;
  }
}
/* Conséquences Section
********************************************************************* */
@media only screen and (min-width: 501px) {
  #consBuccoDentPhone {
    display: none;
  }
  .slides-wrapper {
    margin: 0;
    height: 100%;
    background-color: #303030;
    background: #303030;
    color: #f7f7f7;
    /* background: #efebe3;
  color: #303030; */
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }

  body {
    overflow-x: hidden;
    overflow-y: scroll;
  }
  .titleCons {
    padding: 25% 10%;
    text-align: center;
    opacity: 1 !important;
  }

  .containerScroll {
    position: relative;
    width: 100%;
    max-width: 1500px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: justify;
  }

  .image {
    width: 50%;
    margin-top: 100px;
  }

  .panel {
    width: 100% !important;
    height: 100vh;
    justify-content: center;
    position: relative;
    padding: 25px;
    background-color: #303030;
    overflow: hidden;
  }
  .panel1 {
    padding: 0px !important;
    width: 100%;
    height: 100vh;
  }

  .fondNoir {
    background-color: #303030;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    opacity: 0.7;
  }

  .titleWrapper {
    position: relative;
    width: 100%;
    height: auto;
    text-align: center;
    z-index: 100; /* S'assure que le texte est au-dessus de tout */
    opacity: 1 !important; /* Définit l'opacité du texte à 1 (opaque) */
  }

  .imgMontFond {
    width: 100%;
    height: 100%;
  }

  .panelContTitle {
    display: block;
    position: absolute;
    background-color: #303030;
    opacity: 0.7;
    z-index: 99;
  }

  .titleCons {
    opacity: 1 !important;
  }
  @media only screen and (max-height: 750px) {
    .height {
      height: 150vh;
    }
  }

  @media only screen and (min-height: 750px) {
    .height {
      height: 100vh;
    }
  }
  .panel h1 {
    margin: 0 auto;
  }
  .colConsPhone {
    padding: 25px;
  }
  .photoTrailCarre {
    width: auto;
    max-height: 75vh;
    margin: auto;
    align-items: center;
  }
  .containerScroll .photoContCons1 {
    width: 35% !important;
    height: auto;
  }

  .containerScroll p {
    font-size: 1.6rem;
  }
  .contConsBucco1 {
    padding: 60px;
  }
  .contConsBucco2 {
    padding: 60px 120px;
  }
  .photoContCons2 {
    margin-top: 15px;
  }
  .contConsBucco3 {
    padding: 60px;
  }
  .contConsBucco4 {
    padding: 13% 25px;
  }
}
@media only screen and (max-width: 500px) {
  .colConsPhone {
    width: 90%;
  }
  #consBuccoDent {
    display: none;
  }
  .colsConsphoneSup {
    display: none;
  }

  #consBuccoDentPhone {
    background-color: #303030;
    color: #f7f7f7;
    padding: 10px 10px 30px;
    text-align: justify;
  }
}

/* Impact Perf Section
********************************************************************* */

#impactPerf {
  background-color: #f7f7f7;
  color: #303030;
}

.text-containerImpact {
  text-align: justify;
}
@media only screen and (min-width: 501px) {
  .text-containerImpact {
    width: 70%;
    padding-top: 5rem;
    padding-left: 10rem;
    padding-right: 15rem;
    padding-bottom: 5rem;
    max-width: 75vw;
  }
  .flex-containerImpact {
    display: flex;
  }

  .photo-containerImpact {
    width: 30%;
  }

  .photo-gauche {
    width: 100%;
    height: 100%;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.5); /* ombre de 10 pixels floue, couleur noire avec une opacité de 50% */
  }
  .titreImpPerf {
    display: none;
  }
}
@media only screen and (max-width: 500px) {
  .photo-containerImpact {
    display: none;
  }
  .photo-gauche {
    display: none;
  }
  #impactPerf {
    padding: 25px;
  }

  .flex-containerImpact {
    max-width: 100%;
  }

  .text-containerImpact {
    text-align: justify;
  }
}

/* Team Section
********************************************************************* */
#team {
  padding: 50px 0 100px 0;
  background-color: #f7f7f7;
  color: #303030;
}
#team .icon {
  font-size: 26px;
}
/* Skills Section
********************************************************************* */
#skills {
  padding: 100px 0 100px 0;
  background-color: #f7f7f7;
}
.progressBar {
  margin-bottom: 26px;
  margin-bottom: 1.66em;
}
.progressBar h4 {
  font-size: 16px;
  text-transform: none;
  margin-bottom: 7px;
  margin-bottom: 0.33em;
}
.progressBarContainer {
  width: 100%;
  height: 8px;
  background: #e1e1e1;
  overflow: hidden;
}
.progressBarValue {
  height: 8px;
  float: left;
  background: #ff8c00; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff8c00 0%, #2caab4 100%);
  background: -webkit-linear-gradient(-45deg, #ff8c00 0%, #2caab4 100%);
  background: linear-gradient(135deg, #ff8c00 0%, #2caab4 100%);
}
.value-00 {
  width: 0;
}
.value-10 {
  width: 10%;
}
.value-20 {
  width: 20%;
}
.value-30 {
  width: 30%;
}
.value-40 {
  width: 40%;
}
.value-50 {
  width: 50%;
}
.value-60 {
  width: 60%;
}
.value-70 {
  width: 70%;
}
.value-80 {
  width: 80%;
}
.value-90 {
  width: 90%;
}
.value-100 {
  width: 100%;
}
/* Portfolio Section
********************************************************************* */
#portfolio {
  padding: 100px 0 100px 0;
}
.image {
  background-color: #5a5a5a;
  width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  transition: 0.5s;
}
.image:hover {
  opacity: 0.6;
  transition: 0.3s;
  background-image: url(../images/hoverbg.png);
  background-repeat: no-repeat;
  background-position: center;
}
/* Testimonial Section
********************************************************************* */
.testimonials {
  background-color: #f7f7f7;
  color: #303030;
  padding: 20px 0 20px 0;
}

.contTest {
  padding: 25px;
}

.quoteLoop {
  height: auto;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.quote {
  margin: 10px 30px;
  height: inherit;
  top: 0px;
  display: none;
  text-align: center;
}

/* Test ---------------------- */
.shadow-effect {
  background: #303030;
  padding: 20px;
  min-height: 314px;
  border-radius: 8px;
  opacity: 0.8;
  text-align: center;
  border: 1px solid #ececec;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #f7f7f7;
}
#customers-testimonials .shadow-effect p {
  display: flex;
  font-family: inherit;
  font-size: 17px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
  justify-content: center;
  align-items: center;
}
.testimonial-name {
  margin-top: 5px;
  display: table;
  width: 100%;
  background: #f7f7f7;
  opacity: 0.65;
  padding: 9px 35px;
  border-radius: 8px;
  text-align: center;
  color: #303030;
  box-shadow: 0 19px 38px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
}

.testiCompet {
  font-size: 13px;
}
#customers-testimonials .item {
  text-align: center;
  padding: 20px;
  margin-bottom: 20px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item img {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #303030;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #303030;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}

/* aRetenir Section
********************************************************************* */

#aRetenir {
  padding: 25px 0 50px 0;
  background-color: #303030;
  color: #f7f7f7;
}

/* Aller Plus loin  
********************************************************************* */
#allerPlusLoin {
  background-color: #303030;
  color: #f7f7f7;
}
.contAllerPlusLoin {
  padding: 20px 0 20px 0;
  background-color: #303030;
  color: #f7f7f7;
  width: 100%;
  text-align: justify;
}

/* Footer Section
********************************************************************* */

footer {
  margin: 0 auto;
  text-align: center;
  background-color: #303030;
  color: #f7f7f7;
  padding: 20px 0;
  bottom: 0;
  width: 60%;
  align-items: center;
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.footer-content p {
  margin: 0;
}

.privacy-btn {
  color: #dcd3d3;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.privacy-btn:hover {
  color: #9f9696;
}

@media (max-width: 600px) {
  .footer-content {
    flex-direction: column;
    text-align: center;
  }

  .privacy-btn {
    margin-top: 10px;
  }
}

/* Lists
********************************************************************* */
ul {
  list-style: circle inside;
}
ol {
  list-style: decimal inside;
}
ol,
ul {
  padding-left: 0;
  margin-top: 0;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}
li {
  margin-bottom: 1rem;
}
/* Spacing
********************************************************************* */
button,
.button {
  margin-bottom: 1rem;
}
input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}
pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}
/* Utilities
********************************************************************* */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}
.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}
.u-pull-right {
  float: right;
}
.u-pull-left {
  float: left;
}
/* Clearing
********************************************************************* */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}
/* Misc
********************************************************************* */

.icon {
  padding-right: 10px;
  color: #ff8c00;
}
.block {
  width: 70px;
  height: 2px;
  background: #ff8c00; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff8c00 0%, #2caab4 100%);
  background: -webkit-linear-gradient(-45deg, #ff8c00 0%, #2caab4 100%);
  background: linear-gradient(135deg, #ff8c00 0%, #2caab4 100%);
  margin-bottom: 20px;
}

.blockSurBleu {
  width: 70px;
  height: 2px;
  background: #ff8c00; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ff8c00 0%, #303030 100%);
  background: -webkit-linear-gradient(-45deg, #ff8c00 0%, #303030 100%);
  background: linear-gradient(135deg, #ff8c00 0%, #303030 100%);
  margin-bottom: 20px;
}
