/*--------------------------------
---     TARTE AU CITRON - switch ---
---------------------------------- */

/* The switch - the box around the slider */
body #tarteaucitronRoot .switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 25px;
}

body #tarteaucitronRoot .switchGlobal {
    position: absolute;
    top: 2px;
    right: 25px;
    display: inline-block;
    width: 45px;
    height: 25px;
}

/* Hide default HTML checkbox */
body #tarteaucitronRoot .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

body #tarteaucitronRoot input[type="checkbox"]:focus {
    display:none;
}

/* The slider */
body #tarteaucitronRoot .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

body #tarteaucitronRoot .slider:before {
    position: absolute;
    content: "";
    height: 20px;
    width: 20px;
    left: 2.5px;
    bottom: 2.5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

body #tarteaucitronRoot .tarteaucitronIsAllowed .slider,
body #tarteaucitronRoot .switchGlobal.actif .slider {
    background-color: #1c335c;
}

body #tarteaucitronRoot input:focus + .slider  {
    box-shadow: 0 0 1px #1c335c;
}

body #tarteaucitronRoot .tarteaucitronIsAllowed .slider:before,
body #tarteaucitronRoot .switchGlobal.actif .slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

/* Rounded sliders */
body #tarteaucitronRoot .slider.round {
    border-radius: 34px;
}

body #tarteaucitronRoot .slider.round:before {
    border-radius: 50%;
}

/*--------------------------------
---     TARTE AU CITRON - bandeau ---
---------------------------------- */
body #tarteaucitronRoot #tarteaucitronAlertBig {
    background: #fff !important;
    border-radius: 0 !important;
}
body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    text-align:left !important;

}
body #tarteaucitronRoot #tarteaucitronAlertBig img {
    display: inline-block !important;
    width: 250px !important;
    height: auto !important;
}
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert,
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert strong,
#tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName .tarteaucitronListCookies,
body #tarteaucitron a,body #tarteaucitron p,body #tarteaucitron a.lien-disclamer,
body div#tarteaucitronInfo{
    font-family: "Montserrat" !important;
    font-size: 16px !important;
    font-weight: 500 !important;
    color: #2b2b2b !important;
}

body #tarteaucitron a.lien-disclamer,body #tarteaucitronAlertBig a.lien-disclamer {
    color: #00a8cb !important;
    cursor: pointer;
}
body #tarteaucitron a:hover.lien-disclamer,body #tarteaucitronAlertBig a:hover.lien-disclamer {
    color: #1c345c !important;
}
body #tarteaucitron #tarteaucitronPrivacyUrl {
    background-color: #fff;
    color: #2B2B2B !important;
    font-size: 13px;
    padding: 4px 10px;
}
/* Bouton accepter / personalize */
body #tarteaucitronAlertBig #tarteaucitronCloseAlert,
body #tarteaucitronAlertBig #tarteaucitronPersonalize2,
body #tarteaucitronAlertBig #tarteaucitronAllDenied2
{
    text-transform: uppercase;
    font-family: "Montserrat" !important;
    margin: 3px;
    color: #fff !important;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: text-bottom;
    user-select: none;
    background-color: #4a5056;
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    line-height: 1.5 !important;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
    width: auto;
    border: 1px solid #4a5056 !important;
}
body #tarteaucitronAlertBig #tarteaucitronAllDenied3 {
    text-transform: uppercase;
    cursor:pointer;
    font-family: "Montserrat" !important;
    color: #1c335c !important;
    margin: 3px;
    display: inline-block;
    font-weight: 600;
    text-align: center;
    vertical-align: text-bottom;
    user-select: none;
    padding: 0.375rem 0.75rem;
    font-size: 16px !important;
    line-height: 1.5 !important;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    box-sizing: border-box;
    width: auto;
    border: none !important;
}
body #tarteaucitronAlertBig #tarteaucitronAllDenied3:hover {
    color: #4a5056 !important;
    text-decoration:none !important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2 {
    background-color: #1c335c !important;
    color: #fff !important;
    border: 0px solid #000 !important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:hover,
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronCloseAlert:focus,
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:hover,
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:focus {
    background-color: #fff !important;
    color: #1C335C !important;
    border: 1px solid #000000 !important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2:hover .tarteaucitronCheck::before {
    color: #1C335C !important;
}
body #tarteaucitronAlertBig #tarteaucitronAllDenied2 {
    background-color: #c03842 !important;
    color: #fff !important;
    border: 1px solid #c03842 !important;
}

body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied3.closeWindow {
    position: absolute;
    pointer: cursor;
    top: 10px;
    right: 10px;
    font-size: 10px;
}

