/*=========*/
/*======== GENERAL ==========*/
/*=========*/

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
}

img {
  display: block;
  align-self: center;
  margin: 0 auto;
}

body {
  background-color: #000000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.3;
}

.wrap {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.bg {
  margin: 0;
  padding: 0;
  background: url(../img/samsung/header-090123.png) no-repeat;
  /* background: url(../img/new/background@2x.jpg) no-repeat; */
  -webkit-background-size: cover;
  /* pour anciens Chrome et Safari */
  background-size: cover;
  /* version standardisée */
  background-position: center left;
}

@media screen and (max-width: 767.98px) {
  .bg {
    background-position: 10% -60px;
  }
}

section {
  box-sizing: border-box;
}

button,
input[type="submit"] {
  cursor: pointer;
}

/*=========*/
/*======== HEADER ==========*/
/*=========*/

.top-logo {
  width: 100%;
  background-color: #000000;
}

.top-logo p {
  font-family: "Canal";
  font-weight: 400;
  font-style: italic;
  color: white;
  text-transform: uppercase;
  padding: 5px 10px;
  font-size: 18px;
}

header {
  /* position: fixed; */
  position: absolute;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  z-index: 5;
}

header .logoHeader {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 10px;
}

header .logoHeader img {
  max-width: 350px;
  width: 100%;
  margin: 0 0 10px;
}

@media screen and (max-width: 1023.98px) {
  header .logoHeader img {
    max-width: 300px;
  }
}

@media screen and (max-width: 767.98px) {
  header .logoHeader img {
    max-width: 200px;
  }
}

header .logoHeader p {
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  color: #ffffff;
  text-transform: uppercase;
  padding: 0;
  font-size: 18px;
  text-align: left;
  transition: all 0.15s ease-in-out;
}

header .logoHeader p.hidden {
  opacity: 0;
  visibility: hidden;
}

@media screen and (max-width: 767.98px) {
  header .logoHeader p {
    font-size: 12px;
  }
}

header .contact {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  header .contact {
    position: fixed;
    z-index: 6;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}

header .contact > p {
  font-family: "Canal";
  font-weight: 400;
  font-style: italic;
  color: white;
  text-transform: uppercase;
  padding: 0 0 0 20px;
  font-size: 18px;
}

header .contact .innerContact {
  width: 100px;
  background-color: #41b28e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 10;
  cursor: pointer;
  height: 100%;
  border-left: 2px solid black;
  margin: 0 0 0 15px;
  transition: all 0.15s ease-in-out;
}

header .contact .innerContact:hover {
  background-color: #ec3654;
}

@media screen and (max-width: 767.98px) {
  header .contact .innerContact {
    width: 100%;
    margin: 0;
    border-left: none;
  }
}

header .contact .innerContact img {
  width: 25px;
}

header .contact .innerContact p {
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  font-size: 10px;
}

/*=========*/
/*======== MAIN ==========*/
/*=========*/

main {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 200px 0 20px;
}

@media screen and (max-width: 1023.98px) {
  main {
    padding: 100px 30px 20px;
  }
}

@media screen and (max-width: 767.98px) {
  main {
    padding: 200px 30px 0;
  }
}

@media screen and (max-width: 479.98px) {
  main {
    padding: 200px 0 0;
  }
}

/*=========*/
/*======== SECTION1 ==========*/
/*=========*/

#sec1 {
  width: 35%;
  background-color: #2c2f33;
  color: white;
  text-align: left;
  padding: 20px 30px;
  margin-bottom: 40px;
}

@media screen and (max-width: 1023.98px) {
  #sec1 {
    width: 100%;
  }
}

@media screen and (max-width: 479.98px) {
  #sec1 {
    margin-bottom: 0;
  }
}

