
/* # Global ::
------------------------------------*/

/* -- Variables --- */

:root {
  --color-white: #fff;
  --color-black: #000;
  --color-twine: #c29f58;
  --color-gray-dusty: #9a9a9a;
  --color-gray-alto: #dcdcdc;
  --color-red: #e60000;
  --color-red-valencia: #d4483d;
  --color-red-froly: #f67a6c;
  --color-blumine: #1b5d87;
  --color-green-sushi: #76ac39;
}

p, form {
  margin: 0;
}

ul,li {
  list-style: none;
  margin: 0;
  padding: 0;
}

/* -- Grid --- */

.grid {
  display: grid;
}
.grid.gtc-1 {
  grid-template-columns: 142px 1fr;
}
.grid.gtc-2 {
  grid-template-columns: repeat(3, 1fr);
}
.grid.gtc-3 {
  grid-template-columns: repeat(2, 1fr);
}
.grid.gcg-1 {
  grid-column-gap: 10px;
}
.grid.gg-1 {
  grid-gap: 60px;
}
.mgb-1 {
  margin: 0 0 10px;
}

/* -- Header --- */

header {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 23px 10px;
}
header .logo {
  width: 286px;
  height: 46px;
  display: block;
}
header .logo img {
  width: 100%;
  height: 100%;
}

/* -- Main --- */
.section-one {
  margin: 0 0 70px;
}

/* -- Section Form --- */
.section-form-area {
  height: 574px;
}
.section-form-area .section-form-blc-one {
  float: right;
}
.form-area {
  width: 495px;
  min-height: 574px;
  background-color: var(--color-twine);
  padding: 27px 25px 37px;
}

.form-area .form-area_title-blc {
  margin: 0 0 40px;
}
.form-area .form-area_title {
  font-family: 'Lato-Regular';
  font-size: 32px;
  line-height: 32px;
  color: var(--color-white);
  text-align: center;
  margin: 0;
}
.form-area .form-area_title strong {
  font-family: 'Lato-Bold';
  display: block;
}
.form-area .form-area_title strong span {
  text-transform: uppercase;
  display: inline-block;
}
.date-select-group .cselect label {
  background-color: var(--color-gray-alto);
}
.input-blc-style {
  margin: 0 0 10px;
}
.grid .input-blc-style {
  margin: 0;
}
.input-blc-style input {
  font-size: 18px;
  line-height: 18px;
  font-family: 'Roboto-Regular';
  height: 40px;
}
.input-blc-style input::-webkit-input-placeholder {
  color: var(--color-gray-dusty);
}
.input-blc-style input::-moz-placeholder {
  color: var(--color-gray-dusty);
}
.input-blc-style input:-ms-input-placeholder {
  color: var(--color-gray-dusty);
}
.input-blc-style input:-moz-placeholder {
  color: var(--color-gray-dusty);
}

select option:first-child{color: grey; display: none;}

.div-checkbox input {
  height: auto;
}

.div-checkbox label {
  display: inline;
}

.politique-area {
  margin: 0 0 34px;
}
.politique-area span {
  display: block;
  font-size: 13px;
  line-height: 13px;
  color: var(--color-white);
  font-family: 'Lato-Regular';
}
.politique-area span:nth-child(2) {
  display: inline-block;
}
.politique-area a {
  display: inline-block;
  font-size: 13px;
  line-height: 13px;
  color: var(--color-white);
  font-family: 'Lato-Regular';
  text-decoration: none;
}
.politique-area a:hover {
  text-decoration: underline;
}

.btn-blc .btn.btn-style-one {
  width: 140px;
  height: 45px;
  display: block;
  margin: 0 auto;
  background-image: url('../img/form-bt.gif');
  background-repeat: no-repeat;
  background-size: 140px auto;
  background-position: center;
}

