/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


/******************************************************/
/*    ----------    SANI CONTROLE     -----------     */
/******************************************************/


/* FONTS */

@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;700;800&family=Roboto+Condensed:wght@700&family=Roboto:ital,wght@0,300;0,700;1,300&display=swap');


/***********************************/
/*             GENERAL             */
/***********************************/

p {
    font-weight: 300;
    line-height: 1.8;
}


/* TITRES */

#top .main_color h1 {
    color: #42cfa0;
    text-transform: inherit;
}

.alternate_color h1 {
    text-align: center;
    max-width: 750px;
    margin: 0 auto;

    padding: 45px 40px 36px 40px;
    font-size: 40px;
    font-weight: 300;
    text-transform: inherit !important;
    color: #fff;

    /*text-shadow: 0 0 20px rgba(0,0,0,0.4);*/
    text-shadow: 0 0 20px rgb(39, 57, 85);
}

h1 #h1et {
    color: #7CFCFF;
    /*font-size: 80px;*/
    font-size: 1.5em;
    font-weight: 700;

    opacity: 0;
}

h1 #h1sub {
    font-size: 40px;
    font-size: 0.9em;
    font-weight: 800;
    position: relative;
    top: -8px;

    opacity: 0;
}

#une h1 {
    border: solid 16px #42CFA0;
    border-radius: 24px;

    position: relative;
    -webkit-animation: 0.5s smoothdisplay forwards ease;
    animation: 0.5s smoothdisplay forwards ease;

    opacity: 0;
}

#une h1 #h1et {
    -webkit-animation: 0.8s smoothdisplay 0.3s forwards ease;
    animation: 0.8s smoothdisplay 0.3s forwards ease;
}

#une h1 #h1sub {
    -webkit-animation: 1s smoothdisplay 0.5s forwards ease;
    animation: 1s smoothdisplay 0.5s forwards ease;
}



@-webkit-keyframes smoothdisplay {
    from {
        opacity: 0;
        top: 0px;
    }
    to {
        opacity: 1;
        top: -8px;
    }
}

@keyframes smoothdisplay {
    from {
        opacity: 0;
        top: 0px;
    }
    to {
        opacity: 1;
        top: -8px;
    }
}

#une h1::before {
    content: "";
    position: absolute;
    width: 108px;
    height: 108px;
    background-image: url('https://www.sanicontrole.com/wp-content/uploads/2020/09/croix-titre.png');
    background-size: contain;
    background-repeat: no-repeat;
    top: -26px;
    right: -27px;
}

@media screen and (max-width:989px) {

    .alternate_color h1 {
        max-width: 80%;
        font-size: 45px;
    }

}

@media screen and (max-width:800px) {

    .alternate_color h1 {
        max-width: 90%;
        font-size: 37px;
    }

}

@media screen and (max-width:620px) {

    #une h1 {
        border: solid 12px #42CFA0;
    }

    #une h1::before {
        content: "";
        position: absolute;
        width: 50px;
        height: 50px;
        top: -12px;
        right: -14px;
    }

    .alternate_color h1 {
        max-width: 100%;
        font-size: 22px;
        border-width: 8px;
        padding: 25px 6px 18px 6px;
    }
    h1 #h1sub {
        top: -7px;
    }

    @-webkit-keyframes smoothdisplay {
        from {
            opacity: 0;
            top: 0px;
        }
        to {
            opacity: 1;
            top: -7px;
        }
    }

    @keyframes smoothdisplay {
        from {
            opacity: 0;
            top: 0px;
        }
        to {
            opacity: 1;
            top: -7px;
        }
    }

}


.template-page .entry-content-wrapper h2 {
    text-transform: inherit;
}
h2 {
    font-size: 42px;
    font-weight: 800;
}
.main_color h2,
.alternate_color h2 {
    color: #42cfa0;
}
h2::after {
    content: "";
    position: absolute;
    width: 60px;
    height: 1px;
    background-color: #000;
    bottom: -8px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width:620px) {

    h2 {
        font-size: 30px;
    }
}


