/* CSS Document */
/* Setup */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* Border Radius */
/* Radial Gradient */
/* Radial Gradient */
/* Box Shadow */
/* Transition */
/* Transition Global */
/* Transform */
/* Import */
/* Color */
/* Font Family */
/* Gotham Bold */
@font-face {
  font-family: 'Gotham-Bold';
  src: url("../fonts/Gotham-Bold.eot");
  src: url("../fonts/Gotham-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Bold.woff2") format("woff2"), url("../fonts/Gotham-Bold.woff") format("woff"), url("../fonts/Gotham-Bold.ttf") format("truetype"), url("../fonts/Gotham-Bold.svg#Gotham-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/* Coolvetica Regular */
@font-face {
  font-family: 'Coolvetica-Regular';
  src: url("../fonts/CoolveticaRg-Regular.eot");
  src: url("../fonts/CoolveticaRg-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/CoolveticaRg-Regular.woff2") format("woff2"), url("../fonts/CoolveticaRg-Regular.woff") format("woff"), url("../fonts/CoolveticaRg-Regular.ttf") format("truetype"), url("../fonts/CoolveticaRg-Regular.svg#CoolveticaRg-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 100%;
  height: 100%;
}

body {
  background-color: black;
  height: auto;
  min-height: 100vh;
  position: relative;
  -webkit-font-smoothing: antialiased;
  width: 100%;
}

body.active {
  border-bottom: 46px solid #ffe400;
  border-left: 52px solid #ffe400;
  border-right: 52px solid #ffe400;
  border-top: 46px solid #ffe400;
}

@media screen and (max-width: 1430px) {
  body.active {
    border-bottom: 43px solid #ffe400;
    border-left: 49px solid #ffe400;
    border-right: 49px solid #ffe400;
    border-top: 43px solid #ffe400;
  }
}

@media screen and (max-width: 1355px) {
  body.active {
    border-bottom: 37px solid #ffe400;
    border-left: 43px solid #ffe400;
    border-right: 43px solid #ffe400;
    border-top: 37px solid #ffe400;
  }
}

@media screen and (max-width: 1190px) {
  body.active {
    border-bottom: 20px solid #ffe400;
    border-left: 20px solid #ffe400;
    border-right: 20px solid #ffe400;
    border-top: 20px solid #ffe400;
  }
}

@media screen and (max-width: 710px) {
  body.active {
    border-bottom: 10px solid #ffe400;
    border-left: 10px solid #ffe400;
    border-right: 10px solid #ffe400;
    border-top: 10px solid #ffe400;
  }
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* float clearing for IE6 */
* html .clearfix {
  height: 1%;
  overflow: visible;
}

/* float clearing for IE7 */
* + html .clearfix {
  min-height: 1%;
}

/* float clearing for everyone else */
.clearfix:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0 none !important;
}

button:focus {
  outline: 0 none !important;
}

.col-contenu {
  float: left;
  height: auto;
  width: 100%;
}

.clr {
  clear: both;
}

/* Parts */
/* Header */
header {
  padding: 47px 0 33px;
  text-align: center;
}

header img {
  height: 53px;
}

@media screen and (max-width: 710px) {
  header {
    padding: 24px 0 18px;
  }
  header img {
    height: 27px;
  }
}

/* End Header */
/* Banner */
.banner {
  text-align: center;
  position: relative;
  width: 100%;
}

.banner img {
  max-width: 801px;
  width: 100%;
}

.banner h1 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  left: 50%;
  max-width: 801px;
  padding: 0 20px;
  position: absolute;
  text-shadow: 0 0 5px #fff, 0 0 10px #fff, 0 0 15px rgba(254, 207, 0, 0.2), 0 0 20px rgba(254, 207, 0, 0.2), 0 0 25px rgba(254, 207, 0, 0.2), 0 0 30px rgba(254, 207, 0, 0.2), 0 0 35px rgba(254, 207, 0, 0.2);
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}

@media screen and (max-width: 710px) {
  .banner h1 {
    font-size: 28px;
    line-height: 32px;
  }
}

/* End Banner */
/* Home */
.home {
  background-attachment: fixed;
  background-image: url("../img/banner-home.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  height: 100vh;
  position: relative;
  width: 100%;
}

.home .text {
  bottom: 106px;
  font-size: 0;
  left: 0;
  position: absolute;
  text-align: center;
  width: 100%;
}

.home .text .logo {
  display: inline-block;
  margin-bottom: 5px;
  width: 425px;
}

.home .text .logo img {
  width: 100%;
}

.home .text p {
  color: white;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16.71px;
  font-weight: 400;
  line-height: 23.2px;
  margin-bottom: 31px;
  text-align: center;
  width: 568px;
}

.home .text p a {
  color: #ffe400;
  text-decoration: underline;
}

.home .text .lien {
  background-color: #ffe400;
  border: 0 none;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-box-shadow: 0px 2px 17.29px 1.71px rgba(0, 0, 0, 0.72);
  box-shadow: 0px 2px 17.29px 1.71px rgba(0, 0, 0, 0.72);
  color: black;
  display: inline-block;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 24.03px;
  font-weight: 700;
  line-height: 39px;
  min-width: 223px;
  padding: 0 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: auto;
}

.home .text .lien:hover {
  background-color: #fecf00;
  color: white;
}

@media screen and (max-width: 710px) {
  .home {
    background-position: left top;
  }
  .home .text {
    bottom: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .home .text .logo {
    width: 280px;
  }
  .home .text p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 20px;
    width: 92%;
  }
  .home .text .lien {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 18px;
    line-height: 30px;
    min-width: 180px;
  }
}

/* End Home */
/* Quiz */
.quiz {
  padding: 0 0 94px;
  width: 100%;
}

.quiz h1 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 67.3px;
  font-weight: 700;
  line-height: 67px;
  margin: 44px 0 0;
  text-align: center;
}

.quiz h1 img {
  height: 51px;
}

.quiz h1 span {
  color: #fecf00;
  font-size: 110px;
}

.quiz p {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  max-width: 604px;
  margin: 40px auto 0;
  text-align: justify;
  text-align-last: center;
  width: calc(100% - 164px);
}

.quiz .form {
  max-width: 604px;
  margin: 0 auto 0;
  width: calc(100% - 164px);
}

.quiz .form .box-question {
  display: inline-block;
  font-size: 0;
  margin: 29px 0 0;
  vertical-align: top;
  width: 100%;
}

.quiz .form .box-question:nth-child(1) {
  margin: 40px 0 0;
}

.quiz .form .box-question h2 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.quiz .form .box-question .check {
  margin-left: 49px;
  margin-top: 7px;
  width: calc(100% - 49px);
}

.quiz .form .box-question .check:nth-of-type(1) {
  margin-top: 5px;
}

.quiz .form .box-question .check .radio {
  cursor: pointer;
  color: white;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 14px;
  padding-left: 21px;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.quiz .form .box-question .check .radio:nth-child(1) {
  margin-left: 0;
}

.quiz .form .box-question .check .radio .checkmark {
  background-color: white;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 0 none;
  height: 14px;
  left: 0;
  position: absolute;
  top: 0;
  width: 14px;
}

.quiz .form .box-question .check .radio .checkmark::before {
  background-color: #fecf00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  display: none;
  content: '';
  height: 8px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 8px;
}

.quiz .form .box-question .check .radio input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
}

.quiz .form .box-question .check .radio input:checked ~ .checkmark::before {
  display: block;
}

.quiz .form .button {
  margin: 81px 0 0;
  text-align: center;
  width: 100%;
}

.quiz .form .button button {
  background-color: #ffc500;
  border: 0 none;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  color: black;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 19.81px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 40px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: auto;
}

.quiz .form .button button:hover {
  background-color: #fecf00;
  color: white;
}

@media screen and (max-width: 710px) {
  .quiz {
    padding: 0 0 50px;
  }
  .quiz h1 {
    font-size: 36.28px;
    line-height: 36px;
    margin: 28px 0 0;
  }
  .quiz h1 img {
    height: 27px;
  }
  .quiz h1 span {
    font-size: 59.33px;
  }
  .quiz p {
    margin-top: 20px;
    width: 92%;
  }
  .quiz .form {
    width: 92%;
  }
  .quiz .form .box-question {
    margin: 15px 0 0;
  }
  .quiz .form .box-question:nth-child(1) {
    margin: 30px 0 0;
  }
  .quiz .form .box-question h2 {
    font-size: 14px;
    line-height: 22px;
    text-align: justify;
  }
  .quiz .form .box-question .check {
    margin-left: 20px;
    width: calc(100% - 20px);
  }
  .quiz .form .box-question .check .radio {
    font-size: 14px;
  }
  .quiz .form .button {
    margin: 44px 0 0;
  }
  .quiz .form .button button {
    font-size: 16px;
    line-height: 50px;
    padding: 0 40px;
  }
}

/* End Quiz */
/* Formulaire */
.formulaire {
  padding: 0 0 94px;
  width: 100%;
}

.formulaire h1 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 67.3px;
  font-weight: 700;
  line-height: 67px;
  margin: 44px 0 0;
  text-align: center;
}

.formulaire h1 img {
  height: 51px;
}

.formulaire h1 span {
  color: #fecf00;
  font-size: 110px;
}

.formulaire .form {
  max-width: 604px;
  margin: 0 auto 0;
  width: calc(100% - 164px);
}

.formulaire .form .form-group {
  display: inline-block;
  margin: 20px 0 0;
  vertical-align: top;
  width: 100%;
}

.formulaire .form .form-group:nth-child(1) {
  margin: 30px 0 0;
}

.formulaire .form .form-group .form-control {
  background-color: rgba(255, 255, 255, 0.9);
  border: 0 none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: black;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  padding: 0 0 0 20px;
  width: 100%;
}

.formulaire .form .form-group .form-control::-webkit-input-placeholder {
  color: black;
  opacity: 1;
}

.formulaire .form .form-group .form-control::-moz-placeholder {
  color: black;
  opacity: 1;
}

.formulaire .form .form-group .form-control:-ms-input-placeholder {
  color: black;
  opacity: 1;
}

.formulaire .form .form-group .form-control:-moz-placeholder {
  color: black;
  opacity: 1;
}

.formulaire .form .form-group .form-control.select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right .75rem center;
  background-size: 16px 12px;
}

