/******************************/
/*********** Général***********/
/******************************/
html {
  --bg-color: var(--CONFIG-bg-color);
  --title-text-color: var(--CONFIG-title-text-color);
	--paragraphe-text-color: var(--CONFIG-paragraphe-text-color);
	--description-text-color: var(--CONFIG-description-text-color);
  --footer-text-color: var(--CONFIG-footer-text-color);
	--bg-img-footer: var(--CONFIG-bg-img-footer);
  --width-phone-img: var(--CONFIG-width-phone-img);
  
  /***********************************************************************************************************/
  /* Ces variable sont déja prédéfinies (pas besoin de les décommenter), mais vous pouvez les customiser ici */
  /***********************************************************************************************************/
  /* --bg-img-body: linear-gradient(to right, blue, orange); */

  --ff-global: 'Open Sans', sans-serif;

  --max-width-body: 1620px;
  /* --max-width-bodyContentLeftFrame: 780px; */

  /* --margin-b-title: 1.25rem; */
  /* --margin-b-paragraphe: 3rem; */
  /* --margin-b-description: 1rem; */

  --width-logo-compagny: clamp(12.5rem, 11.2051rem + 5.5249vw, 15.625rem);     /* 180px to 210px */
  --width-store-img: clamp(6.25rem, 5.2141rem + 4.4199vw, 8.75rem);             /* 120px to 160px */ /*375px / 1280px*/

  --fs-title: clamp(1.5625rem, 0.5007rem + 4.5304vw, 4.125rem);                /* 25px to 66px */
  --fs-paragraphe: clamp(1.125rem, 0.9733rem + 0.6472vw, 1.75rem);;                /* 18px to 24px /* 375px / 1920px*/
  /* --fs-description: clamp(1.0625rem, 0.9563rem + 0.4531vw, 1.5rem); */          /* 17px to 24px */
  --fs-footer-text: clamp(0.6875rem, 0.6357rem + 0.221vw, 0.8125rem);          /* 13px to 20px */
 
}

* {
  padding: 0;
  margin: 0;
}

html {
	font-size: 16px;
	height: 100%;
}

