/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 27 oct. 2017, 08:49:03
    Author     : C.Torris

RC RED : e50005

*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

strong {
    font-weight: bold;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
    color: #717171;
    position: relative;
    overflow-x: hidden;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #E2001A;
}



.reset-button {
border: none;
margin: 0;
padding: 0;
width: auto;
overflow: visible;
background: transparent;
color: inherit;
font: inherit;
line-height: normal;
-webkit-font-smoothing: inherit;
-moz-osx-font-smoothing: inherit;
-webkit-appearance: none;
}
.reset-button::-moz-focus-inner {
border: 0;
padding: 0;
}


/*
GENERAL
*/

@font-face {
    font-family: 'DINPro';
    src: url("../fonts/DINPro.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro.otf") format("opentype"), url("../fonts/DINPro.woff") format("woff"), url("../fonts/DINPro.ttf") format("truetype"), url("../fonts/DINPro.svg#DINPro") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url("../fonts/DINPro-Bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url("../fonts/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Medium.otf") format("opentype"), url("../fonts/DINPro-Medium.woff") format("woff"), url("../fonts/DINPro-Medium.ttf") format("truetype"), url("../fonts/DINPro-Medium.svg#DINPro-Medium") format("svg");
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'DINPro';
    src: url("../fonts/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/DINPro-Light.otf") format("opentype"), url("../fonts/DINPro-Light.woff") format("woff"), url("../fonts/DINPro-Light.ttf") format("truetype"), url("../fonts/DINPro-Light.svg#DINPro-Light") format("svg");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Adopte';
    src: url("../fonts/Adopte_bold.otf") format("opentype");
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Adopte';
    src: url("../fonts/Adopte_regular.otf") format("opentype");
    font-weight: 400;
    font-style: normal;
}


@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?-wh4r4n");
    src: url("../fonts/icomoon.eot?#iefix-wh4r4n") format("embedded-opentype"), url("../fonts/icomoon.ttf?-wh4r4n") format("truetype"), url("../fonts/icomoon.woff?-wh4r4n") format("woff"), url("../fonts/icomoon.svg?-wh4r4n#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}


body {
    font-family: DINPro, "Helvetica Neue", sans-serif;
    background: #F7F7F7;
    height: 100%;
}

#page {
    background: none;
}

#start {
    text-align: center;
    font-size: 2.5rem;
    margin: 30px;
}

.rcheader {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    background: #FFF;
    padding: 20px;
    border-bottom: 1px solid #D6D6D6;

}

a {
    text-decoration: none;
}

b {
    font-weight: bold;
}

.main-cta {
    padding: 14px 30px;
    border-radius: 100px;
    background-color: #E2001A;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'DINPro';
    font-size: 1.1rem;
}

.second-cta{
    background-color: transparent;
    color: #E2001A;
    border: none;
    cursor: pointer;
    font-family: 'DINPro';
    font-size: 1rem;
}

.centered {
    margin-top: 50px;
    text-align: left;
    padding: 30px 85px;
}

.validate-container-commandes .main-cta{
    margin:0 10px;
}

.com_content {
    font-size: 2rem;
    color: #58595B;
    list-style: none;
    margin:30px 0;
}

.logo_royalcanin {
    text-align: center;
}

.logo_royalcanin img {
    height: 50px;
    width: auto;
}

.connexion {
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    vertical-align: middle;
    height: 50px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    font-family: 'DINPro';
    color: #E2001A;
    font-weight: normal;
}

@media screen and (max-width: 400px) {
    .connexion {
        font-size: 0;
    }
}

.connexion img {
    margin-right: 7px;
    vertical-align: middle;
}