.formulaire .form .form-group .inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.formulaire .form .form-group .inputfile + label {
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: black;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 50px;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  overflow: hidden;
  padding: 0 20px;
  width: 100%;
}

.formulaire .form .form-group .inputfile + label svg {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  fill: currentColor;
  margin-top: -0.25em;
  margin-right: 0.25em;
}

.formulaire .form .form-group .error {
  color: red;
  display: inline-block;
  font-family: "Montserrat", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  margin: 4px 0 0;
}

.formulaire .form .button {
  margin: 30px 0 0;
  text-align: center;
  width: 100%;
}

.formulaire .form .button button {
  background-color: #ffc500;
  border: 0 none;
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  color: black;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 19.81px;
  font-weight: 700;
  line-height: 50px;
  padding: 0 40px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: auto;
}

.formulaire .form .button button:hover {
  background-color: #fecf00;
  color: white;
}

.formulaire p {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  max-width: 604px;
  margin: 40px auto 0;
  text-align: justify;
  text-align-last: center;
  width: calc(100% - 164px);
}

@media screen and (max-width: 710px) {
  .formulaire {
    padding: 0 0 50px;
  }
  .formulaire h1 {
    font-size: 36.28px;
    line-height: 36px;
    margin: 28px 0 0;
  }
  .formulaire h1 img {
    height: 27px;
  }
  .formulaire h1 span {
    font-size: 59.33px;
  }
  .formulaire .form {
    width: 92%;
  }
  .formulaire .form .button {
    margin: 20px 0 0;
  }
  .formulaire .form .button button {
    font-size: 16px;
    line-height: 50px;
    padding: 0 40px;
  }
  .formulaire p {
    margin-top: 20px;
    width: 92%;
  }
}