/* IMAGES */

.img-rad-shdw {
    margin-top: 18px !important;
}

.img-rad-shdw .avia-image-container-inner,
.img-rad-shdw .avia_image,
.img-rad-shdw .av-image-caption-overlay {
    border-radius: 40px;
}

@media screen and (max-width:767px) {
    .img-rad-shdw .avia-image-container-inner,
    .img-rad-shdw .avia_image,
    .img-rad-shdw .av-image-caption-overlay {
        border-radius: 25px;
    }
}

.img-rad-shdw .avia-image-container-inner {
    -webkit-box-shadow: -6px 6px 30px rgba(0,0,0,0.15);
    box-shadow: -6px 6px 30px rgba(0,0,0,0.15);
}

@media screen and (max-width:480px) {

    .logo-onethird {
        max-width: 220px;
    }
}


/* LIENS */

.avia_textblock a {
    text-decoration: underline;
}

/* BOUTON */

.avia-button.avia-size-small,
input[type="submit"] {
    font-size: 20px;
    font-family: 'Roboto condensed', sans-serif;
    font-weight: 700;
    letter-spacing: 0.5px;
    background-color: #42cfa0;
    border: none;
    border-radius: 11px;

    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.avia-button.avia-size-small {
    padding: 11px 40px;
    -webkit-box-shadow: -3px 3px 30px rgba(0,0,0,0.2);
    box-shadow: -3px 3px 30px rgba(0,0,0,0.2);
}

input[type="submit"] {
    color: #fff !important;
    padding: 8px 40px;
}

/* PAGE */

.radius-bottom::before {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 200px;
    background-image: url('https://www.sanicontrole.com/wp-content/uploads/2020/08/radius.png');
    z-index: 10;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom;
}

@media screen and (min-width:1240px) {

    div .av_one_half {
        margin-left: 10%;
        width: 45%;
    }
}

@media screen and (max-width:767px) {

    .responsive #top #wrap_all .container {
        width: 90%;
        max-width: 90%;
    }
}

/* Scroll down */

#top .scroll-down-link {
    font-size: 40px;
}
#top .scroll-down-link::before {
content: '';
}

/* Scroll top */

#scroll-top-link {
    background-color: #42cfa0;
    border: 3px solid #42cfa0;
    border-radius: 15px;
    line-height: 45px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#scroll-top-link::before {
    /*content: '';*/
    color: #fff;
    font-size: 24px;
}
#scroll-top-link:hover {
    background-color: #000;
    border: 0px solid #000;
}

/* Recaptcha Badge */

.grecaptcha-badge {
    visibility: collapse;
}

/* POP IN */

.pum-close {
  background: url('https://www.sanitransport.com/wp-content/uploads/2020/08/close.png') center center no-repeat !important;
  background-size: contain !important;
  font-size: 0 !important;
}

.pum a {
  color: inherit;
}


@media screen and (max-width:600px) {
  
    .pum-theme-sani-controle .pum-container {
      padding: 30px !important;
    }
}


/* CONTACT FORM */

@media screen and (max-width:639px) {

    .pum .width50.first {
        display: block;
        margin-bottom: 13px;
    }
}

@media screen and (min-width:640px) {

    .pum .width50{
        display: inline-block;
        width: 49%;
    }
    
    .pum .width50.first {
        margin-right: 2%;
    }

    #popup-adr,
    #popup-tel {
        display: inline-block;
    }
    #popup-adr p,
    #popup-tel p {
        font-size: 14px;
        line-height: 1.5;
    }
    #popup-adr {
        margin-left: 120px;
        position: relative;
    }
    #popup-tel {
        float: right;
    }
    #popup-adr::before {
        content: '';
        font-family: 'entypo-fontello';
        position: absolute;
        /*top: 20px;*/
        top: 5px;
        left: -120px;
        color: #42cfa0;
        font-size: 50px;
    }

}

