@charset "UTF-8";

.clearfix {
  zoom: 1;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Avenir Light", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-smooth: antialiased;
  -webkit-font-smoothing: antialiased;
  background: #fff;
  outline: 0;
  overflow-x: hidden;
  overflow-y: auto;
  color: #7a7a7a;
  width: 100%;
  height: 100%;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.banniere-accueil {
  position: relative;
  height: 600px;
  background-color: #121212;
}

.banniere-accueil:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('https://www.roman-misslin.fr/img/roman-misslin.webp');
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
}

.titre-et-slogan {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
}

.titre {
  font-family: 'Avenir Light', sans-serif;
  color: white;
  font-size: 65px;
  line-height: 1.1em;
}

.slogan {
  font-family: 'Helvetica', cursive;
  color: white;
  font-size: 20px;
  margin-bottom: 10px;
}

.en-savoir-plus {
  padding-top: 25px;
  animation: pulse 2s linear infinite;
}

.en-savoir-plus:hover {
  animation: none;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: ""; 
}

.barre-de-progression {
  height: 5px;
  background: #1ed3a6;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.about-us-projet {
  margin-top: 45px;
  width: 85%;
}

.acces-sous-cat .feature-1 {
  background-color: #fff;
  margin-bottom: 60px;
}

.acces-sous-cat-paragraphe {
  color: #EEE;
  margin: 0 auto;
  padding-bottom: 50px;
  width: 59%;
}

.ipad {
  animation: pulse 2s linear infinite;
}

.ipad:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media only screen and (max-width: 767px) {
  .acces-sous-cat-paragraphe {
    width: 80%;
  }

  .video-drive {
    display: none;
  }
}

.acces-sous-cat h2 {
  color: #EEE;
  padding-top: 50px;
}

.acces-sous-cat .feature__title {
  color: #1ed3a6;
}

.carte-competences {
  display: none;
}

.video-youtube-mobile {
  display: none;
}

.projet-en-cours-mobile {
  display: none;
}

@media only screen and (max-width: 767px) {
  .intro-paragraphe {
    margin: 0 auto;
    width: 90%;
  }
}

.couleur-fond {
  background-color: #f7f9fa;
}

.clearfix:after {
  clear: both; }

.clear {
  clear: both; }

.oh {
  overflow: hidden; }

.relative {
  position: relative; }