/* End Formulaire */
/* Qu Est Ce Que */
.qu-est-ce-que {
  font-size: 0;
  padding: 46px 0 54px;
  width: 100%;
}

.qu-est-ce-que .box {
  display: inline-block;
  vertical-align: middle;
}

.qu-est-ce-que .box:nth-child(1) {
  width: 795px;
}

.qu-est-ce-que .box:nth-child(2) {
  text-align: center;
  width: calc(100% - 795px);
}

.qu-est-ce-que .box h1 {
  color: white;
  font-family: "Coolvetica-Regular", sans-serif;
  font-size: 147px;
  line-height: 133px;
  margin: 0 0 0 63px;
}

.qu-est-ce-que .box h1 span {
  color: black;
  display: inline-block;
  position: relative;
}

.qu-est-ce-que .box h1 span.bg-1 {
  background-color: #ffe400;
}

.qu-est-ce-que .box h1 span.bg-2 {
  background-color: white;
}

.qu-est-ce-que .box h1 span font {
  bottom: 0;
  color: #ffe400;
  font-size: 290px;
  left: calc(100% - 42px);
  line-height: 214px;
  position: absolute;
}

.qu-est-ce-que .box p {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14.41px;
  font-weight: 400;
  line-height: 16px;
  text-align: justify;
  width: calc(100% - 76px);
}

.qu-est-ce-que .box p a {
  color: white;
  font-weight: 700;
  text-decoration: underline;
}

