/*---------------------------------------------*/
/*------------  zone bandeau -----------------*/
/*--------------------------------------------*/

/*//// le balise <section> avec id=bandeau /////*/
#bandeau {
  min-height: 350px;
  /*background: url("../img/smartphone.jpg") no-repeat 0 -350px;*/
  background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.1)),
    url("../img/bandeau4.png") no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 1;
  text-align: justify;
  color: #ffffff !important;
  width: 100%;
  margin: auto;
  overflow: hidden;
}

/*//// le balise <h1> de le balise <section> bandeau /////*/
#bandeau h1 {
  margin-top: 70px;
  font-size: 40px;
  margin-bottom: 10px;
  color: #ffffff !important;
  padding-left: 10%;
  font-family: "Poppins", sans-serif !important;
  font-weight: 700;
}

/*//// le balise <p> de le balise <section> showcase /////*/
#bandeau p {
  font-size: 20px;
  font-family: "Poppins", sans-serif !important;
  font-weight: 500;
  color: #ffffff !important;
  margin-bottom: 40px;
  padding-left: 10%;
  text-align: justify;
  line-height: 43px;
  padding-top: 0.5%;
  width: 60%;
}

/*------------------------------------------------*/
/*-------  la zone des blocs (boxes) -------------*/
/*----------------------------------------------*/

/*//// le balise <section id="boxes"> /////*/
#boxes {
  width: auto; /*responsive en %*/
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

/*//// les balises <div> avec class=box /////*/
.box {
  float: left;
  width: auto; /*responsive en %*/
  height: auto;
  /*padding: 10px;*/
  /*border: 1px solid red;*/
}

/*//// la classe separator de la <div> avec class=box (box1) /////*/
.box1-separator {
  height: 6px;
  background-image: linear-gradient(45deg, #003d90,
    #09205c,
    #1d83d1,
    #266697,
    #1b3b57
  );
}

.box2-separator {
  height: 6px;
  background-image: linear-gradient(
    45deg, #003d90,
    #09205c,
    #1d83d1,
    #266697,
    #1b3b57
  );
}

/*//// la classe box2-background-color de la box 2 /////*/
.box2-background-color {
  /*
  background-image: linear-gradient(
    to right,
    #018786,
    #0e9d9e,
    #1ab4b8,
    #25ccd3,
    #30e4ee
  );
  */
  background-color: #f6f7fa;
}

/*//// la classe box3-background-color de la box 3 /////*/
.box3-background-color {
  background-color: #f6f7fa;
}

/*//// la classe box6-background-color de la box 6 /////*/
.box6-background-color{
  background-color: #fbfbfb;
}

/*//// les balises <img> des <div> avec class=box /////*/
#boxes .box img {
  width: 100%;
  height: auto;
  object-fit: cover;
}


/*//// les balises <h1> des <div> avec class=box /////*/
.box h1 {
  margin-top: 13%;
  font-family: "Poppins", sans-serif;
  font-weight: 800;
  font-size: 30px;
  color: rgb(37, 114, 255) !important;
  /* text-align: justify; */
  padding-left: 50px;
}

/*//// les balise <p> des <div> avec class=box /////*/
.box p {
  font-size: 22px;
  /* color: rgb(37, 114, 255) !important; */
  margin-bottom: 90px;
  padding-left: 50px;
  text-align: justify;
  text-size-adjust: initial;
  margin-right: 50px;
  line-height: 43px;
  font-weight: 400;
}

.box2-background-color h1 {
  color: rgb(37, 114, 255) !important; 
  font-weight: 800 !important;
}

.box2-background-color p {
  font-weight: 400;
}


/*//// hr de la box 2 /////*/
.box2-background-color hr {
  height: 4px;
  margin-left: 50px;
  width: 200px;
  margin-bottom: 30px;
  vertical-align: 20%;
}

/*//// h1 hr p de la box 3 /////*/
.box3-background-color h1 {
  padding-left: 250px;
}

.box3-background-color hr {
  height: 4px;
  margin-left: 250px;
  width: 200px;
  margin-bottom: 30px;
  vertical-align: 20%;
}

.box3-background-color p {
  padding-left: 250px;
}

/*//// h1 hr p de la box 6 /////*/
.box6-background-color hr {
  height: 4px;
  margin-left: 50px;
  width: 200px;
  margin-bottom: 30px;
}

.box6-background-color h1{
  color: rgb(37, 114, 255) !important; 
  font-weight: 800 !important;
}

.box6-background-color p{
  font-weight: 400; 
}

/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*+++++++++ Media Queries (requêtes de média) pour RWD ++++++++++++++*/
/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 1877px) {
  #bandeau p {
    width: 60%;
  }

  .box h1 {
    margin-top: 8%;
  }
  .box p {
    margin-bottom: 5%;
    line-height: 35px;
  }
} /*end media query*/

@media screen and (max-width: 1540px) {
  #bandeau p {
    width: 65%;
  }

  .box3-background-color h1 {
    padding-left: 10%;
  }

  .box3-background-color hr {
    margin-left: 10%;
  }

  .box3-background-color p {
    padding-left: 10%;
  }
} /*end media query*/