.white {
  color: #fff; }

.left {
  float: left; }

.right {
  float: right; }

.bg-light {
  background-color: #f7f9fa; }

.bg-dark {
  background-color: #171919; 
}

.bouton {
  padding: 25px;
  text-align: center;
}

.bouton-voir {
  display: none;
}

.last {
  margin-bottom: 0 !important; }

.img-fullwidth {
  width: 100%; }

.nocaps {
  text-transform: none;
  letter-spacing: 0; }

::-moz-selection {
  color: #fff;
  background: #A62E7F; }

::-webkit-selection {
  color: #fff;
  background: #A62E7F; }

::selection {
  color: #fff;
  background: #A62E7F; }

a {
  text-decoration: none;
  color: #0ccfa8;
  outline: none;
  -webkit-transition: color 0.2s ease-in-out;
  -moz-transition: color 0.2s ease-in-out;
  -ms-transition: color 0.2s ease-in-out;
  -o-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out; }

a:hover,
a:focus {
  text-decoration: none;
  color: #A62E7F;
  outline: none; 
}

video {
  height: 100%;
  width: 100%; 
}

.contact-mobile {
  display: none;
}

.accueil-mobile {
  display: none;
}

/* -------------------------------------------------------*/
/* Images
/* -------------------------------------------------------*/

body img {
  border: none;
  max-width: 100%; 
  -webkit-transform: scale(1);
	transform: scale(1);
}

.image-simple {
  border: 1px solid #EEE;
  max-width: 100%;
}

.image-clic {
  border: 1px solid #EEE;
  animation: pulse 2s linear infinite;
}

.image-clic:hover {
  animation: none;
}

/* -------------------------------------------------------*/
/* Galerie d'images
/* -------------------------------------------------------*/
.galerie {
  margin: 50px;
}

.image-seule {
  padding-bottom: 15px;
}


/* -------------------------------------------------------*/
/* Couleur du texte quand le fond en noir
/* -------------------------------------------------------*/

.white-text h1, 
.white-text h2, 
.white-text h3, 
.white-text h4, 
.white-text h5, 
.white-text h6,
.white-text address,
.white-text .counter__timer,
.white-text .counter__text,
.white-text .testimonial__text,
.white-text .testimonial__author,
.white-text .contact__item {
  color: #fff; }

/*-------------------------------------------------------*/
/* Typographie
/*-------------------------------------------------------*/

ul {
  list-style: none;
  text-align: center;
}

.normal-list {
  list-style: circle;
  text-align: left;
  margin : 0 auto;
  width: 59%;
  padding : 25px;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Helvetica', cursive;
  margin-top: 0;
  margin-bottom: 10px;
  text-transform: uppercase;
  color: #121212;
  letter-spacing: 0.08em;
  font-weight: 700;
  line-height: 1.5; }

h1 {
  font-size: 28px; }

.nom-prenom {
  font-family: "Montserrat", sans-serif;
  text-align: center;
  font-size: 90px;
  color: white;
  letter-spacing: 0.04em;
}

h2 {
  font-size: 24px;
  margin-top: 20px;
  margin-bottom: 50px;
  text-align: center;
}

.titre-deux {
  font-size: 20px;
  margin-top: 0;
  margin-bottom: 10px;
  text-align: inherit;
}

h3 {
  margin-top: 15px;
}

.inter-titres {
  font-size: 18px; 
  margin : 0 auto;
  padding-top : 35px;
  padding-bottom : 25px;
  width: 59%;
  color: #1ed3a6; 
}

.inter-titres-2 {
  font-size: 24px;
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

.inter-titres-3 {
  font-size: 18px; 
  margin : 0 auto;
  padding-top : 35px;
  padding-bottom : 25px;
  width: 59%;
  color: #1ed3a6;
}

.inter-titres-3-2 {
  font-size: 18px; 
  margin : 0 auto;
  padding-top : 0;
  padding-bottom : 25px;
  width: 59%;
  color: #1ed3a6;
}

.inter-titres-4 {
  font-size: 15px; 
  margin : 0 auto;
  padding-bottom : 25px;
  width: 59%;
  color: #777; 
}

.inter-titres-4-2 {
  font-size: 15px; 
  margin : 0 auto;
  padding-top : 25px;
  padding-bottom : 25px;
  width: 59%;
  color: #777;
}

.projets {
  color: #1ed3a6;
}

.infobulle {
  border-bottom: 1px dotted #1ed3a6; 
  cursor: help;
}

h4 {
  font-size: 20px; }

h5 {
  font-size: 18px; }

h6 {
  font-size: 15px; }

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 26px; }
  h2 {
    font-size: 22px; }
  h3 {
    font-size: 19px; } }

@media (max-width: 640px) {
  h1 {
    font-size: 24px; 
  }
  .metier {
    font-size: 20px;
    color: #fff;
  }

  h2 {
    font-size: 20px;
    margin: 0 auto;
    width: 80%;
    padding-bottom: 25px;
  }

  .titre-deux {
    font-size: 20px;
    width: 100%;
  }

  h3 {
    font-size: 19px; 
  }

  .inter-titres {
    font-size: 18px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 25px;
    width: 80%;
    color: #1ed3a6;
  }

  .inter-titres-3 {
    text-align: center;
    width: 80%;
  }

  .inter-titres-4 {
    text-align: center;
    width: 80%;
  }

  .inter-titres-4-2 {
    text-align: center;
    width: 80%;
  }

  h4 {
    font-size: 18px; 
  }

  .normal-list {
    width: 80%;
  }

  .about-us-projet {
    width: 85%;
    margin: 0 auto;
  }

  .section-wrap-projets-2 {
    padding-bottom: 0;
  }

  .contact-desktop {
    display: none;
  }

  .contact-mobile {
    display: inherit;
  }

  .forcefullwidth_wrapper_tp_banner {
    display: none;
  }

  .accueil-mobile {
    display: inherit;
  }

  .video-youtube {
    display: none;
  }

  .video-youtube-mobile {
    display: block;
  }

  .image-ipad {
    display: none;
  }

  .mt-80 {
    margin-top: 0;
  }

  .mobile-only {
    display: block;
  }

  .projet-en-cours {
    display: none;
  }

  .projet-en-cours-mobile {
    display: block;
  }

  .formations {
    display: none;
  }

  .carte-competences {
    display: block;
  }

}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: inherit; }

p {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  line-height: 25px;
  margin: 0 0 10px; }

address {
  font-style: normal; }

.lead {
  font-size: 18px;
  line-height: 30px; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-left {
  text-align: left; }

@media only screen and (max-width: 1199px) {
  .text-lg-center {
    text-align: center; } }

@media only screen and (max-width: 991px) {
  .text-md-center {
    text-align: center; } }

@media only screen and (max-width: 767px) {
  .text-sm-center {
    text-align: center; } }

@media only screen and (max-width: 639px) {
  .text-xs-center {
    text-align: center; } }

.heading-row {
  margin-bottom: 60px; }

.bottom-line:after {
  content: "";
  display: block;
  margin-top: 10px;
  width: 100%;
  border-bottom: 2px solid #e6ebed; }

.subheading {
  font-family: 'Helvetica', cursive;
  font-size: 12px;
  color: #1ed3a6;
  text-transform: uppercase;
  letter-spacing: 0.5em;
  margin-bottom: 24px;
  display: inline-block; }

.section-headings p {
  margin-bottom: 30px; }

blockquote {
  background: #f7f9fa;
  padding: 40px;
  margin: 0;
  border: none; }

blockquote > p {
  font-size: 18px;
  font-family: 'Helvetica', cursive;
  line-height: 30px;
  margin-bottom: 5px !important;
  position: relative;
  color: #121212; }

blockquote p:before,
blockquote p:after {
  content: '"';
  font-size: 20px; }

blockquote p:before {
  position: absolute;
  left: -10px; }

blockquote > span {
  color: #a7a7a7;
  font-size: 14px; }

blockquote > p > a {
  color: #121212; }

blockquote > p > a:hover {
  color: #1ed3a6; }

.blockquote-1 {
  padding: 40px;
  background-color: #fff;
  border-left: 3px solid #1ed3a6; }

.dropcap {
  font-family: 'Helvetica', cursive;
  float: left;
  color: #121212;
  font-size: 53px;
  line-height: 50px;
  padding-top: 4px;
  padding-right: 10px; }

.dropcap-1 {
  font-family: 'Helvetica', cursive;
  float: left;
  color: #fff;
  text-align: center;
  background-color: #1ed3a6;
  width: 38px;
  height: 38px;
  font-size: 24px;
  line-height: 40px;
  margin: 10px 10px 0 0;
  border-radius: 4px; }

.highlight {
  padding: 3px 5px;
  color: #fff;
  background-color: #1ed3a6; 
}

.bullets li,
.arrows li,
.checks li,
.numbers li {
  margin-bottom: 20px; }

.bullets li:last-child,
.arrows li:last-child,
.checks li:last-child,
.numbers li:last-child {
  margin-bottom: 0; }

.bullets li:before {
  content: "• ";
  font-size: 14px;
  color: #1ed3a6;
  padding-right: 0.5em; }

.arrows i {
  margin-right: 5px; }

.arrows i,
.checks i {
  color: #1ed3a6; }

.checks i {
  font-size: 12px;
  margin-right: 7px; }

ol.numbers {
  padding-left: 20px; }

.section-columns p {
  margin-bottom: 40px; }

/*-------------------------------------------------------*/
/* Premier paragraphe d'une page
/*-------------------------------------------------------*/

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

.intro-paragraphe {
  margin : 0 auto;
  width: 59%;
}

@media only screen and (max-width: 767px) {
  .intro-paragraphe {
    margin: 0 auto;
    width: 80%;
  }
}

/*-------------------------------------------------------*/
/* Glossaire
/*-------------------------------------------------------*/
.liste-lettre-alphabet {
  margin: 0 auto;
  text-align: center;
  padding-bottom: 15px;
  font-size: 20px;
  line-height: 1.5em;
}

.maj-glossaire {
  text-align: center;
}

.trait-pointille {
  border: 3px dotted grey;
}

.lettre-alphabet {
  width: 59%;
  margin: 0 auto;
  padding-top: 25px;
}

.lettre-alphabet span {
  font-family: 'Helvetica', cursive;
  font-size: 24px;
  color: black;
}

/*-------------------------------------------------------*/
/* Bandeau cookies

.cookies-infobar {
  z-index: 1000;
  font-family: 'Helvetica', cursive;
  background: #171919;
  color: #fff;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 25px;
  text-align: center;
}

.cookies-infobar a {
  text-decoration: underline;
}

.cookies-infobar a:hover {
  color: #0ccfa8;
  text-decoration: none;
}

.cookies-infobar.cookies-infobar_accepted {
  display: none;
}

.cookies-infobar_wrapper {
  margin: 10px;
}

.cookies-infobar a {
  color: inherit;
}

.cookies-infobar_btn {
  display: inline-block;
  padding: 0 34px;
  line-height: 46px;
  background: #0ccfa8;
  cursor: pointer;
  text-decoration: none;
  border-radius: 3px;
  color: #fff;
  text-transform: uppercase;
  font-size: 1em;
}

.cookies-infobar_btn:hover {
  background: #A62E7F;
}
/*-------------------------------------------------------*/

/*-------------------------------------------------------*/
/* Grille flexible
/*-------------------------------------------------------*/
.section-wrap {
  padding: 100px 0;
  overflow: hidden;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}

.section-wrap-2 {
  overflow: hidden;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}

.section-wrap-projets {
  overflow: hidden;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat; 
}

.section-wrap-projets-1 {
  background: linear-gradient(45deg, #FEFEFE 50%, #F7F9FA 50%);
  background-attachment: fixed;
  padding-bottom: 50px;
}

.section-wrap-projets-2 {
  background: linear-gradient(-45deg, #EEEEEE 50%, #F7F9FA 50%);
  background-attachment: fixed;
  padding-bottom: 50px;
}

.separation {
  height: 100px;
  background: #F7F9FA;
}

.mobile .section-wrap {
  background-position: 50% 50% !important;
  background-attachment: scroll !important; 
}

.section-wrap--sm {
  padding: 100px 0; 
}

.section-wrap--md {
  padding: 170px 0; 
}

.section-wrap--lg {
  padding: 220px 0; 
}

@media only screen and (max-width: 991px) {
  .section-wrap {
    padding: 70px 0; 
  }
  .container-semi-fluid {
    padding: 0 15px; 
  } 
}

@media only screen and (max-width: 767px) {
  .section-wrap {
    padding: 50px 0; 
  } 
}

.container-semi-fluid {
  padding: 0 50px; 
}

.items-grid .col-xs-6:nth-child(2n + 3) {
  clear: left; }
.items-grid .col-xs-4:nth-child(3n + 4) {
  clear: left; }
.items-grid .col-xs-3:nth-child(4n + 5) {
  clear: left; }
.items-grid .col-xs-2:nth-child(6n + 7) {
  clear: left; }
.items-grid .col-xs-1:nth-child(12n + 13) {
  clear: left; }

@media (min-width: 768px) {
  .items-grid .col-xs-6:nth-child(2n + 3) {
    clear: none; }
  .items-grid .col-xs-4:nth-child(3n + 4) {
    clear: none; }
  .items-grid .col-xs-3:nth-child(4n + 5) {
    clear: none; }
  .items-grid .col-xs-2:nth-child(6n + 7) {
    clear: none; }
  .items-grid .col-xs-1:nth-child(12n + 13) {
    clear: none; }
  .items-grid .col-sm-6:nth-child(2n + 3) {
    clear: left; }
  .items-grid .col-sm-4:nth-child(3n + 4) {
    clear: left; }
  .items-grid .col-sm-3:nth-child(4n + 5) {
    clear: left; }
  .items-grid .col-sm-2:nth-child(6n + 7) {
    clear: left; }
  .items-grid .col-sm-1:nth-child(12n + 13) {
    clear: left; } }

@media (min-width: 992px) {
  .items-grid .col-sm-6:nth-child(2n + 3) {
    clear: none; }
  .items-grid .col-sm-4:nth-child(3n + 4) {
    clear: none; }
  .items-grid .col-sm-3:nth-child(4n + 5) {
    clear: none; }
  .items-grid .col-sm-2:nth-child(6n + 7) {
    clear: none; }
  .items-grid .col-sm-1:nth-child(12n + 13) {
    clear: none; }
  .items-grid .col-md-6:nth-child(2n + 3) {
    clear: left; }
  .items-grid .col-md-4:nth-child(3n + 4) {
    clear: left; }
  .items-grid .col-md-3:nth-child(4n + 5) {
    clear: left; }
  .items-grid .col-md-2:nth-child(6n + 7) {
    clear: left; }
  .items-grid .col-md-1:nth-child(12n + 13) {
    clear: left; } }

@media (min-width: 1200px) {
  .items-grid .col-md-6:nth-child(2n + 3) {
    clear: none; }
  .items-grid .col-md-4:nth-child(3n + 4) {
    clear: none; }
  .items-grid .col-md-3:nth-child(4n + 5) {
    clear: none; }
  .items-grid .col-md-2:nth-child(6n + 7) {
    clear: none; }
  .items-grid .col-md-1:nth-child(12n + 13) {
    clear: none; }
  .items-grid .col-lg-6:nth-child(2n + 3) {
    clear: left; }
  .items-grid .col-lg-4:nth-child(3n + 4) {
    clear: left; }
  .items-grid .col-lg-3:nth-child(4n + 5) {
    clear: left; }
  .items-grid .col-lg-2:nth-child(6n + 7) {
    clear: left; }
  .items-grid .col-lg-1:nth-child(12n + 13) {
    clear: left; } }

.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
  position: relative;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px; 
}

.col-xs-5ths {
  width: 20%;
  float: left; 
}

@media (min-width: 768px) {
  .col-sm-5ths {
    width: 20%;
    float: left; 
  } 
}

@media (min-width: 992px) {
  .col-md-5ths {
    width: 20%;
    float: left; 
  } 
}

@media (min-width: 1400px) {
  .col-lg-5ths {
    width: 20%;
    float: left; 
  } 
}

.flex-parent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row nowrap;
  -ms-flex-flow: row nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; 
}

.flex-child {
  -webkit-box-flex: 1 0 0;
  -webkit-flex: 1 0 0;
  -ms-flex: 1 0 0;
  flex: 1 0 0; 
}

.no-gutters {
  margin-right: 0;
  margin-left: 0; 
}

.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0; 
  }

@media (max-width: 639px) {
  .col-xxs-12 {
    width: 100%; 
  }
  .col-xxs-6 {
    width: 50%; 
  }
  .col-xxs-6:nth-child(2n + 3) {
    clear: left; 
  } 
}

/*-------------------------------------------------------*/
/* Boutons
/*-------------------------------------------------------*/
.section-buttons .btn {
  margin-bottom: 20px; 
}

.btn {
  font-family: 'Helvetica', cursive;
  font-weight: 700;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.14em;
  border-radius: 3px;
  border: none;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  color: #fff;
  background-color: #121212;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: relative;
  z-index: 1;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; 
}

.btn:hover {
  background : #A62E7F;
  color: #fff;
  opacity: .9;
  border-color: transparent; 
}

.btn:focus {
  outline: none;
  color: #fff; 
}

.btn-lg, .btn-lg.btn-button {
  font-size: 13px;
  padding: 0 34px;
  line-height: 46px; 
}

.btn-lg.btn-button {
  height: 46px; 
}

.btn-md, .btn-md.btn-button {
  font-size: 12px;
  padding: 0 27px;
  line-height: 40px; 
}

.btn-md.btn-button {
   height: 40px; 
}

.btn-sm, .btn-sm.btn-button {
  font-size: 11px;
  padding: 0 20px;
  line-height: 30px; 
}

.btn-sm.btn-button {
  height: 30px; 
}

.btn-color {
  background: linear-gradient(150deg, rgba(30,211,166,1) 40%, rgba(0,222,211,1) 100%);
}

.btn-color:hover {
  background-color: #A62E7F; 
}

.btn-button {
  border: none;
  margin-bottom: 0;
  width: auto; 
}
.btn-button.btn-color, .btn-button.btn-dark {
  color: #fff; 
}
.btn-button.btn-wide {
  width: 100%; 
}

.btn-button:hover, .btn-button:focus {
  opacity: .9;
  color: #fff; 
}

/* -------------------------------------------------------*/
/* Flèches Call To Action
/* -------------------------------------------------------*/
.call-to-action-1 {
  padding: 70px 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #0ccfa8;
}

.call-to-action-1__title {
  display: inline;
  font-size: 24px;
  margin-bottom: 0; 
}

.call-to-action-2__title {
  display: none;
  font-size: 24px;
  margin-bottom: 0; 
}

.call-to-action-1__icon {
  color: #fff;
  font-size: 20px;
  display: inline-block;
  margin-left: 8px; 
}

.call-to-action-2__icon {
  color: #1ed3a6;
  float: right;
  margin-right: 23px;
}

.call-to-action-3__icon {
  font-family: 'Helvetica', cursive;
  font-size: 14px;
  color: #1ed3a6;
  float: left;
}

@media screen and (max-width: 767px) {
  .call-to-action-2__title {
    display: inline;
    font-size: 24px;
    margin-bottom: 0; 
  }

  .call-to-action-1__title {
    display: none;
  }

  .call-to-action-2__icon {
    display: none;
  }

  .call-to-action-3__icon {
    display: none;
  }
}

/*-------------------------------------------------------*/
/* Formulaire de contact
/*-------------------------------------------------------*/
input,
select,
textarea {
  height: 38px;
  border: 1px solid #e6ebed;
  background-color: rgba(255, 255, 255, 0.2);
  width: 100%;
  margin-bottom: 30px;
  padding: 0 16px;
  -webkit-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  color: #7a7a7a;
  font-size: 14px; 
}

input[type=search] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; 
}

textarea#comment {
  height: 180px;
  padding: 8px 16px; 
}

#contact-form input[type="text"]:focus,
#contact-form input[type="email"]:focus,
#contact-form textarea:focus {
  border-color: #fff; 
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
textarea:focus {
  border-color: #121212;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: transparent; 
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form textarea {
  color: #fff;
  border-color: transparent; 
}

#contact-form input::-webkit-input-placeholder,
#contact-form textarea::-webkit-input-placeholder {
  color: #fff; 
}

#contact-form input:-moz-placeholder,
#contact-form textarea:-moz-placeholder {
  color: #fff;
  opacity: 1; 
}

#contact-form input::-moz-placeholder,
#contact-form textarea::-moz-placeholder {
  color: #fff;
  opacity: 1; 
}

#contact-form input:-ms-input-placeholder,
#contact-form textarea:-ms-input-placeholder {
  color: #fff; 
}

#contact-form .message {
  height: 50px;
  width: 100%;
  font-size: 13px;
  line-height: 50px;
  text-align: center;
  float: none;
  margin-top: 20px;
  display: none;
  color: #fff; 
}

#contact-form .message.error {
  background-color: #f44336; 
}

#contact-form .message.success {
  background-color: #4CAF50; 
}

.echange-de-lien {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
  color: #BBB;
}

.echange-de-lien a {
  text-decoration: underline;
  color: #BBB;
}

/* -------------------------------------------------------*/
/* Boutton sur le video player
/* -------------------------------------------------------*/
.play-btn {
  display: inline-block;
  width: 100px;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  position: relative;
  -webkit-transition: transform 1s linear;
  -moz-transition: transform 1s linear;
  -ms-transition: transform 1s linear;
  -o-transition: transform 1s linear;
  -webkit-transition: -webkit-transform 1s linear;
  transition: -webkit-transform 1s linear;
  transition: transform 1s linear;
  transition: transform 1s linear, -webkit-transform 1s linear; 
}

.play-btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  margin: -11px 0 0 -8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 13px 0 13px 21px;
  border-color: transparent transparent transparent white; 
}

.play-btn:hover {
  -webkit-transform: scale(1.2, 1.2);
  -moz-transform: scale(1.2, 1.2);
  -ms-transform: scale(1.2, 1.2);
  -o-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2); 
}

