@font-face{
    font-family: 'MaxWebProLight';
    src: url("/assets/fonts/WebFontFont.woff2") format("woff2"),url("/assets/fonts/WebFontFont.woff") format("woff"), url("/assets/fonts/WebFontFont.ttf") format("truetype");
    font-weight: normal;
    font-style:normal
}

:root {
    --blue-yara: #003E7E;
    --mid-blue-yara: #5E8AB4;
    --bright-blue-yara: #69B3E7;
    --orange-yara: #F89828;
    --yellow-yara: #FFCF01;
    --green-amplix: #16ad99;
    --mid-green-yara: #C2CC23;
    --pale-green-yara: #E2E477;
    --dark-gray-yara: #7D6A55;
    --deep-gray-yara: #ACA095;
    --mid-gray-yara: #D8D0C7;
    --pale-gray-yara: #EFE9E5;
    --pale-blue-gray-yara: #D9E1E2;
}

html {
    font-size: 1em!important;
}

body {
    background-color: #fff;
    font-family: 'MaxWebProLight', sans-serif!important;
    font-size: 1em!important;
    color: #000!important;
}

/*
Taille de texte
 */

@media (max-width: 720px) {
    .h1 {
        font-size: 32px !important;
    }
}
@media (min-width: 721px) {
    .h1 {
        font-size: 46px !important;
    }
}
.tx-12 {
    font-size: 12px !important;
}
.tx-13 {
    font-size: 13px !important;
}
.tx-14 {
    font-size: 14px !important;
}
.tx-15 {
    font-size: 15px !important;
}
.tx-16 {
    font-size: 16px !important;
}
.tx-17 {
    font-size: 17px !important;
}
.tx-18 {
    font-size: 18px !important;
}
.tx-19 {
    font-size: 19px !important;
}
.tx-20 {
    font-size: 20px !important;
}

/*
Couleurs de texte
 */
.tx-blue {
    color: #003e7e !important;
}
.tx-cyan {
    color: #0094c5 !important;
}
.tx-amplix {
    color: var(--green-amplix);
}

.lh-1 {
    line-height: 1.2em;
}

/*
Couleurs de fond
 */
.bg-bleu-yara {
    background-color: var(--blue-yara);
}
.bg-bleu-ciel-yara {
    background-color: var(--mid-blue-yara);
}
.bg-gris-clair, .bg-light {
    background-color: var(--pale-gray-yara) !important;
}

/*
Liens
 */
a {
    color: #000!important;
}

.pad-bloc-home {
    margin-top: 150px;
}

@media (max-width: 720px) {
    .pad-bloc-home {
        margin-top: 50px;
    }
}

.panel-gray-yara {
    background-color: rgba(251, 251, 251, 0.8);
}


/* BUTTONS */
.btn {
    /* line-height: 20px; */
    font-family: 'MaxWebProLight', sans-serif !important;
    font-weight: 200 !important;
    /* font-size: 1em !important; */
    /* padding: 10px 20px 8px; */
    border-radius: 3px;
}

.btn-primary {
    background-color: var(--mid-blue-yara) !important;
    border-color: var(--mid-blue-yara) !important;
    color: white !important;
    /* font-size: 1.2em!important; */
}
.btn-primary:hover {
    background-color: var(--blue-yara) !important;
    border-color: var(--blue-yara) !important;
}
.btn-secondary {
    background-color: var(--yellow-yara) !important;
    border-color: var(--yellow-yara) !important;
    color: #181818 !important;
    /* font-size: 1.2em!important; */
}
.btn-secondary:hover {
    color: #181818 !important;
    background-color: #dfaf01!important;
    border-color: #dfaf01!important;
}
.btn-light {
    border-color: #d8d9da !important;
}
.btn-light:hover {
    border-color: #98999a !important;
}
.btn-default {
    color: #282828 !important;
}
.btn-danger {
    color: #fff !important;
}


.footer {
    color: #111213 !important;
}
.footer a {
    color: #111213 !important;
}
.bg_content {
    background-coor: var(--pale-gray-yara);
}

.no-padding {
    padding-right:0!important;
    padding-left:0!important;
}
p {
    font-size: 1.2em!important;
}

/*
Background colors
 */
