@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 */
.page-node-type-products .product-info-cards-section .card-item {
  width: calc(100% - 40px);
  max-width: 1500px;
  margin: 0 auto;
}

.page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--lie a {
  display: inline-block;
  font-size: 1rem;
  font-weight: 400;
  color: #214570;
  text-decoration: none;
  padding: 0px 20px;
  height: 35px;
  line-height: 33px;
  border: 1px solid #214570;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  transition: color 0.3s ease;
}
.page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--lie a:after {
  content: "";
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateY(35px);
  transform-origin: bottom center;
  background-color: #214570;
  z-index: -1;
  transition: transform 0.3s ease;
}
.page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--lie a:hover {
  color: #fff;
}
.page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--lie a:hover:after {
  transform: translateY(0px);
}

@media only screen and (min-width: 1200px) {
  .page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--lie a {
    font-size: 1.125rem;
  }
  .page-node-type-products .product-info-cards-section .card-item {
    width: calc(100% - 80px);
  }
}
.page-node-type-products .node__meta {
  display: none;
}
.page-node-type-products .product-info-cards-section {
  padding: 0px 0 45px;
}
.page-node-type-products .product-info-cards-section .card-item {
  background-color: #fff;
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 30px;
}
.page-node-type-products .product-info-cards-section .card-item .field--name-field-div {
  padding: 40px 20px;
}
.page-node-type-products .product-info-cards-section .card-item .field--name-field-div > .field__item {
  width: 100%;
}
.page-node-type-products .product-info-cards-section .card-item .field--name-field-div .field--name-field-title h2 {
  color: #3082D6;
  margin-bottom: 30px;
  text-transform: none;
}
.page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--description {
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 20px 30px 30px 20px;
}
.page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--description h3 {
  font-size: 1.25rem;
  margin-bottom: 15px;
  color: #214570;
  padding-left: 30px;
  background-image: url(../images/icon-points-forts.png);
  background-size: 21px;
  background-position: left center;
  background-repeat: no-repeat;
}
.page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--description p {
  color: #214570;
}
.page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--description ul {
  padding: 0 0 0 20px;
  margin: 0;
}
.page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--description ul li {
  font-size: 0.9375rem;
  font-weight: 400;
  line-height: 140%;
  margin: 0 0 10px 0;
  color: #214570;
}
.page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--lie {
  margin-top: 25px;
  margin-bottom: 30px;
}
.page-node-type-products .product-info-cards-section .card-item .field--name-field-div .field--name-field-media-image > .field__item {
  display: flex;
  justify-content: center;
}
.page-node-type-products .product-info-cards-section .card-item .field--name-field-div .field--name-field-media-image > .field__item img {
  max-width: 600px;
  max-height: 350px;
  object-fit: cover;
}
.page-node-type-products.node-18 .product-info-cards-section .card-item .field--name-field-div .field--name-field-media-image > .field__item img, .page-node-type-products.node-4 .product-info-cards-section .card-item .field--name-field-div .field--name-field-media-image > .field__item img {
  max-height: 100%;
}

@media only screen and (min-width: 1024px) {
  .page-node-type-products .product-info-cards-section .card-item .field--name-field-div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 50px 30px 70px;
  }
  .page-node-type-products .product-info-cards-section .card-item .field--name-field-div > .field__item {
    width: calc(50% - 20px);
  }
  .page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--description {
    padding: 20px 30px 30px 20px;
  }
  .page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--lie {
    margin-top: 35px;
    margin-bottom: 0;
  }
  .page-node-type-products .product-info-cards-section .card-item .field--name-field-div .field--name-field-media-image > .field__item {
    justify-content: flex-end;
  }
}
@media only screen and (min-width: 1200px) {
  .page-node-type-products .product-info-cards-section .card-item .field--name-field-div {
    padding: 30px 60px 63px 100px;
  }
  .page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--description h3 {
    font-size: 1.35rem;
    margin-bottom: 20px;
    padding-left: 30px;
    background-size: 20px;
  }
  .page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--description ul li {
    font-size: 1rem;
  }
  .page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--lie {
    margin-top: 35px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .page-node-type-products .product-info-cards-section .card-item .field--name-field-div {
    padding: 60px 100px 60px 170px;
  }
  .page-node-type-products .product-info-cards-section .card-item .field--name-field-div .paragraph--type--description h3 {
    font-size: 1.5625rem;
    margin-bottom: 25px;
    padding-left: 40px;
    background-size: 25px;
  }
}