@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
.our-values-section .paragraph--type--container {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: 0 auto;
}

@media only screen and (min-width: 1200px) {
  .our-values-section .paragraph--type--container {
    width: calc(100% - 80px);
  }
}
.our-values-section {
  padding: 60px 0;
}
.our-values-section .paragraph--type--container > .field__items > .field__item:first-child {
  width: 100%;
}
.our-values-section .paragraph--type--container > .field__items > .field__item:first-child .field--name-field-div {
  max-width: 650px;
  margin: 0;
}
.our-values-section .paragraph--type--container > .field__items > .field__item:last-child {
  width: 100%;
}
.our-values-section .paragraph--type--container > .field__items > .field__item .field--name-field-media {
  margin-top: 40px;
}
.our-values-section .paragraph--type--container > .field__items > .field__item .field--name-field-media img {
  height: 300px;
  object-fit: cover;
  object-position: center;
  border-radius: 20px;
}
.our-values-section .paragraph--type--container > .field__items > .field__item .paragraph--type--title h2 {
  color: #3082D6;
}
.our-values-section .paragraph--type--container > .field__items > .field__item .paragraph--type--card {
  margin-top: 30px;
  background-color: #F6F6F6;
  border-radius: 20px;
}
.our-values-section .paragraph--type--container > .field__items > .field__item .paragraph--type--card > .field__items .field--name-field-title {
  height: 45px;
  border-radius: 45px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.our-values-section .paragraph--type--container > .field__items > .field__item .paragraph--type--card > .field__items .field--name-field-title h3 {
  font-size: 1.25rem;
  color: #214570;
  line-height: 45px;
  padding-left: 50px;
  background-position: left 20px center;
  background-size: 24px;
  background-repeat: no-repeat;
}
.our-values-section .paragraph--type--container > .field__items > .field__item .paragraph--type--card > .field__items .paragraph--type--description {
  padding: 5px 20px;
}
.our-values-section .paragraph--type--container > .field__items > .field__item .our-values-para > .field__items > .field__item:nth-child(2) h3 {
  background-image: url(../images/icon-innovation.png);
}
.our-values-section .paragraph--type--container > .field__items > .field__item .our-values-para > .field__items > .field__item:nth-child(3) h3 {
  background-image: url(../images/icon-satisfaction.png);
}
.our-values-section .paragraph--type--container > .field__items > .field__item .our-values-para > .field__items > .field__item:nth-child(4) h3 {
  background-image: url(../images/icon-souverainete.png);
}

@media only screen and (min-width: 1024px) {
  .our-values-section .paragraph--type--container > .field__items {
    display: flex;
    align-items: center;
  }
  .our-values-section .paragraph--type--container > .field__items > .field__item:first-child {
    width: calc(100% - 415px);
  }
  .our-values-section .paragraph--type--container > .field__items > .field__item:first-child .field--name-field-div {
    margin: 0 40px;
  }
  .our-values-section .paragraph--type--container > .field__items > .field__item:last-child {
    width: 415px;
  }
  .our-values-section .paragraph--type--container > .field__items > .field__item .field--name-field-media {
    margin-top: 0;
  }
  .our-values-section .paragraph--type--container > .field__items > .field__item .field--name-field-media img {
    height: auto;
    object-fit: fill;
  }
}
@media only screen and (min-width: 1200px) {
  .our-values-section .paragraph--type--container > .field__items > .field__item:first-child {
    width: calc(100% - 455px);
  }
  .our-values-section .paragraph--type--container > .field__items > .field__item:last-child {
    width: 455px;
  }
}
@media only screen and (min-width: 1440px) {
  .our-values-section {
    padding: 90px 0;
  }
  .our-values-section .paragraph--type--container > .field__items > .field__item:first-child {
    width: calc(100% - 515px);
  }
  .our-values-section .paragraph--type--container > .field__items > .field__item:first-child .field--name-field-div {
    margin: 0 auto;
  }
  .our-values-section .paragraph--type--container > .field__items > .field__item:last-child {
    width: 515px;
  }
  .our-values-section .paragraph--type--container > .field__items > .field__item .paragraph--type--card > .field__items .field--name-field-title h3 {
    font-size: 1.5625rem;
    padding-left: 70px;
    background-size: 44px;
  }
}