.bg-white {
    background-color: #fff;
}
.bg-blue {
    background-color: rgba(39, 119, 184, 0.95);
    color: #fff;
}

/*
Panels
 */
.panel-gray {
    background-color: #d9d9d9!important;
    margin-bottom: 70px;
}
.panel-gray-2 {
    background-color: #d9d9d9!important;
}
.panel-gray-2 h3 {
    max-width: 200px;
    margin: 40px auto 10px!important;
}
.panel-gray-2 h4 {
    padding-top:18px!important;
    width: 80px;
    height: 80px;
    line-height: 20px;
    margin: 0 auto!important;
    border-radius: 50%;
    background: #7f7f7f;
    color: #fff!important;
    font-family:'MaxWebProLight', sans-serif!important;
    font-weight: 900!important;
    display: block;
}
.panel-white {
    background-color: #fff!important;
    margin-bottom: 70px;
}
.panel-white-2 {
    background-color: #fff!important;
    border: 2px solid #d9d9d9!important;
    padding: 10px;
}
.panel-white-2 h1 {
    font-family: 'MaxWebProLight'!important;
    color: #c00000!important;
    font-size: 1.7em!important;
    margin: 5px auto 10px auto!important;
    background: #fff!important;
    font-weight: 900!important;
    padding: 0!important;
}
.panel-white-2 button {
    background: #c00000!important;
    padding: 6px 25px;
    color: #fff!important;
    border: 1px solid #c00000;
    font-size: 1.1em;
}
.panel-white-2 button:hover {
    background: #fff!important;
    padding: 6px 25px;
    color: #c00000!important;
    font-size: 1.1em;
}
.height95 {
    height: 80px;
}

/*
Navbar
 */
.navbar-default {
    background-color:transparent!important;
    text-transform: uppercase!important;
    font-size: .9em;
}
.navbar-default .navbar-left > .active > a, .navbar-default .navbar-right > .active > a {
    color: #000!important;
    background-color: #fff!important;
}
.navbar-default .navbar-nav.navbar-left > li > a:hover, .navbar-default .navbar-nav.navbar-left > li > a:focus, .navbar-default .navbar-nav.navbar-right > li > a:hover, .navbar-default .navbar-nav.navbar-right > li > a:focus {
    color:#000!important;
    background-color:#fff!important;
}
.navbar-default .navbar-nav > li > a {
    color: #fff!important;
    min-height: 50px;
}
.top-pic img {
    padding: 0 20px 10px 20px;
}

/*
Mise en commentaires suite à l'ajout de l'item Reglement dans la navbar
.nav > li > a {
    padding: 15px 20px!important;
}
 */
@media (max-width:1200px) {
.nav > li > a {
    padding: 15px 5px!important;
}
}
@media (max-width:820px) {
.nav > li > a {
    padding: 15px 25px!important;
}
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        border: 1px solid #222;
        background-color: #fff;
        padding: 10px 18px;
        font-size: 14px;
        margin-right: 10px;
    }
    .navbar-expand-lg .navbar-nav .nav-link:hover {
        border: 1px solid #222;
        background-color: var(--pale-gray-yara);
    }
    .navbar-expand-lg .navbar-nav .nav-link.active {
        border: 1px solid #222;
        background-color: var(--blue-yara);
        color: #fff !important;
    }
}

.bloc_edito {
    background: #fff;
    padding: 20px 15px;
    box-shadow: 4px 4px 4px #aaa;
    margin-bottom: 20px;
}
.bloc_edito h3 {
    font-size: .9em;
    font-family: 'MaxWebProLight', sans-serif!important;
    font-weight: 900;
}
.bloc_edito p {
    font-size: .65em !important;
}
.bloc_edito a {
    font-size: .45em!important;
    border-radius: 15px;
    border: 1px solid #aaa;
    padding: 5px 30px;
    text-transform: uppercase;
}
.bloc_edito a:hover {
    text-decoration: none!important;
    background: #aaa!important;
    color: #fff!important;
}

.bloc_dmp {
    background: #fff;
    padding: 20px 15px;
    box-shadow: 4px 4px 4px #aaa;
    margin-bottom: 20px;
}
.bloc_dmp h3 {
    font-size: 1.6em;
    font-family: 'MaxWebProLight', sans-serif!important;
    font-weight: 900;
}
.bloc_dmp p {
    font-size: 1.2em !important;
}