body {
	width: 100%;
	min-height: 100%;
	background-color: var(--bg-color, #fff);
  background-image: var(--bg-img-body);
	font-family: var(--ff-global, 'Poppins', sans-serif);
	overflow-x: hidden;
	display: grid;
	grid-template-rows: 1fr auto;
	grid-template-columns: 100%;
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
input,
select,
textarea {
	font-family: var(--ff-global, 'Poppins', sans-serif);
}

::-webkit-input-placeholder {
	font-family: var(--ff-global, 'Poppins', sans-serif);
}

:-moz-placeholder {
	font-family: var(--ff-global, 'Poppins', sans-serif);
}

::-moz-placeholder {
	font-family: var(--ff-global, 'Poppins', sans-serif);
}

:-ms-input-placeholder {
	font-family: var(--ff-global, 'Poppins', sans-serif);
}

img{
  display: block;
  width: 100%;
}

a {
  color: var(--footer-text-color, #fff);
}

ul {
  list-style: none;
}

.light {
  font-weight: 300!important;
}

.regular {
  font-weight: 400!important;
}

.semibold {
  font-weight: 600!important;
}

.bold {
  font-weight: 700!important;
}

.fs-14 {
  font-size: clamp(0.625rem, 0.5214rem + 0.442vw, 0.875rem)!important;   /* 10px to 14px */ /* 375px / 1280px*/
}

.fs-19 {
  font-size: clamp(0.75rem, 0.5687rem + 0.7735vw, 1.1875rem)!important;   /* 12px to 19px */ /* 375px / 1280px*/
}

.fs-27 {
  font-size: clamp(0.875rem, 0.5383rem + 1.4365vw, 1.6875rem)!important;  /* 14px to 27px */ /* 375px / 1280px*/
}

/******************************/
/*********** Header ***********/
/******************************/
header {
  padding: 30px 0 30px 30px;
  position: absolute;
  width: 100%;
  max-width: var(--max-width-body, 1920px);
  left: 50%;
  transform: translateX(-50%);
  box-sizing: border-box;
}

.logo{
  width: var(--width-logo-compagny, clamp(5.625rem, 5.107rem + 2.2099vw, 6.875rem));
  /* 90px to 110px */
}


/*******************************/
/*********** Content ***********/
/*******************************/
.bodyContentRightFrame img {
	width: var(--width-phone-img, clamp(20rem, -0.8929rem + 30.9524vw, 36.25rem));
  /* 320px to 580px */ /* 1080px / 1920px*/
  display: none;
  /* transform: translateX(-20%); */
}

.bodyContent {
  height: 100%;
  max-width: var(--max-width-body, 1920px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 30px;
  margin: 0 auto;
}

.bodyContentLeftFrame {
  max-width: var(--max-width-bodyContentLeftFrame, 750px);
}

.bodyContentRightFrame {
  margin-left: 10rem;
}

.home_ic {
  width: clamp(18.125rem, 11.1326rem + 29.8343vw, 35rem);
}

.start-title {
  line-height: 1.2em!important;
}

.line-h-1-2 {
  line-height: 1.2em!important;
}

.line-h-1-5 {
  line-height: 1.5em!important;
}

.m-b-2 {
   margin-bottom: var(--margin-b-paragraphe, 2rem);
}

.m-b-0-5 {
  margin-bottom: .5rem;
}

.title {
  color: var(--title-text-color,#ffffff);
  font-size: 40px;
  font-weight: 800;
  line-height: 1.1em;
  margin-bottom: var(--margin-b-title, 1.25rem);
}

.title.web {
    display: none;
  }

.bloc {
  margin-bottom: var(--margin-b-paragraphe, 2rem);
}

.line-red {
  height: 4px;
  width: 100%;
  border-radius: 20px;
  margin-bottom: 1.5rem;
  background-image: linear-gradient(to right, #B70E0C, #E98D7F);
}

.paragraphe {
  color: var(--paragraphe-text-color,rgba(255, 255, 255, 0.75));
  /* 16px to 20px */ /* 375px / 1920px*/
  font-size: var(--fs-paragraphe, clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem));
  font-weight: 400;
  margin-bottom: var(--margin-b-paragraphe, 2rem);
  line-height: 1.5;
  width: 80%;
}

.row-icone {
  display: flex;
  gap: 16px;
  font-weight: 300;
  font-size: var(--fs-paragraphe, clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem));
}

.row-icone .icone {
  width: 24px;
}

.row-icone .icone.a {
  width: 20px;
}

.row-icone.a {
  gap: 22px;
} 

.row-icone .icone.b {
  width: 26px;
} 

.row-icone.b {
  gap: 16px;
} 

.row-icone .icone.c {
  width: 20px;
} 

.row-icone.c {
  gap: 22px;
} 

.row-icone .icone.d {
  width: 26px;
} 

.row-icone.d {
  gap: 16px;
} 

.row-icone p span {
  font-weight: 500;
}

.description {
  font-weight: 600;
  color: var(--description-text-color,#ffffff);
  /* 16px to 21px */ /* 375px / 1920px*/
  font-size: var(--fs-description, clamp(1rem, 0.9242rem + 0.3236vw, 1.3125rem));
  margin-bottom: var(--margin-b-description, 1rem);
}

.store {
	display: flex;
	max-width: 28rem;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1.5rem;
}

.store img {
  height: 100%;
  width: var(--width-store-img, clamp(9.375rem, 8.5981rem + 3.3149vw, 11.25rem));
    /* 150px to 180px */ /* 375px / 1280px*/
} 

img.mobile {
  display: block;
  padding-bottom: 20px;
  max-width: 500px;
}

/******************************/
/*********** Footer ***********/
/******************************/
footer {
  background-image: var(--bg-img-footer, linear-gradient(to right, rgb(0, 0, 0), rgb(0, 0, 0)));
  color: var(--footer-text-color, #fff);
  padding: 1.15rem 1.875rem 1.15rem;
  /* margin-top: 20px; */
}

footer ul {
  display: flex;
  justify-content: space-around;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
  max-width: 1050px;
  width: 100%;
  margin: 0 auto;
}

footer li {
  font-size: var(--fs-footer-text, clamp(0.6875rem, 0.558rem + 0.5525vw, 1rem));
  /* 11px to 16px */
}


/**********************************/
/*********** MediaQuery ***********/
/**********************************/
@media screen and (min-width: 900px) {

  .bodyContent {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .bodyContentRightFrame img {
    display: block;
  }

  .bodyContent {
    padding: 0 60px;
  }

  header {
    padding: 30px 0 30px 60px;
  }

  .title {
    /* 26px to 47px */ /* 375px / 1920px*/
  font-size: var(--fs-title, clamp(1.625rem, 1.3064rem + 1.3592vw, 2.9375rem));
  }

  .row-icone.a {
    gap: 28px;
  }
  
  .row-icone.b {
    gap: 22px;
  } 

  .row-icone.c {
    gap: 28px;
  } 

  .row-icone.d {
    gap: 22px;
  } 

  .line-red {
    height: 4px;
    width: 130%;
  }

  .title.mobile {
    display: none;
  }

  .title.web {
    display: block;
  }

  img.mobile {
    display: none;
  }

  .store {
    justify-content: start;
  }
}

@media screen and (min-width: 1700px) {
  header {
    padding: 30px 0 30px 0;
  }
}

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

  footer ul {
    display: grid;
  }

  li {
    text-align: center;
  }
}

@media (max-height: 932px), (max-width: 400px) {
  .bodyContentLeftFrame {
    padding: 150px 0 100px 0;
  }
}