#accueil-login-etudiant{
    background-image: linear-gradient(
        rgba(13, 115, 158, 0.6),
        rgba(20, 46, 68, 0.6)
      /*),url(../../app-assets-back/images/pages/elephant-ci1482.jpg) ;*/
      ),url(../../assets/images/fond-login-etudiant1.jpg) ;
    background-repeat: no-repeat !important;
    background-attachment: relative !important;
    background-position: center !important;
    background-color: #208d7b !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
}

.active,
.accordion:hover {
    background-color: rgb(255, 255, 255);
}

.accordion:after {
    content: '\002B';
    color: rgb(23, 125, 156);
    font-weight: bold;
    float: right;
    margin-left: 0px;
}

.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.gremau-fond-bleu {
    background-color: #011f31;
    /* rgba(1,31,49) */
    color: white;
}

.gremau-fond-orange {
    background-color: #dd510b;
    /* rgb(221, 81, 11) */
    color: white;
}

.dobm-fond-orange-pur {
    background-color: #ff4d00;
    /* rgb(221, 81, 11) */
    color: white;
}

.dobm-fond-orange {
    background-color: #f9a34e;
    /* rgb(221, 81, 11) */
    color: white;
}
.dobm-fond-orange2 {
    background-color: #ff4d00;
    /* rgb(221, 81, 11) */
    color: white;
}

.gremau-fond-vert {
    background-color: #009656;
    /*rgba(0,150,86,255)*/
    color: white;
}

.dobm-fond-bleu {
    background-color: #1558a0;
    /*rgba(0,150,86,255)*/
    color: white;
}

a {
    text-decoration: none;
    /*color:white;*/
}

.btn:hover {
    background: gray;
    color: #964d00;
    border: white;
}


.dobm-fond-vert {
    background-color: #0b6330;
    /*rgba(0,150,86,255)*/
    color: white;
}

.gremau-text-bleu {
    color: #011f31;
}

.gremau-text-orange {
    color: #ff4d00;
}
.gremau-text-orange {
    color: #ff4d00;
}

.dobm-text-orange2 {
    color: #ff4d00;
}

.gremau-text-vert {
    color: #009656;
}

.dobm-text-bleu {
    color: #1558a0;
}

.gremau-grand-espacement {
    margin-top: 250px;
}

.gremau-petit-espacement {
    margin-top: 60px;
}

.gremau-moyen-espacement {
    margin-top: 150px;
}

.gremau-gras {
    font-weight: bold;
}

.gremau-police {
    font-family: 'Courier New', Courier, monospace;
}

.gremau-hr {
    display: block;
    flex: 1;
    margin: 0 30px;
    height: 3px;
    background-color: #dd510b;
    color: #dd510b;
}

.btn-plus-moins {
    width: 30px;
    height: 30px;
    outline: none;
    border-style: none;
    font-size: 20px;
    background-color: #dd510b;
    box-shadow: 8px 8px 20px #a19da0, -8px -8px 20px #fff;
    text-align: center;
    color: #fff;
}

btn-plus-moins:hover {
    background-color: #dd510b !important;
    color: #009656;
    border-color: #969393;
}

.btn-search {
    background-color: #dd510b;
    box-shadow: 8px 8px 20px #a19da0, -8px -8px 20px #fff;
    text-align: center;
    color: #fff;
}

btn-search:hover {
    color: #dd510b;
    border-color: #969393;
}


.f1078404_fond {
    background: url() no-repeat center;
    border-radius: 40px;
    width: 50px
}

.f1078404 {
    border-top: 5px solid #009656;
    border-right: 5px solid #009656;
    border-bottom: 5px solid #009656;
    border-left: 5px solid #DD510B;
    -webkit-animation: anim_wifeo 1.4s infinite linear;
    -moz-animation: anim_wifeo 1.4s infinite linear;
    -ms-animation: anim_wifeo 1.4s infinite linear;
    -o-animation: anim_wifeo 1.4s infinite linear;
    animation: anim_wifeo 1.4s infinite linear
}

