.no-decoration:hover{
  color:inherit;
  text-decoration: none;
}

.maintitle{
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 56px;
  letter-spacing: 0.0025em;
  color: #00234C;
}
h3.subtitle{
  font-family: Open Sans;
font-style: normal;
font-weight: normal;
font-size: 21px;
line-height: 32px;
letter-spacing: 0.0015em;
color: #00234C;
}


.slct select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #fff;
  background-image: none;
}
/* Remove IE arrow */
.slct select::-ms-expand {
  display: none;
}
/* Custom Select */
.slct {
  position: relative;
  display: flex;
  width: 20em;
  height: 3em;
  line-height: 3;
  background: #fff;
  border: 2px solid #ccc;
  overflow: hidden;
  border-radius: .25em;
}
.slct select {
  flex: 1;
  padding: 0 .5em;
  color: #31393C;
  cursor: pointer;
}
/* Arrow */
.slct::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 1em;
  background: #fff;
  color: rgba(225, 55, 101, 1);
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.slct:hover::after {
  color: rgba(225, 55, 101, .8);
}
.slct.small {
  width:7em;
}

.slct.medium {
  width:10em;
}

.btnarrowright{
  display:block;width:100%;background: #E13765;border:1px solid #E13765;
border-radius: 8px;color:#FFF;padding:10px 15px;position:relative;
font-family: Poppins;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 24px;
}

.btnarrowright:hover{
  text-transform: none;
  text-decoration: none;
  background: #FFF;
  color: #E13765;
}

.btnarrowright:hover::after{
  color: #E13765;
  animation: bounce .7s infinite alternate;
}
.btnarrowright::after{
  content: '\25BC';
  position: absolute;
  right: 0;
  padding: 0 1em;
  color: #FFF;
  font-size: 20px;
  top: calc(50% - 15px);
  line-height: 30px;
  transform: rotate(-90deg);
  text-transform: none;
  text-decoration: none;
}

@keyframes bounce{
    from{
        transform: rotate(-90deg) translateY(0);
    }
    to{
        transform:rotate(-90deg)  translateY(15px);
    }
}

.chapeau{
  font-family: Open Sans;
font-style: normal;
font-weight: 600;
font-size: 21px;
line-height: 32px;
/* identical to box height, or 152% */

letter-spacing: 0.0015em;

/* Outer Space crayola */

color: #31393C;

}
.linkWithArrow{
  font-family: Poppins;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 24px;
  color: #00234C;
  display: -webkit-flex; /* Safari */
  display: flex;
  -webkit-align-items: center; /* Safari 7.0+ */
  align-items: center;
  -webkit-justify-content: left;
  justify-content: left;
}

.ptb20{
  padding-top:20px;
  padding-bottom:20px;
}
.nopadding{
  padding: 0 !important;
}
.nomargin{
  margin: 0 !important;
}
.tblack{
  color:#000;
}



  .colors label{cursor: pointer;padding:5px;}
  .colors input{display:none;}
  .swatch{
    display:inline-block;
    vertical-align: middle;
    height: 30px;
    width:30px;
    margin: 0 5px 0 0 ;
    border: 2px solid #7a7a7a;
    border-radius : 50%;
  }

  .colors input[type="radio"]:checked + .swatch{box-shadow: inset 0 0 0 2px white;position:relative;border-color:green;}
  .colors input[type="radio"]:checked + .swatch::after{
    content :url("picto/littlecheck.svg");
    position: absolute;
    top: 3px;
    bottom: 5px;
    left: 5px;
    right: 0px;
    width: 100%;
    height: 100%;
  }

  .productSection{
    padding-top:50px;
    padding-bottom: 50px;
  }


    .myGallery {
      display: grid;
      grid-gap: 0px;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    }

    .myGallery img {
      width: 100%;
    }


    .myGallery .item {
      position: relative;
      overflow: hidden;
    }

    .myGallery .item img {
      vertical-align: middle;
    }