/*-------------------------------------------------------*/
/* Page 404
/*-------------------------------------------------------*/
.page-404 h1 {
  font-size: 150px;
  line-height: 1.2; 
}

@media (max-width: 480px) {
  .page-404 h1 {
    font-size: 80px; 
  } 
}

/*-------------------------------------------------------*/
/* Bandeau titres des pages
/*-------------------------------------------------------*/
.page-title {
  position: relative;
  background-position: center center;
  background-color: #121212;
}

.page-title:before {
  content: ' ';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
  background-image: url('https://www.roman-misslin.fr/img/referencement-web-blanc.webp');
  background-repeat: no-repeat;
  background-position: 50% 92%;
  background-size: cover;
}

.page-title .container {
  height: 200px; 
}

.page-title__outer {
  position: relative;
  display: table;
  width: 100%;
  height: 100%; 
}

.page-title__inner {
  display: table-cell;
  height: 100%;
  vertical-align: middle; 
}

.page-title__title {
  margin-bottom: 10px;
  font-size: 48px;
  line-height: 1.2; 
}

.page-title .breadcrumb {
  width: auto;
  background-color: transparent;
  padding: 0;
  margin: 0;
  font-size: 13px; 
}

.page-title .breadcrumb li {
  display: inline-block; 
}

.page-title .breadcrumb a {
  color: #969ca7; 
}