#sec1 p {
  font-family: "Canal";
  font-style: italic;
  text-transform: uppercase;
}
/* 
#sec1 p.title {
  font-weight: 100;
  font-size: 40px;
  color: #41b28e;
  word-spacing: 2px;
  padding: 0;
} */
#sec1 p.titleSamsung {
  font-size: 30px;
  padding: 0;
  word-spacing: 2px;
  color: #41b28e;
    font-weight: 700;

}
#sec1 p.titleSamsung span.no-css {
  color: #fff;
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
}

@media screen and (max-width: 1023.98px) {
  #sec1 p.title {
    font-size: 30px;
  }
}

@media screen and (max-width: 479.98px) {
  #sec1 p.title {
    font-size: 20px;
  }
}

/* #sec1 p.subtitle {
  margin-bottom: 20px;
  padding: 0;
  font-weight: 100;
  font-size: 20px;
  color: #ffffff;
  word-spacing: 2px;
} */
#sec1 p.subtitleSamsung {
  margin-bottom: 20px;
  padding: 0;
  font-size: 25px;
  color: #ffffff;
  word-spacing: 2px;
  font-weight: 400;

}

#sec1 p.redtext {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
  word-spacing: 2px;
  padding: 5px 0;
}

#sec1 form {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
  flex-wrap: wrap;
}

#sec1 form > span {
  width: 100%;
}

.rsoc  {
  width: calc(100% - 10px);
}

.mail {
  width: calc(100% - 10px);

}

.name, .surname, .phone, .codep, .rsoc, .mail {
    width: calc(50% - 10px);
}


#sec1 form input[type="text"],
#sec1 form input[type="search"] {
  box-sizing: border-box;
  margin: 5px;
  height: 40px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
}

#sec1 form input[type="email"] {
  /* width: calc(50% - 10px); */
  box-sizing: border-box;
  margin: 10px 5px;
  height: 40px;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
  font-size: 16px;
}

#sec1 form input[type="submit"],
#sec1 form input[type="button"] {
  border: none;
  border-radius: 8px;
  width: 220px;
  padding: 10px;
  font-size: 16px;
  font-family: "Open Sans";
  font-weight: 600;
  color: white;
  background-color: #41b28e;
  cursor: pointer;
  margin: 10px 0;
  transition: all 0.15s ease-in-out;
}

#sec1 form input[type="submit"]:hover,
#sec1 form input[type="button"]:hover {
  background-color: #ec3654;
}

#sec1 form input::placeholder {
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #ffffff;
  font-size: 16px;
}

#sec1 form p {
  max-width: 220px;
  width: 100%;
  text-align: left;
  font-size: 12px;
  font-family: "CanalDem";
}

#sec1 span.mo {
  margin-top: 10px;
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  text-align: left;
  display: block;
  width: 100%;
  color: #ffffff;
}

.bar-button {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bar-button {
  text-decoration: none !important;
  color: #41b28e !important;
}

.bar-button p {
  font-family: "Open Sans", sans-serif !important;
  text-transform: none !important;
}

.bar-button img {
  margin: 0;
  padding-left: 10px;
}

/*=========*/
/*======== SECTION 2 ==========*/
/*=========*/
.sec2 {
  display: flex;
  justify-content: center;
  width: 65%;
  padding: 20px;
}

@media screen and (max-width: 1023.98px) {
  .sec2 {
    width: 100%;
  }
}

.sec2 p {
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  font-size: 40px;
  /* MODIF ICI */
  margin-top: 320px;
  word-spacing: 2px;
  text-transform: uppercase;
  text-align: left;
  color: #ffffff;
}

@media screen and (max-width: 767.98px) {
  .sec2 p {
    font-size: 30px;
  }
}

@media screen and (max-width: 479.98px) {
  .sec2 p {
    font-size: 20px;
  }
}

/*=========*/
/*======== SECTION 5 ==========*/
/*=========*/
.sec5 {
  position: relative;
  padding: 120px 0 60px;
  /* background-color: #19191d; */
  background-color: #000000;
}

@media screen and (max-width: 1279.98px) {
  .sec5 {
    padding: 60px 0 0;
  }
}

.sec5 > div {
  display: flex;
  justify-content: center;
}

.sec5 .content {
  position: relative;
  width: 75%;
  padding: 40px;
  background-color: #2c2f33;
}

@media screen and (max-width: 1279.98px) {
  .sec5 .content {
    width: 65%;
    padding: 10px 40px;
  }

  .sec5 .content .text {
    max-width: 570px;
  }
}

@media screen and (max-width: 1023.98px) {
  .sec5 .content {
    width: 75%;
  }
}

@media screen and (max-width: 479.98px) {
  .sec5 .content {
    width: 100%;
  }
}

.sec5 .content .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 760px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1279.98px) {
  
  .sec5 .content .text {
    max-width: 570px;
  }
}