.mycontainer {
    width: 800px;
    margin: auto;
    background: white;
    padding: 60px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.mycontainer-first {
    margin: auto;
    background: transparent;
    padding: 50px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    max-width: 1500px;
}

.mycontainer-first img {
    width: 100%;
}

/*
 Merch Page
*/
.formulaire-progress {
    width: 100%;
    height: 6px;
    border-radius: 50px;
    background-color: #FFF;
    margin: 5px 0 20px 0;
}

.formulaire-progress::-webkit-progress-bar {
    border: 0;
    border-radius: 50px;
    background-color: #FFF;

}

.formulaire-progress::-webkit-progress-value {
    border: 0;
    border-radius: 50px;
    background-color: #E2001A;

}

.formulaire-progress::-moz-progress-bar {
    border: 0;
    border-radius: 50px;
    background-color: #FFF;

}

.formheader {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 920px;
    margin: auto;
}

.formulaire-front {
    position: relative;
    overflow: visible;
}

.formulaire-front h2 {
    font-size: 2rem;
    color: #58595B;
}

.formulaire-front p {
    color: #58595B;
    line-height: 150%;
}

.form-dog {
    position: absolute;
    bottom: 155px;
    right: -50px;
    width: 22%;
}

.form-cat {
    position: absolute;
    left: -250px;
    width: 40%;
}

.step-number {
    font-weight: bold;
}

.formheader svg {
    position: absolute;
    margin-top: 20px;
    margin-left: 20px;
}

.formheader svg path {
    fill: white;
}

.round-button {
    display: inline-block;
    cursor: pointer;
    background: #584946;
    border-radius: 45px;
    height: 80px;
    width: 80px;
    line-height: 200px;
    font-size: 15px;
    margin: 30px 50px;
    color: #584946;
    text-align: center;
    border: 4px solid #f9f9f9;
    /* background-clip: content-box; */
    box-shadow: 0 0 0 2px white;
}

.formheader .round-button:hover,
.formheader .formactivated {
    background: #E2001A !important;
    box-shadow: 0 0 0 2px #E2001A !important;
    color: #E2001A !important;

}

.formheader .formactivatedOK {
    background: #E2001A !important;
    box-shadow: 0 0 0 2px white !important;
    color: #E2001A !important;

}

.inline {}

.inline a,
.inline div {
    display: inline-block;
}

.red {
    color: #E2001A;
}

.select-produits select {
    width: 250px;
    background-color: transparent;
    padding:5px 0; 
    border-bottom: 1px solid #D6D6D6;
    margin-right: 20px;
}

.recountinput{
    margin:0 20px 0 10px;
}

.buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.partprecedent {
    display: flex;
    align-items: center;
    color: #E2001A;
}

.tirets {
    display: inline-block;
    height: 2px;
    width: 100px;
    border-bottom: 1px dashed #584946;
}

.merch_cat {
    padding: 20px 0 0 0;
    color: var(--rouge, #E2001A);
    font-family: "DinPro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.merch-etape1 svg {
    margin-left: 23px;
}

.error{
    border-bottom: 1px solid #E2001A!important;
}

.error input{
    border-bottom: 1px solid #E2001A!important;
}
.error label{
    color:#E2001A!important;
}


.data-produits {
    display: none;
}

.formulaire-front .hidden {
    display: none !important;
}

.hidden {
    display: none;
}

.formulaire-feedback .hidden{
    display: none!important;
}

.formulaire-feedback .etoiles{
    display:none!important;
}

.formulaire-feedback .acf-field-5a0bf999c7e83{
    display: none!important;;
}


.display-none{
    display: none;
}

input {
    background: #f3f3f3;
    border: none;
    padding: 6px;
    font-family: DINPro, "Helvetica Neue", sans-serif;
    font-size: 13px;
    color: #717171;
}

select{
    font-size: 13px;
    padding: 6px;
    color: #717171;
    font-family: DINPro, "Helvetica Neue", sans-serif;
}

textarea {
    background: #f3f3f3;
    border: none;
    height: 50Px;
    color: #58595B;
    font-family: "DinPro";
}

.merchplus {
    margin-left: 30px;
    height: 40px;
    margin-top: 10px;
}

.add-product,
.add-other {
    color: #E2001A;
    text-decoration: none;
}

.add-product .monplus,
.add-other .monplus {
    font-size: 34px;
    background: #EEE;
    border-radius: 34px;
    line-height: 27px;
    height: 34px;
    width: 34px;
    text-align: center;
    position: absolute;
    margin-top: 3px;
}

.plusprod {
    position: absolute;
    margin-top: 13px;
    margin-left: 10px;
}

select {
    background: #f3f3f3;
    border: none;
}

.selector-container {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.other-container{
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.product-info-right{
    display:flex;
    align-items: center;
}

.selector-container .picture {
    display: inline-block;
    width: 160px;
    height: 60px;
}

.selector-container .picture .dapicture {
    content: "";
    position: absolute;
    margin-top: 27px;
    margin-left: 35px;
    width: 99px;
    height: 54px;
    overflow: hidden;
    text-align: center;
    display: none;
    /* TODO TEMP */
}

.selector-container .picture .dapicture img {
    width: 99px;
    height: auto;
    vertical-align: middle;
}

.selector-container .picture .dapicture .loader {
    margin-top: 20px;
    width: auto !important;
}

.tirets {
    display: inline-block;
    height: -16px;
    width: 70px;
    border-bottom: 1px dashed #584946;
    position: absolute;
    margin-left: -35px;
    margin-top: 75px;
}

.acf-field .acf-label {
    display: inline-block;
    line-height: 20px;
}

.acf-field .acf-input {
    display: inline-block;
}

.acf-form-fields {
    margin-top: 40px;
}

.acf-field .acf-input {
    vertical-align: top;
    width: 100%;
}

.radio-client ul.acf-radio-list li label {
    display: flex !important;
    flex-direction: row;
    align-items: center;
}

ul.acf-radio-list {
    display: flex;
}

.radio-sponsor {
    flex-direction: row !important;
    justify-content: space-between;
}

.radio-sponsor .acf-input {
    width: auto;
}

.radio-sponsor ul.acf-radio-list li label {
    display: flex !important;
    align-items: center;
    margin: 0 10px;
}

.formulaire-front select,
.formulaire-front input {
    background-color: #FFF;
    border-bottom: 1px solid #D6D6D6;
    padding: 0 !important;
    color: #58595B;
}

.formulaire-front .radio-client {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between;
    width: 100%;
}

.formulaire-front .radio-client .acf-input {
    width: auto;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFF;
    margin: 0 8px;
    border: 1px solid #58595B;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border-radius: 0.3em;
    transition: 0.2s;
    transform: translateY(-0.075em);
}

input[type="checkbox"]:checked {
    background-color: #E2001A;
    border: 1px solid #E2001A;
}


input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform-origin: bottom left;
    opacity: 0;
    background-color: #FFF;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

input[type="checkbox"]:checked::before {
    opacity: 1;
}

.formulaire-front input[type="checkbox"]:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

.dotation-section input[type="checkbox"]:hover {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #FFF;
    margin: 0;
    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid #58595B;
    border-radius: 50%;
    transform: translateY(-0.075em);
    display: grid;
    place-content: center;
    transition: 0.2s;

}

.formulaire-front [type="radio"]:active {
    outline: 3px solid #e2001a7f;
}

input[type="radio"]::before {
    content: "";
    width: 0.7em;
    height: 0.7em;
    border-radius: 50%;
    opacity: 0;
    transition: 0.2s;
    /* Windows High Contrast Mode */
    background-color: #E2001A;
}

input[type="radio"]:checked::before {
    opacity: 1;
}

@media screen and (max-width:767px) {
    .acf-field .acf-input select {
        min-width: 0;
    }
}

.whitebutton {
    width: 150px;
    margin: 20px 0;
    color: #E2001A;
    border: 1px solid #E2001A;
    padding: 15px;
    text-align: center;
    cursor: pointer;
}

.page1-button-div {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

#loginform label {
    /* width: 400px;
    display: inline-block;
    vertical-align: baseline;
    line-height: 27px;
    text-align: right;
    margin-right: 20px; */
}

/* .login-submit input {
    background: none !important;
} */

.redbutton,
.redbutton2 {
    background: #E2001A;
    width: 150px;
    margin: 20px auto;
    color: white !important;
    border: 1px solid #E2001A;
    padding: 15px;
    text-align: center;
    cursor: pointer;
}

.redsubmit {
    background: #E2001A;
    color: white !important;
    padding: 9px 10px 24px;
    border-radius: 0;
}

#modalcommandes .buttons {
    margin: 0;
    width: 100%;
}
#modalcommandes .table_commandes .t-body-content tr td:first-child{
    display:flex;
    flex-direction: column;
}

.rateTotal {
    padding:0 5px!important;
}

.bold{
    font-weight: 600;
}

.redbutton2 {
    margin-left: 20px;
    width: 250px;
}

/* .login-submit input {
    color: white;
    cursor: pointer;

    font-size: 16px;
} */

#error {
    display: block;
    padding-top: 35px;
    text-align: center;
    color: red;
}

#signup-content {
    max-width: 500px;
    margin: auto;
    padding: 20px;
    background: white;
    margin-top: 20px;
}