.qu-est-ce-que .box p span {
  font-size: 20.17px;
  font-weight: 700;
}

.qu-est-ce-que .box .lien {
  background-color: #ffe400;
  border: 0 none;
  border-radius: 9px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -webkit-box-shadow: 0px 2px 12.74px 1.26px rgba(0, 0, 0, 0.72);
  box-shadow: 0px 2px 12.74px 1.26px rgba(0, 0, 0, 0.72);
  color: black;
  display: inline-block;
  font-family: "Gotham-Bold", sans-serif;
  font-size: 24.03px;
  font-weight: 700;
  line-height: 37px;
  min-width: 214px;
  margin: 24px 0 0;
  padding: 0 20px;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: auto;
}

.qu-est-ce-que .box .lien:hover {
  background-color: #fecf00;
  color: white;
}

@media screen and (max-width: 1430px) {
  .qu-est-ce-que {
    padding: 43px 0 52px;
  }
  .qu-est-ce-que .box {
    vertical-align: top;
  }
  .qu-est-ce-que .box:nth-child(1) {
    width: 755px;
  }
  .qu-est-ce-que .box:nth-child(2) {
    width: calc(100% - 755px);
  }
  .qu-est-ce-que .box h1 {
    font-size: 139px;
    line-height: 128px;
    margin: 0 0 0 60px;
  }
  .qu-est-ce-que .box h1 span font {
    font-size: 286px;
  }
  .qu-est-ce-que .box p {
    width: calc(100% - 72px);
  }
  .qu-est-ce-que .box .lien {
    margin: 22px 0 0;
  }
}

@media screen and (max-width: 1355px) {
  .qu-est-ce-que {
    padding: 45px 0 46px;
  }
  .qu-est-ce-que .box:nth-child(1) {
    width: 663px;
  }
  .qu-est-ce-que .box:nth-child(2) {
    width: calc(100% - 663px);
  }
  .qu-est-ce-que .box h1 {
    font-size: 122px;
    line-height: 113px;
    margin: 0 0 0 53px;
  }
  .qu-est-ce-que .box h1 span font {
    font-size: 269px;
    line-height: 198px;
  }
  .qu-est-ce-que .box p {
    width: calc(100% - 64px);
  }
  .qu-est-ce-que .box .lien {
    margin: 19px 0 0;
  }
}

@media screen and (max-width: 1190px) {
  .qu-est-ce-que {
    padding: 40px 0;
  }
  .qu-est-ce-que .box:nth-child(1) {
    width: 100%;
  }
  .qu-est-ce-que .box:nth-child(2) {
    width: 100%;
  }
  .qu-est-ce-que .box h1 {
    font-size: 88px;
    line-height: 88px;
    margin: 0;
    text-align: center;
  }
  .qu-est-ce-que .box h1 span font {
    font-size: 200px;
    line-height: 146px;
    left: calc(100% - 29px);
  }
  .qu-est-ce-que .box p {
    margin-left: 4%;
    margin-top: 40px;
    width: 92%;
  }
  .qu-est-ce-que .box .lien {
    margin: 19px 0 0;
  }
}

@media screen and (max-width: 710px) {
  .qu-est-ce-que {
    padding: 20px 0 40px;
  }
  .qu-est-ce-que .box h1 {
    font-size: 60px;
    line-height: 60px;
  }
  .qu-est-ce-que .box h1 span font {
    font-size: 138px;
    line-height: 100px;
    left: calc(100% - 20px);
  }
  .qu-est-ce-que .box p {
    margin-top: 20px;
  }
  .qu-est-ce-que .box p span {
    font-size: 18px;
    line-height: 18px;
  }
  .qu-est-ce-que .box .lien {
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    font-size: 18px;
    line-height: 30px;
    min-width: 180px;
  }
}

/* eND Qu Est Ce Que */
/* Content */
.content {
  font-size: 0;
  padding: 93px 0;
  text-align: center;
  width: 100%;
}

.content h1 {
  color: #ffe400;
  font-family: "Coolvetica-Regular", sans-serif;
  font-size: 65px;
  line-height: 60px;
  margin: 0 0 0;
}

.content h2 {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  margin: 16px auto 0;
  text-align: center;
  width: 630px;
}

.content h2 span {
  font-weight: 700;
}

.content .details {
  font-size: 0;
  margin: 119px 0 0;
  width: 100%;
}

.content .details .box {
  display: inline-block;
  vertical-align: top;
}