.sec5 .content .text > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 2rem;
}

.sec5 .content .text > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  width: 100%;
  margin: 0 2rem 0 0;
}

@media screen and (max-width: 767.98px) {
  .sec5 .content .text > div > div {
    max-width: 60px;
  }
}

.sec5 .content .text > div > div img {
  width: 100%;
}

.sec5 .content .text p {
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  text-align: left;
  word-spacing: 2px;
}

@media screen and (max-width: 767.98px) {
  .sec5 .content .text p {
    font-size: 16px;
  }
}

.sec5 .content .text p .strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #41b28e;
}

.sec5 .content .text .tiny-text {
  font-size: 10px;
}

.sec5 .content .text .title {
  margin: 2rem 0;
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  font-size: 26px;
  text-transform: uppercase;
}

@media screen and (max-width: 767.98px) {
  .sec5 .content .text .title {
    font-size: 20px;
  }
}

.sec5 .content .text .subtitle {
  margin-bottom: 2rem;
}

@media screen and (max-width: 1575px) {
  .sec5 .content .text .title {
    width: 85%;
  }
  .sec5 .content .text .subtitle {
    width: 85%;
  }
}

.sec5 .content .text .subtitle span {
  font-weight: 700;
}

.sec5 .image {
  position: absolute;
  right: -10%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 435px;
  width: 100%;
}

@media screen and (max-width: 1679.98px) {
  .sec5 .image {
    max-width: 380px;
  }
}


@media screen and (max-width: 1439.98px) {
  .sec5 .image {
    max-width: 370px;
  }
}

@media screen and (max-width: 1279.98px) {
  .sec5 .image {
    right: -30%;
  }
}

@media screen and (max-width: 1023.98px) {
  .sec5 .image {
    display: none;
  }
}

.sec5 .image img {
  width: 100%;
  height: 90%;
}

.sec5 .image-mobile {
  display: none;
}

.sec5 .image-mobile img {
  width: 100%;
}

@media screen and (max-width: 1023.98px) {
  .sec5 .image-mobile {
    display: block;
  }
}

.sec5 .content .text button {
  margin-top: 20px;
}

