@font-face {
  font-family: 'century gothic';
  src: url('../fonts/gothic.ttf');
}

@font-face {
  font-family: 'century gothic bold';
  src: url('../fonts/gothicb.ttf');
}

/* BODY
************************************************************/
body {
  color: #212121;
  font-family: 'century gothic', sans-serif;
  text-align: justify;
  padding: 30px 0;
}

/* GRID
************************************************************/
@media (min-width: 992px) {
  .container {
    width: 800px;
  }
}

/* GENERAL
************************************************************/
a,
a:hover {
  color: #0096a9;
  text-decoration: none;
}

/* TYPO ET COULEURS
************************************************************/

.h1, .h2, .h3, .h4, .h5, .h6 {
  color: #0096a9;
}
.h1, .h2, .h3 {
  margin: 30px 0;
}
.h4, .h5, .h6 {
  margin: 15px 0;
}
.h1 { font-size: 20pt; }
.h2 { font-size: 18pt; }
.h3 { font-size: 16pt; }
.h4 { font-size: 14pt; }
.h5 { font-size: 12pt; }
.h6 { font-size: 10pt; }

h1 small {
  display: block;
}

.col-snef {
  color: #0096a9;
}

/* Génie éélectrique - Courants Faibles - Procédés Industriels ....*/
.snef-desc {
  color: #7c7c7c;
  font-size: 16px;
  padding: 20px 0;
  text-align: center;
}

/* Code de conduite accepté / refusé ..... */
.snef-msg {
  color: #0096a9;
  font-weight: 600;
  margin: 20px 0;
  text-transform: uppercase;
}

.snef-msg small {
  font-size: 18px;
  color: inherit;
  padding: 20px 0 10px;
  text-transform: initial;
}

/* BOUTONS
************************************************************/
.btn-snef {
  background-color: #fff;
  border: 2px solid #0096a9;
  border-radius: 0;
}

.btn-refuse,.btn-refuse:hover {
  background-color: #DC3216;
  color: #fff;
  border: 2px solid #DC3216;
  border-radius: 0;
}


.btn-snef.btn-lg {
  margin: 15px 0 30px 0;
}

.btn-fill,
.btn-snef:hover {
  background-color: #0096a9;
  color: #fff;
}

/* FORMULAIRE
************************************************************/
.form-control {
  box-shadow: none;
  border-radius: 0;
}

.form-control:focus {
  border-color: #0096a9;
}

.refuse-text{
  color: #DC3216;
  font-weight: bold;
}

.accepted-text{
  color: #0096a9;
  font-weight: bold;
}

/* TEXTE COLONNE
************************************************************/
.text-column {
  font-size: 9px;
  padding: 15px 0;
  column-gap: 15px;
}

@media (min-width: 768px) {
  .text-column {
    columns: 1;
  }
}
@media (min-width: 992px) {
  .text-column {
    columns: 2;
  }
}
@media (min-width: 1200px) {
  .text-column {
    columns: 3;
  }
}

/* HELPERS
************************************************************/
.p-tb-15 {
  padding: 15px 0;
}

.m-t-15 {
  margin-top: 15px;
}