@media screen and (max-width: 1405px) {
  .box h1 {
    margin-top: 5%; /*modif*/
  }

  .box p {
    font-size: 21px; /*modif*/
    margin-bottom: 3%; /*modif*/
  }

  /*//// h1 hr p de la box 3 /////*/
  .box3-background-color h1 {
    padding-left: 5%; /*modif*/
  }

  .box3-background-color hr {
    margin-left: 5%; /*modif*/
  }

  .box3-background-color p {
    padding-left: 5%; /*modif*/
  }
} /*end media query*/

@media screen and (max-width: 1265px) {
  .box h1 {
    margin-top: 5%; /*modif*/
    font-size: 28px;
  }

  .box p {
    font-size: 20px; /*modif*/
    margin-bottom: 2%; /*modif*/
    line-height: 37px;
  }

  #boxes .box img {
    width: 100%;
    height: 100%;
  }
} /*end media query*/

/*=> ipad pro*/
@media screen and (max-width: 1024px) {
  #bandeau h1 {
    margin-top: 80px; /*modif*/
    font-size: 50px; /*modif*/
    padding-left: 6%; /*modif*/
  }

  #bandeau p {
    font-size: 22px; /*modif*/
    margin-bottom: 50px; /*modif*/
    padding-left: 6%; /*modif*/
    line-height: 38px; /*modif*/
    width: 60%; /*modif*/
    padding-top: 5%;
  }

  #boxes .box img {
    width: 100%;
    height: 100%;
  }

  .box5-background-image img {
    object-position: 90% 0%; /* détermine l'alignement de l'image au sein de sa boîte.*/
  }

  .box2-background-color h1 {
    text-align: left;
    text-size-adjust: initial;
  }

  .box p {
    padding-bottom: 20px; /*modif*/
  }
} /*end media query*/

/* ipad */
@media screen and (max-width: 768px) {
  #boxes {
    grid-template-columns: repeat(1, 1fr); /* modif */
  }

  #bandeau h1 {
    margin-top: 80px; /* modif */
    font-size: 50px; /* modif */
    margin-bottom: 5px; /* modif */
    padding-left: 3%; /* modif */
  }

  #bandeau p {
    font-size: 25px;
    font-weight: bolder;
    color: #ffffff !important;
    margin-bottom: 4%; /* modif */
    padding-left: 3%; /* modif */
    text-align: justify;
    line-height: 38 px; /* modif */
    padding-top: 4%;
    width: 65%;
  }

  section.boxes {
    -ms-box-orient: vertical;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -moz-flex;
    display: -webkit-flex;
    display: flex;
  }

  .box1-image-container {
    order: 1;
  }
  .box2-background-color {
    order: 2;
  }
  .box3-background-color {
    order: 4;
  }
  .box4-image-container {
    order: 3;
  }
  .box5-background-image {
    order: 5;
  }
  .box6-background-color {
    order: 6;
  }
} /*end media query*/

/* taille 540 surface duo*/
@media screen and (max-width: 540px) {

  #bandeau {
    text-align: justify;
    width: auto;
  }

  #bandeau h1 {
    margin-top: 70px; /**/
    font-size: 40px; /**/
    margin-bottom: 5%; /**/
    padding-left: 5%; /**/
    text-align: justify; /**/
  }

  #bandeau p {
    font-size: 20px;
    margin-bottom: 5%; /**/
    padding-left: 5%; /**/
    text-align: center; /**/
    line-height: 30px; /**/
    width: 75%; /**/
  }

}/*end media query*/

/* iphone XR */
@media screen and (max-width: 414px) {

  #bandeau {
    text-align: center;
    width: auto;
  }

  #bandeau h1 {
    margin-top: 40px; /**/
    font-size: 40px; /**/
    margin-bottom: 10px; /**/
    padding-left: 20px; /**/
    text-align: center; /**/
  }

  #bandeau p {
    font-size: 20px;
    margin-bottom: 20px; /**/
    padding-left: 20px; /**/
    text-align: center; /**/
    line-height: 30px; /**/
    width: 90%; /**/
  }

}/*end media query*/



/* iphoneX */
@media screen and (max-width: 375px) {
  #bandeau {
    text-align: left;
    width: auto;
  }

  #bandeau h1 {
    margin-top: 40px; /**/
    font-size: 40px; /**/
    margin-bottom: 10px; /**/
    padding-left: 20px; /**/
    text-align: center; /**/
  }

  #bandeau p {
    font-size: 20px;
    margin-bottom: 20px; /**/
    padding-left: 20px; /**/
    text-align: center; /**/
    line-height: 30px; /**/
    width: 90%; /**/
  }

  .box h1 {
    margin-top: 15%; /**/
    font-size: 25px; /**/
    text-align: left; /**/
    padding-left: 40px; /**/
  }

  /*//// les balise <p> des <div> avec class=box /////*/
  .box p {
    font-size: 20px; /**/
    margin-bottom: 50px; /**/
    padding-left: 40px; /**/
    margin-right: 20px; /**/
    line-height: 30px; /**/
    text-align: left; /**/
  }

  .box2-background-color hr {
    margin-left: 40px; /**/
  }

  .box3-background-color hr {
    margin-left: 40px; /**/
  }

  .box6-background-color hr {
    margin-left: 40px; /**/
  }
} /*end media query*/