.page-title .breadcrumb a:hover {
  color: #0ccfa8; 
}

.page-title .breadcrumb a,
.page-title .breadcrumb > .active {
  color: #fff; 
}

.page-title .breadcrumb > li + li:before {
  color: #fff;
  opacity: 0.5;
  padding: 0 5px;
  content: "/\00a0"; 
}

@media only screen and (max-width: 991px) {

  .page-title .container {
    height: auto;
    padding: 50px 0; 
  } 
  
  .page-title__title {
    font-size: 34px; 
  }
}

/*-------------------------------------------------------*/
/* Portfolio
/*-------------------------------------------------------*/
.project-grid.grid-5-col .project {
  width: 20%; 
}

.project-grid.grid-4-col .project {
  width: 25%; 
}

.project-grid.grid-3-col .project {
  width: 33.33333333%; 
}

.project-grid.grid-2-col .project {
  width: 50%; 
}

.project-grid.small-gutter {
  margin-left: -4px;
  margin-right: -4px; 
}

.project-grid.small-gutter .project {
  padding: 0 4px;
  margin-bottom: 8px; 
}

.project-grid.gutter {
  margin-left: -15px;
  margin-right: -15px; 
}

.project-grid.gutter .project {
  padding: 0 15px;
  margin-bottom: 30px; 
}

/*-------------------------------------------------------*/
/* Responsivité
/*-------------------------------------------------------*/
@media only screen and (max-width: 991px) {
  .project-grid.grid-5-col .project,
  .project-grid.grid-4-col .project {
    width: 33.3333%; 
  } 
}

@media only screen and (max-width: 767px) {
  .project-grid.grid-5-col .project,
  .project-grid.grid-4-col .project,
  .project-grid.grid-3-col .project {
    width: 50%; 
  } 
}

@media only screen and (max-width: 639px) {
  .project-grid .project {
    width: 100% !important; 
  }

  .project-filter a {
    display: block;
    margin-top: 8px;
    margin-right: 0; 
  } 
}

/*-------------------------------------------------------*/
/* Barres de pourcentage des compétences
/*-------------------------------------------------------*/
.progress__bar {
  width: 0;
  -webkit-transition: width 1.5s ease-in-out;
  -moz-transition: width 1.5s ease-in-out;
  -ms-transition: width 1.5s ease-in-out;
  -o-transition: width 1.5s ease-in-out;
  transition: width 1.5s ease-in-out;
  display: block;
  height: 5px;
  position: relative;
  overflow: hidden;
  background:linear-gradient(150deg, rgba(30,211,166,1) 40%, rgba(0,222,211,1) 100%);
}

.progress__title, .progress__sigle {
  color: #000000;
  font-family: 'Helvetica', cursive;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 12px;
  text-transform: uppercase;
  letter-spacing: 0.02em; 
}

.progress__sigle {
  float: right;
  color:#adadad; 
}

.progress__base {
  height: 5px;
  position: relative;
  background: #f7f9fa;
  margin-bottom: 25px; 
}

@media screen and (max-width: 767px) {
  .barre-de-competences {
    display: none;
  }
}

/*-------------------------------------------------------*/
/* Logos des logiciels
/*-------------------------------------------------------*/
.feature {
  margin-bottom: 40px;
  text-align: center; 
}

.feature__icon {
  font-size: 32px;
  line-height: 1;
  color: #1ed3a6;
  z-index: 2; 
}

.feature__icon--circle {
  width: 90px;
  height: 90px;
  line-height: 90px;
  text-align: center;
  border-radius: 50%;
  background-color: #f7f9fa; 
}

.feature__title {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 14px; 
}

.feature__text {
  margin: 0 auto; 
  width: 70%;
}

.feature__text--sm {
  font-size: 15px; 
}


/*-------------------------------------------------------*/
/* Affichage iPad
/*-------------------------------------------------------*/
.feature-3 {
  margin-bottom: 50px; 
}

.feature-3__icon-holder {
  position: absolute;
  font-size: 26px;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  color: #fff;
  border-radius: 50%; 
}