/*=========*/
/*======== SECTION 6 ==========*/
/*=========*/
/* .sec6 {
  position: relative;
  padding: 120px 0 100px;
  background-color: #000000;
  background-color: #19191d;
}

@media screen and (max-width: 1279.98px) {
  .sec6 {
    padding: 60px 0;
  }
}

.sec6 > div {
  display: flex;
  justify-content: flex-end;
}

.sec6 .content {
  position: relative;
  width: 75%;
  padding: 80px 40px;
  background-color: #2c2f33;
}

@media screen and (max-width: 1279.98px) {
  .sec6 .content {
    width: 65%;
  }
}

@media screen and (max-width: 1023.98px) {
  .sec6 .content {
    width: 75%;
  }
}

@media screen and (max-width: 479.98px) {
  .sec6 .content {
    width: 100%;
  }
}

.sec6 .content .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 460px;
  max-width: 600px;
  width: 100%;
  margin: 0 auto;
  margin: 0 100px 0 auto;
}

.sec6 .content .text > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 3rem;
}

.sec6 .content .text > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  width: 100%;
  margin: 0 2rem 0 0;
}

@media screen and (max-width: 767.98px) {
  .sec6 .content .text > div > div {
    max-width: 60px;
  }
}

.sec6 .content .text > div > div img {
  width: 100%;
}

.sec6 .content .text p {
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  text-align: left;
  word-spacing: 2px;
}

@media screen and (max-width: 767.98px) {
  .sec6 .content .text p {
    font-size: 16px;
  }
}

.sec6 .content .text p .strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #41b28e;
}

.sec6 .content .text .tiny-text {
  font-size: 10px;
}

.sec6 .content .text .title {
  margin-bottom: 3rem;
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  font-size: 26px;
  text-transform: uppercase;
}
.sec6 .content .text div p{
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  font-size: 26px;
  text-transform: uppercase;
}
.sec6 .content .text div img{
  width: 25%;
}

@media screen and (max-width: 1023.98px) {
  .sec6 .content .text .title {
    margin-top: 2rem;
  }
}

@media screen and (max-width: 767.98px) {
  .sec6 .content .text .title {
    font-size: 20px;
  }
}

.sec6 .image {
  position: absolute;
  left: -20%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width: 1439.98px) {
  .sec6 .image {
    max-width: 45%;
  }
}

@media screen and (max-width: 1279.98px) {
  .sec6 .image {
    left: -30%;
  }
}

@media screen and (max-width: 1023.98px) {
  .sec6 .image {
    display: none;
  }
}

.sec6 .image img {
  width: 100%;
}

.sec6 .image-mobile {
  display: none;
}

.sec6 .image-mobile img {
  width: 100%;
}

@media screen and (max-width: 1023.98px) {
  .sec6 .image-mobile {
    display: block;
  }
}

.sec6 .content .text button {
  margin-top: 20px;
} */
/*=========*/
/*======== SECTION 5 Bis ==========*/
/*=========*/
.sec5bis {
  position: relative;
  margin-top: 50px;
  padding: 50px;
  margin-bottom: 80px;
}

.sec5bis::before {
  content: "";
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 85%;
  height: 100%;
  background-color: #2c2f33;
}

@media screen and (max-width: 1023.98px) {
  .sec5bis::before {
    width: 100%;
  }
}

.sec5bis h2 {
  max-width: 500px;
  width: 100%;
  margin: 0 auto 30px;
  font-family: "Canal";
  font-weight: 400;
  font-style: italic;
  text-transform: uppercase;
  color: white;
  font-weight: normal;
}

.sec5bis h2 span {
  margin-right: 10px;
  vertical-align: middle;
}

.sec5bis h2 img {
  display: inline-block;
  width: 130px;
  margin: 0;
  vertical-align: middle;
}

.sec5bis .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.sec5bis .wrap > div {
  width: 50%;
}

@media screen and (max-width: 1023.98px) {
  .sec5bis .wrap > div {
    width: 100%;
  }
}

.sec5bis .wrap .left img {
  width: 100%;
}

.sec5bis .wrap .right > div {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.sec5bis .wrap .right p {
  width: calc(100% - 70px);
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 20px;
  color: white;
}

.sec5bis .wrap .right p span {
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  font-size: 24px;
  text-transform: uppercase;
  color: #41b28e;
}

.sec5bis .wrap .right .icon {
  display: flex;
  justify-content: center;
  width: 70px;
  margin-right: 20px;
}

.sec5bis .wrap .right .icon img {
  width: 100%;
}




/*=========*/
/*======== SECTION 5 TER==========*/
/*=========*/
.sec5ter {
  position: relative;
  padding: 10px 0 60px;
  /* background-color: #19191d; */
  background-color: #000000;
}

@media screen and (max-width: 1279.98px) {
  .sec5ter {
    padding: 60px 0 0;
  }
}


.sec5ter > div {
  display: flex;
  justify-content: flex-end;
}

.sec5ter .content {
  position: relative;
  width: 75%;
  padding: 190px 40px;
  background-color: #2c2f33;
}

@media screen and (max-width: 1279.98px) {
  .sec5ter .content {
    width: 65%;
    padding: 160px 40px;

  }
}

@media screen and (max-width: 1023.98px) {
  .sec5ter .content {
    width: 75%;
    padding: 40px;

  }
}

@media screen and (max-width: 479.98px) {
  .sec5ter .content {
    width: 100%;
  }
}

.sec5ter .content .text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  max-width: 595px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 1279.98px) {
  .sec5ter .content .text {
    padding-left: 90px;
  }
}

