@import url(font-awesome.css);
@import url(anime.css);
@import url("https://fonts.googleapis.com/css?family=Vidaloka");
/*------------------------------------*\
    $Variables
\*------------------------------------*/
/* line 27, framework.scss */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* line 31, framework.scss */
*:focus {
  outline: none;
}

/* line 36, framework.scss */
html, body {
  width: 100%;
  height: 100%;
  color: #2a2d39;
  font-family: 'gotham';
}

/* line 43, framework.scss */
.s-1, .m-1, .l-1, .s-2, .m-2, .l-2, .s-3, .m-3, .l-3, .s-4, .m-4, .l-4, .s-5, .m-5, .l-5, .s-6, .m-6, .l-6, .s-7, .m-7, .l-7, .s-8, .m-8, .l-8, .s-9, .m-9, .l-9, .s-10, .m-10, .l-10, .s-11, .m-11, .l-11, .s-12, .m-12, .l-12, s-auto {
  display: block;
  position: relative;
  float: left;
  min-height: 1px;
}

/* line 50, framework.scss */
.btn, .btn-blue, .btn-white, .btn-black {
  display: inline-block;
  border: 3px solid white;
  border-radius: 4px;
  background: transparent;
  text-transform: uppercase;
  padding: 10px 20px;
  letter-spacing: 1px;
  font-weight: 700;
  cursor: pointer;
  max-width: 275px;
  font-size: 14px;
}

/* line 64, framework.scss */
.clr {
  clear: both;
}

/* line 68, framework.scss */
.container {
  position: relative;
  width: 100vw;
  overflow: hidden;
}

/* line 75, framework.scss */
h1 {
  font-size: 100px;
  font-weight: 300;
}

/* line 80, framework.scss */
h2, h3 {
  font-size: 36px;
  font-weight: 300;
}

/* line 85, framework.scss */
p, span, li, a {
  font-size: 16px;
  font-weight: 300;
}

/* line 90, framework.scss */
span {
  font-size: inherit;
  font-weight: inherit;
  display: inline-block;
}

/* line 96, framework.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* line 101, framework.scss */
li {
  list-style-type: none;
}

/* line 105, framework.scss */
img {
  display: block;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  vertical-align: middle;
  outline: none;
}
/* line 112, framework.scss */
img.icon {
  width: 35px;
}

/* line 121, framework.scss */
.btn-blue {
  background-color: rgba(44, 129, 203, 0);
  color: white;
}
/* line 125, framework.scss */
.btn-blue:hover {
  background-color: white;
  color: #2c81cb;
}

/* line 131, framework.scss */
.btn-white {
  background-color: white;
  color: rgba(44, 129, 203, 0);
  box-shadow: 0 0 30px rgba(44, 129, 203, 0);
  border-radius: 40px;
}
/* line 137, framework.scss */
.btn-white:hover {
  background-color: rgba(44, 129, 203, 0);
  color: white;
}

/* line 143, framework.scss */
.btn-black {
  border: 2px solid #337CB3;
  border-radius: 4px;
}
/* line 150, framework.scss */
.btn-black:hover {
  background-color: white;
  color: #2c81cb;
}

/* line 156, framework.scss */
.displayNone {
  display: none;
}

/* line 160, framework.scss */
.close-filter {
  position: absolute;
  height: 40px;
  right: 0;
  top: 0;
  padding: 5px 5px 0 0;
  z-index: 9;
}

/*------------------------------------*\
    $Grilles
\*------------------------------------*/
/* line 178, framework.scss */
.s-1 {
  width: 100%;
}

/* line 178, framework.scss */
.s-2 {
  width: 50%;
}

/* line 178, framework.scss */
.s-3 {
  width: 33.33333%;
}

/* line 178, framework.scss */
.s-4 {
  width: 25%;
}

/* line 178, framework.scss */
.s-5 {
  width: 20%;
}

/* line 178, framework.scss */
.s-6 {
  width: 16.66667%;
}

/* line 178, framework.scss */
.s-7 {
  width: 14.28571%;
}

/* line 178, framework.scss */
.s-8 {
  width: 12.5%;
}

/* line 178, framework.scss */
.s-9 {
  width: 11.11111%;
}

/* line 178, framework.scss */
.s-10 {
  width: 10%;
}

/* line 178, framework.scss */
.s-11 {
  width: 9.09091%;
}

/* line 178, framework.scss */
.s-12 {
  width: 8.33333%;
}

/* line 183, framework.scss */
s-auto {
  width: auto;
}