.feature-3__body {
  padding-left: 100px; 
}

.feature-3__title {
  font-size: 15px;
  color: #fff; 
}

.feature-3__text {
  color: #adadad; 
}

.feature-img img {
  display: inline-block; 
}

/*-------------------------------------------------------*/
/* Icônes Hi
/*-------------------------------------------------------*/
.hi-icon i {
  position: relative;
  z-index: 2; 
}

.hi-icon:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: '';
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -o-box-sizing: content-box;
  box-sizing: content-box;
  top: -2px;
  left: -2px;
  padding: 2px;
  z-index: 1;
  background: linear-gradient(150deg, rgba(30,211,166,1) 40%, rgba(0,222,211,1) 100%);
}

.hi-icon:hover {
  color: #fff; 
}

/*-------------------------------------------------------*/
/* Étiquettes de compétences
/*-------------------------------------------------------*/
.feature-1 {
  padding: 60px;
  margin-bottom: 30px;
  text-align: center;
  background-color: #fff;
}

.feature-1 h3 {
  color: black;
}

.feature-1--sm-padding {
  padding: 40px; 
}

.box-shadow {
  -webkit-box-shadow: 0px 1px 1px rgba(72, 78, 85, 0.1);
  box-shadow: 0px 1px 1px rgba(72, 78, 85, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; 
}

.box-shadow:hover {
  -webkit-box-shadow: 0 20px 40px rgba(72, 78, 85, 0.1);
  box-shadow: 0 20px 40px rgba(72, 78, 85, 0.1);
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  -o-transform: translateY(-15px);
  transform: translateY(-15px); 
}

/*-------------------------------------------------------*/
/* Menu navigation desktop
/*-------------------------------------------------------*/
.nav {
  min-height: 100px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 120;
  position: relative;
  -webkit-transition: height 0.3s ease-in-out;
  -moz-transition: height 0.3s ease-in-out;
  -ms-transition: height 0.3s ease-in-out;
  -o-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out;
}

@media only screen and (min-width: 1200px) {
  .nav {
    height: 100px;
  }
  .nav .nav.sticky {
    height: 60px; 
  } 
}

.nav__menu, .nav__dropdown-menu {
  list-style: none; 
}

.nav__menu {
  padding : 0;
  margin: 0 auto;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: -webkit-inline-flex;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; 
}

.nav__menu > li {
  position: relative;
  padding: 0 15px; 
}

.nav__menu ul{
  padding:0;
  margin:0;
  list-style:none;
  text-align:center;
  }

.nav__menu ul li{
  display:inherit;
  border-radius:0;
}

.nav__menu ul li:hover{
  border-radius:0;
}

.nav__menu ul li:last-child{
  border-radius:0 0 8px 8px;
}

.nav__menu ul{
  position:absolute;
  z-index: 1000;
  max-height:0;
  left: 0;
  right: 0;
  overflow:hidden;
  -moz-transition: .8s all .3s;
  -webkit-transition: .8s all .3s;
  transition: .8s all .3s;
}

.nav__menu li:hover ul{
  max-height:25em;
}

.nav__menu li ul{
  background:white;
  font-family: 'Helvetica', cursive;
  text-transform: uppercase;
  font-weight: 500;
}

.nav__menu ul li{
  margin-top: 15px;
  margin-bottom: 15px;
}

.nav__menu ul a {
  color: #121212;
  font-size: 25px;
}

.nav__menu ul a:hover {
  color: #A62E7F; 
}
  
.nav__menu > li > a {
  font-family: 'Helvetica', cursive;
  font-weight: 700;
  color: #121212;
  font-size: 25px;
  padding: 0;
  line-height: 100px;
  display: block;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-transform: uppercase;
}

.nav__menu > li > a:hover {
  color: #A62E7F; 
}

.nav__menu > .active > a {
  color: #1ed3a6 !important;
}

.nav__dropdown .active a {
  color: #1ed3a6;
}

.nav__menu > li:last-child > a {
  padding-right: 0; 
}

@media only screen and (min-width: 1200px) {

  .nav__wrap {
    display: block !important;
    height: auto !important; 
    margin : 0 auto;
  }

  .nav__wrap--text-center {
    text-align: center; 
  }

  .nav__menu > li {
    display: inline-block;
    text-align: center; 
  }
}

.nav__search {
  padding-left: 13px; 
}

.nav__search-trigger {
  position: relative;
  display: block;
  color: inherit;
  font-size: 13px;
  cursor: pointer;
  color: #121212;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

.nav__search-wrap {
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 23;
  background-color: #fff; 
}

.nav__search-inner {
  position: relative;
  width: 100%;
  height: 100%; 
}

.nav__search-cell {
  position: absolute;
  top: 30%;
  width: 100%; 
}

.nav__search-field-holder {
  width: 50%;
  margin: auto;
  position: relative;
  -webkit-animation: slideInUp .3s;
  animation: slideInUp .3s; 
}

.nav__search-input[type] {
  height: 100%;
  border: none;
  font-size: 24px;
  margin-bottom: 0; 
}

.nav__search.open .nav__search-close {
  opacity: 1; 
}

.nav__search-close {
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: 15px;
    font-size: 16px;
    color: #7a7a7a;
    cursor: pointer; 
}

/* -------------------------------------------------------*/
/* Menu navigation mobile
/* -------------------------------------------------------*/

.responsive-mobile {
  display: none;
}

@media only screen and (max-width: 1200px) {

  .nav {
    display: none;
  }

  .responsive-mobile {
    display: block;
    height: 100px;
    background-color: white;
  }

  .logo {
    margin: 25px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 102;
  }
  
  main {
      height: 100%;
      position: relative;
      overflow: hidden;
  }

  .aside-section {
      top: 0;
      bottom: 0;
      position: fixed;
      float: right;
  }

  ul {
      list-style: none;
  }

  .sous-categories-menu {
      padding: 0;
  }

  .aside-right {
      width: 100%;
      right: 0;
      background-color: white;
      -webkit-transform: translateX(100%);
      -moz-transform: translateX(100%);
      -ms-transform: translateX(100%);
      -o-transform: translateX(100%);
      transform: translateX(100%);
      transition: transform 0.4s ease-in-out;
      z-index: 101;
  }

  .aside-list {
      list-style: none;
      margin: 0 auto;
      padding: 0;
      margin-top: 100px;
      text-align: center;
      line-height: 2;
      font-family: 'Helvetica', cursive;
  }

  .aside-content {
      margin-top: 150px;
      padding: 0 40px;
      position: relative;
      color: white;
      text-align: center;
  }

  .aside-list li {
      margin-bottom: 20px;
  }

  .aside-anchor {
      color: black;
      text-decoration: none;
      font-size: 30px;
      position: relative;
      font-weight: 500;
  }

  .aside-anchor:hover {
      color: #A62E7F;
  }

  .aside-anchor .active {
      color: #1ed3a6;
  }

  input[type="checkbox"] {
      display: none;
  }

  input[type="checkbox"]:checked ~ aside .aside-right {
      transform: translateX(0%);
      overflow: auto;
  }

  input[type="checkbox"]:checked ~ .logo {
    position: fixed;
  } 

  input[type="checkbox"]:checked ~ label {
    position: fixed;
  } 

  input[type="checkbox"]:checked ~ label .top {
      -webkit-transform: translateY(0px) rotateZ(45deg);
      -moz-transform: translateY(0px) rotateZ(45deg);
      -ms-transform: translateY(0px) rotateZ(45deg);
      -o-transform: translateY(0px) rotateZ(45deg);
      transform: translateY(11px) rotateZ(45deg);
  }

  input[type="checkbox"]:checked ~ label .bottom {
      -webkit-transform: translateY(-15px) rotateZ(-45deg);
      -moz-transform: translateY(-15px) rotateZ(-45deg);
      -ms-transform: translateY(-15px) rotateZ(-45deg);
      -o-transform: translateY(-15px) rotateZ(-45deg);
      transform: translateY(-11px) rotateZ(-45deg);
  }

  input[type="checkbox"]:checked ~ label .middle {
    width: 0;
}

  .middle {
      margin: 0 auto;
  }

  label {
      position: absolute;
      background-color: transparent;
      cursor: pointer;
      padding: 31px;
      z-index: 102;
      top: 0;
      right: 0;
  }

  .bar {
      display: block;
      background-color: black;
      width: 40px;
      height: 6px;
      border-radius: 5px;
      margin: 5px auto;
  }

  .reseaux-menu-mobile .fa {
    margin: 20px;
    font-size: 35px;
    width: 50px;
    height: 50px;
    border-radius: 40px;
    background: #EEE;
    color: black;
  }

  .reseaux-menu-mobile .fa:hover {
    color:#1ed3a6; 
  }

}

/* -------------------------------------------------------*/
/* Bouton back to top
/* -------------------------------------------------------*/

#back-to-top {
  display: block;
  z-index: 100;
  width: 34px;
  height: 34px;
  text-align: center;
  font-size: 12px;
  position: fixed;
  bottom: -34px;
  right: 20px;
  line-height: 35px;
  background-color: rgba(18, 18, 18, 0.3);
  border-radius: 50%;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none; 
}

#back-to-top i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; 
}