#top .input-text, #top input[type="text"],
#top input[type="input"],
#top input[type="password"],
#top input[type="email"],
#top input[type="number"],
#top input[type="url"],
#top input[type="tel"],
#top input[type="search"],
#top textarea,
#top select {
    padding: 12px;
    border-radius: 10px;
    border-color: #000;
    margin-bottom: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #111;
}

input::-webkit-input-placeholder {
    text-transform: uppercase;
}

input:-ms-input-placeholder {
    text-transform: uppercase;
}

input::placeholder {
    text-transform: uppercase;
}

#top textarea {
    min-width: 100%;
    max-width: 100%;
    height: 140px;
}

#top .wpcf7 select {
    font-size: 13px;
}

#top span.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 13px;
}



/***********************************/
/*             HEADER              */
/***********************************/

#header {
    -webkit-box-shadow: 0 0 30px rgba(0,0,0, 0.1);
    box-shadow: 0 0 30px rgba(0,0,0, 0.1);
}

/* TOPBAR */

#header_meta::before {
    position: absolute;
    content: "";
    height: 8px;
    background-color: #42cfa0;
    top: 0;
    left: 0;
    right: 0;
}

#header_meta .menu {
    position: relative;
    top: 30px;
    /*padding-right: 22px;*/
}

#header_meta .sub_menu .menu li a {
    font-weight: 400;
    font-size: 17px;
    color: #888;
}

.sub_menu li {
    border-width: 0;
}

#top .sub_menu .menu li {
    margin: 0 22px 0 47px;
}

#top #wrap_all #header_main > .container .main_menu .av-main-nav > li > a {
    height: 80px;
    line-height: 80px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#top #wrap_all #header_main > .container .main_menu .av-main-nav > li > a:hover {
    /*line-height: 75px;*/
    color: #42cfa0;
}

.avia-menu.av-main-nav-wrap {
    padding-top: 20px;
}

#header_meta .menu>li::before {
    font-family: entypo-fontello;
    color: #42cfa0;
    font-size: 26px;
    position: absolute;
    left: -12px;
}

#header_meta .menu .menu-item-126::before {
    content: "";
}
#header_meta .menu .menu-item-127::before {
    content: "";
    -webkit-transform: rotate(100deg);
    transform: rotate(100deg);
    font-size: 24px;
    left: -15px;
}


/* MENU */

.av-main-nav > li > a {
    font-size: 17px;
    text-transform: uppercase;
    padding: 0 22px;
}


@media screen and (max-width:1440px) {

    .av-main-nav > li > a {
        font-size: 15px;
        padding: 0 15px;
    }
    #top .sub_menu .menu li {
        margin: 0 15px 0 47px;
    }

}

@media screen and (max-width:1240px) {

    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item {
        display: none;
    }
    .responsive #top .av_mobile_menu_tablet .av-main-nav .menu-item-avia-special {
        display: block;
    }

    #header .sub_menu {
        display: none;
    }
    .avia-menu.av-main-nav-wrap {
        padding-top: 0;
    }

}

@media screen and (max-width:989px) {

    .avia-menu.av-main-nav-wrap {
        margin-top: -6px;
    }

}

@media screen and (max-width:767px) {

    .avia-menu.av-main-nav-wrap {
        margin-top: -12px;
    }

}


/* burger menu */

#av-burger-menu-ul li a {
    font-weight: 600;
}


/***********************************/
/*             FOOTER              */
/***********************************/

#footer a {
    color: #000;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Roboto Condensed';
    font-size: 17px;
}

#footer .container .flex_column.first p {
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.6;
}

@media screen and (max-width:767px) {

    #footer p,
    #menu-menu-footer li a {
        text-align: center;
    }
    #footer .widget {
        margin: 10px 0;
    }
}

/* Social */

.wc-shortcodes-social-icon a i {
    border-radius: 30px;
    background-color: #42cfa0 !important;
}
.wc-shortcodes-social-icons-wrapper .wc-shortcodes-social-icons.wc-shortcodes-columns-float-left li {
    padding-right: 10px;
}

