body{
    --header-height: 95px;
}
.list_clients h2{
    color: #000;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin: 15px 0 10px 15px;
    text-align: center;
    line-height: 1;
}
.list_clients ul{
    padding: 0 10px;
    margin: 0;
}
.list_clients ul>li{
    padding: 0;
    margin: .15rem 0;
    list-style: none;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.1;
}
.list_clients ul>li a{
    display: block;
    margin: .15rem;
    text-decoration: none;
    background: none;
    font-weight: 700;
    font-size: 13px;
}
.offcanvas-footer .btn,
.list_clients>a.btn,
.list_clients ul>li a.btn{
    display: block;
    padding: .15rem;
    margin: 0 auto;
    text-decoration: none;
    background: #3568B5;
    font-weight: 700;
    border: none;
    font-size: 14px;
}
.list_clients>a.btn,
.list_clients ul>li a.btn{
    display: inline-block;
    padding: 4px 20px; 
}
.list_clients ul>li a small{
    color: #666;
    font-size: 10px;
}
#brainstorm_offcanvas.show{
    display: flex;
    justify-content: space-between;
}
#brainstorm_offcanvas .offcanvas-body{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.list_clients .client{
    margin-top: 5px;
}
#list_clients_full table{
    font-size: 12px;
}
#list_clients_full table tr.client,
#list_clients_full table tr.categorie{
    pointer-events: none;
    font-size: 14px;
}
#list_clients_full table tr.categorie{
    pointer-events: auto;
}
#list_clients_full table tr.client>*{
    background: #E7F0F5;
}
#list_clients_full table tr.categorie>*{
    background: #e9edf0;
    font-weight: 400;
    font-size: 12px;
}
.list_clients .brainstorm{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.list_clients .brainstorm a{
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    color: inherit;
    text-decoration: none;
    border-radius: 15px;
}
.list_clients .brainstorm span{
    display: flex;
    align-items: center;
    padding: 10px;
}
.list_clients .brainstorm span.date{
    flex: 0 0 80px;
}
.list_clients .brainstorm span.titre{
    flex-direction: column;
    align-items: flex-start;
    flex: 1 1 auto;
    flex-wrap: wrap;
    white-space: pre-wrap;
    text-wrap: auto;
}
.list_clients .brainstorm span.titre>span{
    display: block;
    padding: 0;
}
.list_clients .brainstorm>span.action{
    opacity: 0;
    flex: 1 1 50px;
    max-width: 50px;
    transition: all .3s ease;
}
.list_clients .brainstorm:focus a,
.list_clients .brainstorm:hover a{
    background: #edf4f6;
}
.list_clients .brainstorm:focus .action,
.list_clients .brainstorm:hover .action{
    opacity: 1;
}
#brainstorm_menu{
    display: flex;
    justify-content: space-between;
    position: fixed;
    right: 15px;
    top: 90px;
    min-height: 65vh;
    z-index: 5;
    flex-direction: column;
    margin: 5px 0!important;
    padding: 15px;
    background: #FFF;
    color: #000;
    border: 2px #000 solid;
    width: clamp(150px, 24vw, 350px);
    line-height: 1;
}
#brainstorm_menu h3{
    font-size: 14px;
    margin: 0;
    font-weight: 700;
}
#brainstorm_menu .submenu{
    padding: 0 0 0 10px;
    margin: 8px 0;
}
#brainstorm_menu .submenu li{
    padding: 0;
    list-style: none;
    margin: 0 0 3px;
}
#brainstorm_menu .submenu .menu-item{
    font-size: 13px;
    padding: 1px 0;
    margin: 0 0 3px;
}
#brainstorm_menu .submenu .menu-item a{
    color: #000;
    text-decoration: none;
}
#brainstorm_menu .submenu .menu-item a:focus,
#brainstorm_menu .submenu .menu-item a:hover{
    text-decoration: underline;
}
.gform_wrapper form{
    min-height: 70vh;
}
.gform_wrapper .gform-body{
    position: relative;
    max-width: calc(100% + ((100vw - 1320px) / 2 - clamp(150px, 24vw, 350px)));
    height: 65vh;
    display: none;
    align-items: center;
    justify-content: center;
}
.gform_wrapper .gform-body.loaded{
    display: flex;
}
.gform_wrapper .container{
    max-width: 1320px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.gform_wrapper .gform-body .gform_fields{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    position: relative;
}
.gform_wrapper .gform-body .gfield{
    position: absolute;
    top: 50%;
    left: 0;
    right: 15px;
    transform: translateY(-50%);
}
.gform_wrapper .gform-footer{
    padding: 15px 0;
}
.gform_wrapper .gform-footer input,
.gform_wrapper .gform-footer button{
    font-size: 0!important;
    width: 1px!important;
    height: 1px!important;
    opacity: 0.001!important;
    border: 0;
    pointer-events: none;
}
#dummy_gen{
    text-align: center;
}
#dummy_gen.inactive-step{
    display: none;
}
#dummy_gen.active-step{
    display: block;
}
.list_clients>.btn,
.offcanvas-footer .btn,
.gfield .btn-next,
#dummy_gen .btn{
    --bs-btn-font-weight: 400;
    color: #FFF!important;
    background: #0E2244!important;
}
.gfield .btn-next{
    background: #3454a9!important;
}
.list_clients>.btn:focus,
.list_clients>.btn:hover,
.offcanvas-footer .btn:focus,
.offcanvas-footer .btn:hover,
#dummy_gen .btn:focus,
#dummy_gen .btn:hover{
    background: #3a4247!important;
}
.gfield .btn-next:focus,
.gfield .btn-next:hover{
    background: #395bb8!important;
}
.gfield.inactive-step,
.gform-footer.inactive-step{
    opacity: 0;
    pointer-events: none;
    transform: translateY(-100%);
    transition: transform .3s ease, opacity .2s ease;
}
.gfield.active-step,
.gform-footer.active-step{
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%);
    transition: transform .2s ease, opacity .2s ease;
}
#field_1_2 .gfield_radio{
    display: flex;
    flex-direction: row;
    gap: 0;
    flex-wrap: wrap;
}
.gchoice input[type="radio"]+label,
.gchoice input[type="checkbox"]+label{
    display: inline-block;
}
#field_1_2 .gchoice{
    display: flex;
    flex: 0 0 20%;
    padding: 5px;
    align-items: stretch;
    justify-content: stretch;
    text-align: center;
}
#field_1_2 .gchoice input{
    display: none;
}
#field_1_2 .gchoice label{
    display: flex;
    flex: 0 0 100%;
    width:100%;
    border-radius: 0;
    min-height: 75px;
    font-weight: 500;
    padding: 8px;
    margin: 0;
    background: #0E2244;
    color: #FFF;
    align-items: center;
    align-content: center;
    justify-content: center;
    transition: all .3s ease;
}
#field_1_2 .gchoice label:hover{
    opacity: .9;
}
#field_1_2 .gchoice input:checked+label{
    background: #89A4CF;-
}
.gform-theme--foundation .gfield textarea,
.gform-theme--foundation .gfield input[type="text"],
.gform-theme--foundation .gfield input[type="number"]{
    padding: 2px 5px!important;
    border: 2px #000 solid!important;
    max-width: clamp(768px, 100%, 50vw);
}
.gfield_label{
    font-size: 15px!important;
    font-weight: 700!important;
}
.extrait{
    font-size: 12px;
    font-weight: 400;
    white-space: break-spaces;
    text-wrap: auto;
}
#list_clients_full .nom{
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    margin: 0;
    overflow-y: auto;
    white-space: break-spaces;
    text-wrap: auto;
}
.gform-theme--foundation .gfield textarea.large{
    min-block-size: 8rem;
}
.btn{
    --bs-border-radius: 0;
}
.btn-suggest{
    background: #709abf!important;
    margin-top: 5px!important;
}
.btn-suggest:focus,
.btn-suggest:hover{
    background: #538cbf!important;
}
.gform-conversational__nav-button{
    background: #3568B5!important;
    margin-top: 5px!important;
}
.gform-conversational__nav-button:focus,
.gform-conversational__nav-button:hover{
    background: #3a5dbc!important;
}
.custom-logo{
    width: 55px;
    height: auto;
}
#brainstorm_result{
    max-width: calc(100% + ((100vw - 1320px) / 2 - clamp(150px, 24vw, 350px)));
    font-size: 14px;
    line-height: 1.35;
    font-family: inherit;
    background: #EEE;
    padding: 15px;
    text-wrap: auto;
}
#list_sub{
    position: absolute;
    top: 0;
    left: 100%;
    width: calc(100vw - 100%);
    height: 100vh;
}
#list_sub .item .btn{
    background: none;
}
#list_sub .item{
    display: flex!important;
    height: 120px;
    border-radius: 15px;
    padding: 10px;
    margin: 10px;
    background: #FFF;
}
#list_sub .item:nth-of-type(2n+1){
    background: #e5f0f6;
}
#list_sub .item>div{
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
}
#list_sub .item>div+div{
    flex: 0 0 40px;
}
#list_sub .generation{
    font-weight: 700;
    font-size: 14px;
}
#list_sub .date{
    font-weight: 700;
    font-size: 12px;
}
#list_sub .nom{
    font-weight: 400;
    font-size: 11px;
}
#list_sub .slider{
    width: 100%;
}
#list_sub .slick-slide{
    margin: 10px;
}
.result .navigation{
    position: relative;
    width: 100%;
    padding-top: 75px;
}
.slick-arrow{
    display: block;
    width: 45px;
    height: 73px;
    position: absolute;
    top: 0;
    left: 50%;
    transform-origin: 50%;
    transform: translateX(-30px);
    background:  url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 45 73'%3e%3cpath fill='rgb%28255, 255, 255%29' stroke-width='0' d='M0 36.5L45 73L45 0z'/%3e%3c/svg%3e") 50% 50%/contain no-repeat;
    border: 0;
    font-size: 0;
    color: transparent;
}
#list_sub .slick-arrow{
    top: 100%;
}
.slick-next{
    transform: rotate(180deg) translateX(-30px);
}
.result .navigation span{
    opacity: .5;
}
#modalResult pre{
    font-family: inherit;
    font-size: 12px;
    font-weight: 400;
    white-space: break-space;
    text-wrap: auto;
    height: 30vh;
    max-height: 50vh;
    overflow-y: auto;
    width: 100%;
    max-width: 100%;
}
body .gform-loader {
    display: block;
	position: fixed!important;
    top: 50%!important;
    left: 50%!important;
    margin: 0!important;
    width: 100px!important;
    height: 100px!important;
}
.gform-theme--framework {
    --gf-survey-field-likert-row-odd-bg-color: #FAFAFC!important;
}
.gform-theme--foundation table.gsurvey-likert{
    inline-size: auto!important;
}
table.gsurvey-likert th,
table.gsurvey-likert td{
    padding: 3px 5px 4px;
    min-width: 100px;
}
.gform-theme--foundation table.gsurvey-likert td, .gform-theme--foundation table.gsurvey-likert th {
    padding-block-end: 0!important;
    padding-block-start: 0!important;
}
table.gsurvey-likert tr>th,
table.gsurvey-likert tr>td {
    background: #a0a0FF25;
}
table.gsurvey-likert tr>th:nth-child(2n+2),
table.gsurvey-likert tr>td:nth-child(2n+2) {
    background: #a0a0FF50;
}
.gform-theme--framework table.gsurvey-likert tbody tr:hover {
    background: #dbd9f1!important;
}
table.gsurvey-likert td.gsurvey-likert-row-label{
    cursor: pointer;
}
.gform-theme--framework table.gsurvey-likert tbody tr>td.gsurvey-likert-row-label {
    position: relative!important;
}
tbody tr:hover>td.gsurvey-likert-row-label:after {
    content: "Cliquez sur le titre pour vider la ligne";
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 100%;
    font-size: 80%;
    background: #FFF;
    line-height: 1;
    width: 100px;
    padding: 1px 2px;
    align-items: center;
    justify-content: center;
}
.result .btn-open,
.result .btn-copylink,
.result .btn-delete{
    border-radius: 5px;
}
.result .btn-open{
    font-size: 12px!important;
    color: #4382bc!important;
}
.result .btn-open:before{
    margin-right: 5px;
}
#brainstorm_menu .submenu .menu-item a>span.gfield_required,
label>span.gfield_required,
legend>span.gfield_required{
    margin-left: 6px;
    font-size: 90%;
    color: #B33;
}
@media (max-width: 1200px){
    .gform_wrapper .container{
        max-width: 1140px;
    }
    .gform_wrapper .gform-body{
        max-width: calc(100% + ((100vw - 1140px) / 2 - clamp(150px, 24vw, 350px)));
    }
}
@media (max-width: 992px){
    .gform_wrapper .container{
        max-width: 960px;
    }
    #brainstorm_result,
    .gform_wrapper .gform-body{
        max-width: calc(100% + ((100vw - 960px) / 2 - clamp(150px, 24vw, 350px)));
    }
    #list_sub .item{
        height: 160px;
    }
}
@media (max-width: 768px){
    .gform_wrapper .container{
        max-width: 720px;
    }
    #brainstorm_result,
    .gform_wrapper .gform-body{
        max-width: calc(100% + ((100vw - 720px) / 2 - clamp(150px, 24vw, 350px)));
    }
    #field_1_2 .gchoice{
        flex: 1 1 50%;
    }
    #wpadminbar{
        top: -30px;
        transition: top .3s ease;
    }
    #wpadminbar:hover{
        top: 0;
    }
    #brainstorm_menu{
        right: 5px;
    }
}
@media (max-width: 576px){
    .gform_wrapper .container{
        max-width: 540px;
    }
    #brainstorm_result,
    .gform_wrapper .gform-body{
        max-width: calc(100% + ((100vw - 540px) / 2 - clamp(150px, 24vw, 350px)));
    }
    #list_sub{
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
    }
    #list_sub .item{
        height: auto;
    }
}