.graybutton {
    width: 150px;
    margin: 20px auto;
    color: #E2001A;
    border: 1px solid white;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    background: #f3f3f3;
}

.acf-field .acf-label label {
    display: block;
    font-weight: 600;
    margin: 0 0 3px;
    padding: 0;
    color: #58595B;
}

.formulaire-front .display-inline-block {
    display: inline-block !important;
}
.modal-modifier .cityfield-event, .modal-modifier .cpfield-event{
    display:inline-block!important;
}
.modal-modifier .firstname-field,
.modal-modifier .name-field {
    display:inline-block
}

.modal-modifier .firstname-field{
    width: 100%!important;
}

.formulaire-front .cityfield,
.formulaire-front .cityfield-event {
    width: 75%;
}

.formulaire-front .cpfield,
.formulaire-front .cpfield-event {
    width: 24%;
}

.formulaire-front .telfield {
    width: 49.7%;
}

.formulaire-front .firstname-field,
.formulaire-front .name-field {
    width: 49.7%;
}

input[type=number] {
    width: 48px;
}

.acf-field-59fae3af534e8{
    display:none!important;
}

/* CP / VILLE */
@media screen and (min-width:640px) {

    .formulaire-front .acf-field-59f20741682f8 .acf-input,
    .formulaire-front .acf-field-59fadd33f686b .acf-input {
        width: 100% !important;
    }

    .formulaire-front .acf-field-59fadd1af686a {
        /* code */
        /* width: 135px !important;
        margin-left: 153px !important;
        display: inline-block; */
    }

    .formulaire-front .acf-field-59fadd1af686a input {
        /* width: 135px !important; */
    }

    .formulaire-front .acf-field-59fadd33f686b {
        /* ville */
        display: inline-block;
        width: 221px !important;
    }

    .formulaire-front .acf-field-59fadd33f686b input {
        width: 195px !important;
    }

    .formulaire-front .cityfield .acf-label {
        /* display:none; */
    }

    .formulaire-front .cpfield .acf-input,
    .formulaire-front .cityfield .acf-input {
        width: 100% !important;
    }


    .formulaire-front .cpfield {
        /* code */
    }

    .formulaire-front .cpfield input {}

    .formulaire-front .cityfield {
        /* ville */
        /* display: inline-block;
        width: 221px !important; */
    }

    .formulaire-front .cityfield input {
        /* width: 195px !important; */
    }

}

@media screen and (max-width:640px) {
    .formulaire-front .cityfield {
        width: 100%;
        display: flex;
    }

    .formulaire-front .cpfield {
        width: 100%;
        display: flex;
    }

    .formulaire-front .telfield {
        width: 100%;
        display: flex;
    }
}

.error2 {
    width: 80% !important;
    padding: 20px;
    color: red;
    margin: auto;
}



#validation {
    background: white;
    margin: auto;
    text-align: center;
    padding: 20% 0;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 40;
    top: 0;
}

p {
    margin: 10px 0;
}

.lostpass {
    position: absolute;
    left: 100px;
    font-size: 12px;
    margin-top: -92px;
}

.closeX {
    cursor: pointer;
    position: absolute;
    left: 50%;
    width: 20px;
    margin-left: -10px;
    z-index: 32;
    color: #E2001A;
    font-size: 30px;
    height: 30px;
    margin-top: -40px;
}
.close{
    cursor:pointer;
}
.closemessage {
    margin-top: 30px;
    position: absolute;
    bottom: 30px;

}

.overlay {
    display: none;
}

#overlay {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0.3;
    z-index: 9;
}


.supcontainer {
    display: flex;
    align-items: center;
    padding-top: 3px;
    margin: 0 20px;
}

.supp svg path {
    fill: #E2001A;

}

