/* line 4, ../sass/screen.scss */
#matrice .elementor-column-wrap {
  padding: 0;
}

/* line 9, ../sass/screen.scss */
.elementor-section.elementor-section-boxed > .container-1 {
  margin: 0 -10px;
  max-width: none;
}

/* line 14, ../sass/screen.scss */
.row-1 > .elementor-column {
  padding: 0 10px;
}

/* line 19, ../sass/screen.scss */
#objectifs {
  background: #00B4DF;
  padding: 10px;
  margin-bottom: 7px;
}
/* line 23, ../sass/screen.scss */
#objectifs h2 {
  color: #fff;
  font-family: "Kelson";
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}
/* line 29, ../sass/screen.scss */
#objectifs h2 img {
  margin-right: 10px;
}
/* line 32, ../sass/screen.scss */
#objectifs h2 span {
  position: relative;
  top: -7px;
}

/* line 39, ../sass/screen.scss */
#actions {
  background: #6CB644;
  padding: 10px;
  margin-bottom: 7px;
}
/* line 43, ../sass/screen.scss */
#actions h2 {
  color: #fff;
  font-family: "Kelson";
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}
/* line 49, ../sass/screen.scss */
#actions h2 img {
  margin-right: 10px;
}
/* line 52, ../sass/screen.scss */
#actions h2 span {
  position: relative;
  top: -7px;
}

/* line 59, ../sass/screen.scss */
#expositions {
  background: #ED9F2D;
  padding: 9px 10px;
  margin-bottom: 7px;
}
/* line 63, ../sass/screen.scss */
#expositions h2 {
  color: #fff;
  font-family: "Kelson";
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}
/* line 69, ../sass/screen.scss */
#expositions h2 img {
  margin-right: 10px;
}
/* line 72, ../sass/screen.scss */
#expositions h2 span {
  position: relative;
  top: -7px;
}

/* line 79, ../sass/screen.scss */
#transformation {
  background: #D9146B;
  padding: 10px;
  margin-bottom: 7px;
}
/* line 83, ../sass/screen.scss */
#transformation h2 {
  color: #fff;
  font-family: "Kelson";
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}
/* line 89, ../sass/screen.scss */
#transformation h2 img {
  margin-right: 10px;
}
/* line 92, ../sass/screen.scss */
#transformation h2 span {
  position: relative;
  top: -7px;
}

/* line 99, ../sass/screen.scss */
#opinion {
  background: #F33698;
  padding: 12px 10px;
  margin-bottom: 7px;
}
/* line 103, ../sass/screen.scss */
#opinion h2 {
  color: #fff;
  font-family: "Kelson";
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}
/* line 109, ../sass/screen.scss */
#opinion h2 img {
  margin-right: 10px;
}
/* line 112, ../sass/screen.scss */
#opinion h2 span {
  position: relative;
  top: -7px;
}

/* line 119, ../sass/screen.scss */
#comportement {
  background: #F33698;
  padding: 10px 10px 11px;
  margin-bottom: 7px;
}
/* line 123, ../sass/screen.scss */
#comportement h2 {
  color: #fff;
  font-family: "Kelson";
  font-size: 12px;
  text-align: center;
  letter-spacing: 1px;
}
/* line 129, ../sass/screen.scss */
#comportement h2 img {
  margin-right: 10px;
}
/* line 132, ../sass/screen.scss */
#comportement h2 span {
  position: relative;
  top: -7px;
}

/* line 139, ../sass/screen.scss */
#image-de-marque,
#consideration,
#business {
  background: #ef7db8;
  padding: 10px 10px 11px;
  margin-bottom: 7px;
}
/* line 145, ../sass/screen.scss */
#image-de-marque h3,
#consideration h3,
#business h3 {
  color: #fff;
  font-family: "Kelson";
  font-size: 11px;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  line-height: 1.2em;
  min-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* line 157, ../sass/screen.scss */
#image-de-marque h3 img,
#consideration h3 img,
#business h3 img {
  margin-right: 10px;
}
/* line 160, ../sass/screen.scss */
#image-de-marque h3 span,
#consideration h3 span,
#business h3 span {
  position: relative;
  top: 3px;
}

/* line 167, ../sass/screen.scss */
#consideration h3 span {
  width: 100px;
}