.item-uni {
    width: 100%;
    max-width: 337px;
    position: absolute;
    bottom: 8%;
    background: #0072ba;
    color: #fff;
    text-transform: uppercase;
    padding: 7px 0;
    font-size: 1.4em;
}
.prof {
    font-family: 'MaxWebProLight', sans-serif!important;
    color: #fff!important;
    font-weight: bold!important;
    background-color: #0072ba!important;
    border-color: #0072ba!important;
    font-size: 1.2em!important;
    text-decoration: none!important;
    padding: 7px 20px!important;
    margin-top: 120px;
    margin-bottom: 20px;
    display: inline-block;
}
.prof:hover {
    color: #0072ba!important;
    background-color: #fff!important;
    border-color: #0072ba!important;
}

/* SLIDER */
#slider {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
#slider ul {
  position: relative;
  margin: 0;
  padding: 0;
  height: 200px;
  list-style: none;
}
#slider ul li {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  width: 100%;
  max-width: 1170px;
  height: 400px;
  text-align: center;
  /*line-height: 300px;*/
}
a.control_prev, a.control_next {
  position: absolute;
  top: 40%;
  z-index: 999;
  display: block;
  padding: 4% 3%;
  width: auto;
  height: auto;
  background: transparent;
  color: #fff!important;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  opacity: 0.8;
  cursor: pointer;
}
a.control_prev:hover, a.control_next:hover {
  opacity: 1;
  -webkit-transition: all 0.2s ease;
}
a.control_prev {
  border-radius: 0 2px 2px 0;
}
a.control_next {
  right: 0;
  border-radius: 2px 0 0 2px;
}
.slider_option {
  position: relative;
  margin: 10px auto;
  width: 160px;
  font-size: 18px;
}
/* FIN SLIDER */

@media (max-width: 720px) {
    .hide-boules {
        display: none;
    }
}


/*
Padding
 */
.pb-5 {
    padding-bottom: 5px;
}
.pb-10 {
    padding-bottom: 10px;
}
.pb-15 {
    padding-bottom: 15px;
}
.pb-20 {
    padding-bottom: 20px;
}




/*
Knowlegde grows
 */
.m-header-logo {
    position: absolute;
    left: 0;
    top: 30px;
    background-color: #fff;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: right;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 250px;
    height: 120px;
    padding-right: 20px;
    z-index: 2
}

@media screen and (max-width: 1359px) {
    .m-header-logo {
        width: 200px;
        height: 90px
    }
}

@media screen and (min-width: 992px) {
    .m-header-logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}


/*
class m-logo
 */
.m-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.m-logo .logo__image {
    -ms-flex-item-align: start;
    align-self: flex-start
}

.m-logo .logo__image {
    height: 100px
}

@media screen and (max-width: 1359px) {
    .m-logo .logo__image {
        height: 70px
    }
}


/*
Page Login
 */
@media screen and (min-width: 1359px) {
    .login-background {
        background: url(/assets/img/login3.jpg) no-repeat;
        background-size: cover;
    }
}


/*
Form Control
 */
.form-control {
    display: block !important;
    /*width: 100% !important;*/
    /*padding: .375rem .75rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important; */
    color: #495057 !important;
    background-color: #fff !important;
    background-image: none !important;
    background-clip: padding-box !important;
    border: 1px solid #ced4da !important;
    /*border-radius: .25rem !important;*/
    -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s !important;
    transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s !important;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s !important;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s !important;
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: none;
    -webkit-box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25);
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, 0.25)
}

.form-control::-webkit-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #868e96;
    opacity: 1
}

.form-control::placeholder {
    color: #868e96;
    opacity: 1
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff
}

select.form-control:not([size]):not([multiple]) {
    height: auto;
    padding: 7px 55px 7px 12px
}



/*
SUMMERNOTE
 */
.note-editable {
    color: #fff;
    background-color: var(--mid-blue-yara);
}


/*
Erreur saisie
 */
.erreur-saisie {
    border: 1px solid var(--danger) !important;
    background-color: #fc5565 !important;
    color: #fff !important;
}