.mymodal {
    position: fixed;
    background: white;
    z-index: 10;
    width: 800px;
    min-height: 15%;
    height: auto;
    max-height: 75%;
    padding: 50px;
    margin-top: 0;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    display: none;
    padding: 30px 50px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.mymodal .emailfield{
    background-color: transparent;
    font-family: "DinPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    width:100%;
    border-bottom: 1px solid #D6D6D6;
    margin:20px 0;
}

.mymodal .message {}

.accordion {
    cursor: pointer;
    position: relative;
    padding: 18px;
    width: 100%;
    border-bottom: 1px solid #EBEBEB;
    text-align: left;
    transition: 0.4s;
    box-sizing: border-box;
    color: var(--rouge, #E2001A);
    font-family: "DinPro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }
  
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
    visibility: hidden;
}
.accordion.active + .panel {
    visibility: visible;
}

.accordions{
    margin-bottom: 10px;
}

.accordions .accordion{
    margin: 5px;
}

.accordion:after {
    content: url('/app/themes/RCSponsorShipTHEME/images/keyboard_arrow_down.svg');
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
    transition:0.3s ease-in-out;

    position: absolute;
    right:0px;
    top:calc(50% - 11.5px)
  }
  
.active:after{
    transform: rotate(180deg);
}

.modal-modifier{
    height:800px;
    overflow-y: hidden;
}

.modal-modifier form{
    overflow-y: scroll;
    height:80%;
}

.validate-container{
    display:flex;
    margin:10px 0;
    justify-content: flex-end;
}

.modal-head{
    display:flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #EBEBEB;
    padding:10px 0;
}

.modal-head h2{
    color: #434043;
    font-family: "DinPro";
    font-size: 30px;
    font-style: normal;
}

/* width */
.mymodal ::-webkit-scrollbar {
    width: 7px;
    background:transparent;
}
  
/* Track */
.mymodal ::-webkit-scrollbar-track {
    border-radius: 10px;
}

/* Handle */
.mymodal ::-webkit-scrollbar-thumb {
    background: #E2001A; 
    border-radius: 10px;
}

/* Handle on hover */
.mymodal ::-webkit-scrollbar-thumb:hover {
    background: #c80018; 
}

/* admin */
.adminhead_button {
    font-size: 13px;
    padding: 17px;
    cursor: pointer;
}

.adminhead_button::after {
    content: "˅";
    margin-left: 6px;
    font-size: 15px;
    position: absolute;
    color: #CCC;
    margin-top: 1Px;
}

h2 {
    color: #E2001A;
    font-size: 18px;
    margin: 0px 0px 10px;
}

.adminpanel .acf-required{
    display:none;
}

.adminpanel .acf-field textarea {
    background-color: transparent;
    color:black;
}

.admin-event-section h3{
    color:  #E2001A;
    font-family: "DinPro";
    font-size: 18px;
    font-weight: 600;
    margin:10px 0
}

.admin-event-section .acf-form-fields{
    margin:0
}

.admin-event-section .acf-fields>.acf-field{
    display:flex;
    flex-direction: row;
    padding:0;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0px;
}

.admin-event-section input{
    background:transparent;
}

.admin-event-section .acf-field .acf-input{
    width:40%;
    font-size: 16px;
    font-weight: 500;
    color: #58595B;
    line-height:20px !important;
}

.admin-event-section .acf-field .acf-input input, .admin-event-section .acf-field .acf-input select{
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #58595B !important;
    line-height:20px !important;
}

.admin-event-section select option{
    padding:0;
}

.admin-event-section select{
    background:transparent;
    color: black;
}
.admin-event-section .acf-field .acf-label{
    margin:0;
    width:50%;
}
.admin-event-section .acf-field .acf-label label{
    margin:0;
    color: var(--gris-pour-texte, #58595B);
    font-family: "DinPro";
    font-size: 16px;
    font-weight: 400;
}

.admin-event-section .acf-field input, .admin-event-section .acf-field select{
    padding: 5px;
}

.adminpanel .frame {
    padding: 20px;
    background: white;
    overflow: hidden;
    font-size: 13px;
    text-align: left;
    border-radius: 6px;
    margin:5px;
}

.adminpanel .frame select{
    appearance: none;
    padding: 4px 8px;
    font-size: 13px;
    color:#717171;
    opacity: 1;
}


.admin-event-section {
    text-align: center;
    display:flex;
    flex-direction: row;
    justify-content: center;
    margin:30px 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #EBEBEB;
}

.left-admin-section{
    width:50%;
    display:flex;
    flex-direction: column;
}

.right-admin-section{
    width:50%;
    display:flex;
    flex-direction: column;
}

.organisateur{
    grid-area: organisateur;
}

.organisateur textarea{
    resize: none!important;
}

.evenement_frame{
    grid-area: evenement;
}

.previsions {
    grid-area: previsions;
}

.respframe {
    grid-area: responsable;
}
.commentaire{
    grid-area: commentaire;
}

.commentaire textarea{
    resize: none!important;
}

.button-product{
    color: #58595B;
    text-align: center;
    font-family: "DinPro";
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    border-radius: 999px;
    border: 1px solid var(--gris-500, #AFAFAF);
    background: var(--blanc, #FFF);
    box-shadow: 0px 1px 2px 0px rgba(28, 28, 28, 0.05);
    display: flex;
    padding: 5px 13px;
    justify-content: center;
    align-items: center;
}
.add-container{
    display:flex;
    justify-content: flex-start;
    margin:10px 0 0 0;
}
.dotation-section{
    margin:40px 0!important;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid  #D6D6D6;
}

.dotation-section .accordion, .livraison .accordion{
    font-size: 30px;
    border-bottom: none;
    padding: 20px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid transparent;
}

.panel li{
    list-style: none;
}

.dotation-section .active, .livraison .active{
    border-bottom: 1px solid #EBEBEB;
}

.dotation-section .accordion h3, .livraison .accordion h3{
    color:  #434043;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
}

.dotation-section .dotation-content{
    display:grid;
    grid-template-columns: 1fr 1fr;
    margin: 20px 0;
}

.dotation-section .proposition{
    border-right: 1px solid #EBEBEB;
    position:relative;
}

.accordion-livraison span{
    color: #434043;
    font-family: "DinPro";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}

.livraison{
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    border: 1px solid  #D6D6D6;
}

.adminpanel .frame input {
    font-size: 13px !important;
}

.admincontainer {
    background: none !important;
    max-width: 1460px;
}

.widecontainer {
    width: 97%;
    margin: auto;
}

.admin-steps-merch {
    display: flex;
    background: #EEE;
    margin-bottom: 20px;
    font-size: 14px;
}

.a-button {
    padding: 20px;
    margin: auto;
}

.header-event-name{
    font-size:18px;
}

.frame .edit {
    position: absolute;
    right: 10px;
    cursor: pointer;
    background: #EEE;
    padding: 10px;
    border-radius: 20px;
    box-shadow: black;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 2px 2px 1px 0px rgba(0, 0, 0, 0.25);
}

.frame .content {
    /* min-height: 100px;
    overflow: hidden; */
}

.edit svg path {
    fill: #E2001A;
}

.norigth {
    margin-right: 0px !important;
}

.livraison {}

#wp-admin-bar-tm-suspend,
#wp-admin-bar-comments {
    display: none;
}

.statut_active {
    color: #E2001A !important;
}

.admin-steps-merch .a-button::after {
    content: "›";
    margin-left: 40px;
    font-size: 40px;
    line-height: 24px;
    vertical-align: bottom;
}

.a-button:last-of-type::after {
    content: "";
    margin-left: 0;
}

#modal_refus textarea {
    width: 100%;
    height: 100px;
    margin: 20px 0;
}

.myhidden {
    display: none;
}

.acf-fields>.acf-field {
    border: none !important;
    display: flex;
    flex-direction: column;

}

.cityselector {
    display: none;
    position: absolute;
    background: white;
    z-index: 22;
    padding: 15px 20px;
    border: 1px solid #CCC;
    width: 240px;
    max-height: 200px;
    overflow: auto;
}

.annule {
    /* border: 1px solid #E2001A; */
    color: #E2001A;
    /* padding: 20px; */
    margin-bottom: 20px;
}

.stats-container {
    display: grid;
    grid-template-columns: 300px 1fr 300px;
    grid-template-areas:
        "demande graph note"
        "feedback graph note";
    gap: 10px;
    margin: 20px 0 40px 0;
    font-family: 'DinPro';
    height:400px;
}
.stats-top .panel {
    background: none;
    margin-bottom: 40px;
}

.demande-stat p {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #58595B;
    margin-top: 0;
}

.demande-stat {
    background-color: #FFF;
    grid-area: demande;
    padding: 20px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 6px;

}
.demande-stat li {
    list-style: inside;
}

.feedback-stat {
    background-color: #FFF;
    grid-area: feedback;
    padding: 20px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
   
}

.feedback-stat p {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: 30px;
    color: #58595B;
    margin-top: 0;
}

.feedback-stat span{
    line-height: 20px;
}

.graph-stat {
    background-color: #FFF;
    grid-area: graph;
    padding: 20px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
}

.note-stat {
    background-color: #FFF;
    grid-area: note;
    padding: 20px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color:#58595B;
}

.note-stat p {
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    color: #58595B;
    margin: 0;
}

.note-stat .note-div{
    display:flex;
    flex-direction: column;
}
.note-globale-div{
    display:flex;
    align-items: center;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    opacity: 0;
    visibility: hidden;
    width: 200px;
    top: 123%;
    left: 50%;
    margin-left: -110px;
    background-color: rgba(0, 0, 0, 0.843);
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    transition:0.2s;
    position: absolute;
    z-index: 1;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

.tooltiptext p, .tooltiptext ul li{
    font-size:10px;
    color:white;
}
.tooltiptext ul{
    list-style: circle;
    list-style: inside;
    color:white;
}


.tooltip .tooltiptext::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent black transparent;
  }

.note-globale-div img{
    margin:0 3px;
}

.graph-stat p{
    color:#58595B;
    margin: 10px 0 20px 0;
}

.note-stat .second-note-div span{
    padding: 10px 0;
    font-weight: 300;

    /*
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    */
}

.note-stat .second-note-div span.note-span{
    font-weight: 600;
    display: inline-block;
}

.note-stat .second-note-div span:not(:last-child){
    border-bottom: 1px solid #EBEBEB;
}


.second-note-div .note-span{
    color: #58595B;
    font-weight: 500;
    border-bottom: none!important;
  
}
.note-stat .light-span{
    font-weight: 400;
    color: #808285;
    font-size: 14px;
}
.table_commandes {
    width: 100%;
}

.clickable-row{
    cursor:pointer;
}

.table_commandes td {
    padding: 10px;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
}

.sort-arrow {
    font-size: 9px;
}

.table_commandes tr:first-child td:first-child {
    border-top-left-radius: 6px;
}

.table_commandes tr:first-child td:last-child {
    border-top-right-radius: 6px;
}

.table_commandes tr:last-child td:first-child {
    border-bottom-left-radius: 6px;
}

.table_commandes tr:last-child td:last-child {
    border-bottom-right-radius: 6px;
}

.table_demandes .t-body-content tr:nth-child(even){
    background-color: #FAFAFA;
}
.table_demandes .t-body-content tr:nth-child(odd){
    background-color: #FFF;
}

.table_mails .t-body-content tr:nth-child(even) td{
    background-color: #FAFAFA;
}
.table_mails .t-body-content tr:nth-child(odd) td{
    background-color: #FFF;
}

.livraison .table_mails{
    margin:40px 0;
}

.t-body-content tr {
    transition: 0.2s;
    border-radius: 6px;
}
.t-body-content .td-ref{
    padding-left:40px;
    position:relative;
}
.t-body-content .td-ref img{
    position: absolute;
    top: 16px;
    left: 13px;
}

.t-body-content tr:hover {
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
    z-index: 10;
    position: relative;
}

.t-body-content  tr:hover td:first-child  {
    border-top-left-radius: 6px; 
    border-bottom-left-radius: 6px;
}
.t-body-content  tr:hover td:last-child  {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

.table_commandes .header {
    color: #58595B;
    text-align: left;
}

.t-body-content {
    border-radius: 6px;
    box-shadow: 0 0 0 1px #D0D2D5;
}

.t-body-content a {
    color: #58595B;
    font-family: 'DinPro';
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
}

.table_commandes a {
    color: #58595B;

    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap:5px;


}

.table_commandes a span{
    width: 9px;
}

.navbas {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: 'DINPro';
}

.navbas a,
.navbas span {
    margin: 0 5px;
}

.navbas .current {
    background-color: #E2001A;
    color: #FFF;
    padding: 5px 7px
}

.navbas a {
    color: #808285;
    display:flex;
}

.Non-traite {
    font-weight: 500;
    color: #E2001A;
}

.Non-traite::before {
    content: url('/app/themes/RCSponsorShipTHEME/images/non-traite.svg');
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.En-attente-Feedback {
    font-weight: 500;
    color: #A06403;
}

.En-attente-Feedback::before {
    content: url('/app/themes/RCSponsorShipTHEME/images/en-attente.svg');
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.En-attente-de-Lancement-Commande {
    font-weight: 500;
    color: #A06403;
}

.En-attente-de-Lancement-Commande::before {
    content: url('/app/themes/RCSponsorShipTHEME/images/commande.svg');
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.Dotation {
    font-weight: 500;
    color: #A06403;
}

.Dotation::before {
    content: url('/app/themes/RCSponsorShipTHEME/images/dotation.svg');
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.Validation {
    font-weight: 500;
    color: #A06403;
}

.Validation::before {
    content: url('/app/themes/RCSponsorShipTHEME/images/en-attente.svg');
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.back-to-list{
    margin:20px 0;
    display:flex;
}

.widecontainer h1, .widecontainer h2{
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    color:#58595B;
    font-family: "DinPro";
}

.status-button-container{
    display:flex;
    justify-content: space-between;
    align-items:center;
    margin: 20px 0;
}
.status-button-container .status{
    display:flex;
    align-items: center;
    background-color: #FFF;
    border-radius: 6px;
    padding: 10px 16px;
}

.status-text{
    display:flex;
    align-items: center;
}
.status-text::before{
    margin:0!important;
}

.button-container{
    display:flex;
}

.button-action{
    font-family: "DinPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 100px;
    background-color: #FFF;
    color: #58595B;
    padding: 10px 18px;
    border: 1px solid #808285;
    margin: 0 5px;
    cursor:pointer;
    display:flex; 
    align-items: center;
    box-shadow: 0px 1px 2px 0px rgba(28, 28, 28, 0.05);
}

.button-action img{
    margin-right:5px;
}

.demande-title{
    display:flex;
    justify-content: space-between;
    margin:60px 0 20px 0;
    padding:10px 0;
    border-bottom: 1px solid #EBEBEB;
}

.mail-history{
    background-color: #FFF;
    border-radius: 6px;
    border:1px solid #AFAFAF;
    padding:20px;
    margin: 20px 0;

}
.mail-history a{
    color: #58595B;
    font-family: "DinPro";
}

.table_mails{
    margin:20px 0;
}

.table_mails .button-action{
    padding: 6px 15px;
}

.table_mails .t-body-content{
    background-color: transparent;
}

.align-left-td .t-body-content tr td:last-child{
    display:flex;
    justify-content: flex-end;
    overflow: hidden;
}

.livraisonform {
    padding: 0 30px;
}

.livraisonform .acf-form-fields {
    width: 600px !important;
}

.statut_commande_select {
    min-width: 150px !important;
    width: 150px !important;
}

.Refuse {
    font-weight: 500;
    color: #008000;
}

.Refuse::before {
    content: url('/app/themes/RCSponsorShipTHEME/images/refuse.svg');
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.Transfere {
    font-weight: 500;
    color: #008000;
}

.Transfere::before {
    content: url('/app/themes/RCSponsorShipTHEME/images/transfere.svg');
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

.Archive {
    font-weight: 500;
    color: #A06403;
}

.Archive::before {
    content: url('/app/themes/RCSponsorShipTHEME/images/en-attente.svg');
    width: 30px;
    vertical-align: middle;
    margin-right: 10px;
}

#modal_login {
    overflow: hidden !important;
    width: 500px;
    left: 50%;
    margin-left: -250px;
    text-align: center;
}

#modal_login .mycontainer {
    width: auto !important;
}

.mytable {
    margin-top: 20px;
}

.mytable td {
    padding: 10px;
}

.ui-datepicker-header select {
    min-width: 0;
}

.evenement_frame select {
    min-width: 0px;
    overflow: hidden;
}

.part_financiere, .part_charte_graphique {
    display:flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:40px;
    font-size: 16px;
}

.adminpanel .frame .part_charte_graphique input{
    margin-left:80px;
}

.part_financiere label{
    color: #E2001A;
    font-family: "DinPro";
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.comment-container{
    padding:0 0 0 35px;
}

.adminpanel .comgestframe .acf-field textarea {
    background: #F0F0F0;
    color: #58595B;
    font-family: "DinPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    padding:10px
}

.adminpanel .comgestframe .acf-fields>.acf-field{
    padding:0;
    margin-bottom: 30px;
}

.adminpanel .comgestframe .acf-form-fields{
    margin:0;
}

.adminpanel .comgestframe .acf-field .acf-label label{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    margin:0;
}

.adminpanel .comgestframe .part_financiere {
    display: none;
}

.part_financiere input {
    width: 100px !important;
}


.strong {
    font-weight: bold;
}

.login-remember label {
    width: 440px !important;
}

.remember-lost{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remember-lost .rememberme label{
    display: flex;
    align-items: center;
}

.remember-lost p a{
    color:#434043;
    text-decoration: underline;
    font-weight: 500;
}

.bloc1 {
    line-height: 30px;
    width: 40%;
}

.bloc1 h1 {
    color: #E2001A;
    font-size: 38px;
    margin: 20px 0;
}

.bloc1 p {
    line-height: 150%;
}


.bloc_show h2 {
    color: #E2001A;
    font-size: 1.7rem;
    margin-bottom: 45px;
    font-family: 'DINPro';
}

.bloc_show p,
.bloc_show ul {
    line-height: 150%;
    margin: 0;
    font-weight: normal;
}

.bloc_show ul,
.bloc1 ul {
    list-style: none;
}

.bloc_show li::before,
.bloc1 li::before {
    content: "•";
    color: #58595B;
    margin: 0 10px;
}

.accroche {
    color: #E2001A;
    font-size: 28px;
    padding-top: 10px;
    height: 180px;
    padding-left: 300px;
    /* margin-top: 50px; */
    width: 500px;
    margin: 50px auto 0;
}

.accroche strong {
    font-weight: bold;
    font-size: 40px;
}

.accroche .down {
    position: absolute;
    margin-top: 20px;
}

.accroche img {
    position: absolute;
    margin-left: -270px;
    margin-top: -153px
}

.certificat path {
    fill: #E2001A;
}

.politique {
    color: #E2001A;

}

.bloc_show {
    margin-bottom: 50px;
}

.politique a {
    font-weight: bold;
    text-decoration: underline;
}

.certificat {
    margin-right: 40px;
}

.certificat svg {
    width: 50px;
    height: auto;
}

.politique {
    color: #E2001A;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 25px 0 50px 0;
}

.accepter-container {
    text-align: left;
    padding: 0 4.5px;
}

.ul.acf-radio-list li,
ul.acf-checkbox-list li {
    text-align: left;
}

.accepter {
    display: inline-flex;
    align-items: center;
    width: auto;
    margin: auto;
    text-align: center;
    margin-top: -10px;
    padding: 0 5px;
}

#dropfile svg {
    width: 30px;
    height: auto;
    display: block;
    margin: 30px auto 0;
}

#dropfile {
    width: 100%;
    height: 200px;
    border: 3px dashed #BBBBBB;
    line-height: 50px;
    text-align: center;
    background: #EEE;

}

#collecte_state span {
    display: block;
}

.rightfloat {
    float: right;
}

.etoiles,
.etoiles2 {
    display: none;
}

.row .image-container{
    display:flex;
    flex-wrap: wrap;
    align-items: center;
}

.previmage img {
    max-width: 150px;
    max-height: 150px;
    margin:10px;
    height: auto;
}


.previmage2 img {
    max-width: 80px;
    max-height: 80px;
    height: auto;
}

.previmage2 {
    width: 80px;
    height: 80px;
    overflow: hidden;
    display: inline-block;
}


.mon500 {
    width: 500px;
    margin: auto;
}

.rating {
    overflow: hidden;
    display: inline-block;
}

.rating-input {
    float: right;
    width: 16px;
    height: 16px;
    padding: 0;
    margin: 0 0 0 -16px;
    opacity: 0;
}


.rating:hover .rating-star:hover,
.rating:hover .rating-star:hover~.rating-star,
.rating-input:checked~.rating-star {

    background: url('../images/etoile-remplie.svg') 0 0px;
}

.rating-star,
.rating:hover .rating-star {
    position: relative;
    float: right;
    display: block;
    width: 28px;
    height: 26px;
    background: url('../images/etoile.svg') 0 0px;

}

#etoilesbox,
#etoilesbox2 {
    padding: 20px;
}

/* DISPLAY FEEDBACK */
.feedback {
    margin-bottom: 20px;
}

.feedbackframe {
}

.feedbackframe p{
    color: #58595B;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.feedback-panel{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap:10px
}

.row {
    font-size: 16px;
    display: flex;
    align-items: center;
    margin: 15px 0;
    font-weight: 600;
}
.display-column{
    font-size: 16px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 15px 0;
    font-weight: 600;  
}
.display-column .label{
    font-weight: 400;
    margin-bottom: 5px;
}

.row .label{
    font-size: 16px;
    width: 300px;
    font-weight: 400;
}

.col2 {
    padding: 10px;
}

.voirplus {
    font-size: 9px;
    display: none;
}

.modeassocié #etoilesbox {
    text-align: center;
}

.validateevent {
    margin-left: 20px;
}

.select2-container--default .select2-selection--single {
    background-color: #D6D6D6;
    border: none !important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    padding:0!important;
    background: #FFF;
}

.formulaire-front .select2 {
    border-bottom: 1px solid #D6D6D6;
}

.frame .updated {
    display: none
}

.acf-field-59fae40ed8da7 .acf-label {
    display: block;
}

.admincontainer .acf-field.acf-field-59fae40ed8da7 .acf-input {
    /* width: 100% !important;
    max-width: 275px !important;
    margin-bottom: 5px; */
}

textarea#autre {
    margin: 0px;
    width: 202px;
    height: 102px;
}

.autrefield {
    margin-left: 19px;
    margin-top: 5px;
}

/* updates 032018 */

.acf-field-59fae40ed8da7 .acf-label {
    display: inline-block !important;
}

.filtres label {
    height: 15px;
    width: 100%;
    display: block;
}

.filtres input {
    height: 12px;
}

.filtres {
    position: relative;
    vertical-align: top;
    display: flex;
    font-size: 12px;
    flex-wrap: wrap;
}

.filtres select {
    padding: 6px;
    display: flex;
    align-items: center;
    border-radius: 6px;
    background: #EDEDED;
    margin: 8px 8px 8px 0;
    font-family: 'DINPro';
    color: #58595B;
    cursor:pointer;
}

.filtres select:hover {
    background: #D9D9D9;
}

.filtres input {
    width: 90%;
    min-width: 190px;
    height: 27px;
}

.filtres .redbutton {
    font-size: 12px;
    padding: 10px !important;
    margin: 0;
    position: absolute;
}

.pretable {
    display: none;
    opacity: 0;
/*    display:flex;*/
    align-items: center;
    margin:0 5px;
}

#maileditor label {
    /*width: 200px;*/
    font-size: 12px;
    margin: 20px 0px;
    display: block;
}

#maileditor .textinput {
    width: 100%;
}

#ui-datepicker-div {
    background: white;
    border: 1px solid red;
}

.dev::before {
    content: "[dev]";
}

.dev {
    color: red;
    font-size: 11px;
}

.formulaire-contact-front .acf-field .acf-notice.-error {
    background: none;
    color: #d12626;
    position: absolute;
    bottom: -50px;
}

.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
    max-width: 500px;
    margin: 15px auto;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.alert-success {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#c8e5bc));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
    border-color: #b2dba1;
}

.alert-danger {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#e7c3c3));
    background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
    border-color: #dca7a7;
}

.align-content {
    object-position: center;
    text-align: center;
}

.btn {
    height: auto;
}

.formheader .icone_step3 svg {
    margin-left: 15px;
}

.text-center {
    text-align: center !important;
}

.text-left {
    text-align: left !important;
}

.text-right {
    text-align: right;
    !important;
}

.inline {
    display: inline-block;
}

.big {
    font-size: 30px !important;
}

.med {
    font-size: 20px !important;
    line-height: 33px;
}

.small {
    margin-top: 10px;
    font-size: 11px !important;
}

.bold {
    font-weight: bold !important;
}

.pt {
    padding-top: 1rem;
}

.pb {
    padding-bottom: 1rem;
}

.pl {
    padding-left: 1rem;
}

.pr {
    padding-right: 1rem;
}

.nm {
    margin: 0 !important;
}

.np {
    padding: 0 !important;
}

.mt {
    margin-top: 1rem;
}

.mb {
    margin-bottom: 1rem;
}

.ml {
    margin-left: 1rem;
}

.mr {
    margin-right: 1rem;
}

.hamb {
    align-self: center;
}

.menu {
    display: flex;
    flex-basis: 100%;
}

.menu a {
    flex-basis: 100%;
    text-align: center;
    align-self: center;
}

.acceptation_signes_distincifs {
    display: flex;
    align-items: center;
    margin: 0 6px 30px 6px;    
}

.acceptation_signes_distincifs input.error+label {
    text-decoration: underline;
    text-decoration-color: red;
}

.cityselector {
    box-sizing: border-box;
    max-width: calc(100% - 24px);
}

body #mars-footer-panel {
    margin-top: 50px !important;
    background-color: #E9E8E9;

    padding: 50px auto !important;

    padding-top: 50px !important;
    padding-bottom: 50px !important;
}

#ot-sdk-btn {
    position: fixed;

    right: 0px;
    bottom: 0px;
}