@media only screen and (min-width: 640px) {
  /* line 191, framework.scss */
  .m-1 {
    width: 100%;
  }

  /* line 191, framework.scss */
  .m-2 {
    width: 50%;
  }

  /* line 191, framework.scss */
  .m-3 {
    width: 33.33333%;
  }

  /* line 191, framework.scss */
  .m-4 {
    width: 25%;
  }

  /* line 191, framework.scss */
  .m-5 {
    width: 20%;
  }

  /* line 191, framework.scss */
  .m-6 {
    width: 16.66667%;
  }

  /* line 191, framework.scss */
  .m-7 {
    width: 14.28571%;
  }

  /* line 191, framework.scss */
  .m-8 {
    width: 12.5%;
  }

  /* line 191, framework.scss */
  .m-9 {
    width: 11.11111%;
  }

  /* line 191, framework.scss */
  .m-10 {
    width: 10%;
  }

  /* line 191, framework.scss */
  .m-11 {
    width: 9.09091%;
  }

  /* line 191, framework.scss */
  .m-12 {
    width: 8.33333%;
  }
}
@media only screen and (min-width: 979px) {
  /* line 200, framework.scss */
  .l-1 {
    width: 100%;
  }

  /* line 200, framework.scss */
  .l-2 {
    width: 50%;
  }

  /* line 200, framework.scss */
  .l-3 {
    width: 33.33333%;
  }

  /* line 200, framework.scss */
  .l-4 {
    width: 25%;
  }

  /* line 200, framework.scss */
  .l-5 {
    width: 20%;
  }

  /* line 200, framework.scss */
  .l-6 {
    width: 16.66667%;
  }

  /* line 200, framework.scss */
  .l-7 {
    width: 14.28571%;
  }

  /* line 200, framework.scss */
  .l-8 {
    width: 12.5%;
  }

  /* line 200, framework.scss */
  .l-9 {
    width: 11.11111%;
  }

  /* line 200, framework.scss */
  .l-10 {
    width: 10%;
  }

  /* line 200, framework.scss */
  .l-11 {
    width: 9.09091%;
  }

  /* line 200, framework.scss */
  .l-12 {
    width: 8.33333%;
  }
}
/* line 1, style.scss */
body {
  font-family: 'Roboto', sans-serif;
}

/* line 5, style.scss */
body.in-transition {
  transition: transform 900ms ease;
}

/* line 9, style.scss */
header {
  position: relative;
  height: calc(100vh - 80px);
  max-height: 1080px;
  min-height: 445px;
  background: url(../img/bg-motif.jpg);
  background-size: cover;
}
/* line 17, style.scss */
header .title-header-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  z-index: 99;
}
/* line 28, style.scss */
header h1, header h2 {
  text-align: center;
  font-weight: 400;
  color: #444;
  font-family: 'akzidenz-grotesk_bq_condensRg', sans-serif;
}
/* line 33, style.scss */
header h1 span, header h2 span {
  font-family: inherit;
}
/* line 38, style.scss */
header h1 {
  font-size: 78px;
  line-height: 60px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 10px;
  text-shadow: -3px 3px 1px rgba(0, 0, 0, 0.2);
}
/* line 47, style.scss */
header h2 {
  font-size: 24px;
  margin-bottom: 35px;
  letter-spacing: 2px;
}
/* line 51, style.scss */
header h2 span {
  color: #337CB3;
}
/* line 56, style.scss */
header img {
  width: 260px;
  margin-top: -40px;
  filter: grayscale(90%);
}
/* line 62, style.scss */
header .btn-black {
  text-align: center;
  background-color: #337CB3;
  color: white;
  font-weight: 400;
  border-radius: 4px;
  margin-top: 20px;
  font-size: 13px;
  z-index: 999;
  border-right: 1px solid #6696c3;
  border-bottom: 1px solid #6696c3;
  box-shadow: 1px 1px 0 #0c365d;
}
/* line 74, style.scss */
header .btn-black a {
  cursor: pointer;
  border: none;
}
/* line 79, style.scss */
header .btn {
  border: none !important;
}
/* line 81, style.scss */
header .btn:hover {
  text-decoration: underline!important;
}

/* line 87, style.scss */
h2.subtitle {
  margin-bottom: 40px;
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: 6px;
  text-align: center;
  opacity: .3;
}
/* line 95, style.scss */
h2.subtitle.first {
  margin-bottom: 60px;
}

/* line 100, style.scss */
hr {
  display: block;
  width: 15px;
  height: 2px;
  margin: 15px auto;
  background-color: white;
  border: none;
}