@media screen and (max-width: 1199.98px) {
      .sec5ter .content .text {
  max-width: 530px;
  }

}

@media screen and (max-width: 1023.98px) {
  .sec5ter .content .text {
    padding-left: 0;

  }
}

.sec5ter .content .text > div {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 2rem;
}

.sec5ter .content .text > div > div {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 100px;
  width: 100%;
  margin: 0 2rem 0 0;
}

@media screen and (max-width: 767.98px) {
  .sec5ter .content .text > div > div {
    max-width: 60px;
  }
}

.sec5ter .content .text > div > div img {
  width: 100%;
}

.sec5ter .content .text p {
  font-size: 20px;
  line-height: 1.3;
  color: #ffffff;
  text-align: left;
  word-spacing: 2px;

}

@media screen and (max-width: 767.98px) {
  .sec5ter .content .text p {
    font-size: 16px;
  }
}

.sec5ter .content .text p .strong {
  font-weight: 700;
  text-transform: uppercase;
  color: #41b28e;
}

.sec5ter .content .text .tiny-text {
  font-size: 10px;
}

.sec5ter .content .text .titre {
  margin: 3rem 0;
  font-family: "Canal";
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
}

@media screen and (max-width: 767.98px) {
  .sec5ter .content .text .titre {
    font-size: 20px;
  }
}

.sec5ter .content .text .soustitre {
  font-family: "Canal";
  font-size: 30px;
  padding: 0;
  word-spacing: 2px;
  font-weight: 400;
}

.sec5ter .content .text .soustitre span {
  color: #41b28e;
}

.sec5ter .image {
  position: absolute;
  right: 80%;
  top: 50%;
  transform: translateY(-50%);
  max-width: 435px;
  width: 100%;
}

@media screen and (max-width: 1679.98px) {
  .sec5ter .image {
    max-width: 380px;
    
  }
}

@media screen and (max-width: 1439.98px) {
  .sec5ter .image {
    max-width: 370px;
  }
}

@media screen and (max-width: 1279.98px) {
  .sec5ter .image {
    right: 80%;
  }
}

@media screen and (max-width: 1023.98px) {
  .sec5ter .image {
    display: none;
  }
}

.sec5ter .image img {
  width: 100%;
}

.sec5ter .image-mobile {
  display: none;
}

.sec5ter .image-mobile img {
  width: 100%;
}

@media screen and (max-width: 1023.98px) {
  .sec5ter .image-mobile {
    display: block;
  }
}

.sec5ter .content .text button {
  margin-top: 20px;
}


/*=========*/
/*======== SECTION 6 BIS ==========*/
/*=========*/
.sec6bis {
  display: flex;
  flex-direction: column;
}

.sec6bis .wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.sec6bis p.title {
  font-size: 26px;
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  color: #fff;
  margin-bottom: 40px;
  width: 90%;
}

.sec6bis .column-container {
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin: 0 auto;
  gap: 54px;
}

.sec6bis .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 80%;
}

.sec6bis .column .image {
  width: 80%;
  margin-bottom: 20px;
}

.sec6bis .column .image img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sec6bis .column .text {
  width: 70%;
}