.acf-field[data-name="consentement"] .acf-label {
    width: 100%;
}

.acf-field[data-name="consentement"] .acf-label label {
    display: none;
}

.acf-field[data-name="consentement"] .acf-input {
    width: 100%;
    text-align: center;
}

.acf-field[data-name="consentement"] .acf-input label {
    font-size: 16px;
}

.acf-field[data-name="consentement"] .description {
    font-size: 16px;
    line-height: 1.2;
}

/*Liste demandes*/
.title-dashboard {
    font-size: 2rem;
    text-align: center;
    margin: 50px 0;
    color: #E2001A;
}

.title-editor{
    font-size: 2rem;
    text-align: center;
    margin: 50px 0;
    color: #58595B;
}

.events-block {
    padding: 0 50px;
}
.events-block .accordion,
.events-block .panel {
    padding-left: 0;
    padding-right: 0;
}

.events-container {
    background: white;
    padding: 60px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.events-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0;
}

.events-block h2 {
    margin: 0;
    font-size: 1.5rem;
    color: #58595B;
}

.dropdown {
    position: relative;
    display: flex;
    justify-content: center;

    &:not(:hover, :focus, :active, :focus-visible, :focus-within) {
        .dropdown-content {
            visibility: hidden;
        }
    }
}

.dropdown-content {
    position: absolute;
    background-color: #FFF;
    width: 100%;
    z-index: 1;
    margin-top: 50px;
    border-radius: 6px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.12);
}