/* line 109, style.scss */
img.img-grayfilter {
  filter: grayscale(100%);
}

/* line 113, style.scss */
.container {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background-color: #eeeeee;
  overflow-x: hidden;
}

/* line 123, style.scss */
.one {
  display: flex;
}

/* line 129, style.scss */
.img-cover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* line 136, style.scss */
img.quote {
  width: 50px;
  margin: 0 auto 20px;
}

/* line 141, style.scss */
p.quote {
  letter-spacing: 1px;
  line-height: 32px;
  font-size: 20px;
  font-weight: 300;
  padding: 0 30px;
  color: #FDFFFC;
}

/* line 150, style.scss */
.about {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 100px;
  background-color: #020100;
  background: url(../img/harware.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  color: #FDFFFC;
}
/* line 161, style.scss */
.about:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 125, 184, 0.6);
}
/* line 171, style.scss */
.about .about-content {
  text-align: center;
}
/* line 174, style.scss */
.about .about-content p.quote {
  font-weight: 400;
}

/* line 180, style.scss */
.logos {
  padding: 75px 0;
  background-color: white;
}

/* line 185, style.scss */
.logos-content {
  max-width: 1200px;
  margin: auto;
}

/* line 190, style.scss */
.logos_partners {
  background-color: white;
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  padding: 20px 10px;
}
/* line 197, style.scss */
.logos_partners img {
  filter: grayscale(100%);
}

/* line 203, style.scss */
.skills {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 75px 25px;
  max-width: 1200px;
}
/* line 210, style.scss */
.skills h2 {
  text-align: center;
  margin: auto;
}
/* line 215, style.scss */
.skills .s-2 {
  width: 49%;
}

/* line 220, style.scss */
.skill {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 30px;
  background-color: white;
  padding: 35px 20px 20px 5px;
  box-shadow: 0 7px 14px 0 rgba(49, 49, 93, 0.1), 0 3px 6px 0 rgba(0, 0, 0, 0.08);
}
/* line 229, style.scss */
.skill h3 {
  font-size: 16px;
  font-weight: 500;
  color: #337CB3;
  margin-bottom: 20px;
  letter-spacing: 2px;
}
/* line 237, style.scss */
.skill img {
  width: 50px;
  margin: -17px 30px 0;
  flex: 0 0 auto;
  opacity: .3;
}
/* line 244, style.scss */
.skill li {
  padding-bottom: 10px;
  opacity: .55;
}

/* line 250, style.scss */
.row {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

/* line 256, style.scss */
.speach {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  flex-direction: column;
  height: calc(100% - 30px);
  width: calc(50% - 20px);
  padding: 50px 25px;
  background-color: #2978A0;
  background: url(../img/codes.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  text-align: center;
  color: #FDFFFC;
}
/* line 272, style.scss */
.speach:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 125, 184, 0.9);
  box-shadow: 3px 3px 40px rgba(0, 78, 116, 0.3);
}
/* line 283, style.scss */
.speach p {
  color: #FDFFFC;
  margin-bottom: 40px;
}
/* line 288, style.scss */
.speach a {
  border-width: 2px;
}
/* line 290, style.scss */
.speach a:hover {
  background-color: white;
  color: #337CB3;
}

