h1, h2, h3, h4, h5, h6, p, a {
  margin: 0;
  text-decoration: none;
}

.section-Header {
  position: relative;
  width: 100%;
  height: 750px;
  overflow: hidden;
  padding: 0;
}

.Carte-Gauche {
  position: absolute;
  width: 61%;
  height: 100%;
  clip-path: polygon(0 0, 79% 0, 100% 100%, 0% 100%);
  background-color: #000;
}

.Carte-Gauche {
  display: flex;
  align-items: center;
  justify-content: center;
}

.Content-Texte-Carte {
  padding: 1.6rem;
  width: 75%;
  left: -2%;
  position: relative;
  z-index: 1;
}

.Titre-1-A-Left {
  padding-bottom: 21px;
  font-family: 'Parisienne' , sans-serif;
  color: #e09b11;
  font-weight: 500;
}

.Titre-1-A-Left::after {
  content: "";
  position: absolute;
  height: 4px;
  background-color: #953981;
  width: 91%;
  top: 77px;
  left: 25px;
}

.Article-1-A-Left {
  padding-bottom: 21px;
}

.Article-1-A-Left {
  color: #fff;
  text-align: justify;
  line-height: 1.9;
  margin-bottom: 21px;
}

.Bouton-1-A-Left {
  color: #e09b11;
  font-family: 'Dosis' , sans-serif;
  font-size: 17px;
  font-weight: 800;
  padding: 8px 12px;
  border: solid 1px #c28f29;
  /*display: inline-block;*/
  cursor: pointer;
}

.Bouton-1-A-Left:hover {
  border: 1px solid #916a1d;
  transition: all 1s cubic-bezier(0.11, 0.76, 0.14, 0.53);
  background-color: #916a1d;
  color: #fff;
}

.Carte-Droite {
  position: absolute;
  width: 90%;
  height: 100%;
  background-color: #333;
  z-index: -1;
  left: 47%;
}

.Carte-Droite img {
  height: 100%;
  object-fit: cover;
}

@media (max-width:768px),(max-width:300px) {
  .section-Header {
    position: relative;
    /*overflow: visible;*/
  }
}

.Strong {
  color: #ffc85a;
}

@media (max-width:768px),(max-width:300px) {
  .Carte-Gauche {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    position: absolute;
    width: 100%;
    left: 0;
    height: 66%;
  }
}

@media (max-width:768px),(max-width:300px) {
  .Carte-Droite {
    position: relative;
    top: 486px;
    width: 100%;
    left: 0;
    height: 50%;
  }
}

@media (max-width:768px),(max-width:300px) {
  .Carte-Droite img {
    width: 100%;
  }
}

@media (max-width:768px),(max-width:300px) {
  .Titre-1-A-Left {
    margin-bottom: 5px;
  }
}

@media (max-width:768px),(max-width:300px) {
  .Article-1-A-Left {
    line-height: 1.2;
    margin-bottom: 0px;
    font-size: 15px;
  }
}

@media (max-width:768px),(max-width:300px) {
  .Content-Texte-Carte {
    padding: 7px;
  }
}

@media (max-width:768px),(max-width:300px) {
  .Titre-1-A-Left::after {
    content: "";
    top: 50px;
    left: 10px;
  }
}

