﻿.onglets{display:flex;flex-wrap:wrap;justify-content:center;flex-wrap:wrap;margin:0 -10px}.onglets li{flex:1;flex-basis:20%;padding:10px;display:flex;min-width:250px}.onglets li a{flex:1;border-radius:3px;display:block;text-align:center;padding:20px;color:var(--primary-color);font-weight:500;text-transform:uppercase;background:var(--color-white);border:1px solid rgba(var(--color-black-rgb), 0.1);box-shadow:0 0 10px rgba(var(--color-black-rgb), 0.1)}.onglets li a:hover{background:rgba(var(--color-white-rgb), 0.5)}.onglets li a .edglyph{display:block;font-size:48px;text-transform:none}.onglets li.active a{background:var(--secondary-color);color:var(--color-white);pointer-events:none}.onglets li.logoff a{background:var(--error-color);color:var(--color-white)}.tab-content{padding:40px 0}.tab-content hr{background:var(--primary-color);height:1px;border:0 none;margin:15px 30px}.tab-content .onglet_content{display:none}.tab-content .onglet_content .elements h2{color:var(--primary-color);font-style:italic;font-size:clamp(24px,2.5vw,42px);font-weight:700;line-height:1;letter-spacing:normal;position:relative;margin:40px 0}.tab-content .onglet_content .elements h2:has(.btn){display:flex;align-items:center;gap:20px}.tab-content .onglet_content .elements h2:has(.btn).align-center{justify-content:center}.tab-content .onglet_content .elements h2:first-child{margin-top:0}.tab-content .onglet_content .elements h2:last-child{margin-bottom:0}.tab-content .onglet_content .elements h3{font-size:clamp(20px,5vw,24px);font-style:italic;font-weight:700;margin:20px 0;line-height:1.2;color:var(--secondary-color)}.tab-content .onglet_content .elements h3 small{font-size:16px;font-weight:400;font-style:normal}.tab-content .onglet_content .elements h3.spacing{line-height:1.75em}.tab-content .onglet_content .elements h3:first-child{margin-top:0}.tab-content .onglet_content .elements h3:last-child{margin-bottom:0}.tab-content .onglet_content .elements h4{font-size:clamp(18px,5vw,22px);font-weight:500;text-transform:uppercase;margin:10px 0;color:inherit}.tab-content .onglet_content .elements h4:first-child{margin-top:0}.tab-content .onglet_content .elements h4:last-child{margin-bottom:0}.tab-content .onglet_content .elements strong,.tab-content .onglet_content .elements b{color:var(--primary-color);font-weight:700}.tab-content .onglet_content .elements p{line-height:1.4;margin:20px 0}.tab-content .onglet_content .elements p.lead{font-style:italic;font-weight:600;font-size:22px;margin:40px 0;color:var(--primary-color)}.tab-content .onglet_content .elements p:first-child{margin-top:0}.tab-content .onglet_content .elements p:last-child{margin-bottom:0}.tab-content .onglet_content .elements ul:not(.breadcrumb),.tab-content .onglet_content .elements ol:not(.breadcrumb){margin:20px 0;margin-left:20px}.tab-content .onglet_content .elements ul:not(.breadcrumb) li,.tab-content .onglet_content .elements ol:not(.breadcrumb) li{margin-bottom:10px}.tab-content .onglet_content .elements ul:not(.breadcrumb) li:before,.tab-content .onglet_content .elements ol:not(.breadcrumb) li:before{content:"";display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;text-align:center;width:8px;height:8px;border-radius:2px;background:var(--primary-color);margin-right:5px}.tab-content .onglet_content .elements ul:not(.breadcrumb) li:last-child,.tab-content .onglet_content .elements ol:not(.breadcrumb) li:last-child{margin:0}.tab-content .onglet_content .elements ul:not(.breadcrumb):first-child,.tab-content .onglet_content .elements ol:not(.breadcrumb):first-child{margin-top:0}.tab-content .onglet_content .elements ul:not(.breadcrumb):last-child,.tab-content .onglet_content .elements ol:not(.breadcrumb):last-child{margin-bottom:0}.tab-content .onglet_content .elements ol:not(.breadcrumb) li{counter-increment:counter}.tab-content .onglet_content .elements ol:not(.breadcrumb) li:before{width:auto;height:auto;font-family:inherit;font-weight:700;font-size:12px;background:none;border-radius:0;color:var(--primary-color);content:counter(counter) "."}.tab-content .onglet_content .elements a:not(.btn){color:var(--primary-color);text-decoration:underline}.tab-content .onglet_content .elements a:not(.btn):hover{color:var(--secondary-color)}.tab-content .onglet_content .elements table{width:100%;margin:20px 0;table-layout:fixed}.tab-content .onglet_content .elements table:first-child{margin-top:0}.tab-content .onglet_content .elements table:last-child{margin-bottom:0}.tab-content .onglet_content .elements table thead tr th{text-align:left;padding:10px 20px;font-weight:600;background:var(--secondary-color);color:var(--color-white)}.tab-content .onglet_content .elements table tbody tr:nth-child(odd) td{background:rgba(var(--color-black-rgb), 0.05)}.tab-content .onglet_content .elements table tbody tr:nth-child(even) td{background:rgba(var(--color-white-rgb), 1)}.tab-content .onglet_content .elements table tbody tr td{padding:10px 20px;vertical-align:middle}.tab-content .onglet_content .elements table tbody tr:hover td{background:rgba(var(--color-black-rgb), 0.1)}.tab-content .onglet_content .elements hr{background:var(--color-black);height:1px;border:0 none;margin:60px}.tab-content .onglet_content .elements hr:first-child{margin-top:0}.tab-content .onglet_content .elements hr:last-child{margin-bottom:0}.tab-content .onglet_content .elements img{display:block;max-width:100%;height:auto}.tab-content .onglet_content .elements iframe{display:flex;align-items:center;justify-content:center;width:100%;margin:20px auto;border:0 none}.tab-content .onglet_content .elements iframe[src*=questionnaire]{max-width:1000px;margin:0 auto}.tab-content .onglet_content .elements iframe:first-child{margin-top:0}.tab-content .onglet_content .elements iframe:last-child{margin-bottom:0}.tab-content .onglet_content .elements .embed-responsive{padding:56.25% 0 0;position:relative;margin:40px 0}.tab-content .onglet_content .elements .embed-responsive iframe{position:absolute;width:100% !important;height:100% !important;top:0;right:0;bottom:0;left:0;margin:0}.tab-content .onglet_content .elements .embed-responsive:first-child{margin-top:0}.tab-content .onglet_content .elements .embed-responsive:last-child{margin-bottom:0}.tab-content .onglet_content .elements .paralax{margin:80px 0}.tab-content .onglet_content .elements .paralax:first-child{margin-top:0}.tab-content .onglet_content .elements .paralax:last-child{margin-bottom:0}.tab-content .onglet_content .elements figure{margin:20px 0}.tab-content .onglet_content .elements figure img{margin:0 auto;transition:transform 3s ease}.tab-content .onglet_content .elements figure figcaption{color:var(--primary-color);background:var(--color-white);text-align:center;font-style:italic;font-size:14px;padding:10px}.tab-content .onglet_content .elements figure:has(figcaption){background:var(--color-white);box-shadow:0 0 20px 5px rgba(var(--color-black-rgb), 0.05);border-radius:10px;overflow:hidden}.tab-content .onglet_content .elements figure a{display:block;overflow:hidden}.tab-content .onglet_content .elements figure a:hover img{transform:scale(1.1)}.tab-content .onglet_content .elements figure:first-child{margin-top:0}.tab-content .onglet_content .elements figure:last-child{margin-bottom:0}.tab-content .onglet_content .elements .table_responsive{margin:60px 0;overflow:auto}.tab-content .onglet_content .elements .table_responsive table{margin:0}.tab-content .onglet_content .elements .table_responsive:first-child{margin-top:0}.tab-content .onglet_content .elements .table_responsive:last-child{margin-bottom:0}.tab-content .onglet_content .elements .leaf:after{content:"";display:block;margin:10px 0;width:63px;aspect-ratio:63/24;background:url(../../img/interface/icons/leaf.svg) no-repeat center}.tab-content .onglet_content .elements .white{color:var(--color-white)}.tab-content .onglet_content .elements .float-left{float:left;margin-right:20px !important}.tab-content .onglet_content .elements .float-left+h2,.tab-content .onglet_content .elements .float-left+h3,.tab-content .onglet_content .elements .float-left+h4{margin-top:0}.tab-content .onglet_content .elements .float-left+h2:after,.tab-content .onglet_content .elements .float-left+h3:after,.tab-content .onglet_content .elements .float-left+h4:after{content:"";display:block;clear:both}.tab-content .onglet_content .elements .float-right{float:right;margin-left:20px !important}.tab-content .onglet_content .elements .float-right+h2,.tab-content .onglet_content .elements .float-right+h3,.tab-content .onglet_content .elements .float-right+h4{margin-top:0}.tab-content .onglet_content .elements .float-right+h2:after,.tab-content .onglet_content .elements .float-right+h3:after,.tab-content .onglet_content .elements .float-right+h4:after{content:"";display:block;clear:both}.tab-content .onglet_content .elements .align-center{text-align:center}.tab-content .onglet_content .elements .align-left{text-align:left}.tab-content .onglet_content .elements .align-right{text-align:right}.tab-content .onglet_content .elements .align-justify{text-align:justify}.tab-content .onglet_content .elements .valign-top{align-items:start}.tab-content .onglet_content .elements .valign-middle{align-items:center}.tab-content .onglet_content .elements .valign-bottom{align-items:end}.tab-content .onglet_content .elements .text-right{text-align:right}.tab-content .onglet_content .elements .text-center{text-align:center}.tab-content .onglet_content .elements .text-left{text-align:left}.tab-content .onglet_content .elements .text-justify{text-align:justify}.tab-content .onglet_content.active{display:block}.select{flex:1;position:relative}.select select{width:100%;padding:0 10px;padding-right:36px;height:65px;min-width:0;background:var(--color-white);border-radius:5px;cursor:pointer;border:2px solid rgba(var(--primary-color-rgb), 0.5);font-size:inherit;transition:background .2s linear,border-color .2s linear}.select select option{color:var(--color-black)}.select select option[disabled][selected]{display:none}.select select:invalid{color:rgba(var(--color-black-rgb), 0.5)}.select select:hover{border-color:var(--primary-color)}.select select:focus{border-color:var(--primary-color)}.select select[multiple]{height:auto;padding:10px}.select:has(select[multiple]):after{display:none}.select:after{content:"+";font-family:"EdGlyph";position:absolute;top:50%;right:0;transform:translate(0, -50%);display:flex;align-items:center;height:38px;line-height:0;font-size:28px;padding:0 10px;pointer-events:none;color:rgba(var(--primary-color-rgb), 0.5)}.select:has(select:hover):after,.select:has(select:focus):after{color:var(--primary-color)}form{display:flex;flex-wrap:wrap;align-items:flex-start;gap:20px}.form-group{flex:1;flex-basis:calc(50% - 20px);min-width:256px}.form-group:has(textarea,.checkbox,[placeholder*=Quantit],img){flex-basis:100%}.form-group:has(img) label{margin:0}.form-group:has(img) label img{display:block;max-width:100%;height:auto}.form-group label,.form-group .label_form{margin-bottom:10px;font-weight:500;color:var(--primary-color);display:block}.form-group label .edglyph,.form-group .label_form .edglyph{line-height:0;text-transform:none}.form-group label .edglyph.ed-asterisk,.form-group .label_form .edglyph.ed-asterisk{color:var(--error-color)}.form-group .form-control{flex:1;display:block;width:100%;height:65px;border-radius:5px;border:2px solid rgba(var(--primary-color-rgb), 0.5);font-size:inherit;padding:0 20px}.form-group .form-control::placeholder{opacity:1;font-size:16px;font-weight:500;color:rgba(var(--color-black-rgb), 0.5)}.form-group .form-control:focus,.form-group .form-control:hover{border-color:var(--primary-color)}.form-group .form-control:focus::placeholder{opacity:0}.form-group textarea.form-control{padding:10px;min-height:128px;resize:none}.form-group.center{text-align:center}.form-group.center .checkbox{margin:0 auto}.form-group.center button,.form-group.center input{margin:0 auto}.form-group .input-group{display:flex;gap:20px}.form-group .input-group input,.form-group .input-group .select{flex:1;min-width:0}.form-group .input-group input:has(+button),.form-group .input-group .select:has(+button){border-top-right-radius:0;border-bottom-right-radius:0;border-right:0}.form-group .input-group input:has(+button)+button,.form-group .input-group .select:has(+button)+button{border-top-left-radius:0;border-bottom-left-radius:0}.form-group .checkbox input{display:none}.form-group .checkbox input:checked+label{color:var(--secondary-color)}.form-group .checkbox input:checked+label:before{content:"Ù"}.form-group .checkbox label{display:flex;gap:5px;cursor:pointer;font-size:16px;color:var(--primary-color);margin:0}.form-group .checkbox label:before{font-size:24px;content:"Ø";font-family:"EdGlyph" !important}.form-group .checkbox label:hover{color:var(--secondary-color)}.form-group .radio input{display:none}.form-group .radio input:checked+label{color:var(--secondary-color)}.form-group .radio input:checked+label:before{content:"Ü"}.form-group .radio label{display:flex;align-items:center;cursor:pointer;font-size:20px;color:var(--base-text-color);margin:0}.form-group .radio label:before{margin:2px 5px 0 0;font-size:32px;line-height:0;content:"Ú";font-family:"EdGlyph" !important}.form-group .radio label:hover{color:var(--primary-color)}.form-group:empty{display:none}#entete{background:rgba(var(--color-black-rgb), 0.1);background:var(--primary-color);color:var(--color-white);padding:30px 0}#entete:has(figure){background:none;position:relative}#entete:has(figure) figure{position:absolute;inset:0;z-index:-1}#entete:has(figure) figure img{width:100%;height:100%;object-fit:cover}#entete .container{display:flex}#entete .container h1{color:inherit !important;margin:0 !important}#entete .container p{margin-top:10px}@media all and (max-width: 768px){#entete .container figure{display:none}}.breadcrumb{display:flex;flex-wrap:wrap;align-items:center;margin-bottom:10px}.breadcrumb li{display:flex;align-items:center}.breadcrumb li a{text-decoration:none;font-weight:600}.breadcrumb li a:hover{text-decoration:underline}.breadcrumb li:after{display:block;margin:0 5px;content:" - "}.breadcrumb li:last-child:after{display:none}#content{padding-bottom:40px}#content #entete{margin-bottom:40px}#content .container h2{color:var(--primary-color);font-style:italic;font-weight:700;line-height:1;letter-spacing:normal;position:relative;margin:0 20px}#content .container h2:first-child{margin-top:0}#content .container h2:last-child{margin-bottom:0}#content .container .social_login{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center;margin-bottom:30px}#content .container .social_login .btn{max-width:396px;margin:10px}#content .container p{text-align:center;line-height:1.4;margin:10px 0}#content .container p:first-child{margin-top:0}#content .container p:last-child{margin-bottom:0}#content .container p a{color:var(--secondary-color);font-weight:500}#content .container p:has(>span){position:relative}#content .container p:has(>span) span{display:inline-flex;background:var(--color-white);padding:0 10px}#content .container p:has(>span):before{content:"";position:absolute;top:50%;left:0;right:0;z-index:-1;height:1px;background:var(--primary-color)}#content .container form{padding:20px 0;border:1px solid rgba(var(--color-black-rgb), 0.1);box-shadow:0 0 10px rgba(var(--color-black-rgb), 0.1);border-radius:5px;margin:40px 0}#content .container form:first-child{margin-top:0}#content .container form:last-child{margin-bottom:0}#content .container form .alert-success,#content .container form .alert-error,#content .container form .alert-danger{flex-basis:100%}#content .container form.login{max-width:500px;margin-left:auto;margin-right:auto;gap:0}#content .container form.login .form-group{flex-basis:100%}#content .container form.create{max-width:800px;margin-left:auto;margin-right:auto;gap:0}#content .container form h2{flex-basis:100%}#content .container form .form-group{flex:1;flex-basis:50%;padding:10px 20px}#content .container form .form-group.full{flex-basis:100%}#content .container form.address{max-width:800px;margin-left:auto;margin-right:auto}#content .container form.address .bg-danger,#content .container form.address .bg-success{flex-basis:100%}#content .container .title+p{text-align:center;margin-bottom:40px}#content .container #tab .tab-content .onglet_content h2{color:var(--primary-color);font-style:italic;font-size:clamp(24px,2.5vw,42px);font-weight:700;line-height:1;letter-spacing:normal;position:relative;margin:40px 0}#content .container #tab .tab-content .onglet_content h2:has(.btn){display:flex;align-items:center;gap:20px}#content .container #tab .tab-content .onglet_content h2:has(.btn).align-center{justify-content:center}#content .container #tab .tab-content .onglet_content h2:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content h2:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content h3{font-size:clamp(20px,5vw,24px);font-style:italic;font-weight:700;margin:20px 0;line-height:1.2;color:var(--secondary-color)}#content .container #tab .tab-content .onglet_content h3 small{font-size:16px;font-weight:400;font-style:normal}#content .container #tab .tab-content .onglet_content h3.spacing{line-height:1.75em}#content .container #tab .tab-content .onglet_content h3:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content h3:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content h4{font-size:clamp(18px,5vw,22px);font-weight:500;text-transform:uppercase;margin:10px 0;color:inherit}#content .container #tab .tab-content .onglet_content h4:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content h4:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content strong,#content .container #tab .tab-content .onglet_content b{color:var(--primary-color);font-weight:700}#content .container #tab .tab-content .onglet_content p{line-height:1.4;margin:20px 0}#content .container #tab .tab-content .onglet_content p.lead{font-style:italic;font-weight:600;font-size:22px;margin:40px 0;color:var(--primary-color)}#content .container #tab .tab-content .onglet_content p:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content p:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content ul:not(.breadcrumb),#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb){margin:20px 0;margin-left:20px}#content .container #tab .tab-content .onglet_content ul:not(.breadcrumb) li,#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb) li{margin-bottom:10px}#content .container #tab .tab-content .onglet_content ul:not(.breadcrumb) li:before,#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb) li:before{content:"";display:inline-flex;align-items:center;justify-content:center;vertical-align:middle;text-align:center;width:8px;height:8px;border-radius:2px;background:var(--primary-color);margin-right:5px}#content .container #tab .tab-content .onglet_content ul:not(.breadcrumb) li:last-child,#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb) li:last-child{margin:0}#content .container #tab .tab-content .onglet_content ul:not(.breadcrumb):first-child,#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb):first-child{margin-top:0}#content .container #tab .tab-content .onglet_content ul:not(.breadcrumb):last-child,#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb):last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb) li{counter-increment:counter}#content .container #tab .tab-content .onglet_content ol:not(.breadcrumb) li:before{width:auto;height:auto;font-family:inherit;font-weight:700;font-size:12px;background:none;border-radius:0;color:var(--primary-color);content:counter(counter) "."}#content .container #tab .tab-content .onglet_content a:not(.btn){color:var(--primary-color);text-decoration:underline}#content .container #tab .tab-content .onglet_content a:not(.btn):hover{color:var(--secondary-color)}#content .container #tab .tab-content .onglet_content table{width:100%;margin:20px 0;table-layout:fixed}#content .container #tab .tab-content .onglet_content table:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content table:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content table thead tr th{text-align:left;padding:10px 20px;font-weight:600;background:var(--secondary-color);color:var(--color-white)}#content .container #tab .tab-content .onglet_content table tbody tr:nth-child(odd) td{background:rgba(var(--color-black-rgb), 0.05)}#content .container #tab .tab-content .onglet_content table tbody tr:nth-child(even) td{background:rgba(var(--color-white-rgb), 1)}#content .container #tab .tab-content .onglet_content table tbody tr td{padding:10px 20px;vertical-align:middle}#content .container #tab .tab-content .onglet_content table tbody tr:hover td{background:rgba(var(--color-black-rgb), 0.1)}#content .container #tab .tab-content .onglet_content hr{background:var(--color-black);height:1px;border:0 none;margin:60px}#content .container #tab .tab-content .onglet_content hr:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content hr:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content img{display:block;max-width:100%;height:auto}#content .container #tab .tab-content .onglet_content iframe{display:flex;align-items:center;justify-content:center;width:100%;margin:20px auto;border:0 none}#content .container #tab .tab-content .onglet_content iframe[src*=questionnaire]{max-width:1000px;margin:0 auto}#content .container #tab .tab-content .onglet_content iframe:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content iframe:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content .embed-responsive{padding:56.25% 0 0;position:relative;margin:40px 0}#content .container #tab .tab-content .onglet_content .embed-responsive iframe{position:absolute;width:100% !important;height:100% !important;top:0;right:0;bottom:0;left:0;margin:0}#content .container #tab .tab-content .onglet_content .embed-responsive:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content .embed-responsive:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content .paralax{margin:80px 0}#content .container #tab .tab-content .onglet_content .paralax:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content .paralax:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content figure{margin:20px 0}#content .container #tab .tab-content .onglet_content figure img{margin:0 auto;transition:transform 3s ease}#content .container #tab .tab-content .onglet_content figure figcaption{color:var(--primary-color);background:var(--color-white);text-align:center;font-style:italic;font-size:14px;padding:10px}#content .container #tab .tab-content .onglet_content figure:has(figcaption){background:var(--color-white);box-shadow:0 0 20px 5px rgba(var(--color-black-rgb), 0.05);border-radius:10px;overflow:hidden}#content .container #tab .tab-content .onglet_content figure a{display:block;overflow:hidden}#content .container #tab .tab-content .onglet_content figure a:hover img{transform:scale(1.1)}#content .container #tab .tab-content .onglet_content figure:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content figure:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content .table_responsive{margin:60px 0;overflow:auto}#content .container #tab .tab-content .onglet_content .table_responsive table{margin:0}#content .container #tab .tab-content .onglet_content .table_responsive:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content .table_responsive:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content .leaf:after{content:"";display:block;margin:10px 0;width:63px;aspect-ratio:63/24;background:url(../../img/interface/icons/leaf.svg) no-repeat center}#content .container #tab .tab-content .onglet_content .white{color:var(--color-white)}#content .container #tab .tab-content .onglet_content .float-left{float:left;margin-right:20px !important}#content .container #tab .tab-content .onglet_content .float-left+h2,#content .container #tab .tab-content .onglet_content .float-left+h3,#content .container #tab .tab-content .onglet_content .float-left+h4{margin-top:0}#content .container #tab .tab-content .onglet_content .float-left+h2:after,#content .container #tab .tab-content .onglet_content .float-left+h3:after,#content .container #tab .tab-content .onglet_content .float-left+h4:after{content:"";display:block;clear:both}#content .container #tab .tab-content .onglet_content .float-right{float:right;margin-left:20px !important}#content .container #tab .tab-content .onglet_content .float-right+h2,#content .container #tab .tab-content .onglet_content .float-right+h3,#content .container #tab .tab-content .onglet_content .float-right+h4{margin-top:0}#content .container #tab .tab-content .onglet_content .float-right+h2:after,#content .container #tab .tab-content .onglet_content .float-right+h3:after,#content .container #tab .tab-content .onglet_content .float-right+h4:after{content:"";display:block;clear:both}#content .container #tab .tab-content .onglet_content .align-center{text-align:center}#content .container #tab .tab-content .onglet_content .align-left{text-align:left}#content .container #tab .tab-content .onglet_content .align-right{text-align:right}#content .container #tab .tab-content .onglet_content .align-justify{text-align:justify}#content .container #tab .tab-content .onglet_content .valign-top{align-items:start}#content .container #tab .tab-content .onglet_content .valign-middle{align-items:center}#content .container #tab .tab-content .onglet_content .valign-bottom{align-items:end}#content .container #tab .tab-content .onglet_content .text-right{text-align:right}#content .container #tab .tab-content .onglet_content .text-center{text-align:center}#content .container #tab .tab-content .onglet_content .text-left{text-align:left}#content .container #tab .tab-content .onglet_content .text-justify{text-align:justify}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down,#content .container #tab .tab-content .onglet_content#tab-devis .slide_down{margin:20px 0}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down:first-child,#content .container #tab .tab-content .onglet_content#tab-devis .slide_down:first-child{margin-top:0}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down:last-child,#content .container #tab .tab-content .onglet_content#tab-devis .slide_down:last-child{margin-bottom:0}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button,#content .container #tab .tab-content .onglet_content#tab-devis .slide_down .button{cursor:pointer;justify-content:space-between;flex-wrap:wrap;font-size:16px;padding:20px;border-radius:3px;display:flex;font-weight:400;background:var(--color-white);border:1px solid rgba(var(--color-black-rgb), 0.1);box-shadow:0 0 10px rgba(var(--color-black-rgb), 0.1)}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button>div,#content .container #tab .tab-content .onglet_content#tab-devis .slide_down .button>div{display:flex;align-items:center;text-align:center;padding:0 10px}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button>div small,#content .container #tab .tab-content .onglet_content#tab-devis .slide_down .button>div small{font-size:12px}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button strong,#content .container #tab .tab-content .onglet_content#tab-devis .slide_down .button strong{font-weight:500;color:var(--secondary-color)}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button span,#content .container #tab .tab-content .onglet_content#tab-devis .slide_down .button span{color:var(--secondary-color)}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button.open,#content .container #tab .tab-content .onglet_content#tab-devis .slide_down .button.open{background:var(--secondary-color);color:var(--color-white)}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button.open strong,#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button.open span,#content .container #tab .tab-content .onglet_content#tab-devis .slide_down .button.open strong,#content .container #tab .tab-content .onglet_content#tab-devis .slide_down .button.open span{color:inherit}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .button.open+.sub_menu,#content .container #tab .tab-content .onglet_content#tab-devis .slide_down .button.open+.sub_menu{position:static}#content .container #tab .tab-content .onglet_content#tab-commandes .slide_down .sub_menu,#content .container #tab .tab-content .onglet_content#tab-devis .slide_down .sub_menu{padding:10px 0}#content .container #tab .tab-content .onglet_content#tab-wishlist table{table-layout:auto}#content .container #tab .tab-content .onglet_content#tab-wishlist table form{padding:0;box-shadow:none;border:0 none;justify-content:center;background:none}#content .container #tab .tab-content .onglet_content#tab-wishlist table form .supp-wl-item{cursor:pointer;color:var(--error-color)}