.f1078404_sup {
    border-radius: 50px;
    width: 50px;
    height: 50px;
    border-top: 3px solid #009656;
    border-right: 3px solid #009656;
    border-bottom: 3px solid #009656;
    border-left: 3px solid #011F31;
    -webkit-animation: anim 1.4s infinite linear;
    -moz-animation: anim 1.4s infinite linear;
    -ms-animation: anim 1.4s infinite linear;
    -o-animation: anim 1.4s infinite linear;
    animation: anim 1.4s infinite linear
}

.f1078404,
.f1078404:after {
    border-radius: 40px;
    width: 40px;
    height: 40px
}

@-webkit-keyframes anim_wifeo {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
        -ms-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8)
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1);
        -moz-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
        -ms-transform: rotate(720deg) scale(0.8);
        transform: rotate(720deg) scale(0.8)
    }
}

@-webkit-keyframes anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
        -ms-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        -moz-transform: rotate(180deg) scale(1);
        -ms-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -ms-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8)
    }
}

@-moz-keyframes anim_wifeo {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
        -ms-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8)
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1);
        -moz-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
        -ms-transform: rotate(720deg) scale(0.8);
        transform: rotate(720deg) scale(0.8)
    }
}

@-moz-keyframes anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
        -ms-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        -moz-transform: rotate(180deg) scale(1);
        -ms-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -ms-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8)
    }
}

@-ms-keyframes anim_wifeo {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
        -ms-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8)
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1);
        -moz-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
        -ms-transform: rotate(720deg) scale(0.8);
        transform: rotate(720deg) scale(0.8)
    }
}

@-ms-keyframes anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
        -ms-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        -moz-transform: rotate(180deg) scale(1);
        -ms-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -ms-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8)
    }
}

@keyframes anim_wifeo {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
        -ms-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8)
    }

    50% {
        -webkit-transform: rotate(360deg) scale(1);
        -moz-transform: rotate(360deg) scale(1);
        -ms-transform: rotate(360deg) scale(1);
        transform: rotate(360deg) scale(1)
    }

    100% {
        -webkit-transform: rotate(720deg) scale(0.8);
        -moz-transform: rotate(720deg) scale(0.8);
        -ms-transform: rotate(720deg) scale(0.8);
        transform: rotate(720deg) scale(0.8)
    }
}

@keyframes anim {
    0% {
        -webkit-transform: rotate(0deg) scale(0.8);
        -moz-transform: rotate(0deg) scale(0.8);
        -ms-transform: rotate(0deg) scale(0.8);
        transform: rotate(0deg) scale(0.8)
    }

    50% {
        -webkit-transform: rotate(180deg) scale(1);
        -moz-transform: rotate(180deg) scale(1);
        -ms-transform: rotate(180deg) scale(1);
        transform: rotate(180deg) scale(1)
    }

    100% {
        -webkit-transform: rotate(360deg) scale(0.8);
        -moz-transform: rotate(360deg) scale(0.8);
        -ms-transform: rotate(360deg) scale(0.8);
        transform: rotate(360deg) scale(0.8)
    }
}