body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2:hover,
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2:focus
{
    background-color: #fff !important;
    color: #c03842 !important;
    border: 1px solid #000000 !important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2:hover .tarteaucitronCross::before {
    color: #c03842 !important;
}
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronPersonalize2 .tarteaucitronCheck::before,
body #tarteaucitronRoot #tarteaucitronAlertBig #tarteaucitronAllDenied2 .tarteaucitronCross::before,
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover .tarteaucitronCheck::before,
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover .tarteaucitronCross::before,
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronCheck::before,
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronCross::before {
    color: #ffffff !important;
}

body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronClosePanelCookie,
body #tarteaucitron #tarteaucitronClosePanel {
    background: #fff;
    color: #2b2b2b !important;
}
body #tarteaucitron #tarteaucitronServices {
    overflow-x: auto;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover{
    background: #fff;
    border: 3px solid #fff !important;
    border-top: 5px solid #fff;
}
body #tarteaucitron .tarteaucitronBorder {
    background: #fff;
    border: 3px solid #fff !important;
    padding-bottom: 40px;
}
body #tarteaucitronRoot .tarteaucitronH1,
body #tarteaucitron #tarteaucitronInfo,
body #tarteaucitronRoot .tarteaucitronH2,
body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle p,
body #tarteaucitronServices_analytic .tarteaucitronName,
body #tarteaucitronServices_analytic .tarteaucitronName > span,
body #tarteaucitronServices_analytic .tarteaucitronName > a,
body #tarteaucitronRoot .tarteaucitronPlus::before,
body #tarteaucitronRoot .tarteaucitronCheck::before,
body #tarteaucitronRoot .tarteaucitronCross::before {
    color: #2b2b2b !important;
}
/* Ergonomie */
body #tarteaucitronServices .tarteaucitronBorder ul .tarteaucitronTitle {
    padding: 10px 20px !important;
    border-bottom: 1px solid !important;
    cursor: pointer;
}
body #tarteaucitronServices .tarteaucitronBorder ul #tarteaucitronServicesTitle_mandatory .tarteaucitronTitle {
     border-bottom: none !important;
}

body #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    display:none !important;
}
body #tarteaucitron #tarteaucitronServices .showDetails .tarteaucitronDetails {
    display:block !important;
    border-bottom: 1px solid !important;
}
body #tarteaucitronServices .tarteaucitronBorder ul .showDetails .tarteaucitronTitle {
    border-bottom: none !important;
}
body #tarteaucitronServices .tarteaucitronPlus::before {
    left:10px;
}

body #tarteaucitronServices .tarteaucitronPlus.tarteaucitronMoins::before {
    content: '-' !important;
    left:10px;
}
body #tarteaucitron a.lien-disclamer,body #tarteaucitronAlertBig a.lien-disclamer {
    color: #00a8cb !important;
    cursor: pointer;
}
body #tarteaucitron a:hover.lien-disclamer,body #tarteaucitronAlertBig a:hover.lien-disclamer {
    color: #1c345c !important;
}
/* fin ergonomie */

body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronTitle,
body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle p,
body #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    background: #fff;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle p, body #tarteaucitron #tarteaucitronServicesTitle_mandatory .tarteaucitronTitle p {
    padding-left: 10px;
    margin: 0 !important;
    font-weight: bold !important;
    font-size: 18px !important;
    color: #1c335c !important;
    margin-bottom: 15px;
    max-width: 100%;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
body .tac_activate .tarteaucitronAllow {
    font-weight: 400;
    vertical-align: middle;
    user-select: none;
    border: 1px solid #2b2b2b;
    padding: 0.25rem 0.5rem;
    font-size: 16px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    background-color: #E9E7E0 !important;
    color: #2b2b2b !important;
    opacity: 1 !important;
    text-transform: uppercase;
    font-family: "Montserrat" !important;
    margin: 3px;
}
body .tarteaucitronSelfLink,
body #tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden,
body #tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    background: none;
}
/* bouton hover accepter / refuser */
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAsk .tarteaucitronAllow,
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow:hover {
    background-color: #1C335C !important;
    border: 1px solid #1C335C !important;
    color: #ffffff !important;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied .tarteaucitronAsk .tarteaucitronDeny,
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny:hover {
    background-color: #2b2b2b !important;
    color: #ffffff !important;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsDenied {
    border-color: transparent !important;
}

body #tarteaucitron #tarteaucitronInfo {
    background: none !important;
    margin-bottom: 25px !important;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed {
    border: none !important;
}
/* Caché ou non les emoticons doigt et cookies */
body div#tarteaucitronAlertBig:before {
    display: none;
}
body #tarteaucitronRoot #tarteaucitronClosePanel {
    z-index: 9;
    text-transform: uppercase;
    font-family: "Montserrat" !important;
    margin: 3px;
    font-weight: 400;
    border: 1px solid #2b2b2b;
    padding: 3.75px 7.5px;
    font-size: 16px;
    line-height: 1.5 !important;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    color: #fff !important;
    background-color: #2b2b2b !important;
    width: auto;
}
body #tarteaucitronRoot #tarteaucitronClosePanel:hover {
    background-color: #fff !important;
    border-color: #2b2b2b !important;
    color: #2b2b2b !important;
}
body #tarteaucitronRoot .tarteaucitronH1,
body #tarteaucitronRoot .tarteaucitronH2 {
    font-family: "Montserrat" !important;
    text-transform: none;
    line-height: 1 !important;
}
body #tarteaucitronRoot .tarteaucitronH1 {
    font-weight: bold !important;
    font-size: 40px !important;
    color: #1C335C !important;
    margin-top: 60px !important;
}
body #tarteaucitronRoot .tarteaucitronH2 {
    font-weight: bold !important;
    font-size: 25px !important;
    color: #1c335c !important;
    margin-bottom: 15px;
    max-width: 100%;
}