.sec6bis .column .text p {
  font-size: 80%;
  line-height: 1.5;
  color: #fff;
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 767.98px) {
  .sec6bis .column-container {
    flex-direction: column;
    gap: 40px;
  }
  
  .sec6bis .column {
    width: 90%;
    margin: 0 auto;
  }
  
  .sec6bis .column .text p {
    font-size: 13px;
  }
}

.sec6bis .btn {
  width: 90%;
  display: flex;
  justify-content: center;
  margin-top: 20px;
}

@media screen and (max-width: 1279.98px) {
  .sec6bis p.title {
    margin-top: 30px;
    margin-bottom: 40px;
  }
}

.sec6bis img {
  width: 90%;
  margin: 0 auto;
}

.sec6bis button {
  margin-top: 45px;
  margin-bottom: 80px;
}

/*=========*/
/*======== SECTION 7 ==========*/
/*=========*/
/* .sec7 {
  position: relative;
  padding: 60px 0;
  background-color: #19191d;
}

@media screen and (max-width: 1023.98px) {
  .sec7 {
    padding: 30px 0;
  }
}

.sec7 > div:nth-child(1) {
  display: flex;
  justify-content: center;
  background-color: #2c2f33;
}

.sec7 .texte {
  padding: 60px 30px;
}

.sec7 .texte p {
  text-align: center;
}

.sec7 .texte p:nth-child(1) {
  margin-bottom: 0.5rem;
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  font-size: 26px;
  text-transform: uppercase;
  color: #ffffff;
}

@media screen and (max-width: 767.98px) {
  .sec7 .texte p:nth-child(1) {
    font-size: 20px;
  }
}

.sec7 .texte p:nth-child(2) {
  margin-bottom: 0.5rem;
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  font-size: 46px;
  text-transform: uppercase;
  color: #41b28e;
}

@media screen and (max-width: 767.98px) {
  .sec7 .texte p:nth-child(2) {
    font-size: 40px;
  }
}

.sec7 .texte p:nth-child(3) {
  margin-bottom: 0.5rem;
  font-family: "Canal";
  font-weight: 400;
  font-style: italic;
  font-size: 20px;
  color: #ffffff;
}

@media screen and (max-width: 767.98px) {
  .sec7 .texte p:nth-child(3) {
    font-size: 16px;
  }
}

.sec7 .button-wrap {
  display: flex;
  justify-content: center;
  margin-top: -2rem;
}

button {
  border: none;
  border-radius: 8px;
  width: 220px;
  padding: 10px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: white;
  background-color: #41b28e;
  cursor: pointer;
  margin: 10px 0;
  transition: all 0.15s ease-in-out;
}

@media screen and (max-width: 479.98px) {
  button {
    margin: 10px auto;
  }
}

button:hover {
  background-color: #ec3654;
} */
/*=========*/
/*======== SECTION 7 ==========*/
/*=========*/
.sec7 {
  position: relative;
  padding: 30px;
  /* background-color: #19191d; */
  background-color: #000000;
}

@media screen and (max-width: 767.98px) {
  .sec7 {
    padding: 30px 10px;
  }
}

.sec7::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  background-color: #2c2f33;
}

@media screen and (max-width: 767.98px) {
  .sec7::before {
    height: 500px;
  }
}

.sec7 .wrap {
  position: relative;
  z-index: 1;
}

.sec7 p.title {
  margin-bottom: 20px;
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  word-spacing: 2px;
  color: #ffffff;
}

@media screen and (max-width: 767.98px) {
  .sec7 p.title {
    font-size: 24px;
  }
}

.sec7 .swiper {
  max-width: 1000px;
  width: 100%;
  margin-bottom: -20px;
}

.sec7 .slide-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 85%;
  margin: 0 auto;
  padding: 20px;
  /* background-color: #19191d; */
  background-color: #000000;
}

@media screen and (max-width: 767.98px) {
  .sec7 .slide-wrap {
    width: 75%;
  }
}

.sec7 .slide-wrap .image {
  width: 33.33%;
}