@media screen and (max-width:767px) {

    #footer .wc-shortcodes-social-icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    #top .wc-shortcodes-social-icons-wrapper .wc-shortcodes-social-icons.wc-shortcodes-columns-float-left li {
        padding: 4px 8px;
    }
}

/***********************************/
/*          PAGE ACCUEIL           */
/***********************************/


/* SECTION DASRI */

/*
#collecte-dasri {
    position: relative;
}

#collecte-dasri::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 70px;
    background-color: #fff;
}*/



/* COVER */

@media screen and (max-width:767px) {
    #une .av-section-color-overlay-wrap {
        background: url(https://www.sanicontrole.com/wp-content/uploads/2021/02/sani-controle-organisme-competent-radioprotection-mobile.jpg) center center no-repeat;
        background-size: cover;
    }
    #une .av-parallax.active-parallax.enabled-parallax .av-parallax-inner {
        background-image: none !important;
        opacity: 0;
    }
    #une .av-parallax.enabled-parallax.active-parallax {
        display: none !important;
    }

}




/* SECTION SERVICES */


#services {
    position: relative;
}
#services::after {
    position: absolute;
    left: 0;
    right: 0;
    content: '';
    bottom: 0;
    height: 160px;
    background-color: #f9f9f9;
    z-index: 0;
}

@media screen and (max-width:767px) {
    #services::after {
        height: 40px;
    }
}

#top #services .flex_column_table.av-equal-height-column-flextable {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#top #services .flex_column_table.av-equal-height-column-flextable .flex_column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end;
    */

    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    /*-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;*/

    width: 32.3%;
    -webkit-box-shadow: 0 0 30px rgba(0,0,0,.1);
    box-shadow: 0 0 30px rgba(0,0,0,.1);
    border-radius: 40px !important;
    padding: 3%;
    min-height: 388px;
    overflow: hidden;
}

@media screen and (max-width:767px) {
    #top #services .flex_column_table.av-equal-height-column-flextable .flex_column {
        padding: 8% 4%;
    }
}


#services .av-special-heading {
    width: auto;
    margin: 0 auto;
}

#services .bloc-service .av-subheading p {
    font-size: 50px;
    line-height: 1;
}

#services .bloc-service h3 {
    /*font-size: 50px;*/
    font-size: 40px;
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 600;
    color: #fff;
    margin-bottom: 24px;
    text-shadow: 0 0 20px rgba(0,0,0,0.4);
}

#services .bloc-service.sv-controle p {
    font-weight: 600;
    color: #fff;
    line-height: 1.6;
    /*text-shadow: 0 0 20px rgba(0,0,0,0.5);*/
    text-shadow: 0 0 20px rgba(33, 79, 59, 0.6);
}


/*
@media screen and (min-width:990px) {

    #services .bloc-service.sv-controle .avia_textblock p {
        max-height: 0;
        opacity: 0;
        transition: all 0.4s ease;
    }

    #services .bloc-service.sv-controle:hover .avia_textblock p {
        max-height: 220px;
        opacity: 1;
        transition: all 0.5s ease-out;
    }
}

*/

#services .bloc-service.sv-controle {
    background-color: #fff;
}
/*
#services .bloc-service.jaune {
    background-color: #FFDC00;
}
#services .bloc-service.vert {
    background-color: #42cfa0;
}

#services .bloc-service.vert h4,
#services .bloc-service.vert p {
    color: #fff;
}*/

#top .flex_column_table.av-equal-height-column-flextable:not(:first-child) {
    margin-top: 20px;
}


@media screen and (max-width:989px) {
    /*
    #services .bloc-service.blanc {
        display: none !important;
    }

    #top #services .flex_column_table.av-equal-height-column-flextable .flex_column.vert {
        width: 65%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    */


    #top #services .flex_column_table.av-equal-height-column-flextable {
    -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #top #wrap_all #services .flex_column_table.av-equal-height-column-flextable .flex_column {

        width: 100%;
        /*min-height: inherit;*/
        min-height: 130px;
        border-radius: 25px !important
    }

    #services .bloc-service h3 {
        font-size: 26px;
        /*margin: 10px 20px;*/
        margin: 10px 0;
    }
    #top #services .flex_column_table.av-equal-height-column-flextable .flex_column {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 20px;
    }

    /*
    #top #services .flex_column_table.av-equal-height-column-flextable .flex_column {
        min-height: 275px;
    }*//

    #services .bloc-service h3 {
        font-size: 32px;
    }

}