#back-to-top a {
  display: block;
  color: #fff; 
}

#back-to-top.show {
  bottom: 20px; 
}

#back-to-top:hover {
  background-color: #1ed3a6;
  bottom: 24px; 
}

#back-to-top:hover i {
  color: #fff; 
}

/*-------------------------------------------------------*/
/* Footer
/*-------------------------------------------------------*/

.footer {
  background-color: white;
  border-top: 1px solid #EEE;
}

.footer__widgets {
  padding: 120px 0 60px; 
}

.footer__widgets p {
  font-size: 15px;
  line-height: 30px;
  margin-bottom: 0; 
}

.footer__widgets a {
  color: #3F3F3F; 
}

.footer__widgets a:hover {
  color: #0ccfa8; 
}

@media only screen and (max-width: 991px) {
  .footer .widget {
    text-align: center; 
  } 
}

.widget {
  margin-bottom: 60px; 
}

.widget__title {
  font-size: 16px;
  margin-bottom: 41px; 
}

.widget__footer-logo__link {
  margin-bottom: 36px;
  display: block; 
}

/*-------------------------------------------------------*/
/* Bottom Footer
-------------------------------------------------------*/
.footer-bottom {
  padding: 24px 0;
  text-align: center;
  background-color: #171919;
}

.copyright {
  font-size: 13px;
  line-height: 32px;
  text-align: center;
}

.copyright a {
  color: #7a7a7a; 
}

/*-------------------------------------------------------*/
/* Espacements
/*-------------------------------------------------------*/
.no-margin {
  margin: 0 !important; }

.no-padding {
  padding: 0 !important; }

.mt-0 {
  margin-top: 0 !important; }

.mt-10 {
  margin-top: 10px; }

.mt-20 {
  margin-top: 20px; }

.mt-30 {
  margin-top: 30px; }

.mt-40 {
  margin-top: 40px; }

.mt-50 {
  margin-top: 50px; }

@media screen and (max-width: 1200px) {
  .mt-50 img {
    width: 80%;
    height: 80%;
  }
}

@media screen and (max-width: 767px) {
  .progress .mt-50 img {
    display: none;
  }

  .mt-50 {
    margin-top: 0;
  }

  .mt-50 img {
    display: none;
  }

  .about-us__text {
    margin : 0 auto;
    width: 100%;
  }

  .bouton-voir {
    display: block;
    text-align: center;
    margin-top : 20px;
  }
}

.mt-60 {
  margin-top: 60px; }

.mt-70 {
  margin-top: 70px; }

.mt-80 {
  margin-top: 80px; }

.mt-90 {
  margin-top: 90px; }

.mt-100 {
  margin-top: 100px; }

.mt-110 {
  margin-top: 110px; }

.mt-120 {
  margin-top: 120px; }

.mt-130 {
  margin-top: 130px; }

.mt-140 {
  margin-top: 140px; }