/* line 297, style.scss */
.speach-bis {
  background: url(../img/clavier.jpg) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
/* line 301, style.scss */
.speach-bis:before {
  background-color: rgba(0, 125, 184, 0.8);
  box-shadow: INSET 0 0 80px rgba(0, 78, 116, 0.8);
}

/* line 307, style.scss */
.section-footer {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #337CB3;
}

/* line 314, style.scss */
footer {
  max-width: 1200px;
  margin: auto;
}
/* line 317, style.scss */
footer .row {
  padding: 75px 20px;
}
/* line 320, style.scss */
footer .footer-logo {
  flex-grow: 2;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-right: 20px;
}
/* line 326, style.scss */
footer .footer-logo img {
  flex: 0 0 auto;
  width: 50%;
  max-width: 170px;
}
/* line 332, style.scss */
footer .footer-content {
  flex: 0 0 190px;
  margin-right: 25px;
}
/* line 336, style.scss */
footer h3 {
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 4px;
  margin-bottom: 10px;
  color: #424242;
  color: white;
}
/* line 346, style.scss */
footer ul li {
  margin-bottom: 5px;
}
/* line 349, style.scss */
footer ul a {
  font-size: 14px;
  opacity: .6;
  color: white;
}
/* line 353, style.scss */
footer ul a:hover {
  text-decoration: underline;
  opacity: 1;
}

/* line 363, style.scss */
.footer-bottom {
  text-align: center;
  background-color: white;
}
/* line 366, style.scss */
.footer-bottom span {
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 4px;
  padding: 10px;
}

/* line 374, style.scss */
.container-contact {
  width: 100vw;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #eeeeee;
}
/* line 383, style.scss */
.container-contact .home-back a {
  font-weight: 500;
}
/* line 385, style.scss */
.container-contact .home-back a:hover {
  text-decoration: underline;
}

/* line 392, style.scss */
.contact {
  display: flex;
  width: 90vw;
  height: 95vh;
  max-width: 1120px;
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
}
/* line 400, style.scss */
.contact .data-contact {
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: url(../img/contact.jpg) center center no-repeat;
  background-size: cover;
  width: 400px;
  padding: 40px;
  color: white;
  text-align: center;
  border-radius: 3px 0 0 3px;
}
/* line 412, style.scss */
.contact .data-contact img {
  text-align: center;
  margin: auto;
  width: 150px;
}
/* line 418, style.scss */
.contact .data-contact:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
/* line 428, style.scss */
.contact .data-contact h2 {
  font-size: 19px;
  letter-spacing: 4px;
  font-weight: 500;
  text-transform: uppercase;
}
/* line 435, style.scss */
.contact .data-contact span {
  display: inline-block;
  width: 100%;
  font-size: 18px;
  font-weight: 300;
}
/* line 442, style.scss */
.contact .data-contact > div:not(:last-of-type) {
  margin-bottom: 40px;
}
/* line 447, style.scss */
.contact .contact-form {
  flex-grow: 2;
  background-color: white;
  padding: 20px 40px;
}
/* line 453, style.scss */
.contact form {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
/* line 459, style.scss */
.contact button {
  width: auto;
  padding: 0 15px;
  font-weight: 500;
}
/* line 463, style.scss */
.contact button:hover {
  background-color: black;
  color: white;
}
/* line 468, style.scss */
.contact .g-recaptcha {
  margin-bottom: 20px;
}

@media only screen and (max-width: 770px) {
  /* line 474, style.scss */
  .skill {
    padding-left: 20px;
  }
  /* line 476, style.scss */
  .skill img {
    display: none;
  }

  /* line 482, style.scss */
  .speach p {
    font-size: 19px;
  }

  /* line 487, style.scss */
  .container-contact {
    overflow-y: auto;
  }

  /* line 491, style.scss */
  .contact {
    flex-wrap: wrap;
    width: 100vw;
    height: 100vh;
    max-height: initial;
    max-width: initial;
  }
  /* line 498, style.scss */
  .contact .data-contact {
    width: 100%;
    padding: 20px;
  }
  /* line 501, style.scss */
  .contact .data-contact img {
    width: 125px;
  }
  /* line 504, style.scss */
  .contact .data-contact h2 {
    font-size: 16px;
  }
  /* line 507, style.scss */
  .contact .data-contact span {
    font-size: 15px;
    letter-spacing: 1px;
  }
  /* line 511, style.scss */
  .contact .data-contact hr {
    margin: 10px auto;
  }
  /* line 514, style.scss */
  .contact .data-contact > div:not(:last-of-type) {
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 440px) {
  /* line 523, style.scss */
  header {
    height: calc(100vh - 80px);
  }
  /* line 525, style.scss */
  header .title-header-content {
    padding: 0 10px;
    text-align: center;
  }
  /* line 528, style.scss */
  header .title-header-content h1 {
    font-size: 34px;
    line-height: 34px;
  }
  /* line 532, style.scss */
  header .title-header-content h2 {
    font-size: 16px;
  }
  /* line 536, style.scss */
  header .btn-black {
    font-size: 13px;
    font-weight: 500;
    border-radius: 3px;
    background-color: transparent;
    color: black;
    border: 1.5px solid black;
  }
  /* line 545, style.scss */
  header img {
    width: 200px;
  }

  /* line 549, style.scss */
  .about {
    padding: 50px;
  }

  /* line 552, style.scss */
  p.quote {
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 1px;
  }

  /* line 557, style.scss */
  .speach {
    height: auto;
    margin-bottom: 20px;
  }
  /* line 560, style.scss */
  .speach p {
    font-size: 16px;
  }

  /* line 565, style.scss */
  .skill {
    margin-bottom: 20px;
  }

  /* line 569, style.scss */
  .skills {
    padding: 35px 10px;
  }
  /* line 572, style.scss */
  .skills .row {
    flex-wrap: wrap;
  }
  /* line 576, style.scss */
  .skills .full-mobile {
    width: 100% !important;
  }
  /* line 580, style.scss */
  .skills h3 {
    font-size: 15px;
  }

  /* line 585, style.scss */
  h2.subtitle {
    font-size: 16px;
    margin-bottom: 15px;
  }
  /* line 589, style.scss */
  h2.subtitle.first {
    margin-bottom: 30px;
  }

  /* line 594, style.scss */
  .logos {
    padding: 35px 10px;
  }

  /* line 598, style.scss */
  .logos_partners {
    padding: 0;
    margin: 0;
  }
  /* line 602, style.scss */
  .logos_partners img {
    margin: 10px;
    flex: 0 0 auto;
  }

  /* line 608, style.scss */
  .contact {
    width: 100vw;
    height: 100vh;
    overflow-y: auto;
  }
  /* line 612, style.scss */
  .contact .data-contact {
    width: 100%;
    padding: 20px;
  }
  /* line 615, style.scss */
  .contact .data-contact img {
    width: 115px;
  }
  /* line 618, style.scss */
  .contact .data-contact h2 {
    font-size: 13px;
    margin-bottom: 5px;
  }
  /* line 622, style.scss */
  .contact .data-contact span {
    font-size: 13px;
    letter-spacing: 1px;
  }
  /* line 626, style.scss */
  .contact .data-contact hr {
    display: none;
  }
  /* line 630, style.scss */
  .contact .contact-form {
    padding: 20px;
  }
  /* line 632, style.scss */
  .contact .contact-form label {
    font-size: 14px;
  }
  /* line 636, style.scss */
  .contact .contact-form .mail, .contact .contact-form .telephone {
    width: 100% !important;
  }
  /* line 640, style.scss */
  .contact button {
    width: auto;
    font-size: 14px;
  }

  /* line 647, style.scss */
  footer .row {
    padding: 35px 10px;
    flex-direction: column;
  }
  /* line 652, style.scss */
  footer .footer-logo {
    margin-bottom: 40px;
  }
  /* line 654, style.scss */
  footer .footer-logo img {
    width: 140px;
  }
  /* line 658, style.scss */
  footer .footer-content {
    flex: 0 0 100% !important;
    text-align: center;
    margin-bottom: 20px;
  }
}
/* line 1, form.scss */
.input-container {
  margin-bottom: 20px;
}
/* line 3, form.scss */
.input-container.double-input {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  flex-wrap: wrap;
}
/* line 8, form.scss */
.input-container.double-input .s-2 {
  width: 47%;
}

/* line 14, form.scss */
input, select, textarea, button {
  width: 100%;
  height: 43px;
  background: none;
  background-color: white;
  border: 1px solid black;
  border-radius: 3px;
  padding: 0 15px;
  letter-spacing: 4px;
  font-size: 18px;
  outline: none;
}

/* line 27, form.scss */
textarea {
  height: 120px;
  padding: 10px;
}

/* line 32, form.scss */
button {
  cursor: pointer;
}

/* line 36, form.scss */
.bottom-form {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/* line 1, nav.scss */
nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  padding: 0 20px;
  background-color: #337CB3;
  color: white;
  z-index: 99;
  box-shadow: INSET 0 -2px 20px rgba(0, 78, 116, 0);
}
/* line 13, nav.scss */
nav img {
  width: 175px;
  flex: 0 0 175px;
}
/* line 18, nav.scss */
nav .icon-nav {
  width: 30px;
  flex: 0 0 30px !important;
}
/* line 23, nav.scss */
nav .span-flex {
  display: flex;
}
/* line 28, nav.scss */
nav .menu {
  display: flex;
  width: auto;
  justify-content: flex-end;
}
/* line 32, nav.scss */
nav .menu a {
  padding: 2px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-right: 1px solid #0c365d;
  border-left: 1px solid #6696c3;
}
/* line 39, nav.scss */
nav .menu a:first-child {
  border-left: none;
}
/* line 42, nav.scss */
nav .menu a:last-child {
  border-right: none;
}
/* line 46, nav.scss */
nav .menu a:hover {
  text-decoration: underline;
}

@media only screen and (max-width: 440px) {
  /* line 53, nav.scss */
  nav {
    flex-direction: column;
    padding-top: 19px;
  }
  /* line 57, nav.scss */
  nav img {
    width: 150px;
  }
  /* line 61, nav.scss */
  nav .menu {
    display: none;
    width: 100% !important;
  }
}
