.banner {
    background-image: url('../img/background.jpg');

    background-position: center;
    background-repeat: no-repeat;
    background-size: 100vw;
    position: relative;
    margin-left:-50vw;
    left: 50%;
    width: 100vw;
    height: 300px;
    margin-bottom: 20px;
}
.banner-article {
    background: rgba(7, 89, 111, 0.8);
    position: absolute;
    padding: 50px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
}
.clearfix {
    clear:both;
    position: relative;
}
.cardType {
    top: 2px;
    position: absolute;
    right: 2px;
    padding: 4px;
    background: red;
    color: white;
    width: 30%;
    font-size: 1.5em;
    text-align: center;
}
/* cookie */
.cookie-box {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 1rem 2rem;
    background: rgb(71, 71, 71);
    transition: all .75s cubic-bezier(.19, 1, .22, 1);
    color: #fdfdfd;
    z-index: 100;
  }
  
  .cookie-box-hide {
    display: none;
  }

/* Correction/adaptation Select2 */
.select2-container .select2-selection--multiple {
    display: flex;
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: flex;
    height: 34px;
    line-height: 24px;
}
.select2-search--inline {
    max-height:20px;
}
.select2-search--inline textarea {
    max-height:20px;
}
.select2-selection__rendered {
    margin: 0;
}
.ui.form textarea:not([rows]){
    min-height: 1em;
    max-height: 1em;
    padding-top: 1.5em;
}
.ui.form textarea.noMDE {
    height: 12em;
    min-height: 8em;
    max-height: 24em;
    width: 100%;
}
/* Correction décalage des boutons fomantic-ui */
.ui.labeled.icon.button>.icon, .ui.labeled.icon.buttons>.button>.icon {
    top: 0.35em;
}