.mb-0 {
  margin-bottom: 0 !important; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

.mb-30 {
  margin-bottom: 30px; }

.mb-40 {
  margin: 0 auto 50px;
  width: 100%;

}

.mb-50 {
  margin-bottom: 50px; }

.mb-60 {
  margin-bottom: 60px; }

.mb-70 {
  margin-bottom: 70px; }

.mb-80 {
  margin-bottom: 80px; }

.mb-90 {
  margin-bottom: 90px; }

.mb-100 {
  margin-bottom: 100px; }

.mb-110 {
  margin-bottom: 110px; }

.mb-120 {
  margin-bottom: 120px; }

.mb-130 {
  margin-bottom: 130px; }

.mb-140 {
  margin-bottom: 140px; }

.pt-0 {
  padding-top: 0; }

.pt-10 {
  padding-top: 10px; }

.pt-20 {
  padding-top: 20px; }

.pt-30 {
  padding-top: 30px; }

.pt-40 {
  padding-top: 40px; }

.pt-50 {
  padding-top: 50px; }

.pt-60 {
  padding-top: 60px; }

.pt-70 {
  padding-top: 70px; }

.pt-80 {
  padding-top: 80px; }

.pt-90 {
  padding-top: 90px; }

.pt-100 {
  padding-top: 100px; }

.pt-110 {
  padding-top: 110px; }

.pt-120 {
  padding-top: 120px; }

.pt-130 {
  padding-top: 130px; }

.pt-140 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pt-150 {
  padding-top: 150px; }

.pt-160 {
  padding-top: 160px; }

.pt-170 {
  padding-top: 170px; }

.pt-180 {
  padding-top: 180px; }

.pt-190 {
  padding-top: 190px; }

.pt-200 {
  padding-top: 200px; }

.pb-10 {
  padding-bottom: 10px; }

.pb-20 {
  padding-bottom: 20px; }

.pb-30 {
  padding-bottom: 30px; }

.pb-40 {
  padding-bottom: 40px; }

.pb-50 {
  padding-bottom: 50px; }

.pb-60 {
  padding-bottom: 60px; }

.pb-70 {
  padding-bottom: 70px; }

.pb-80 {
  padding-bottom: 80px; }

.pb-90 {
  padding-bottom: 90px; }

.pb-100 {
  padding-bottom: 100px; }

.pb-110 {
  padding-bottom: 110px; }

.pb-120 {
  padding-bottom: 120px; }

.pb-130 {
  padding-bottom: 130px; }

.pb-140 {
  padding-bottom: 140px; }

.pb-150 {
  padding-bottom: 150px; }

.pb-160 {
  padding-bottom: 160px; }

.pb-170 {
  padding-bottom: 170px; }

.pb-180 {
  padding-bottom: 180px; }

.pb-190 {
  padding-bottom: 190px; }

.pb-200 {
  padding-bottom: 200px; }

@media only screen and (max-width: 1199px) {
  .mt-lg-0 {
    margin-top: 0 !important; }
  .mt-lg-10 {
    margin-top: 10px; }
  .mt-lg-20 {
    margin-top: 20px; }
  .mt-lg-30 {
    margin-top: 30px; }
  .mt-lg-40 {
    margin-top: 40px; }
  .mt-lg-50 {
    margin-top: 50px; }
  .mt-lg-60 {
    margin-top: 60px; }
  .mt-lg-70 {
    margin-top: 70px; }
  .mt-lg-80 {
    margin-top: 80px; }
  .mt-lg-90 {
    margin-top: 90px; }
  .mt-lg-100 {
    margin-top: 100px; }
  .mt-lg-110 {
    margin-top: 110px; }
  .mt-lg-120 {
    margin-top: 120px; }
  .mt-lg-130 {
    margin-top: 130px; }
  .mt-lg-140 {
    margin-top: 140px; }
  .mb-lg-0 {
    margin-bottom: 0 !important; }
  .mb-lg-10 {
    margin-bottom: 10px; }
  .mb-lg-20 {
    margin-bottom: 20px; }
  .mb-lg-30 {
    margin-bottom: 30px; }
  .mb-lg-40 {
    margin-bottom: 40px; }
  .mb-lg-50 {
    margin-bottom: 50px; }
  .mb-lg-60 {
    margin-bottom: 60px; }
  .mb-lg-70 {
    margin-bottom: 70px; }
  .mb-lg-80 {
    margin-bottom: 80px; }
  .mb-lg-90 {
    margin-bottom: 90px; }
  .mb-lg-100 {
    margin-bottom: 100px; }
  .mb-lg-110 {
    margin-bottom: 110px; }
  .mb-lg-120 {
    margin-bottom: 120px; }
  .mb-lg-130 {
    margin-bottom: 130px; }
  .mb-lg-140 {
    margin-bottom: 140px; }
  .pt-lg-0 {
    padding-top: 0; }
  .pt-lg-10 {
    padding-top: 10px; }
  .pt-lg-20 {
    padding-top: 20px; }
  .pt-lg-30 {
    padding-top: 30px; }
  .pt-lg-40 {
    padding-top: 40px; }
  .pt-lg-50 {
    padding-top: 50px; }
  .pt-lg-60 {
    padding-top: 60px; }
  .pt-lg-70 {
    padding-top: 70px; }
  .pt-lg-80 {
    padding-top: 80px; }
  .pt-lg-90 {
    padding-top: 90px; }
  .pt-lg-100 {
    padding-top: 100px; }
  .pt-lg-110 {
    padding-top: 110px; }
  .pt-lg-120 {
    padding-top: 120px; }
  .pt-lg-130 {
    padding-top: 130px; }
  .pt-lg-140 {
    padding-top: 140px; }
  .pb-lg-0 {
    padding-bottom: 0; }
  .pb-lg-10 {
    padding-bottom: 10px; }
  .pb-lg-20 {
    padding-bottom: 20px; }
  .pb-lg-30 {
    padding-bottom: 30px; }
  .pb-lg-40 {
    padding-bottom: 40px; }
  .pb-lg-50 {
    padding-bottom: 50px; }
  .pb-lg-60 {
    padding-bottom: 60px; }
  .pb-lg-70 {
    padding-bottom: 70px; }
  .pb-lg-80 {
    padding-bottom: 80px; }
  .pb-lg-90 {
    padding-bottom: 90px; }
  .pb-lg-100 {
    padding-bottom: 100px; }
  .pb-lg-110 {
    padding-bottom: 110px; }
  .pb-lg-120 {
    padding-bottom: 120px; }
  .pb-lg-130 {
    padding-bottom: 130px; }
  .pb-lg-140 {
    padding-bottom: 140px; } }

@media only screen and (max-width: 991px) {
  .call-to-action-3__icon {
  overflow: hidden; }
  .mt-md-0 {
    margin-top: 0 !important; }
  .mt-md-10 {
    margin-top: 10px; }
  .mt-md-20 {
    margin-top: 20px; }
  .mt-md-30 {
    margin-top: 30px; }
  .mt-md-40 {
    margin-top: 40px; }
  .mt-md-50 {
    margin-top: 50px; }
  .mt-md-60 {
    margin-top: 60px; }
  .mt-md-70 {
    margin-top: 70px; }
  .mt-md-80 {
    margin-top: 80px; }
  .mt-md-90 {
    margin-top: 90px; }
  .mt-md-100 {
    margin-top: 100px; }
  .mt-md-110 {
    margin-top: 110px; }
  .mt-md-120 {
    margin-top: 120px; }
  .mt-md-130 {
    margin-top: 130px; }
  .mt-md-140 {
    margin-top: 140px; }
  .mb-md-0 {
    margin-bottom: 0 !important; }
  .mb-md-10 {
    margin-bottom: 10px; }
  .mb-md-20 {
    margin-bottom: 20px; }
  .mb-md-30 {
    margin-bottom: 30px; }
  .mb-md-40 {
    margin-bottom: 40px; }
  .mb-md-50 {
    margin-bottom: 50px; }
  .mb-md-60 {
    margin-bottom: 60px; }
  .mb-md-70 {
    margin-bottom: 70px; }
  .mb-md-80 {
    margin-bottom: 80px; }
  .mb-md-90 {
    margin-bottom: 90px; }
  .mb-md-100 {
    margin-bottom: 100px; }
  .mb-md-110 {
    margin-bottom: 110px; }
  .mb-md-120 {
    margin-bottom: 120px; }
  .mb-md-130 {
    margin-bottom: 130px; }
  .mb-md-140 {
    margin-bottom: 140px; }
  .pt-md-0 {
    padding-top: 0; }
  .pt-md-10 {
    padding-top: 10px; }
  .pt-md-20 {
    padding-top: 20px; }
  .pt-md-30 {
    padding-top: 30px; }
  .pt-md-40 {
    padding-top: 40px; }
  .pt-md-50 {
    padding-top: 50px; }
  .pt-md-60 {
    padding-top: 60px; }
  .pt-md-70 {
    padding-top: 70px; }
  .pt-md-80 {
    padding-top: 80px; }
  .pt-md-90 {
    padding-top: 90px; }
  .pt-md-100 {
    padding-top: 100px; }
  .pt-md-110 {
    padding-top: 110px; }
  .pt-md-120 {
    padding-top: 120px; }
  .pt-md-130 {
    padding-top: 130px; }
  .pt-md-140 {
    padding-top: 140px; }
  .pt-md-150 {
    padding-top: 150px; }
  .pb-md-0 {
    padding-bottom: 0; }
  .pb-md-10 {
    padding-bottom: 10px; }
  .pb-md-20 {
    padding-bottom: 20px; }
  .pb-md-30 {
    padding-bottom: 30px; }
  .pb-md-40 {
    padding-bottom: 40px; }
  .pb-md-50 {
    padding-bottom: 50px; }
  .pb-md-60 {
    padding-bottom: 60px; }
  .pb-md-70 {
    padding-bottom: 70px; }
  .pb-md-80 {
    padding-bottom: 80px; }
  .pb-md-90 {
    padding-bottom: 90px; }
  .pb-md-100 {
    padding-bottom: 100px; }
  .pb-md-110 {
    padding-bottom: 110px; }
  .pb-md-120 {
    padding-bottom: 120px; }
  .pb-md-130 {
    padding-bottom: 130px; }
  .pb-md-140 {
    padding-bottom: 140px; }
  .pb-md-150 {
    padding-bottom: 150px; } }

@media only screen and (max-width: 767px) {
  .mt-sm-0 {
    margin-top: 0 !important; }
  .mt-sm-10 {
    margin-top: 10px; }
  .mt-sm-20 {
    margin-top: 20px; }
  .mt-sm-30 {
    margin-top: 30px; }
  .mt-sm-40 {
    margin-top: 40px; }
  .mt-sm-50 {
    margin-top: 50px; }
  .mt-sm-60 {
    margin-top: 60px; }
  .mt-sm-70 {
    margin-top: 70px; }
  .mt-sm-80 {
    margin-top: 80px; }
  .mt-sm-90 {
    margin-top: 90px; }
  .mt-sm-100 {
    margin-top: 100px; }
  .mt-sm-110 {
    margin-top: 110px; }
  .mt-sm-120 {
    margin-top: 120px; }
  .mt-sm-130 {
    margin-top: 130px; }
  .mt-sm-140 {
    margin-top: 140px; }
  .mb-sm-0 {
    margin-bottom: 0 !important; }
  .mb-sm-10 {
    margin-bottom: 10px; }
  .mb-sm-20 {
    margin-bottom: 20px; }
  .mb-sm-30 {
    margin-bottom: 30px; }
  .mb-sm-40 {
    margin-bottom: 40px; }
  .mb-sm-50 {
    margin-bottom: 50px; }
  .mb-sm-60 {
    margin-bottom: 60px; }
  .mb-sm-70 {
    margin-bottom: 70px; }
  .mb-sm-80 {
    margin-bottom: 80px; }
  .mb-sm-90 {
    margin-bottom: 90px; }
  .mb-sm-100 {
    margin-bottom: 100px; }
  .mb-sm-110 {
    margin-bottom: 110px; }
  .mb-sm-120 {
    margin-bottom: 120px; }
  .mb-sm-130 {
    margin-bottom: 130px; }
  .mb-sm-140 {
    margin-bottom: 140px; }
  .pt-sm-0 {
    padding-top: 0; }
  .pt-sm-10 {
    padding-top: 10px; }
  .pt-sm-20 {
    padding-top: 20px; }
  .pt-sm-30 {
    padding-top: 30px; }
  .pt-sm-40 {
    padding-top: 40px; }
  .pt-sm-50 {
    padding-top: 50px; }
  .pt-sm-60 {
    padding-top: 60px; }
  .pt-sm-70 {
    padding-top: 70px; }
  .pt-sm-80 {
    padding-top: 80px; }
  .pt-sm-90 {
    padding-top: 90px; }
  .pt-sm-100 {
    padding-top: 100px; }
  .pt-sm-110 {
    padding-top: 110px; }
  .pt-sm-120 {
    padding-top: 120px; }
  .pt-sm-130 {
    padding-top: 130px; }
  .pt-sm-140 {
    padding-top: 140px; }
  .pb-sm-0 {
    padding-bottom: 0; }
  .pb-sm-10 {
    padding-bottom: 10px; }
  .pb-sm-20 {
    padding-bottom: 20px; }
  .pb-sm-30 {
    padding-bottom: 30px; }
  .pb-sm-40 {
    padding-bottom: 40px; }
  .pb-sm-50 {
    padding-bottom: 50px; }
  .pb-sm-60 {
    padding-bottom: 60px; }
  .pb-sm-70 {
    padding-bottom: 70px; }
  .pb-sm-80 {
    padding-bottom: 80px; }
  .pb-sm-90 {
    padding-bottom: 90px; }
  .pb-sm-100 {
    padding-bottom: 100px; }
  .pb-sm-110 {
    padding-bottom: 110px; }
  .pb-sm-120 {
    padding-bottom: 120px; }
  .pb-sm-130 {
    padding-bottom: 130px; }
  .pb-sm-140 {
    padding-bottom: 140px; } }

@media only screen and (max-width: 480px) {
  .mt-xs-0 {
    margin-top: 0 !important; }
  .mt-xs-10 {
    margin-top: 10px; }
  .mt-xs-20 {
    margin-top: 20px; }
  .mt-xs-30 {
    margin-top: 30px; }
  .mt-xs-40 {
    margin-top: 40px; }
  .mt-xs-50 {
    margin-top: 50px; }
  .mt-xs-60 {
    margin-top: 60px; }
  .mt-xs-70 {
    margin-top: 70px; }
  .mt-xs-80 {
    margin-top: 80px; }
  .mt-xs-90 {
    margin-top: 90px; }
  .mt-xs-100 {
    margin-top: 100px; }
  .mt-xs-110 {
    margin-top: 110px; }
  .mt-xs-120 {
    margin-top: 120px; }
  .mt-xs-130 {
    margin-top: 130px; }
  .mt-xs-140 {
    margin-top: 140px; }
  .mb-xs-0 {
    margin-bottom: 0 !important; }
  .mb-xs-10 {
    margin-bottom: 10px; }
  .mb-xs-20 {
    margin-bottom: 20px; }
  .mb-xs-30 {
    margin-bottom: 30px; }
  .mb-xs-40 {
    margin-bottom: 40px; }
  .mb-xs-50 {
    margin-bottom: 50px; }
  .mb-xs-60 {
    margin-bottom: 60px; }
  .mb-xs-70 {
    margin-bottom: 70px; }
  .mb-xs-80 {
    margin-bottom: 80px; }
  .mb-xs-90 {
    margin-bottom: 90px; }
  .mb-xs-100 {
    margin-bottom: 100px; }
  .mb-xs-110 {
    margin-bottom: 110px; }
  .mb-xs-120 {
    margin-bottom: 120px; }
  .mb-xs-130 {
    margin-bottom: 130px; }
  .mb-xs-140 {
    margin-bottom: 140px; }
  .pt-xs-0 {
    padding-top: 0; }
  .pt-xs-10 {
    padding-top: 10px; }
  .pt-xs-20 {
    padding-top: 20px; }
  .pt-xs-30 {
    padding-top: 30px; }
  .pt-xs-40 {
    padding-top: 40px; }
  .pt-xs-50 {
    padding-top: 50px; }
  .pt-xs-60 {
    padding-top: 60px; }
  .pt-xs-70 {
    padding-top: 70px; }
  .pt-xs-80 {
    padding-top: 80px; }
  .pt-xs-90 {
    padding-top: 90px; }
  .pt-xs-100 {
    padding-top: 100px; }
  .pt-xs-110 {
    padding-top: 110px; }
  .pt-xs-120 {
    padding-top: 120px; }
  .pt-xs-130 {
    padding-top: 130px; }
  .pt-xs-140 {
    padding-top: 140px; }
  .pb-xs-0 {
    padding-bottom: 0; }
  .pb-xs-10 {
    padding-bottom: 10px; }
  .pb-xs-20 {
    padding-bottom: 20px; }
  .pb-xs-30 {
    padding-bottom: 30px; }
  .pb-xs-40 {
    padding-bottom: 40px; }
  .pb-xs-50 {
    padding-bottom: 50px; }
  .pb-xs-60 {
    padding-bottom: 60px; }
  .pb-xs-70 {
    padding-bottom: 70px; }
  .pb-xs-80 {
    padding-bottom: 80px; }
  .pb-xs-90 {
    padding-bottom: 90px; }
  .pb-xs-100 {
    padding-bottom: 100px; }
  .pb-xs-110 {
    padding-bottom: 110px; }
  .pb-xs-120 {
    padding-bottom: 120px; }
  .pb-xs-130 {
    padding-bottom: 130px; }
  .pb-xs-140 {
    padding-bottom: 140px; } }

/*# sourceMappingURL=style.css.map */