.layout-builder__add-block {
    width: 100%;
}
.row-padding-top--10 {
    padding-top: 10px
}
.row-padding-top--20 {
    padding-top: 20px
}
.row-padding-top--40 {
    padding-top: 40px
}
.row-padding-top--60 {
    padding-top: 60px
}
.row-padding-top--80 {
    padding-top: 80px
}
.row-padding-bottom--10 {
    padding-bottom: 10px
}
.row-padding-bottom--20 {
    padding-bottom: 20px
}
.row-padding-bottom--40 {
    padding-bottom: 40px
}
.row-padding-bottom--60 {
    padding-bottom: 60px
}
.row-padding-bottom--80 {
    padding-bottom: 80px
}
.mt-15 {
    margin-top: 15px;
}
.mt-30 {
    margin-top: 30px;
}
.mt-45 {
    margin-top: 45px;
}
.mt-60 {
    margin-top: 60px;
}
.mb-15 {
    margin-bottom: 15px;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-45 {
    margin-bottom: 45px;
}
.mb-60 {
    margin-bottom: 60px;
}
.ml-15 {
    margin-left: 15px;
}
.ml-30 {
    margin-left: 30px;
}
.ml-45 {
    margin-left: 45px;
}
.ml-60 {
    margin-left: 60px;
}
.mr-15 {
    margin-right: 15px;
}
.mr-30 {
    margin-right: 30px;
}
.mr-45 {
    margin-right: 45px;
}
.mr-60 {
    margin-right: 60px;
}
.hide {
    display: none;
}
.flex {
    display: flex;
}
.radios--wrapper>legend {
    font-size: initial;
    font-weight: bold;
    text-transform: uppercase;
}
.webform-submission-form .radios--wrapper label {
    font-weight: normal;
    text-transform: none;
}
.full-height {
    height: 100vh;
    width: 100%;
}
.align-v-center .col {
    align-items: center;
    display: flex;
    flex-direction: inherit;
}
.align-v-center .row {
    align-items: center;
}
.align-v-top .col {
    align-items: top;
    display: flex;
    flex-direction: column;
}
.align-v-bottom .col {
    align-items: bottom;
    display: flex;
    flex-direction: column;
}
.align-center,
.align-h-center {
    text-align: center;
}
.align-h-right {
    text-align: right;
}
.align-h-justify {
    text-align: justify;
}
.full-height.align-v-center {
    display: flex;
    align-items: center;
}
.full-height.align-h-center {
    display: flex;
    justify-content: center;
}
.user-logged-in .ui-dialog .ui-dialog-titlebar-close {
    background-color: #FFF;
}
/*.ui-dialog .ui-dialog-titlebar-close:after {
    content: 'X';
    color: #000;
    display: block;
}*/
.node-layout-builder-form>.form-actions {
    display: flex;
    justify-content: center;
}
.node-layout-builder-form>.form-actions>* {
    margin: 0 15px;
}
.node-layout-builder-form #edit-submit {
    background-color: #8bc34a;
    border-color: #8bc34a;
}
.node-layout-builder-form #edit-discard-changes {
    background-color: #f44336;
    border-color: #f44336;
}
.node-layout-builder-form #edit-revert {
    background-color: #9e9e9e;
    border-color: #9e9e9e;
}

.node-layout-builder-form #edit-submit:hover {
    background-color: transparent;
    color: #8bc34a;
}
.node-layout-builder-form #edit-discard-changes:hover {
    background-color: transparent;
    color: #f44336;
}
.node-layout-builder-form #edit-revert:hover {
    background-color: transparent;
    color: #9e9e9e;
}
.section {
    position: relative;
}
.section.unpublish:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #555;
    opacity: 0.5;
    display: block;
    content: '';
    z-index: 1000;
}
.layout-builder-block {
    padding: 0;
    cursor: initial;
    background-color: inherit;
}
figcaption {
    font-weight: bold;
    text-align: right;
}
.block-inline-blockbloc-temoignages {
    display: flex;
}
.block-inline-blockbloc-temoignages .temoignage {
    flex-grow: 1;
    flex-basis: 0;
    padding: 0 15px;
}
.block-layout-builder img {
    max-width: 100%;
}
.slick-prev:before, .slick-next:before {
    font-size: 50px;
}
.slick-prev, .slick-next {
    width: 50px;
    height: 50px;
}
.slick-next {
    right: 15px;
}
.slick-prev {
    left: 15px;
    z-index: 10;
}
.slick-disabled,
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
    display: none;
}
.question-reponse {
    margin-bottom: 30px;
    box-shadow: 0 0 15px #858585;
    overflow: hidden;
    border-radius: 5px;
}
.question {
    font-size: 20px;
    padding: 15px 30px;
    text-align: left;
    background-color: #555;
    color: #FFF;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.question:after {
    content: '→';
    font-family: 'slick';
    font-size: 30px;
    transition: all 0.25s ease-in;
}
.question.active:after {
    transform: rotate(90deg);
    transition: all 0.25s ease-out;
}
.reponse {
    background-color: #EEE;
    padding: 30px;
    text-align: left;
    margin-top: -3px;
}
.contenus-reference {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
   
}
.contenus-reference .contenu {
    min-width: 33.334%;
    padding: 0 15px;
    flex-grow: 1;
    flex-basis: 0;
    margin: 15px 0;
}
.tabs {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 15;
    background: transparent;
    justify-content: center;
}
.tabs-primary {
    margin: 0;
}
.tabs .nav-tabs {
    justify-content: center;
    border-bottom: 0;
}
.tabs .nav-tabs .nav-link {
    
}
.tabs .nav-item {
    display: block;
    margin: 0 5px;
}
.tabs .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}
.tabs .nav-tabs .nav-item a {
    padding: 5px 15px;
    color: #000;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #000;
    border-radius: 0;
    display: block;
    background-color: #FFF;
}
.tabs .nav-tabs .nav-item a.active {
    color: #FFF;
    background-color: #000;
}
.tabs .nav-tabs .nav-item .tab-toggle {
    display: none;
}

#drupal-off-canvas textarea, #drupal-off-canvas select[size], #drupal-off-canvas select[multiple] {
    overflow-y: scroll;
}
.section {
    /*overflow: hidden;*/
}
.new-section {
    position: absolute;
    width: 100%;
    top: -150px;
    height: 0px;
}
.gin--horizontal-toolbar #toolbar-administration .toolbar-menu-administration > .toolbar-menu {
    justify-content: center;
}
.gin--dark-mode {
    --colorGinText: #FFF !important;
}
.visually-hidden {
    display: none;
}
.mb-30 {
    margin-bottom: 30px;
}
.mb-60 {
    margin-bottom: 60px;
}
.mt-30 {
    margin-top: 30px;
}
.container-xxl {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 500;
}
.toolbar-fixed header {
    top: 52px;
}
header.scroll {
    box-shadow: 0 0 20px #000;
}
.layout-builder-form {
    margin-top: 160px;
}
p:nth-last-child(1) {
    margin-bottom: 0;
}
.menu--menu-reseau-sociaux .nav-link {
    font-size: 0;
}
.form-required:after{
    content: ' *';
    color: red;
    display: inline-block;
} 
.block-layout-builder img {
    height: auto;
}
.details-wrapper .links li {
    display: block !important;
}
body.gin-login .user-form-page .more-links {
    display: none;
}
@media (min-width: 1200px){
    .container-xxl {
        max-width: 1320px;
        width: 100%;

    }
}