@media screen and (max-width: 767.98px) {
  .sec7 .slide-wrap .image {
    width: 100%;
  }
}

.sec7 .slide-wrap .image img {
  width: 100%;
}

.sec7 .slide-wrap .text {
  width: calc(66.66% - 20px);
  padding: 0 0 0 20px;
}

@media screen and (max-width: 767.98px) {
  .sec7 .slide-wrap .text {
    width: 100%;
    padding: 20px 0 0;
  }
}

.sec7 .slide-wrap .text p:nth-of-type(1) {
  padding: 0 0 20px 0;
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  font-size: 20px;
  text-align: left;
  text-transform: uppercase;
  color: #ffffff;
}

.sec7 .slide-wrap .text p:nth-of-type(2) {
  border-top: 1px solid #646464;
  /* border-bottom: 1px solid #646464; */
  padding: 20px 0;
  font-family: "Canal";
  font-weight: 400;
  font-style: italic;
  font-weight: 400;
  font-size: 18px;
  text-align: left;
  color: #ffffff;
}

.sec7 .slide-wrap .text p:nth-of-type(2) span {
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
}

.swiper-button-next,
.swiper-button-prev {
  color: #ffffff;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-prev {
  left: 0;
}

button {
  border: none;
  border-radius: 8px;
  width: 220px;
  padding: 10px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: white;
  background-color: #41b28e;
  cursor: pointer;
  margin: 10px 0;
  transition: all 0.15s ease-in-out;
}

button:hover {
  background-color: #ec3654;
}

/*=========*/
/*======== FOOTER ==========*/
/*=========*/
footer {
  position: relative;
  background-color: #000000;
  /* background-color: #19191d; */
  color: #ffffff;
  padding: 50px 30px 50px;
}

@media screen and (max-width: 767.98px) {
  footer {
    padding: 30px 30px 50px;
  }
}

footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  right: 0;
  width: 90%;
  height: 100%;
  background-color: #2c2f33;
  opacity: 0.7;
}

@media screen and (max-width: 1023.98px) {
  footer::before {
    width: 100%;
  }
}

footer .ml {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}

footer p {
  padding: 5px 0;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 11px;
  color: #ffffff;
}

/*=========*/
/*============== formcontact =============*/
/*=========*/
.formContact {
  background-color: black;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 10;
  border: 1px solid #41b28e;
  padding: 30px 60px 50px;
  transition: ease-in-out 0.3s;
}

.formContact > h2 {
  color: white;
  text-align: center;
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  padding-bottom: 20px;
}