/* line 172, ../sass/screen.scss */
#recommandations {
  background: #D91F43;
  padding: 15px 10px 10px;
  margin-bottom: 7px;
}
/* line 176, ../sass/screen.scss */
#recommandations h2 {
  color: #fff;
  font-family: "Kelson";
  font-size: 14px;
  text-align: center;
  letter-spacing: 1px;
}
/* line 182, ../sass/screen.scss */
#recommandations h2 img {
  margin-right: 10px;
  position: relative;
  top: -3px;
}
/* line 187, ../sass/screen.scss */
#recommandations h2 span {
  position: relative;
  top: -7px;
}

/* line 194, ../sass/screen.scss */
.inputs {
  width: 100%;
}

/* line 197, ../sass/screen.scss */
.add-input {
  border: 2px dashed #E6E7E6;
  border-radius: 3px;
  font-size: 14px;
  color: #E6E7E6;
  margin-bottom: 7px;
  position: relative;
  background: #fff;
}
/* line 205, ../sass/screen.scss */
.add-input:hover {
  cursor: pointer;
  background: #FAFAFA;
}
/* line 208, ../sass/screen.scss */
.add-input:hover:after {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
/* line 212, ../sass/screen.scss */
.add-input:after {
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  content: '';
  width: 26px;
  height: 26px;
  position: absolute;
  top: calc(50% - 13px);
  right: 10px;
  border-radius: 26px;
  background: url(../img/icon-plus.svg) no-repeat #fff;
}
/* line 223, ../sass/screen.scss */
.add-input .gutter {
  padding: 15px 45px 15px 20px;
}

/* line 229, ../sass/screen.scss */
.input-zone div {
  position: relative;
  margin-bottom: 7px;
}
/* line 232, ../sass/screen.scss */
.input-zone div span {
  -moz-transition: all, 0.2s;
  -o-transition: all, 0.2s;
  -webkit-transition: all, 0.2s;
  transition: all, 0.2s;
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  position: absolute;
  top: 13px;
  right: 12px;
  border-radius: 26px;
  background-image: url(../img/icon-minus.svg);
  background-repeat: no-repeat;
  background-color: #fff;
  z-index: 10;
}
/* line 246, ../sass/screen.scss */
.input-zone div span:hover {
  cursor: pointer;
  background-image: url(../img/icon-minus-white.svg);
  background-color: #DC3545;
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
/* line 254, ../sass/screen.scss */
.input-zone textarea {
  width: 100%;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 14px;
  padding: 15px 45px 15px 20px;
  font-family: 'Blogger';
  line-height: 20px;
  height: 52px;
  resize: none;
}

/* line 266, ../sass/screen.scss */
*:focus {
  outline: none;
}

/* line 271, ../sass/screen.scss */
.matrice-actions {
  margin-top: 15px;
  text-align: right;
}

/* line 275, ../sass/screen.scss */
.dl-pdf {
  display: inline-block;
  background: #00B4DF;
  border: 1px solid #00B4DF;
  line-height: 45px;
  color: #fff;
  padding: 0 58px;
}
/* line 282, ../sass/screen.scss */
.dl-pdf:hover {
  background: #fff;
  color: #00B4DF;
}

@media screen and (max-width: 768px) {
  /* line 296, ../sass/screen.scss */
  #recommandations h2,
  #comportement h2,
  #opinion h2,
  #transformation h2,
  #actions h2,
  #expositions h2,
  #objectifs h2 {
    position: relative;
    cursor: pointer;
  }
  /* line 299, ../sass/screen.scss */
  #recommandations h2:after,
  #comportement h2:after,
  #opinion h2:after,
  #transformation h2:after,
  #actions h2:after,
  #expositions h2:after,
  #objectifs h2:after {
    content: '';
    position: absolute;
    width: 9px;
    height: 16px;
    background-image: url(../img/arrow.svg);
    top: calc(50% - 8px);
    right: 10px;
    transition: all .2s;
  }
  /* line 312, ../sass/screen.scss */
  #recommandations.active h2:after,
  #comportement.active h2:after,
  #opinion.active h2:after,
  #transformation.active h2:after,
  #actions.active h2:after,
  #expositions.active h2:after,
  #objectifs.active h2:after {
    transform: rotate(90deg);
  }

  /* line 318, ../sass/screen.scss */
  #comportement,
  #opinion,
  .inputs {
    display: none;
  }
}