@media screen and (max-width:767px) {

    /*
    #services .bloc-service.vert h4,
    #services .bloc-service.vert p {
        color: #222;
    }

    #top #services .flex_column_table.av-equal-height-column-flextable .flex_column.vert {
        background-color: #fff;
        padding: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }*/


    /*
    #services .bloc-service.sv-controle .avia_textblock p {
        display: none;
    }*/




}

/* SECTION CONFORMITE & FORMATION */

#top .iconbox_left_content.av-icon-style-no-border .iconbox_icon,
#top .iconbox_right_content.av-icon-style-no-border .iconbox_icon {
    line-height: 60px;
    font-size: 60px;
    width: 60px;
    height: 60px;
    margin-top: 20px;
    margin-right: 40px;
}

@media screen and (max-width: 600px) {

    #certification-ocr .iconbox_icon {
        float: inherit;
    }

}

/* COOKIES bouton refuser et gérer cookies*/
.avia-cookie-hide-notification{
    color: white !important;
    background-color: transparent !important;
}
a#footer_gerer_cookies{
    background-color: transparent !important;
    padding: 4px 0px 5px !important;
    margin: 0 !important;
}


.avia-cookiemessage-bottom-left {
  top: 35% !important;
  bottom: auto !important;
  margin-left: -200px!important;
  left: 50% !important;
  width: 400px !important;
}
@media only screen and (max-width:480px) {
  .avia-cookiemessage-bottom-left {
    margin-left: auto !important;
  }
}

.avia-cookie-consent-wrap .avia-cookie-consent {
  background-color: #42cfa0;
}


.avia-cookie-consent-wrap .avia_cookie_text {
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 10px;
}

.cookie-overlay-mod {
  display: block;
  z-index: 999;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, .5);
  position: fixed;
  top: 0;
  left: 0;
}

.avia-privacy-reload-tooltip-link-container {
  display: none !important;
}

#top .avia-cookie-consent .avia-slideshow-button {
  font-size: 14px !important;
}

#top .avia-cookie-consent .avia-cookie-consent-button.avia-cookie-hide-notification {
    color: #fff;
    background-color: transparent;
}

.gerer-cookies {
  display: inline-block;
}

.gerer-cookies #gerer-cookies {
  background-color: transparent !important;
  border: none;
  font-size: 14px !important;
  padding: 0;
  text-align: center;
  text-transform: inherit !important;
  font-weight: 400 !important;
}


#top .av-toggle-switch input[type="checkbox"]:checked + .toggle-track {
  background-color: #42cfa0;
}





/*****************************/
/*      TARTE AU CITRON      */
/*****************************/

html body #tarteaucitronRoot * {
    color: #000;
}

html body #tarteaucitron {
    width: 800px;
}

html body div#tarteaucitronRoot.tarteaucitronBeforeVisible::before {
  z-index: 999999;
}

/* Ecran intro */

