/*reset*/
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

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: '';
  content: none; }

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

/*//reset*/
/*grid system*/
.row:before, .row:after {
  content: "";
  display: table;
  clear: both; }

[class*="col-"] {
  float: left;
  min-height: 1px;
  padding: 0 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.col-xs-1 {
  width: 8.33333333%; }

.col-xs-2 {
  width: 16.66666667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333333%; }

.col-xs-5 {
  width: 41.66666667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333333%; }

.col-xs-8 {
  width: 66.66666667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333333%; }

.col-xs-11 {
  width: 91.66666667%; }

.col-xs-12 {
  width: 100%; }

@media (min-width: 768px) {
  .container {
    width: 750px;
    margin: 0 auto; }

  .col-sm-1 {
    width: 8.33333333%; }

  .col-sm-2 {
    width: 16.66666667%; }

  .col-sm-3 {
    width: 25%; }

  .col-sm-4 {
    width: 33.33333333%; }

  .col-sm-5 {
    width: 41.66666667%; }

  .col-sm-6 {
    width: 50%; }

  .col-sm-7 {
    width: 58.33333333%; }

  .col-sm-8 {
    width: 66.66666667%; }

  .col-sm-9 {
    width: 75%; }

  .col-sm-10 {
    width: 83.33333333%; }

  .col-sm-11 {
    width: 91.66666667%; }

  .col-sm-12 {
    width: 100%; } }
@media (min-width: 992px) {
  .container {
    width: 970px;
    margin: 0 auto; }

  .col-md-1 {
    width: 8.33333333%; }

  .col-md-2 {
    width: 16.66666667%; }

  .col-md-3 {
    width: 25%; }

  .col-md-4 {
    width: 33.33333333%; }

  .col-md-5 {
    width: 41.66666667%; }

  .col-md-6 {
    width: 50%; }

  .col-md-7 {
    width: 58.33333333%; }

  .col-md-8 {
    width: 66.66666667%; }

  .col-md-9 {
    width: 75%; }

  .col-md-10 {
    width: 83.33333333%; }

  .col-md-11 {
    width: 91.66666667%; }

  .col-md-12 {
    width: 100%; } }
@media (min-width: 1200px) {
  .container {
    width: 1170px;
    margin: 0 auto; }

  .col-lg-1 {
    width: 8.33333333%; }

  .col-lg-2 {
    width: 16.66666667%; }

  .col-lg-3 {
    width: 25%; }

  .col-lg-4 {
    width: 33.33333333%; }

  .col-lg-5 {
    width: 41.66666667%; }

  .col-lg-6 {
    width: 50%; }

  .col-lg-7 {
    width: 58.33333333%; }

  .col-lg-8 {
    width: 66.66666667%; }

  .col-lg-9 {
    width: 75%; }

  .col-lg-10 {
    width: 83.33333333%; }

  .col-lg-11 {
    width: 91.66666667%; }

  .col-lg-12 {
    width: 100%; } }
/*//grid system*/
@font-face {
  font-family: 'roboto';
  src: url("../font/roboto//roboto-regular.eot");
  src: url("../font/roboto//roboto-regular.eot?#iefix") format("embedded-opentype"), url("../font/roboto//roboto-regular.woff2") format("woff2"), url("../font/roboto//roboto-regular.woff") format("woff"), url("../font/roboto//roboto-regular.ttf") format("truetype"), url("../font/roboto//roboto-regular.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
/*media queries*/
@media (max-width: 768px) {
  html {
    background: #f9fafc !important; }

  #navbar-btn {
    display: block !important; }

  #navbar-list {
    display: none;
    text-align: center;
    float: none !important; }

  .navbar-item-list {
    display: block !important; }
    .navbar-item-list:last-child {
      padding-right: 15px !important; }

  .navbar-link-item-list:hover {
    border-bottom: none !important; }
  .navbar-link-item-list:focus {
    border-bottom: none !important; }

  #banner {
    display: block !important;
    width: 100%; }

  .first-title-home {
    font-size: 30px !important; }

  .second-title-home {
    font-size: 20px !important; }

  .margin-col:first-child {
    margin: 45px 0 20px 0; }
  .margin-col:last-child {
    margin: 0 0 50px 0; }

  .link-item-training {
    font-size: 12px !important; }
    .link-item-training:hover {
      color: #ffffff !important;
      background: #385489 !important; }
    .link-item-training:focus {
      color: #ffffff !important;
      background: #385489 !important; }

  .link-info-training:hover {
    color: #385489 !important; }
  .link-info-training:focus {
    color: #385489 !important; }

  .table-data {
    font-size: 12px !important; }

  #contact-section [class*="col-"] {
    padding: 0 !important; }

  .link-item-list-contact:hover .glyph-info-contact {
    color: #ffffff !important;
    background: #385489 !important; }
  .link-item-list-contact:hover .phone-number-info-contact {
    display: none !important; }
  .link-item-list-contact:focus .phone-number-info-contact {
    display: none !important; }
  .link-item-list-contact:focus .glyph-info-contact {
    color: #ffffff !important;
    background: #385489 !important; }

  .input-error, .input-message {
    text-align: center; }

  .text-right {
    text-align: center !important; }

  .btn-form {
    margin-top: 15px; }
    .btn-form:hover {
      color: #ffffff !important;
      background: #385489 !important; }
    .btn-form:focus {
      color: #ffffff !important;
      background: #385489 !important; }

  .item-list-info-contact {
    padding: 0 10px !important; }

  .error-paragraph {
    font-size: 20px !important; }

  .list-item-error {
    display: block !important;
    margin: 20px 0; }

  .margin-left {
    margin-left: 0 !important; }

  .margin-right {
    margin-right: 0 !important; }

  .link-item-list-error {
    font-size: 16px !important;
    padding: 8.5px 25px !important; }

  .list-item-error:first-child .link-item-list-error {
    padding: 8.5px 30px !important; }
    .no-padding-left{
      padding-left: 10px !important;
    }
    .no-padding-right{
      padding-right: 10px !important;
    }
   }
@media (max-width: 992px) {
  html {
    background: #f9fafc !important; }

  #navbar-btn {
    display: block !important; }

  #navbar-list {
    display: none;
    text-align: center;
    float: none !important; }

  .navbar-item-list {
    display: block !important; }
    .navbar-item-list:last-child {
      padding-right: 15px !important; }

  .navbar-link-item-list:hover {
    border-bottom: none !important; }
  .navbar-link-item-list:focus {
    border-bottom: none !important; }

  #banner {
    display: block !important;
    width: 100%; }

  .margin-col:first-child {
    margin: 45px 0 20px 0; }

  .link-item-training:hover {
    color: #ffffff !important;
    background: #385489 !important; }
  .link-item-training:focus {
    color: #ffffff !important;
    background: #385489 !important; }

  .link-info-training:hover {
    color: #385489 !important; }
  .link-info-training:focus {
    color: #385489 !important; }

  #contact-section [class*="col-"] {
    padding: 0 !important; }

  .link-item-list-contact:hover .glyph-info-contact {
    color: #ffffff !important;
    background: #385489 !important; }
  .link-item-list-contact:hover .phone-number-info-contact {
    display: none !important; }
  .link-item-list-contact:focus .phone-number-info-contact {
    display: none !important; }
  .link-item-list-contact:focus .glyph-info-contact {
    color: #ffffff !important;
    background: #385489 !important; }

  .input-error, .input-message {
    text-align: center; }

  .text-right {
    text-align: center !important; }

  .btn-form {
    margin-top: 15px; }
    .btn-form:hover {
      color: #ffffff !important;
      background: #385489 !important; }
    .btn-form:focus {
      color: #ffffff !important;
      background: #385489 !important; }
      .no-padding-left{
        padding-left: 10px !important;
      }
      .no-padding-right{
        padding-right: 10px !important;
      }
     }
/*//media queries*/
/*index*/
.first-title-home {
  font-size: 40px;
  color: #000000;
  letter-spacing: 1px;
  text-align: center; }

.split {
  display: block;
  background: #385489;
  width: 150px;
  height: 3px;
  margin: 20px auto 50px auto; }

#home .spw-img{
    text-align: center;
    margin-top: 50px;
}

#home .first-text{
    font-size: 16px;
    color: #000000;
    line-height: 26px;
    text-align: center;
}

#home ul:not(:last-child) {
  margin: 50px 0; }

#home ul:not(:last-child) li {
  padding: 10px 0; }

#home ul:not(:last-child) li p {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  text-align: left;
}

.contact p:not(:first-child) {
  font-size: 18px;
  color: #000000;
  line-height: 48px;
  text-align: center;
  margin: 50px 0; }

.margin-col {
  margin: 45px 0 50px 0; }

.item-training {
  border: 2px solid #385489;
  border-radius: 5px;
  text-align: center; }

.link-item-training {
  font-size: 18px;
  color: #ffffff;
  line-height: 125px;
  text-decoration: none;
  background: #385489;
  display: block;
  height: 125px;
  padding: 20px;
}
  .link-item-training:hover {
    color: #000000;
    background: #ffffff;
    border-radius: 5px;}
  .link-item-training:active {
    outline: none;
    text-decoration: none;
    border-radius: 5px;}
  .link-item-training:focus {
    color: #000000;
    background: #ffffff;
    outline: none;
    text-decoration: none;
    border-radius: 5px; }

.second-title-home {
  font-size: 30px;
  color: #000000;
  text-align: center; }

#list-client {
  margin: 50px 0;
  text-align: center; }

.item-list-client {
  display: inline-block;
  padding: 0 10px; }

.link-item-list-client {
  font-size: 18px;
  color: #000000;
  text-decoration: none; }
  .link-item-list-client:hover {
    color: #385489; }
  .link-item-list-client:active {
    outline: none;
    text-decoration: none; }
  .link-item-list-client:focus {
    color: #385489;
    outline: none;
    text-decoration: none; }

/*//index*/
/*formation*/
.margin-col-box {
  margin-bottom: 50px; }

#list-info-training {
  margin: 50px 0; }

.item-list-info-training {
  border: 2px solid #385489;
  border-radius: 5px;
  background: #ffffff;
  margin: 20px 0;
  padding: 20px; }

.glyph-info-training {
  font-size: 20px;
  color: #ffffff;
  line-height: 36px;
  background: #385489;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  border-radius: 125px;
  margin: 0 10px 0 0; }

.title-info-training {
  font-size: 18px;
  color: #000000;
  font-weight: 900;
  margin-bottom: 20px;
  text-align: center;}

.item-list-info-training p {
  font-size: 16px;
  color: #000000;
  line-height: 26px; }

.item-list-info-training:nth-child(6) p:not(:first-child) {
  font-size: 16px;
  color: #000000;
  line-height: 26px; }

.link-info-training {
  font-size: 16px;
  color: #385489;
  font-weight: 900;
  text-decoration: none; }
  .link-info-training:hover {
    color: #000000; }
  .link-info-training:active {
    outline: none;
    text-decoration: none; }
  .link-info-training:focus {
    color: #000000;
    outline: none;
    text-decoration: none; }

.classroom-training{
    margin: 10px 0;
}

.list-info{
    margin: 0 !important;
}

.list-info li, .subject-covered li{
    padding: 0 !important;
}

.subject-covered{
    margin-top: 50px;
}

.title-subject-covered{
    font-size: 18px;
    color: #000000;
    line-height: 28px;
    font-weight: 900;
    margin-bottom: 10px;
}

.table {
  width: 100%;
  background: #ffffff;
  margin: 20px 0; }

.table-head {
  font-size: 18px;
  color: #000000;
  font-weight: 900;
  letter-spacing: 1px;
  padding: 20px 0;
  border-bottom: 1px solid #385489; }

.table-data {
  font-size: 16px;
  color: #000000;
  padding: 10px 0;
  border-bottom: 1px solid #385489;
  text-align: center; }

.rated-training-img{
    width: 100%;
}

/*//formation*/
/*examen*/
#exam ul {
  text-align: center;
  margin: 50px 0; }

#exam ul li {
  padding: 10px 0; }

#exam ul li p, .partnership-text{
  font-size: 16px;
  color: #000000;
  line-height: 26px;}

.partena-img{
    margin: 20px 0;
}

/*//examen*/
/*contact*/
.input-form {
  font-family: 'roboto' !important;
  font-size: 18px;
  color: #000000;
  line-height: 45px;
  width: 100%;
  height: 45px !important;
  margin-bottom: 15px;
  padding: 6px 12px !important;
  border: 2px solid #385489;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .input-form:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 2px solid #000000;
    color: #000000; }

.select-form {
  font-family: 'roboto' !important;
  font-size: 18px;
  color: #000000;
  background: #ffffff;
  width: 100%;
  height: 45px !important;
  margin-bottom: 15px;
  padding: 6px 12px !important;
  border: 2px solid #385489;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }
  .select-form:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 2px solid #000000;
    color: #000000; }

.textarea-form {
  font-family: 'roboto' !important;
  font-size: 18px;
  color: #000000;
  line-height: 38px;
  width: 100%;
  height: 200px !important;
  resize: none;
  margin-bottom: 15px;
  padding: 6px 12px !important;
  border: 2px solid #385489;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .textarea-form:focus {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: 0;
    border: 2px solid #000000;
    color: #000000; }

::-webkit-input-placeholder {
  color: #000000; }

:-moz-placeholder {
  color: #000000;
  opacity: 1; }

::-moz-placeholder {
  color: #000000;
  opacity: 1; }

:-ms-input-placeholder {
  color: #000000; }

.input-error, .input-message {
  font-size: 16px;
  color: #000000;
  line-height: 45px; }

.btn-form {
  font-family: 'lato' !important;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background: #385489;
  border: 2px solid #385489;
  width: 195px;
  height: 45px;
  cursor: pointer; }
  .btn-form:hover {
    color: #000000;
    background: #ffffff; }
  .btn-form:focus {
    color: #000000;
    background: #ffffff;
    outline: none; }

.no-padding-left {
  padding-left: 0; }

.no-padding-right {
  padding-right: 0; }

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

#list-info {
  text-align: center; }

.item-list-info {
  padding: 10px 0; }
  .item-list-info:first-child {
    padding-top: 0; }

.company {
  font-size: 20px;
  color: #000000;
  margin-bottom: 10px;}

.address-company {
  font-size: 16px;
  color: #000000;
  line-height: 26px;
  text-decoration: none; }
  .address-company:hover {
    color: #000000; }
  .address-company:active {
    outline: none;
    text-decoration: none; }
  .address-company:focus {
    color: #000000;
    outline: none;
    text-decoration: none; }

.numTVA {
  font-size: 16px;
  color: #000000; }

.item-list-info-contact {
  display: inline-block;
  padding: 0 5px; }

.link-item-list-contact {
  color: #000000;
  text-decoration: none; }
  .link-item-list-contact:hover .glyph-info-contact {
    color: #385489;
    background: #ffffff;
    border: 2px solid #385489; }
  .link-item-list-contact:hover .phone-number-info-contact {
    display: block; }
  .link-item-list-contact:active {
    outline: none;
    text-decoration: none; }
  .link-item-list-contact:focus {
    outline: none;
    text-decoration: none; }
  .link-item-list-contact:focus .phone-number-info-contact {
    display: block; }
  .link-item-list-contact:focus .glyph-info-contact {
    color: #385489;
    background: #ffffff;
    border: 2px solid #385489;
    outline: none;
    text-decoration: none; }

.glyph-info-contact {
  width: 40px;
  height: 40px;
  line-height: 40px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  border: 2px solid #385489;
  background: #385489;
  font-size: 18px;
  color: #ffffff; }

.whatsapp{
font-size: 20px;
color: #fff;
background-color: #01BB3E;
border-color: #01BB3E;
}

.phone-number-info-contact {
  display: none;
  position: absolute;
  font-size: 16px;
  color: #000000; }

#list-info-contact .phone-number-info-contact {
  margin-top: 26px; }

/*//contact*/
/*error 404*/
.error-paragraph {
  font-size: 80px;
  color: #385489;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px;
  text-align: center; }

.list-error {
  margin: 100px 0 15px 0;
  text-align: center; }

.list-item-error {
  display: inline-block; }

.link-item-list-error {
  font-size: 18px;
  color: #ffffff;
  line-height: 45px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  background: #385489;
  border: 2px solid #385489;
  padding: 8.5px 50px; }
  .link-item-list-error:hover {
    color: #385489;
    background: #ffffff; }
  .link-item-list-error:active {
    outline: none;
    text-decoration: none; }
  .link-item-list-error:focus {
    color: #385489;
    background: #ffffff;
    outline: none;
    text-decoration: none; }

.list-item-error:first-child .link-item-list-error {
  padding: 8.5px 56px; }

.margin-left {
  margin-left: 5px; }

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

/*//error 404*/
/*main*/
html {
  min-height: 100%;
  position: relative;
  background: url(../picture/background.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

body {
  font-family: "roboto", sans-serif; }

#header {
  width: 100%;
  height: 100px;
  background: #385489;
  border-bottom: 1px solid #e0e4e8; }

#header-wrapper {
  height: 100px;
  padding: 0 7px; }

#link-logo {
  float: left;
  display: block; }
  #link-logo:active {
    outline: none;
    text-decoration: none; }
  #link-logo:focus {
    outline: none;
    text-decoration: none; }

#logo {
  margin: 20px 0; }

#link-whatsapp{
float: left;
display: block;
margin: 28px 0 28px 20px;
font-size: 24px;
color: #fff;
background-color: #01BB3E;
padding: 10px;
border-radius: 10px;
}

#navbar-btn {
  float: right;
  border: none;
  background: none;
  cursor: pointer;
  display: none; }
  #navbar-btn:active {
    outline: none;
    text-decoration: none; }
  #navbar-btn:focus {
    outline: none;
    text-decoration: none; }

#navbar-glyph {
  font-size: 20px;
  color: #ffffff;
  line-height: 100px; }

#navbar-list {
  float: right; }

.navbar-item-list {
  display: inline-block;
  padding: 0 15px; }
  .navbar-item-list:last-child {
    padding-right: 0; }

.navbar-link-item-list {
  font-size: 16px;
  color: #ffffff;
  line-height: 100px;
  text-decoration: none; }
  .navbar-link-item-list:hover {
    color: #ffffff;
    border-bottom: 2px solid #ffffff; }
  .navbar-link-item-list:active {
    outline: none;
    text-decoration: none; }
  .navbar-link-item-list:focus {
    color: #ffffff;
    border-bottom: 2px solid #ffffff;
    outline: none;
    text-decoration: none; }

.current-navbar {
  color: #ffffff;
  border-bottom: 2px solid #ffffff; }

#banner {
  display: none; }

#footer {
  width: 100%;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 0; }

#background-footer {
  background: #385489;
  border-top: 1px solid #e0e4e8;
  padding: 0 10px; }

#copyright {
  font-size: 14px;
  color: #ffffff;
  line-height: 72px;
  float: left; }

#author {
  float: right;
  margin: 15px 0; }
  #author:active {
    outline: none;
    text-decoration: none; }
  #author:focus {
    outline: none;
    text-decoration: none; }

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

.padding-section {
  padding: 0 10px; }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  zoom: 1; }

/*//main*/

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