.dropdown-content a {
    color: black;
    padding: 12px 22px 12px 12px;
    text-decoration: none;
    display: block;
    border-radius: 6px;
    margin: 8px;
    transition: 0.1s;
    position: relative;
}

.dropdown-content a::after {
    content: url("../images/download.svg");
    width: 30px;
    position: absolute;
    right: -5px;
    top: 13px;
    opacity: 0;
    transition: 0.2s ease-in-out;
}

.dropdown-content a:hover:after {
    opacity: 1;
}

.dropbtn {
    position: relative;
    padding-right: 40px;
}

.dropbtn::after {
    content: url("../images/dots.svg");
    width: 30px;
    position: absolute;
    right: 10px;
    top: 15px;
}

.dropdown-content a:hover {
    background-color: #EDEDED;
}

.events-container .searchbar input {
    width: 100%;
    background-color: #FFF;
    padding: 25px 15px 25px 50px;
    border-radius: 6px;
    border: 1px solid #808285;
    box-shadow: 0px 1px 2px 0px rgba(28, 28, 28, 0.05);
    box-sizing: border-box;
    height:50px;
}

.events-container .searchbar {
    position: relative;
}

.events-container .searchbar input::placeholder {
    color: #808285;
}

.events-container .searchbar img {
    position: absolute;
    width: 24px;
    left: 20px;
    top: 14px;
}