html body div#tarteaucitronAlertBig::before {
    content: '';
    background: url("https://www.sanicontrole.com/wp-content/uploads/2021/02/SaniControle-logo2021-footer.png") center center no-repeat;
    background-size: contain;
    width: 185px;
    height: 133px;
    display: inline-block;
}
html body #tarteaucitronRoot div#tarteaucitronAlertBig {
    background-color: #fff;
    color: #000;
    max-width: 650px;
    -webkit-box-shadow: 0 0 100px #0005;
    box-shadow: 0 0 100px #0005;
    border-radius: 5px;
}
html body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    color: #000;
}
html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 16px;
    line-height: 1.4;
}
.tarteaucitronCross {
    display: none;
}
html body #tarteaucitronAlertBig #tarteaucitronCloseAlert,
html body #tarteaucitronAlertBig #tarteaucitronPersonalize,
html body #tarteaucitronAlertBig #tarteaucitronPersonalize2,
html body .tarteaucitronCTAButton,
html body #tarteaucitron #tarteaucitronPrivacyUrl,
html body #tarteaucitron #tarteaucitronPrivacyUrlDialog,
html body #tarteaucitronRoot .tarteaucitronDeny,
html body #tarteaucitronRoot .tarteaucitronAllow {
    background: #070707;
    font-size: 15px !important;
    padding: 10px 18px;
    border-radius: 0;
    border: 1px solid #070707;
}
html body #tarteaucitronRoot .tarteaucitronDeny,
html body #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    background-color: transparent;
    color: #000;
}

/* Ecran personnalisation */

html body #tarteaucitronServices {
    border-radius: 5px;
    background-color: #fff;
    margin-top: 28px !important;
}
html body #tarteaucitron .tarteaucitronBorder {
    border-width: 0;
    padding-bottom: 10px;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    border-width: 0;
    background-color: #fff;
    padding: 20px;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine:hover {
    background-color: #fff;
}
html body #tarteaucitronRoot .tarteaucitronH1 {
    margin: 30px 0 10px;
    color: #000;
    font-weight: 600;
    font-size: 23px;
}
html body .tarteaucitronMainLine .tarteaucitronH2 {
    font-size: 1.3em !important;
    color: #000;
    font-weight: 600;
}
html body #tarteaucitron #tarteaucitronServices_mandatory .tarteaucitronH3 {
    font-size: 13.5px;
    margin-top: 3px;
    line-height: 1.5;
}
html body #tarteaucitron #tarteaucitronInfo {
    background-color: #fff;
    color: #555;
    max-width: 90% !important;
    border-width: 0;
    padding: 0 !important;
    margin: 0 auto 25px auto !important;
    line-height: 1.5;
    font-size: 15px !important;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny,
html body .tac_activate .tarteaucitronAllow {
    padding: 9px 15px;
    border-radius: 20px;
}
html body .tarteaucitronTitle {
    border-top: 1px solid #ddd !important;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronTitle button {
    background-color: transparent;
    color: #000;
    font-size: 15px;
    margin-top: 8px;
}
html body #tarteaucitronRoot .tarteaucitronPlus::before {
    color: #000;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine:hover {
    background-color: #fff;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine {
    padding: 0px 12px 10px 12px;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    background-color: #fff;
}
html body #tarteaucitron .tarteaucitronH3 {
    font-size: 15px;
    color: #000;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronName {
    line-height: 1.2;
}
html body #tarteaucitron #tarteaucitronClosePanel {
    background-color: transparent;
    color: #222;
    font-size: 14px;
    width: auto;
    padding: 5px;
}
html body #tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected,
html body #tarteaucitron #tarteaucitronServices .tarteaucitronLine.tarteaucitronIsAllowed .tarteaucitronAllow {
    background-color: #2a884f;
}
html body #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
    background-color: #eee;
    color: #000 !important;
    padding: 10px 20px !important;
}
html body #tarteaucitron #tarteaucitronServices li.tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow,
html body #tarteaucitron #tarteaucitronServices li.tarteaucitronLine .tarteaucitronAsk .tarteaucitronDeny {
    padding: 6px 12px;
}
html body #tarteaucitron #tarteaucitronServices #tarteaucitronServices_mandatory li.tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
    background-color: #2a884f;
}

@media screen and (max-width: 900px) {
    html body div#tarteaucitronAlertBig::before {
      height: 110px;
    }
    div#tarteaucitronAlertBig button {
      min-width: 150px;
    }
}
@media screen and (max-width: 767px) {
    html body li.tarteaucitronLine .tarteaucitronName span {
        width: 80% !important;
        display: inline;
    }
    html span#tarteaucitronDisclaimerAlert {
      padding: 0;
    }
    html body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
      font-size: 14px;
    }
}