.formContact > span {
  color: white;
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  font-size: 25px;
  display: flex;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.formContact {
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.formContact > p {
  text-align: left;
  font-family: "Canal";
  font-weight: 400;
  font-style: italic;
  padding-top: 15px;
  font-size: 12px;
}

.formContact > p {
  color: #41b28e;
}

.formContact > .formInfo {
  color: white;
  font-size: 10px;
  text-align: justify;
}

.formContact > .formInfo a {
  color: white;
}

.formContact .formFlex {
  display: flex;
  margin: 0 auto;
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
}

.formContact .formFlex .formPart1,
.formContact .formFlex .formPart2 {
  max-width: 360px;
  width: 100%;
}

.formContact .formFlex .formPart1 input,
.formContact .formFlex .formPart2 input {
  border: 1px solid;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  font-size: 20px;
  padding: 10px;
  color: black;
}

.formContact .formFlex .formPart1 input,
.formContact .formFlex .formPart2 input {
  border: 2px solid #41b28e;
}

.formContact .formFlex .formPart1 input::placeholder,
.formContact .formFlex .formPart2 input::placeholder {
  color: black;
}

.formContact .formFlex .formPart1 .inputWrap {
  display: flex;
  margin: 20px 0;
  justify-content: space-between;
}

.formContact .formFlex .formPart1 input[name="nom2"] {
  width: 195px;
}

.formContact .formFlex .formPart1 input[name="prenom2"] {
  width: 150px;
}

.formContact .formFlex .formPart2 input[name="cp2"] {
  margin: 20px 0;
}

.formContact .formFlex .formPart2 .txtWrap {
  display: flex;
  justify-content: space-between;
}

.formContact .formFlex .formPart2 .txtWrap p {
  width: 220px;
  text-align: left;
  font-family: "Canal";
  font-weight: 400;
  font-style: italic;
  font-size: 17px;
  padding-left: 10px;
}

.formContact .formFlex .formPart2 .txtWrap p {
  color: #41b28e;
}

.formContact button {
  background: #ec3654;
  border: none;
  padding: 20px 0;
  font-size: 18px;
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: white;
  position: absolute;
  bottom: -32px;
  left: 0;
  right: 0;
  max-width: 272px;
  width: 100%;
  margin: 0 auto;
}

/*=========*/
/*============== formcall =============*/
/*=========*/

.dualform {
  background-color: black;
  position: fixed;
  top: -100%;
  left: 0;
  right: 0;
  z-index: 10;
  border: 1px solid #41b28e;
  padding: 30px 60px 50px;
  transition: ease-in-out 0.3s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 300px;
  margin: 0 auto;
}

.dualform h2 {
  color: white;
  text-align: center;
  font-family: "CanalDem";
  padding-bottom: 5px;
}

.dualform p {
  text-align: center;
  font-family: "Canal";
  font-weight: 400;
  font-style: italic;
  padding-top: 15px;
  font-size: 16px;
  color: white;
}
.dualform p {
  text-align: left;
  font-family: "Canal";
  font-weight: 400;
  font-style: italic;
  font-size: 11px;
}

.dualform input[type="tel"],
.dualform input[type="text"],
.dualform input[type="email"] {
  border: 1px solid;
  max-width: 315px;
  width: 100%;
  box-sizing: border-box;
  height: 40px;
  font-size: 20px;
  padding: 10px;
  color: black;
}

.dualform button {
  background: #ec3654;
  border: none;
  padding: 20px 0;
  font-size: 16px;
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: white;
  max-width: 315px;
  width: 100%;
  margin: 15px auto;
}

.dualform span {
  color: white;
  font-family: "Canal";
  font-weight: 700;
  font-style: italic;
  font-size: 25px;
  display: flex;
  position: absolute;
  left: 5px;
  top: 5px;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.dualform .infoCall {
  width: 100%;
  text-align: center;
  font-size: 14px;
  font-family: "CanalDem";
  margin: 0 auto;
  color: white;
  padding-bottom: 15px;
}

/*=========*/
/*============== REDIRECT.PHP =============*/
/*=========*/

.bodThx {
  background-color: black;
  text-align: center;
}

.bodThx div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bodThx h1 {
  color: #41b28e;
  font-family: "FuturaHeavy";
}

.bodThx p {
  color: #ffffff;
  font-family: "Canal";
  font-weight: 400;
  font-style: italic;
}

.bodThx button {
  border: 1px solid #41b28e;
  color: #41b28e;
  background: none;
  padding: 15px 40px;
  margin: 20px 0;
  font-size: 16px;
  font-family: "Canal";
  font-weight: 400;
  font-style: italic;
  cursor: pointer;
}

/*=========*/
/*============== MODALBG =============*/
/*=========*/

.modalBg {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.75);
  z-index: -99;
  opacity: 0;
  /* transition: ease-in-out .2s; */
}

.active {
  z-index: 5;
  opacity: 1;
}

.slideTop {
  top: 10%;
}

.callTop {
  top: 10% !important;
}

.tiny-text {
  font-size: 17px;
}

.white {
  color: #ffffff;
}

#sec1 form input.error {
  border: 2px solid red !important;
}

.tel-error-message {
  color: red;
  font-size: 12px;
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  text-align: left;
}