.section-form-img {
  margin: 0 495px 0 0;
  height: 574px;
  position: relative;
  background-image: url('../img/bg-img-1.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
}
.section-form-img img {
  width: 100%;
  height: 100%;
}
.section-form-img .section-form-img_title {
  position: absolute;
  top: 28px;
  right: 32px;
  width: 356px;
}
.section-form-img .section-form-img_title h1 {
  font-family: 'ArialMT';
  font-size: 48px;
  line-height: 48px;
  color: var(--color-black);
  margin: 0;
  text-align: center;
}
.section-form-img .section-form-img_title h1 span {
  display: block;
  color: var(--color-red-valencia);
  font-weight: bold;
  font-size: 70px;
  line-height: 70px;
}

.section-form-img .section-form-img_desc {
  position: absolute;
  bottom: 25px;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.796);
  height: 86px;
  padding: 13px;
}
.section-form-img .section-form-img_desc p {
  color: var(--color-blumine);
  font-family: 'ArialMT';
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}

/* -- section-two -- */
.section-two {
  margin: 0 0 100px;
}
.exceptional-offer-pub {
  max-width: 770px;
  margin: 0 auto 10px;
  border: 2px solid var(--color-twine);
  border-radius: 15px;
  height: 128px;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.exceptional-offer-pub p:nth-child(1) {
  font-size: 36px;
  line-height: 36px;
  color: var(--color-twine);
  font-family: 'ArialMT';
  font-weight: bold;
  margin: 0 0 15px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
.exceptional-offer-pub p:nth-child(1)::before,
.exceptional-offer-pub p:nth-child(1)::after {
  content: '';
  width: 10px;
  height: 3px;
  display: block;
  background-color: var(--color-black);
  position: absolute;
  top: 50%;
}
.exceptional-offer-pub p:nth-child(1)::before {
  left: -22px;
}
.exceptional-offer-pub p:nth-child(1)::after {
  right: -22px;
}
.exceptional-offer-pub p:nth-child(2) {
  font-size: 28px;
  line-height: 28px;
  color: var(--color-black);
  font-family: 'ArialMT';
  text-align: center;
}
.exceptional-offer-pub p:nth-child(2) span {
  font-weight: bold;
  color: var(--color-green-sushi);
}

.formation-description-area {
  margin: 0 0 90px;
  position: relative;
}
.formation-description-area .grid-blc:nth-child(1) .formation-description-item {
  position: relative;
  padding: 0 65px 0 0;
}
.formation-description-area .grid-blc:nth-child(1) .formation-description-item::after {
  content: '';
  display: block;
  width: 1px;
  height: 240px;
  background-color: var(--color-red-valencia);
  position: absolute;
  top: 50px;
  right: 0;
}
.formation-description-area .formation-description-item .formation-description-item_title {
  font-family: 'ArialMT';
  font-size: 24px;
  line-height: 30px;
  color: var(--color-black);
  margin: 0 0 60px;
}
.formation-description-area .formation-description-item .formation-description-item_title span {
  text-transform: uppercase;
  display: block;
}
.formation-description-area .formation-description-item .formation-description-item_list {
  margin: 0 0 35px;
}
.formation-description-area .formation-description-item .formation-description-item_list li:not(:last-child) {
  margin: 0 0 35px;
}
.formation-description-area .formation-description-item .formation-description-item_list .formation-description-item_list-item {
  font-family: 'ArialMT';
  font-size: 18px;
  line-height: 24px;
  color: var(--color-black);
  position: relative;
  padding: 0 0 0 10px;
}
.formation-description-area .formation-description-item .formation-description-item_list .formation-description-item_list-item::before {
  content: '';
  width: 4px;
  height: 4px;
  border-radius: 50%;
  display: block;
  background-color: var(--color-red-valencia);
  position: absolute;
  left: 0;
  top: 10px;
}
.formation-description-area .formation-description-item .formation-description-item_list .formation-description-item_list-item span {
  color: var(--color-red-valencia);
}

.mon-compte-formtion-img-1 {
  width: 132px;
  height: 132px;
  margin: 0 auto;
}
.mon-compte-formtion-img-1 img {
  width: 100%;
  height: 100%;
}

/**/
.badges-area .badge-item {
  height: 332px;
  width: 310px;
  margin: 0 auto;
  border-radius: 20px;
  padding: 37px 30px 15px;
  background-color: var(--color-black);
}
.badges-area .badge-item.blue-color {
  background-color: var(--color-blumine);
}
.badges-area .badge-item.red-color {
  background-color: var(--color-red);
}
.badges-area .badge-item.green-color {
  background-color: var(--color-green-sushi);
}
.badges-area .badge-item .badge-item-img {
  height: 136px;
  margin: 0 auto 22px;
}
.badges-area .badge-item .badge-item-img img {
  width: 100%;
  height: 100%;
}
.badges-area .badge-item.blue-color .badge-item-img {
  width: 136px;
}
.badges-area .badge-item.red-color .badge-item-img {
  width: 216px;
}
.badges-area .badge-item.green-color .badge-item-img {
  width: 186px;
}
.badges-area .badge-item .badge-item-desc p {
  text-align: center;
  color: var(--color-white);
  font-family: 'ArialMT';
  font-size: 18px;
  line-height: 23px;
}

/* Section Three */

.section-three {
  padding: 75px 0;
  background-color: var(--color-red-froly);
}

.temoignage-area .temoignage-title-blc {
  margin: 0 0 66px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.temoignage-area .temoignage-title-blc .temoignage-title {
  color: var(--color-white);
  font-size: 36px;
  line-height: 36px;
  font-family: 'ArialMT';
  font-weight: bold;
  margin: 0;
  position: relative;
  display: inline-block;
}
.temoignage-area .temoignage-title-blc .temoignage-title::before,
.temoignage-area .temoignage-title-blc .temoignage-title::after {
  content: '';
  position: absolute;
  top: -17px;
  width: 47px;
  height: 37px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 47px auto;
}
.temoignage-area .temoignage-title-blc .temoignage-title::before {
  left: -80px;
  background-image: url('../img/quote-img-1.png');
}
.temoignage-area .temoignage-title-blc .temoignage-title::after {
  right: -80px;
  background-image: url('../img/quote-img-2.png');
}

.temoignage-area .temoignage-item {
  background-color: var(--color-white);
  border-radius: 25px;
  padding: 25px 63px;
}
.temoignage-area .temoignage-item::after {
  content: '';
  display: table;
  clear: both;
}
.temoignage-area .temoignage-item:not(:last-child) {
  margin: 0 0 28px;
} 
.temoignage-area .temoignage-item .temoignage-auth {
  width: 166px;
  height: 166px;
  border-radius: 50%;
  float: left;
}
.temoignage-area .temoignage-item .temoignage-auth img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.temoignage-area .temoignage-item .temoignage-desc {
  margin: 25px 0 0 216px;
}
.temoignage-area .temoignage-item .temoignage-desc p:nth-child(1) {
  font-family: 'ArialMT';
  font-style: italic;
  font-size: 18px;
  line-height: 23px;
  color: var(--color-black);
  margin: 0 0 24px;
}
.temoignage-area .temoignage-item .temoignage-desc p:nth-child(2) {
  font-family: 'ArialMT';
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  color: var(--color-black);
  margin: 0;
}
.temoignage-area .temoignage-item .temoignage-desc p:nth-child(2) span {
  color: var(--color-blumine);
}

/* -- Footer --- */

footer {
  background-color: var(--color-white);  
  padding: 55px 0;
}
footer .footer-content {
  
}
footer .footer-adresse {
  display: flex;
  align-items: center;
  margin: 0 0 30px;
  justify-content: space-between;
}
footer .footer-adresse .footer-logo {
  width: 262px;
  height: 42px;
  margin: 0;
  display: block;
}
footer .footer-adresse .footer-logo img {
  width: 100%;
}
footer .footer-adresse p {
  font-size: 18px;
  line-height: 23px;
  color: var(--color-green-sushi);
  font-family: 'ArialMT';
  font-weight: bold;
}
footer .footer-adresse p:nth-child(1) {
  margin: 0 0 10px;
}
footer .footer-desc {
  text-align: center;
  padding: 0 40px;
}
footer .footer-desc p {
  font-size: 14px;
  line-height: 18px;
  color: var(--color-blumine);
  font-family: 'ArialMT';
  margin: 0 0 26px;
}
footer .footer-desc .footer-desc-links a {
  font-size: 14px;
  line-height: 14px;
  color: var(--color-black);
  font-family: 'ArialMT';
  text-decoration: none;
}
footer .footer-desc .footer-desc-links a:hover {
  text-decoration: underline;
}

.notification-area {
  max-width: 770px;
  margin: 0 auto 40px;
  font-size: 14px;
  line-height: 24px;
  color: var(--color-black);
  font-family: 'ArialMT';
    text-align: center;
}

/* # $Mobile ::
------------------------------------*/

@media (max-width: 1440px) {
  .section-one {
    margin: 0 0 35px;
  }
  .form-area {
    width: 400px;
    min-height: 460px;
    padding: 22px 20px 30px;
  }
  .form-area .form-area_title-blc {
    margin: 0 0 32px;
  }
  .form-area .form-area_title {
    font-size: 26px;
    line-height: 26px;
  }
  .grid.gtc-1 {
    grid-template-columns: 114px 1fr;
  }
  .section-form-img {
    margin: 0 400px 0 0;
    height: 554px;
  }
  .section-form-img .section-form-img_title h1 {
    font-size: 40px;
    line-height: 40px;
  }
  .section-form-img .section-form-img_title h1 span {
    display: block;
    color: var(--color-red-valencia);
    font-weight: bold;
    font-size: 56px;
    line-height: 56px;
  }
  .section-form-img .section-form-img_desc {
    bottom: 20px;
    height: 70px;
    padding: 10px 25px;
  }
  .section-form-img .section-form-img_desc p {
    font-size: 20px;
    line-height: 24px;
  }
  .exceptional-offer-pub {
    max-width: 616px;
    height: 100px;
  }
  .notification-area {
    max-width: 616px;
  }
  .exceptional-offer-pub p:nth-child(1) {
    font-size: 30px;
    line-height: 30px;
    margin: 0 0 12px;
  }
  .exceptional-offer-pub p:nth-child(2) {
    font-size: 23px;
    line-height: 23px;
  }
  .grid.gg-1 {
    grid-gap: 10px;
  }
  .formation-description-area {
    margin: 0 0 70px;
  }
  .formation-description-area .grid-blc:nth-child(1) .formation-description-item {
    padding: 0 10px 0 0;
  }
  .formation-description-area .formation-description-item .formation-description-item_title {
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 48px;
  }
  .formation-description-area .formation-description-item .formation-description-item_list {
    margin: 0 0 28px;
  }
  .formation-description-area .formation-description-item .formation-description-item_list .formation-description-item_list-item {
    font-size: 15px;
    line-height: 20px;
  }
  .formation-description-area .grid-blc:nth-child(1) .formation-description-item::after {
    height: 192px;
    top: 40px;
  }
  .formation-description-area .formation-description-item .formation-description-item_list li:not(:last-child) {
    margin: 0 0 28px;
  }
  .mon-compte-formtion-img-1 {
    width: 106px;
    height: 106px;
  }
  .badges-area .badge-item {
    height: 266px;
    width: 248px;
    padding: 30px 24px 12px;
  }
  .badges-area .badge-item .badge-item-img {
    height: 109px;
    margin: 0 auto 18px;
  }
  .badges-area .badge-item .badge-item-desc p {
    font-size: 15px;
    line-height: 230px;
  }
  .badges-area .badge-item.red-color .badge-item-img {
    width: 173px;
  }
  .badges-area .badge-item.green-color .badge-item-img {
    width: 149px;
  }
  .badges-area .badge-item .badge-item-desc p {
    font-size: 15px;
    line-height: 20px;
  }
  .section-three {
    padding: 60px 0;
  }
  .temoignage-area .temoignage-title-blc {
    margin: 0 0 53px;
  }
  .temoignage-area .temoignage-title-blc .temoignage-title {
    font-size: 30px;
    line-height: 30px;
  }
  .temoignage-area .temoignage-title-blc .temoignage-title::before, 
  .temoignage-area .temoignage-title-blc .temoignage-title::after {
    width: 38px;
    height: 30px;
    background-size: 38px auto;
  }
  .temoignage-area .temoignage-item:not(:last-child) {
    margin: 0 0 23px;
  }
  .temoignage-area .temoignage-item {
    border-radius: 20px;
    padding: 20px 50px;
  }
  .temoignage-area .temoignage-item .temoignage-auth {
    width: 133px;
    height: 133px;
  }
  .temoignage-area .temoignage-item .temoignage-desc {
    margin: 20px 0 0 173px;
  }
  .temoignage-area .temoignage-item .temoignage-desc p:nth-child(1) {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 20px;
  }
  .temoignage-area .temoignage-item .temoignage-desc p:nth-child(2) {
    font-size: 15px;
    line-height: 15px;
  }
  footer {
    background-color: var(--color-white);
    padding: 44px 0;
  }
  footer .footer-adresse .footer-logo {
    width: 210px;
    height: 34px;
  }
  footer .footer-adresse p {
    font-size: 15px;
    line-height: 20px;
  }
  footer .footer-desc {
    padding: 0 30px;
  }
  footer .footer-desc p {
    font-size: 12px;
    line-height: 16px;
    margin: 0 0 20px;
  }
  footer .footer-desc .footer-desc-links a {
    font-size: 12px;
    line-height: 12px;
  }
  
}
@media (max-width: 992px) {
  .form-area {
    width: 348px;
    padding: 15px;
  }
  .section-form-img {
    margin: 0 348px 0 0;
    height: 545px;
  }
  .section-form-img .section-form-img_title h1 {
    font-size: 23px;
    line-height: 23px;
  }
  .section-form-img .section-form-img_title h1 span {
    font-size: 27px;
    line-height: 27px;
  }
  .section-form-img .section-form-img_title {
    top: 20px;
    right: 25px;
    width: 131px;
  }
  .section-form-img .section-form-img_desc p {
    font-size: 14px;
    line-height: 20px;
  }
  .cselect label {
    font-size: 12px;
  }
  .input-blc-style input {
    font-size: 12px;
    line-height: 12px;
  }
  .badges-area .badge-item {
    height: 266px;
    width: 230px;
    padding: 30px 10px 10px;
  }
  .badges-area .badge-item .badge-item-desc p {
    font-size: 12px;
    line-height: 16px;
  }
  footer .footer-adresse p {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .section-form-area .section-form-blc-one {
    float: none;
  }
  .section-form-area {
    height: initial;
  }
  .form-area {
    width: 100%;
  }
  .section-form-img {
    margin: 0;
    height: 343px;
  }
  .exceptional-offer-pub-blc {
    text-align: center;
  }
  .exceptional-offer-pub p:nth-child(1) {
    font-size: 20px;
    line-height: 20px;
    margin: 0 0 12px;
    display: inline-block;
    text-align: center;
  }
  .exceptional-offer-pub p:nth-child(1)::before, 
  .exceptional-offer-pub p:nth-child(1)::after {
    content: '';
    width: 7px;
    height: 2px;
  }
  .exceptional-offer-pub p:nth-child(2) {
    font-size: 18px;
    line-height: 20px;
  }
  .formation-description-area.grid.gg-1 {
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .formation-description-area .grid-blc:nth-child(1) .formation-description-item {
    padding: 0;
  }
  .badges-area.grid.gg-1 {
    grid-gap: 20px;
    grid-template-columns: repeat(1, 1fr);
  }
  .section-three {
    padding: 40px 0;
  }
  .temoignage-area .temoignage-title-blc .temoignage-title {
    font-size: 20px;
    line-height: 20px;
  }
  .temoignage-area .temoignage-title-blc .temoignage-title::before, 
  .temoignage-area .temoignage-title-blc .temoignage-title::after {
    width: 25px;
    height: 25px;
    background-size: 25px auto;
  }
  .temoignage-area .temoignage-title-blc .temoignage-title::before {
    left: -30px;
  }
  .temoignage-area .temoignage-title-blc .temoignage-title::after {
    right: -32px;
  }
  .temoignage-area .temoignage-item {
    padding: 20px;
  }
  .temoignage-area .temoignage-item .temoignage-auth {
    float: none;
    margin: 0 auto 25px;
  }
  .temoignage-area .temoignage-item .temoignage-desc {
    margin: 20px 0 0 0;
  }
  .temoignage-area .temoignage-item .temoignage-desc p:nth-child(2) {
    font-size: 12px;
    line-height: 12px;
  }
  footer .footer-adresse {
    display: block;
  }
  footer .footer-adresse .footer-logo {
    margin: 0 auto 20px;
  }
  footer .footer-adresse p {
    font-size: 13px;
    text-align: center;
  }
  .formation-description-area .grid-blc:nth-child(1) .formation-description-item::after {
    display: none;
  }
  .notification-area {
    font-size: 10px;
    line-height: 10px;
  }
}