.annimateur1,
.annimateur1:before,
.annimateur1:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.annimateur1 {
    color: #009656;
    font-size: 10px;
    margin: 80px auto;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

.annimateur1:before,
.annimateur1:after {
    content: '';
    position: absolute;
    top: 0;
}

.annimateur1:before {
    left: -3.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.annimateur1:after {
    left: 3.5em;
}

@-webkit-keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {

    0%,
    80%,
    100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}


.annimateur2,
.annimateur2:after {
    border-radius: 50%;
    width: 10em;
    height: 10em;
}

.annimateur2 {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 1.1em solid rgba(255, 255, 255, 0.2);
    border-right: 1.1em solid rgba(255, 255, 255, 0.2);
    border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
    border-left: 1.1em solid #dd510b;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.annimateur3,
.annimateur3:before,
.annimateur3:after {
    background: #009656;
    -webkit-animation: load1 1s infinite ease-in-out;
    animation: load1 1s infinite ease-in-out;
    width: 1em;
    height: 4em;
}

.annimateur3 {
    position: absolute;
    opacity: 0.8;
    z-index: 5000;
    color: #dd510b;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;

    width: 100%;
    height: 100%;
    background: rgb(151, 149, 149);
    display: flex;
    justify-content: center;
    align-items: center;

}

.annimateur3:before,
.annimateur3:after {
    position: absolute;
    top: 0;
    content: '';
}

.annimateur3:before {
    left: -1.5em;
    -webkit-animation-delay: -0.32s;
    animation-delay: -0.32s;
}

.annimateur3:after {
    left: 1.5em;
}

@-webkit-keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

@keyframes load1 {

    0%,
    80%,
    100% {
        box-shadow: 0 0;
        height: 4em;
    }

    40% {
        box-shadow: 0 -2em;
        height: 5em;
    }
}

.loader-bienvenue {
    position: absolute;
    opacity: 0.8;
    z-index: 5000;
    width: 100%;
    height: 100%;
    background: rgb(151, 149, 149);
    display: flex;
    justify-content: center;
    align-items: center;

}

.lettre {
    color: #34bdcf;
    --font-size: 80px;
    letter-spacing: 15px;
    margin-bottom: 150px;
    animation: flash 1.2s linear infinite;
}

@keyframes flash {
    0% {
        color: #dd510b;
        text-shadow: 0 0 7px #dd510b;
    }

    90% {
        color: #34bdcf;
        text-shadow: none;
    }

    100% {
        color: #dd510b;
        text-shadow: 0 0 7px #dd510b;
    }
}

.lettre:nth-child(1) {
    animation-delay: 0.1s;
}

.lettre:nth-child(2) {
    animation-delay: 0.2s;
}

.lettre:nth-child(3) {
    animation-delay: 0.3s;
}

.lettre:nth-child(4) {
    animation-delay: 0.4s;
}

.lettre:nth-child(5) {
    animation-delay: 0.5s;
}

.lettre:nth-child(6) {
    animation-delay: 0.6s;
}


.fondu-out {
    opacity: 0;
    transition: opacity 0.4s ease-out;
}


/* stepper de vueJS */


/*body {
    background-image: linear-gradient(60deg, #abecd6 0%, #fbed96 100%);
    color: #ffffff;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: sans-serif;
  }*/
/*.tx-green-1 {
    color: #75CC65;
    font-weight: 600;
  }
  .wrapper-stepper {
    background-color: #fff;
    padding: 60px;
    border-radius: 32px;
    box-shadow: rgba(0, 0, 0, 0.09);
  }
  .stepper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 660px;
    position: relative;
    z-index: 0;
    margin-bottom: 24px;
  }
  .stepper-progress {
    position: absolute;
    background-color: #C5C5C5;
    height: 2px;
    z-index: -1;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .stepper-progress-bar {
    position: absolute;
    left: 0;
    height: 100%;
    width: 0%;
    background-color: #75CC65;
    transition: all 500ms ease;
  }
  .stepper-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #C5C5C5;
    transition: all 500ms ease;
  }
  .stepper-item-counter {
    height: 68px;
    width: 68px;
    display: grid;
    place-items: center;
    background-color: #fff;
    border-radius: 100%;
    border: 2px solid #C5C5C5;
    position: relative;
  }
  .stepper-item-counter .icon-success {
    position: absolute;
    opacity: 0;
    transform: scale(0);
    width: 24px;
    transition: all 500ms ease;
  }
  .stepper-item-counter .number {
    font-size: 22px;
    transition: all 500ms ease;
  }
  .stepper-item-title {
    position: absolute;
    font-size: 14px;
    bottom: -24px;
  }
  .stepper-item.success .stepper-item-counter {
    border-color: #75CC65;
    background-color: #c8ebc1;
    color: #fff;
    font-weight: 600;
  }
  .stepper-item.success .stepper-item-counter .icon-success {
    opacity: 1;
    transform: scale(1);
  }
  .stepper-item.success .stepper-item-counter .number {
    opacity: 0;
    transform: scale(0);
  }
  .stepper-item.success .stepper-item-title {
    color: #75CC65;
  }
  .stepper-item.current .stepper-item-counter {
    border-color: #75CC65;
    background-color: #75CC65;
    color: #fff;
    font-weight: 600;
  }
  .stepper-item.current .stepper-item-title {
    color: #818181;
  }
  .stepper-pane {
    color: #333;
    text-align: center;
    padding: 120px 60px;
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.09);
    margin: 40px 0;
  }
  .controls {
    display: flex;
  }
  .btn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 6px 16px;
    border: 1px solid;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    line-height: 1.5;
    transition: all 150ms;
    border-radius: 4px;
    width: fit-content;
    font-size: 0.75rem;
    color: #333;
    background-color: #f0f0f0;
    border-color: #f0f0f0;
  }
  .btn:disabled {
    opacity: 0.5;
    pointer-events: none;
  }
  .btn--green-1 {
    background-color: #75CC65;
    border-color: #75CC65;
    color: #fff;
    margin-left: auto;
  }*/


/* Pour le plugin JQUERY STEPPERS*/

.bs-stepper .step-trigger {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 20px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #6c757d;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    background-color: transparent;
    border: none;
    border-radius: .25rem;
    transition: background-color .15s ease-out, color .15s ease-out;
}

.bs-stepper .step-trigger:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.bs-stepper .step-trigger:disabled,
.bs-stepper .step-trigger.disabled {
    pointer-events: none;
    opacity: .65;
}

.bs-stepper .step-trigger:focus {
    color: #007bff;
    outline: none;
}

.bs-stepper .step-trigger:hover {
    text-decoration: none;
    background-color: rgba(0, 0, 0, .06);
}

@media (max-width: 520px) {
    .bs-stepper .step-trigger {
        flex-direction: column;
        padding: 10px;
    }
}

.bs-stepper-label {
    display: inline-block;
    margin: .25rem;
}

.bs-stepper-header {
    display: flex;
    align-items: center;
}

@media (max-width: 520px) {
    .bs-stepper-header {
        margin: 0 -10px;
        text-align: center;
    }
}

.bs-stepper-line,
.bs-stepper .line {
    flex: 1 0 32px;
    min-width: 1px;
    min-height: 1px;
    margin: auto;
    background-color: rgba(0, 0, 0, .12);
}

@media (max-width: 400px) {

    .bs-stepper-line,
    .bs-stepper .line {
        flex-basis: 20px;
    }
}

.bs-stepper-circle {
    display: inline-flex;
    align-content: center;
    justify-content: center;
    width: 2em;
    height: 2em;
    padding: .5em 0;
    margin: .25rem;
    line-height: 1em;
    color: #fff;
    background-color: #6c757d;
    border-radius: 1em;
}

.active .bs-stepper-circle {
    background-color: #007bff;
}

.bs-stepper-content {
    padding: 0 20px 20px;
}

@media (max-width: 520px) {
    .bs-stepper-content {
        padding: 0;
    }
}

.bs-stepper.vertical {
    display: flex;
}

.bs-stepper.vertical .bs-stepper-header {
    flex-direction: column;
    align-items: stretch;
    margin: 0;
}

.bs-stepper.vertical .bs-stepper-pane,
.bs-stepper.vertical .content {
    display: block;
}

.bs-stepper.vertical .bs-stepper-pane:not(.fade),
.bs-stepper.vertical .content:not(.fade) {
    display: block;
    visibility: hidden;
}

.bs-stepper-pane:not(.fade),
.bs-stepper .content:not(.fade) {
    display: none;
}

.bs-stepper .content.fade,
.bs-stepper-pane.fade {
    visibility: hidden;
    transition-duration: .3s;
    transition-property: opacity;
}

.bs-stepper-pane.fade.active,
.bs-stepper .content.fade.active {
    visibility: visible;
    opacity: 1;
}

.bs-stepper-pane.active:not(.fade),
.bs-stepper .content.active:not(.fade) {
    display: block;
    visibility: visible;
}

.bs-stepper-pane.dstepper-block,
.bs-stepper .content.dstepper-block {
    display: block;
}

.bs-stepper:not(.vertical) .bs-stepper-pane.dstepper-none,
.bs-stepper:not(.vertical) .content.dstepper-none {
    display: none;
}

.vertical .bs-stepper-pane.fade.dstepper-none,
.vertical .content.fade.dstepper-none {
    visibility: hidden;
}

/** Pour les étapes sur la page orientation **/
.stepper .line {
    width: 2px;
    background-color: lightgrey !important;
}

.stepper .lead {
    font-size: 1.1rem;
}

.shadow-box-example {
    height: 100%;
    width: 100%;
    background-color: #64b5f6;
}

.input-border-color {
    border-color: rgba(4, 147, 20, 0.867);
}

.form-control {
    border-color: rgba(4, 142, 147, 0.867) !important;
}

/*Pour le zone à bouton de bourse CI*/

body {
    background-color: #e9eef1;
    margin: 0px;
    padding: 0px;
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

.col-xs-12 {
    width: 100%;
}

.blog-grids {
    overflow: hidden;
    margin: 0 -15px;
}

.blog-grids .grid {
    background-color: #fff;
    width: calc(33.33% - 30px);
    float: left;
    padding: 15px;
    margin: 20px 15px 15px;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.entry-media img {
    border-radius: 10px;
    width: 100%;
    max-height: 188px;
}

.entry-body {
    padding: 27px 10px;
}

.entry-body .cat {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 600;
    color: #6220d9;
    text-transform: uppercase;
}

.entry-body h3 {
    font-size: 21px;
    font-weight: 600;
    line-height: 1.30em;
    margin: 3px 0 0.73em;
}

.entry-body h3 a {
    color: #41516a;
}

.entry-body h3 a:hover {
    color: #6220d9;
    text-decoration: none;
}

.entry-body p {
    margin-bottom: 2em;
    color: #90949a;
    line-height: 1.8em;
}

.read-more-date {
    position: relative;
}

.read-more-date a {
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    font-size: 1.06667rem;
    font-weight: 600;
    color: #41516a;
    text-transform: uppercase;
}

.read-more-date .date {
    position: absolute;
    right: 0;
    color: #90949a;
}

/** Pour le flash infos **/

body {
    background: #eee
}

.news {
    width: 160px
}

.news-scroll a {
    text-decoration: none
}

.dot {
    height: 6px;
    width: 6px;
    margin-left: 3px;
    margin-right: 3px;
    margin-top: 2px !important;
    background-color: rgb(207, 23, 23);
    border-radius: 50%;
    display: inline-block
}

/*Fin pour le zone à bouton de bourse CI*/

/* Désactiver le scroll bar horizontal */
html, body {
    max-width: 100%;
    overflow-x: hidden;
}
/* Désactiver le scroll bar horizontal */

/**Debut - Customisation de select2 */
.select2.select2-container {
    width: 100% !important;
  }
  
  .select2.select2-container .select2-selection {
    border: 1px solid rgba(4, 142, 147, 0.867);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    height: 34px;
    margin-bottom: 15px;
    outline: none !important;
    transition: all .15s ease-in-out;
  }
  
  .select2.select2-container .select2-selection .select2-selection__rendered {
    color: #333;
    line-height: 32px;
    padding-right: 33px;
  }
  
  .select2.select2-container .select2-selection .select2-selection__arrow {
    background: #f8f8f8;
    border-left: 1px solid #ccc;
    -webkit-border-radius: 0 3px 3px 0;
    -moz-border-radius: 0 3px 3px 0;
    border-radius: 0 3px 3px 0;
    height: 32px;
    width: 33px;
  }
  
  .select2.select2-container.select2-container--open .select2-selection.select2-selection--single {
    background: #f8f8f8;
  }
  
  .select2.select2-container.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow {
    -webkit-border-radius: 0 3px 0 0;
    -moz-border-radius: 0 3px 0 0;
    border-radius: 0 3px 0 0;
  }
  
  .select2.select2-container.select2-container--open .select2-selection.select2-selection--multiple {
    border: 1px solid #1a6cbe;
  }
  
  .select2.select2-container .select2-selection--multiple {
    height: auto;
    min-height: 34px;
  }
  
  .select2.select2-container .select2-selection--multiple .select2-search--inline .select2-search__field {
    margin-top: 0;
    height: 32px;
  }
  
  .select2.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: block;
    padding: 0 4px;
    line-height: 29px;
  }
  
  .select2.select2-container .select2-selection--multiple .select2-selection__choice {
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 4px 4px 0 0;
    padding: 0 6px 0 22px;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    position: relative;
  }
  
  .select2.select2-container .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove {
    position: absolute;
    top: 0;
    left: 0;
    height: 22px;
    width: 22px;
    margin: 0;
    text-align: center;
    color: #e74c3c;
    font-weight: bold;
    font-size: 16px;
  }
  
  .select2-container .select2-dropdown {
    background: transparent;
    border: none;
    margin-top: -5px;
  }
  
  .select2-container .select2-dropdown .select2-search {
    padding: 0;
  }
  
  .select2-container .select2-dropdown .select2-search input {
    outline: none !important;
    border: 1px solid rgba(4, 142, 147, 0.867) !important;
    border-bottom: none !important;
    padding: 4px 6px !important;
  }
  
  .select2-container .select2-dropdown .select2-results {
    padding: 0;
  }
  
  .select2-container .select2-dropdown .select2-results ul {
    background: #fff;
    border: 1px solid rgba(4, 142, 147, 0.867);
  }
  
  .select2-container .select2-dropdown .select2-results ul .select2-results__option--highlighted[aria-selected] {
    background-color: #3498db;
  }
/**Fin - Customisation de select2 */

/**Debut - spinner ou loader après soummission du formulaire */
.overlay {
    position: absolute;
  
    /*Cela permet d'étirer la superposition pour remplir la largeur et la hauteur du formulaire.*/
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  
    background-color: rgba(0, 0, 0, 0.1); /*couleur grise transparente*/
  }
  
.spinner {
    position: absolute;
  
    /*ceci placera le spinner au centre du formulaire*/
    top: 50%;
    left: 50%;
  
    transform: translate(-50%, -50%);
  }
/**Debut - spinner ou loader après soummission du formulaire */

.critere ul li::before {
    content: "-";
  }

/* Effet de chargement */
  
.spinner {
   width: 56px;
   height: 56px;
   display: grid;
   border-radius: 50%;
   -webkit-mask: radial-gradient(farthest-side,#0000 40%,#0a80da 41%);
   background: linear-gradient(0deg ,rgba(10,128,218,0.5) 50%,rgba(10,128,218,1) 0) center/4.5px 100%,
        linear-gradient(90deg,rgba(10,128,218,0.25) 50%,rgba(10,128,218,0.75) 0) center/100% 4.5px;
   background-repeat: no-repeat;
   animation: spinner-d3o0rx 1s infinite steps(12);
}

.spinner::before,
.spinner::after {
   content: "";
   grid-area: 1/1;
   border-radius: 50%;
   background: inherit;
   opacity: 0.915;
   transform: rotate(30deg);
}

.spinner::after {
   opacity: 0.83;
   transform: rotate(60deg);
}

@keyframes spinner-d3o0rx {
   100% {
      transform: rotate(1turn);
   }
}

  /* Effet de chargement */

/** Bouton de copie **/
.box {
    margin: 10px;
    padding: 8px 4px;
    border-radius: 10px;
    border: 1px solid #ddd;
  }
  
  .btnCopy {
    padding: 4px;
    border-radius: 10px;
    border: 1px solid #ddd; 
  }
  
  .copied {
    color: green;
  }
  
  .copied:after {
    content: attr(title)
  }
/** Bouton de copie **/