.filtre-bar {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-start;
    gap:10px;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 10px;
}

.filter-submit {

    /*
    color: #E2001A;
    background-color: #FFF;
    cursor: pointer;
    */
}

.login-area{
    background-color: #F7F7F7;
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin:100px 0;
}
.login-form{
    color: #58595B  ;
    font-family: "DinPro";
    width: 400px;
}

.login-username, .login-password{
    display:flex;
    flex-direction: column;
}
.login-main{
    display:flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.login-form label{
    color: var(--gris-pour-texte, #58595B);
    font-family: "DinPro";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    margin:5px 0;
}
.login-username input, .login-password input{
    background-color: transparent;
    border-bottom: 1px solid #D6D6D6;
    padding: 6px 0;
    color: #58595B;

}

.login-main img {
    margin: 20px 0;
}

.login-main h1{
    color: #58595B;
    font-family: "DinPro";
    font-size: 36px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    width: 400px;
    text-align: left;
    margin:20px 0;
}

.login-remember{
    margin-top:20px;
}

.login-remember label{
    display:flex;
    align-items: center;
}

.login-submit input{
    padding: 14px 30px;
    border-radius: 100px;
    background-color: #E2001A;
    color: white;
    border: none;
    cursor: pointer;
    font-family: 'DINPro';
    font-size: 1.1rem;
    width:100%;
}

.login-submit{
    display:flex;
    justify-content: center;
    margin: 20px 0 5px 0;
}
.login-form a{
    float:right;
}
.login-main .back-to-list{
    margin:0;
}

.forgot-pwd h1{
    margin:0;
}

.disable-panel{
    pointer-events: none;    
}

.disable-panel h3{
    color:rgb(207, 207, 207)!important;
}
.disable-panel .accordion:after{
    display:none;
}

.validate-container-feedback{
    max-width: 500px;
    margin:auto;
}


.panel-dotation .validate-container p {
    width: 100%;
    text-align: center;
}
.panel-dotation .validate-container{
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap:10px;
}
.precision-dotation {
    padding: 15px 10px;
    border: 1px solid #D6D6D6;
    border-radius: 6px;
}
.precision-dotation-content {
    margin-top: 10px;
    padding: 1px 6px;
    background: #f3f3f3;
}
.sr-only {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
            clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important;
}
#mars-footer-panel a,
#mars-footer-panel a:visited {
    color: #58595B !important;
}
.mars-footer-legal {
    color: #58595B !important;
}