.content .details .box:nth-child(1) {
  padding-left: 79px;
  padding-right: 49px;
  width: calc((100% - 520px) / 2);
}

.content .details .box:nth-child(2) {
  border-left: 3px solid #ffe400;
  border-right: 3px solid #ffe400;
  padding-left: 52px;
  padding-right: 58px;
  width: 520px;
}

.content .details .box:nth-child(3) {
  padding-left: 72px;
  padding-right: 95px;
  width: calc((100% - 520px) / 2);
}

.content .details .box p {
  color: white;
  font-family: "Montserrat", sans-serif;
  font-size: 14.41px;
  font-weight: 400;
  line-height: 20px;
  text-align: justify;
}

.content .details .box p span {
  color: #ffe400;
  font-weight: 700;
}

.content .details .box p b {
  font-weight: 700;
}

.content .details .box p font {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 40px);
}

.content .details .box p .badge {
  background-image: url("../img/badge.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 24px;
  margin-left: -9px;
  margin-right: 6px;
  vertical-align: top;
  width: 21px;
}

.content .details .box p .cup {
  background-image: url("../img/cup.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 19px;
  margin-left: -6px;
  margin-right: 6px;
  vertical-align: top;
  width: 18px;
}

.content .details .box p .diplome {
  background-image: url("../img/diplome.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: inline-block;
  height: 13px;
  margin-left: -11px;
  margin-right: 3px;
  vertical-align: top;
  width: 25px;
}

@media screen and (max-width: 1430px) {
  .content {
    padding: 85px 0;
  }
  .content h1 {
    font-size: 62px;
    line-height: 57px;
  }
  .content h2 {
    font-size: 17px;
    line-height: 20px;
    margin: 16px auto 0;
    width: 600px;
  }
  .content .details {
    margin: 112px 0 0;
  }
  .content .details .box:nth-child(1) {
    padding-left: 75px;
    padding-right: 47px;
    width: calc((100% - 493px) / 2);
  }
  .content .details .box:nth-child(2) {
    padding-left: 52px;
    padding-right: 55px;
    width: 493px;
  }
  .content .details .box:nth-child(3) {
    padding-left: 68px;
    padding-right: 90px;
    width: calc((100% - 493px) / 2);
  }
}

@media screen and (max-width: 1355px) {
  .content {
    padding: 75px 0;
  }
  .content h1 {
    font-size: 54px;
    line-height: 50px;
  }
  .content h2 {
    font-size: 15px;
    line-height: 17px;
    margin: 16px auto 0;
    width: 530px;
  }
  .content .details {
    margin: 98px 0 0;
  }
  .content .details .box:nth-child(1) {
    padding-left: 40px;
    padding-right: 40px;
    width: calc((100% - 433px) / 2);
  }
  .content .details .box:nth-child(2) {
    padding-left: 40px;
    padding-right: 40px;
    width: 433px;
  }
  .content .details .box:nth-child(3) {
    padding-left: 40px;
    padding-right: 40px;
    width: calc((100% - 433px) / 2);
  }
}

@media screen and (max-width: 1190px) {
  .content {
    padding: 80px 0;
  }
  .content h1 {
    font-size: 40px;
    line-height: 40px;
    padding: 0 5px;
  }
  .content h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 20px auto 0;
    width: 92%;
  }
  .content .details {
    margin: 80px 0 0;
  }
  .content .details .box {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  .content .details .box:nth-child(1) {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 0;
    width: 100%;
  }
  .content .details .box:nth-child(2) {
    border-left: 0 none;
    border-right: 0 none;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    width: 100%;
  }
  .content .details .box:nth-child(2)::before, .content .details .box:nth-child(2)::after {
    background-color: #ffe400;
    content: '';
    height: 2px;
    left: 30%;
    position: absolute;
    width: 40%;
  }
  .content .details .box:nth-child(2)::before {
    top: 0;
  }
  .content .details .box:nth-child(2)::after {
    bottom: 0;
  }
  .content .details .box:nth-child(3) {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
  }
}

@media screen and (max-width: 710px) {
  .content {
    padding: 60px 0;
  }
  .content h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .content h2 {
    text-align: justify;
    text-align-last: center;
  }
  .content .details {
    margin: 40px 0 0;
  }
}

/* End Content */
/* Footer */
footer {
  background-color: white;
  padding: 14px 0;
  text-align: center;
  width: 100%;
}

footer img {
  width: 655px;
}

@media screen and (max-width: 710px) {
  footer {
    padding: 8px 0;
  }
  footer img {
    width: calc(100% - 47px);
  }
}

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