body #tarteaucitron .tarteaucitronH3 {
    font-size: 16px;
    font-family: "Montserrat" !important;
    font-weight: bold;
}
body div#tarteaucitronInfo {
    border: none !important;
    max-width: 100% !important;
    line-height: 1 !important;
    padding: 15px 15px !important;
}
body #tarteaucitron #tarteaucitronServices  .tarteaucitronLine .tarteaucitronAsk {
    float:left !important;
    margin: 0 !important;
}
body #tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronLine .tarteaucitronAsk,
body #tarteaucitronRoot #tarteaucitronServicesTitle_api .tarteaucitronLine .tarteaucitronAsk,
body #tarteaucitronRoot #tarteaucitronServicesTitle_other .tarteaucitronLine .tarteaucitronAsk,
body #tarteaucitronRoot #tarteaucitronServicesTitle_comment .tarteaucitronLine .tarteaucitronAsk,
body #tarteaucitronRoot #tarteaucitronServicesTitle_ads .tarteaucitronLine .tarteaucitronAsk,
body #tarteaucitronRoot #tarteaucitronServicesTitle_social .tarteaucitronLine .tarteaucitronAsk,
body #tarteaucitronRoot #tarteaucitronServicesTitle_support  .tarteaucitronLine .tarteaucitronAsk,
body #tarteaucitronRoot #tarteaucitronServicesTitle_video .tarteaucitronLine .tarteaucitronAsk,
body #tarteaucitronRoot #tarteaucitronServicesTitle_analytic .tarteaucitronLine .tarteaucitronAsk
{
    float:right !important;
    margin-right: 15px !important;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    padding: 15px 0 0 !important;
}
body #tarteaucitron #tarteaucitronServices #tarteaucitronServices_analytic > .tarteaucitronLine {
    border: none !important;
    background: transparent !important;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    background: transparent !important;
    position: relative !important;
    color: #2b2b2b !important;
    margin-top: 5px !important;
    font-size: 16px;
    max-width: 100%;
    padding: 0 10px 10px;
    font-family: "Montserrat" !important;
}
body #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAllow3 {
    font-family: "Montserrat" !important;
    background: #1C335C !important;
    color : #fff !important;
    border : none !important;
    font-weight: 400;
    vertical-align: middle;
    user-select: none;
    padding: 0.25rem 0.5rem;
    font-size: 16px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    opacity: 1 !important;
    text-transform: uppercase;
    margin: 3px;
}
body #tarteaucitronServices #tarteaucitronServices_mandatory .tarteaucitronAllow3 .tarteaucitronCheck::before {
    color: #fff !important;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    background-color:#fff !important;
}
body #tarteaucitron a {
    text-decoration: underline !important;
}
body #tarteaucitron a:focus, button:focus, input:focus, select:focus, textarea:focus {
    border: 0px !important;
}
body #tarteaucitron a:hover,
body #tarteaucitron a:focus {
    text-decoration: none !important;
}
body #tarteaucitron button:focus {
    border:none !important;
}
body #tarteaucitronRoot div#tarteaucitron {
    border: 30px solid #fff;
    background: #fff;
}
body #tarteaucitronRoot #tarteaucitronServices .tarteaucitronHidden {
    background:#fff!important;
}
body #tarteaucitronRoot #tarteaucitronServicesTitle_api,
body #tarteaucitronRoot #tarteaucitronServicesTitle_other,
body #tarteaucitronRoot #tarteaucitronServicesTitle_comment,
body #tarteaucitronRoot #tarteaucitronServicesTitle_ads,
body #tarteaucitronRoot #tarteaucitronServicesTitle_social,
body #tarteaucitronRoot #tarteaucitronServicesTitle_support,
body #tarteaucitronRoot #tarteaucitronServicesTitle_video,
body #tarteaucitronRoot #tarteaucitronServicesTitle_analytic
{
    border-radius: 4px !important;
    margin: 4px 0 !important;
    background:transparent !important;
}
body #tarteaucitronRoot #tarteaucitronServices {
    box-shadow:none !important;
}
body #tarteaucitronRoot #tarteaucitronAlertSmall {
    display: none !important;
}
body #tarteaucitronRoot .tarteaucitronSelfLink {
    display: none;
}