/*---------*/
/** FONTS **/
/*---------*/

@font-face {
  font-family: 'Roboto';
  font-weight:300;
  src: url('../fonts/Roboto/Roboto-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight:400;
  src: url('../fonts/Roboto/Roboto-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight:500;
  src: url('../fonts/Roboto/Roboto-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight:bold;
  src: url('../fonts/Roboto/Roboto-Bold.ttf') format('truetype');
}

@font-face {
  font-family: 'Roboto';
  font-weight:700;
  src: url('../fonts/Roboto/Roboto-Black.ttf') format('truetype');
}

@font-face {
  font-family: 'Oswald';
  font-weight:500;
  src: url('../fonts/Oswald/Oswald-Medium.ttf') format('truetype');
}

@font-face {
  font-family: 'Oswald';
  font-weight:400;
  src: url('../fonts/Oswald/Oswald-Regular.ttf') format('truetype');
}

@font-face {
  font-family: 'Oswald';
  font-weight:300;
  src: url('../fonts/Oswald/Oswald-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'Oswald';
  font-weight:600;
  src: url('../fonts/Oswald/Oswald-SemiBold.ttf') format('truetype');
}

@font-face {
  font-family: 'Oswald';
  font-weight:bold;
  src: url('../fonts/Oswald/Oswald-Bold.ttf') format('truetype');
}

/*---------*/
/** FRONT **/
/*---------*/

a {
  color:#04afde;
}

a:hover {
  color:#180c50;
}



.a2fm-top-bar .nav-link,
.a2fm-top-bar .navbar-expand-sm .navbar-nav .nav-link {
  padding:.9em;
  padding-left:1.5em;
  padding-right:1.5em;
}

.a2fm-top-bar .navbar {
  padding:0;
}

.a2fm-top-bar a.nav-link {
  color:white;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-weight:400;
  font-size:13px;
  transition:0.3s all ease;
  user-select: none;
}

.a2fm-top-bar span.nav-info {
  display:inline-block;
  color:white;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:13px;
  transition:0.3s all ease;
  user-select: none;
  padding:.9em;
  padding-top:.8em;
  padding-left:1.5em;
  padding-right:1em;
}

.a2fm-top-bar span.nav-info i {
  font-weight:300;
}

.a2fm-top-bar a:hover {
  background:#04afde;
  opacity: 0.9;
}

.a2fm-top-bar a i.fas {
  margin-right:.4em;
}

.a2fm-main .navbar-light .navbar-nav .nav-link {
  color:black;
}

.a2fm-right-top-bar a i.fas {
  margin-right:0;
  font-size:16px;
}

.a2fm-right-top-bar .nav-item .nav-link:hover {
  background:#180c50 !important;
}

.a2fm-right-top-bar .nav-item a:hover {
  background:#180c50 !important;
}

.a2fm-right-top-bar .nav-item a {
  padding:0;
  transition:0.3s all ease;
}

.a2fm-right-top-bar .nav-item:nth-child(3) a {
  background:#180c50;
}

.a2fm-right-top-bar .nav-item:nth-child(2) a {
  background:#180c50;
}

.a2fm-right-top-bar .nav-item:nth-child(1) a {
  background:#180c50;
}

.a2fm-main-menu .nav-item a.nav-link {
  transition:0.3s ease all;
}

.a2fm-main-menu .nav-item a.nav-link:hover {
  opacity:0.5;
}

/*.a2fm-main-header {*/
  /*background:url('../img/slider-bg.png') no-repeat;*/
  /*background-size:cover;*/
  /*background-position:bottom;*/
/*}*/

.a2fm-main-header .a2fm-header-content {
  color:white;
  font-family:'Oswald', sans-serif;
  font-weight:400;
}

.a2fm-main-header .a2fm-header-content p {
  padding-top:1.2em;
  font-weight:300;
  font-family:'Roboto', sans-serif;
  font-size:1em;
  margin-bottom:.2em;
}


.a2fm-search-select {
  background:white;
  font-family:'Roboto', sans-serif;
  color:#8f8f8f;
  text-transform: uppercase;
  text-align: center;
  font-weight:400;
  font-size:14px;
  height:48px;
  border-radius:0;
  -webkit-appearance: none;
  border:0;
  outline:none;
  padding-left:24px;
  padding-right:24px;
  border-right:1px solid rgba(0, 0, 0, 0.07);
}

.a2fm-search-select::-ms-expand {
    display: none;
}

.a2fm-search-input {
  background:white;
  font-family:'Roboto', sans-serif;
  color:#8f8f8f;
  text-align: left;
  font-weight:400;
  font-size:14px;
  height:48px;
  border-radius:0;
  -webkit-appearance: none;
  border:0;
  outline:none;
  padding-left:24px;
  padding-right:24px;
}

.a2fm-small-grey {
  display:inline-block;
  width:34px;
  height:32px;
  background:url('../img/logo-small-grey.svg');
  background-size:cover;
}

.a2fm-title-separator {
  width:48px;
  height:2px;
  display:inline-block;
  background:#ababab;
  margin-top:20px;
  margin-bottom:32px;
}


.a2fm-separator {
  margin:48px 0;
  margin-bottom:32px;
  height:1px;
  background:#242424;
}


/*-----------*/
/** BOUTONS **/
/*-----------*/

a.a2fm-btn-orange,
.a2fm-main-nav .navbar-nav > li a.a2fm-btn-orange {
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:14px;
  color:white;
  background:#d47c78;
  padding:.8em 1.8em;
  text-transform: uppercase;
  transition:0.3s all ease;
  user-select:none;
  opacity:1;
}

a.a2fm-btn-blue {
  background:#04afde;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:14px;
  color:white;
  padding:.8em 1.8em;
  text-transform: uppercase;
  transition:0.3s all ease;
  user-select:none;
  opacity:1;
}

a.a2fm-btn-transparent {
  background:rgba(0, 0, 0, 0);
  border:1px solid white;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:14px;
  color:white;
  padding:.8em 1.8em;
  text-transform: uppercase;
  transition:0.3s all ease;
  user-select:none;
  opacity:1;
}

.a2fm-btn-orange:hover,
.a2fm-main-nav .navbar-nav > li a.a2fm-btn-orange:hover {
  opacity:0.8;
}

a.a2fm-btn-transparent:hover {
  background:rgba(255, 255, 255, 0.2);
}

.a2fm-btn-blue:hover {
  background:#180c50;
}

.a2fm-btn-blue-fonce, .a2fm-btn-blue-fonce:active, .a2fm-btn-blue-fonce:focus {
  background:#180c50;
  font-family: 'Roboto', sans-serif;
  font-weight:400;
  font-size:14px;
  color:white;
  padding:.8em 1.8em;
  text-transform: uppercase;
  transition:0.3s all ease;
  user-select:none;
  opacity:1;
  text-decoration:none !important;
}

.a2fm-btn-blue-fonce:hover {
  background:#180c50;
  color:white;
}

.a2fm-btn-small-padding {
  padding:.8em 0.8em;
}

.a2fm-btn-small-padding-horizontal {
  padding-left:1.4em;
  padding-right:1.4em;
}


.a2fm-formations-grille {
  transition:0.4s all ease;
}



.a2fm-actualites-grille {
  margin-top:16px;
}

.a2fm-icone-image {
  text-align:center;
  color:white;
  font-size: 18px;
  background:#824077;
}

.a2fm-icone-image i {
  padding:20px 0;
  font-size:22px;
}



.a2fm-small-header {
  height:200px;
  position:relative;
}

.a2fm-page-title {
  background:#824077;
  height:76px;
  color:white;
  display:flex;
  align-items:center;
  font-family:'Oswald', sans-serif;
  text-transform: uppercase;
  font-weight:400;
  font-size:30px;
  letter-spacing: 1px;
}

.a2fm-page-title::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 76px 0 0 42px;
  display: block;
  position: absolute;
  right: -42px;
  top: 0;
  border-color: transparent transparent transparent #824077;
  z-index:1;
}

.a2fm-page-title::before {
  content: '';
  width: 50vw;
  height: 76px;
  display: block;
  position: absolute;
  left: -50vw;
  top: 0;
  background:#824077;
  z-index:1;
  overflow: hidden;
}

.a2fm-page-road {
  background:#d47c78;
  height:56px;
  color:white;
  padding-left:72px;
  display:flex;
  align-items: center;
  font-size:13px;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}

.a2fm-page-road::after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 56px 0 0 36px;
  display: block;
  position: absolute;
  right: -36px;
  top: 0;
  border-color: transparent transparent transparent #d47c78;
}

.a2fm-page-road a {
  color:white;
  vertical-align: bottom;
}

.a2fm-page-road .fil-right {
  font-size:10px;
  margin:0 16px;
}


.a2fm-blanc-block {
  padding-top:48px;
  padding-bottom:48px;
}



.a2fm-info-box {
  margin-top:24px;
  margin-bottom:24px;
}

.a2fm-titre-question {
  background:#04afde;
  color:white;
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding-top:12px;
  padding-bottom:12px;
}

.a2fm-titre-question i {
  margin-right:6px;
}

.a2fm-titre-question.violet {
  background:#824077;
}


.a2fm-toggle {
  text-decoration:none !important;
}


.a2fm-formation-page .a2fm-une-etape {
  margin-top:24px;
}

.a2fm-lien-article .card-body {
  color:inherit;
  text-decoration:inherit;
  transition:0.3s all ease;
}

#mini-map-formation {
  display:block;
  width:calc(100% - 30px);
  margin:15px;
  height:280px;
}

.a2fm-formation-page .btn-preinscription {
  width:100%;
  padding: .8em 1.8em;
  font-size: 14px;
}

.a2fm-formation-page .btn-preinscription.btn-success {
  border:1px solid #28a745;
}

.a2fm-formation-page .btn-preinscription.btn-success:hover {
  border:1px solid #218838;
}

.a2fm-formation-page .btn-complete {
  width:100%;
  padding: .8em 1.8em;
  font-size: 14px;
  background: #a72828;
  cursor: not-allowed !important;
}

.a2fm-formation-page .btn-complete:hover {
  background:#882121 !important;
}

.a2fm-formation-page .btn-complete.btn-success {
  border:1px solid #a72828;
}

.a2fm-formation-page .btn-complete.btn-success:hover {
  border:1px solid #a72828;
}



ul.pagination .page-item .page-link {
  border-radius:0;
  border:0;
  background:#f8f8f8;
  margin-right:5px;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  font-size:14px;
  color:#222222;
  padding:12px 18px;
  transition:0.3s all ease;
}

ul.pagination .page-item .page-link:hover {
  background:#824077;
  color:white;
}

ul.pagination .page-item.disabled .page-link {
  color:#888;
}

ul.pagination .page-item.active .page-link {
  color:white;
  background:#04afde;
  cursor:default;
}

ul.pagination .page-item .page-link:focus {
  box-shadow: none;
}

ul.pagination {
  width:100%;
  display:flex;
  justify-content: center;
  margin-top:48px;
}


.a2fm-dropdown:hover > .dropdown-menu {
  display:block;
  top: 95%;
}

.a2fm-dropdown .dropdown-menu {
  border-radius:0;
  border:0;
}

.a2fm-dropdown .dropdown-item {
  font-size:14px;
}

.dropdown-item.active, .dropdown-item:active {
  background-color:#f7f7f7;
}

.progress-large ul.progressbar-statut input[type="radio"] {
  display:none;
}

ul.progressbar-statut {
  list-style-type:none;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-left:0;
}

ul.progressbar-statut li {
  background: #efeeee;
  height: 40px;
  display: inline-block;
  margin: 0 3px;
  padding: 10px 0px 4px 46px;
  min-width: 180px;
  width: 100%;
  display: flex;
  align-items: center;
  font-size: 12px !important;
  position: relative;
}

ul.progressbar-statut li:before {
  content: " ";
  position: absolute;
  top: 0;
  right: -26px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid white;
  z-index: 2;
}

ul.progressbar-statut li:after {
  content: " ";
  position: absolute;
  top: 0;
  right: -20px;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #efeeee;
  z-index: 2;
}

ul.progressbar-statut li:last-child {
  margin-right:0;
}

ul.progressbar-statut li:last-child:after,
ul.progressbar-statut li:last-child:after {
  display:none;
}

ul.progressbar-statut li.selected-step {
  background:#180c50;
  color: white;
}

ul.progressbar-statut li.selected-step label {
  color: white;
}

ul.progressbar-statut li.selected-step .form-group {
  color:white;
}

ul.progressbar-statut li.selected-step:after {
  border-left: 20px solid #180c50;
}

ul.progressbar-statut .form-group {
  margin-bottom:0;
  color:#2a2a2a;
  cursor:pointer;
  display:inline-block;
  width:100%;
  cursor:pointer;
}

ul.progressbar-statut .form-group label {
  display:inline-block;
  width:100%;
}

ul.progressbar-statut .radio {
  cursor:pointer;
}

ul.progressbar-statut .form-group input[type=radio] {
  margin-right:8px;
}

/*---------*/
/** FORMS **/
/*---------*/

.form-control {
  font-size:16px;
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #03afdf;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(3, 175, 223, 0.35);
}

.form-group ul {
  list-style-type: none;
  padding-left:0;
  margin-top:6px;
}

.form-group ul li {
  font-size:12px;
  color:#B0413E;
}

.form-group ::-webkit-input-placeholder {
  text-transform: none;
}

.form-group ::-moz-placeholder {
  text-transform: none;
}

.form-group :-ms-input-placeholder {
  text-transform: none;
}

.form-group :-moz-placeholder {
  text-transform: none;
}

/*----------*/
/** GLOBAL **/
/*----------*/

.alert h3 {
  font-size:16px;
  margin-bottom:4px;
  margin-top:6px;
}

.no-padding {
  padding:0;
}

p.text, div.text {
  color:#494949;
  font-weight:300;
  font-family:'Roboto', sans-serif;
}

.w-80 {
  width:80% !important;
}

.w-90 {
  width:90% !important;
}

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

.vertical-center {
  height:170px;
  display: flex;
  align-items: center;
}

.vertical-bottom {
  height:320px;
  display: flex;
  align-items: flex-end;
}

.justify-center {
  display:flex;
  justify-content: center;
}

.justify-end {
  display:flex;
  justify-content: flex-end;
}

.justify-between {
  justify-content: space-between;
}

.row-no-padding > [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.container-bg.white-bg {
  background:white;
}

::-webkit-input-placeholder {
  color:#8f8f8f;
  text-transform: uppercase;
}

::-moz-placeholder {
  color:#8f8f8f;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color:#8f8f8f;
  text-transform: uppercase;
}

:-moz-placeholder {
  color:#8f8f8f;
  text-transform: uppercase;
}