html, body {
    word-wrap: normal !important;
    -webkit-hyphens: none !important;
    hyphens: none !important;
    -webkit-word-break: normal !important;
    word-break: normal !important;
}

:root {
  --rouge: #e4202e;
}


.cartouche-rouge {
    background: #e4202e;
    color: #fff !important;
    padding: 10px 25px;
}


.blanc {
    color: #fff;
}

.clearboth {
    clear: both;
}

h2 {
    font-size: 50px;
    line-height: 54px;
}

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

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

.margin-bottom-none {
    margin-bottom: 0 !important;
}


.margin-bottom-none .wpb_text_column.wpb_content_element {
    margin-bottom: 30px !important; 
}


.margin-bottom-none .vc_column-inner {
    padding-top: 0 !important;
    justify-content: flex-start !important;
}

.margin-bottom-none .carre-titre .vc_column-inner {
    justify-content: center !important; 
}

.margin-bottom-none .vc_column-inner .wpb_wrapper {
    margin-top: 25px !important;
    
}


.uc_sexy_social_buttons .uc_icon-button {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    line-height: 30px !important;
    margin: 0 3px !important;
}

.uc_sexy_social_buttons .uc_icon-button i {
    width: 30px !important;
    height: 30px !important;
    border-radius: 50% !important;
    line-height: 30px !important;
}

.uc_sexy_social_buttons i::before {
    font-size: 14px !important;
}



body.single-games .uc_sexy_social_buttons .uc_icon-button i {
    line-height: 25px !important;
}




/************************************************************************************/
/******************************* TOP HEADER SEARCH **********************************/
/************************************************************************************/

#Wrapper {
    padding-top: 40px;
}

#Top_bar.is-sticky {
    top: 40px !important;
}


.container-top-header {
    width: 100%;
    height: 40px;
    background: #303030;
    position: fixed;
    top: 0;
    z-index: 1203;
}

#sidebar-recherche {
    text-align: right !important;
    height: 40px;
}

.container1220 {
    width: 1220px;
    max-width: 100%;
    margin: 0 auto;
    text-align: right;
}

.container-top-header .widget_search {
    width: 320px;
    max-width: 98%;
    margin-right: 0;
    float: right;
}

.container-top-header .widget_search input.field {
    border: 0 !important;
    background: #fff !important;
    position: relative;
    height: 40px;
}

/*
.container-top-header .widget_search input.field::after {
    content: '\f002';
    display: block;
    position: absolute;
    font-family: 'fontAwesome';
    z-index: 12;
    font-size: 1.1rem;
}
*/

.container-top-header .widget_search .icon_search {
    display: block !important;
    position: absolute;
    z-index: 12;
    right: 10px;
    top: 4px;
}




/************************************************************************************/
/********************************** NAVIGATION **************************************/
/************************************************************************************/

nav#menu {
    margin-top: 20px;
}

#Top_bar .menu > li > a {
    line-height: 14px;
    padding: 15px 5px;
    height: 40px;
    
}

#Top_bar .menu > li > a span:not(.description) {
    padding: 0;
    line-height: 14px;
    text-align: center;
    white-space: normal;
}

#Top_bar .menu > li {
    max-width: 90px;
    text-align: center;
    margin: 0 10px;
}

#Top_bar.is-sticky nav#menu {
    margin-top: 0;
}

#Top_bar.is-sticky .menu > li > a, #Top_bar.is-sticky .menu > li > a span {
    line-height: 14px;
    margin: 0 auto;
}

.header-transparent #Top_bar.is-sticky .menu > li > a {
    text-align: center;
}

.header-transparent #Top_bar.is-sticky .menu > li > a span:not(.description) {
    line-height: 14px;
}


#Top_bar.is-sticky .menu_wrapper {
    margin-top: 15px; 
}

.sub-menu {
/*    display: block !important;  */
    -webkit-box-shadow: 0 0 20px rgba(0,0,0,0.8) !important;
    box-shadow: 0 6px 6px rgba(0,0,0,0.4) !important;
    background: none !important;
    left: -30px !important; 
}

.is-sticky .sub-menu {
    margin-top: 5px !important;
}


#Top_bar .menu li ul {
    
}


#Top_bar .menu li ul.sub-menu li {
/*    width: 170px !important; */
}

#Top_bar .menu li ul.sub-menu li a {
    background: rgba(0,0,0,0.8) !important;
    color: var(--rouge) !important;
    padding: 4px 4px 4px 15px !important;
/*    
    border-bottom: 1px solid var(--rouge) !important;
    border-top: 1px solid var(--rouge) !important;
*/
    border-bottom: 0 !important;
/*    border-left: 6px solid var(--rouge) !important; */
    text-align: left !important;
}



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

footer#Footer {
    background: #303030;
    color: #fff;
}


footer#Footer #media_image-4,
footer#Footer #media_image-3 {
    display: inline-block;
    margin-right: 40px;
}


footer#Footer #media_image-4 img,
footer#Footer #media_image-3 img {
    max-width: 125px !important;
    height: auto !important;
}


#text-3 a {
    font-size: 1rem;
    color: #fff;
    line-height: .5rem;
}

#text-3 a:hover {
    text-decoration: none !important;
}


.menu-menu-reseaux-sociaux-container {
    text-align: right;
}

#menu-menu-reseaux-sociaux {
    margin-right: 0;
    background: none !important;
}

#menu-menu-reseaux-sociaux li {
    display: inline-block !important;
    list-style: none !important;
    margin: 0 15px;
}

#menu-menu-reseaux-sociaux li::after {
    display: none !important;
}

#menu-menu-reseaux-sociaux li a {
    text-decoration: none !important;
    color: #fff !important;
    border: 0 !important;
    padding: 0 !important;
    opacity: .5;
}

#menu-menu-reseaux-sociaux li a::before {
    content: '';
    display: inline-block;
    font-size: 1.3rem;
    font-family: 'fontAwesome';
}

#menu-menu-reseaux-sociaux li a:hover {
    opacity: 1;
}

#menu-menu-reseaux-sociaux li.twitter a::before {
    content: '\f099';
}

#menu-menu-reseaux-sociaux li.linkedin a::before {
    content: '\f0e1';
}

#menu-menu-reseaux-sociaux li.facebook a::before {
    content: '\f09a';
}

#menu-menu-reseaux-sociaux li.instagram a::before {
    content: '\f16d';
}


.container-copyright {
    min-height: auto !important;
    padding: 15px 0 !important;
    margin-bottom: 0 !important;
    text-align: left;
}

footer#Footer .copyright {
    font-size: .8rem;
    font-weight: 400;
}


.menu-footer-container {
    background: #212121;
    text-align: center;
    padding: 8px 0;
}

.menu-footer-container li {
    display: inline-block;
    margin: 0 6px;
}

.menu-footer-container li a {
    color: #fff !important;
    opacity: .6;
    padding: 6px;
    font-size: .8rem;
    font-weight: 400;
    -webkit-transition: all .3s
    transition: all .3s
}

.menu-footer-container li a:hover {
    text-decoration: none !important;
    opacity: 1;
    -webkit-transition: all .3s
    transition: all .3s
}


.menu-footer-container li.atari-investisseurs a::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    background: url(img/picto-atari.png) center center no-repeat;
    width: 17px;
    height: 17px;
    background-size: contain;
    vertical-align: text-bottom;
}


/************************************************************************************/
/********************************** NEWSLETTER **************************************/
/************************************************************************************/

.cadre-filet {
    padding: 30px 30px 15px;
    border: 1px solid #303030;
    width: 400px;
    max-width: 98%;
    margin: 0 auto;
}


form#sbscrbr-form {
    margin: 0 auto;
    text-align: center;
}

.sbscrbr-unsubscribe-wrap {
    display: none;
}

.sbscrbr-submit-block,
.sbscrbr-email-wrap {
    display: inline-block;
    /*float: left;*/
    margin: 0 15px;
}

.sbscrbr-email-wrap {
    width: 40%;
}

.sbscrbr-submit-block {
    width: 40%;
}

.sbscrbr-submit-block::after {
    clear: both;
    width: 100%;
    height: 1px;
}

form#sbscrbr-form input {
    background: none !important;
    border: 1px solid #303030 !important;
    text-align: center;
    width: 100% !important;
    border-radius: 0 !important;
    color: #fff !important;
}

form#sbscrbr-form .sbscrbr-email-wrap input {
    background: #fff !important;
    border: 0 !important;
    color: #303030 !important;
}

form#sbscrbr-form input[type=submit] {
    margin: 0 !important;
    box-shadow: 0;
    font-size: 13px;
}

form#sbscrbr-form input[type=submit]:hover {
    background: #303030 !important;
}

.sbscrbr-form-error,
.sbscrbr-form-done {
    background: #fff;
    padding: 15px 0;
    color: #303030 !important;
    text-transform: uppercase;
}


.sbscrbr-GDPR-wrap a {
    display: block;
    color: #fff !important;
}

/************************************************************************************/
/********************************* HOME CARRES **************************************/
/************************************************************************************/


.square-home .cq-ihover-text h3 {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    line-height: 1.40rem !important;
    padding-bottom: 12px !important;
    text-shadow: none !important;
    text-shadow: 0 0 0 !important;
    margin: 0 !important;
    padding: 0 15px !important;
}

.square-home .cq-ihover-text h3::after {
    content: '';
    display: block;
    height: 5px;
    width: 30px;
    background: #fff;
    margin: 12px auto;
}

.square-home .cq-ihover-title {
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    line-height: 1.40rem !important;
    padding-bottom: 0 !important;
    text-shadow: none !important;
    text-shadow: 0 0 0 !important;
}



/************************************************************************************/
/********************************** PAGE GAMES **************************************/
/************************************************************************************/

.pl-detailcnt .pl-permalink, .pl-mask .pl-permalink {
    border-radius: 0 !important;
    padding: 10px 20px !important;
    border: 0 !important;
}

.pl-detailcnt .pl-permalink i, .pl-mask .pl-permalink i {
    display: none !important;
}


.rangee-titre {
    margin-bottom: 15px !important;
}

.rangee-titre h2 {
    margin-bottom: 0 !important;
}

.vc_separator {
    margin-bottom: 15px !important;
}

.vc_wp_search {
    margin-bottom: 0 !important;
}

h5.lien-fleche {
    max-width: 50%;
    display: inline-block;
    text-align: right !important;
    margin-right: 0;
    float: right;
    font-size: 1.1rem !important;
}

h5.lien-fleche a::after {
    display: inline-block;
    content: '\f019';
    font-family: 'fontAwesome';
    margin-left: 12px;
    font-size: 1.2rem;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}


h5.lien-fleche a:hover {
    color: var(--rouge) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    opacity: 1 !important;
}



/************************************************************************************/
/****************************** PAGE COMMUNITY **************************************/
/************************************************************************************/

/*
.vc_gitem-animate-slideBottom .vc_gitem-zone-b {
    top: 0 !important;
}
*/

.vc_gitem-acf.instagram-link,
.vc_gitem-acf.facebook-link,
.vc_gitem-acf.twitter-link,
.vc_gitem-acf.youtube-link {
    width: 140px !important;
    height: 40px !important;
    font-size: 12px !important;
    position: relative;
    background: none !important;
    display: block;
    margin: 10px auto;
    
}


.vc_gitem-acf.instagram-link a,
.vc_gitem-acf.facebook-link a,
.vc_gitem-acf.twitter-link a,
.vc_gitem-acf.youtube-link a {
    position: absolute;
    z-index: 252;
    top: 0;
    left: 0;
    color: #fff !important;
    text-decoration: none !important;
    width: 140px !important;
    height: 40px !important;
    font-size: 10px !important;
    text-align: center;
    background: var(--rouge) !important;
    line-height: 40px !important;
    text-transform: uppercase;
}

/*
.vc_gitem-acf.facebook-link a::before,
.vc_gitem-acf.twitter-link a::before,
.vc_gitem-acf.youtube-link a::before {
    content: '';
    font-family: 'fontAwesome';
    color: #fff;
    position: absolute;
    z-index: 252;
    top: 0;
    left: 0;
    width: 180px !important;
    height: 35px !important;
    line-height: 35px;
    font-size: 11px !important;
}

.vc_gitem-acf.facebook-link a::before {
    content: '\f09a';
}

.vc_gitem-acf.twitter-link a::before {
    content: '\f099';
}

.vc_gitem-acf.youtube-link a::before {
    content: '\f16a';
}

*/
.vc_gitem-acf a:hover {
    background: #000 !important;
    text-decoration: none !important;
}


.vc_grid-item-mini {
    border: 2px solid var(--rouge);
}


/************************************************************************************/
/******************************** GAMES SINGLE **************************************/
/************************************************************************************/

body.single-games .vc_wp_search {
    margin-bottom: 35px !important;
}

.row-share .wpb_column,
.row-share .wpb_wrapper {
    text-align: center;
}

.row-share .vc_tweetmeme-element,
.row-share .fb_like,
.row-share .wpb_googleplus {
    display: inline-block;
    margin: 0 15px;
}

.row-share iframe {
    
}

.ssbp-wrap {
    width: 100%;
    text-align: center;
}

.ssbp-list li a::before {
    margin-top: -2px;
}

.ssbp-wrap .ssbp-list li {
    margin-top: 5px !important;
}

.ssbp--theme-8 .ssbp-btn, .ssbp--theme-8 .ssbp-btn:visited {
    border-color: var(--rouge) !important;
}

.ssbp--theme-8 .ssbp-btn:hover, .ssbp--theme-8 .ssbp-btn:focus, .ssbp--theme-8 .ssbp-btn:active, .ssbp--theme-8 .ssbp-btn:visited:hover, .ssbp--theme-8 .ssbp-btn:visited:focus, .ssbp--theme-8 .ssbp-btn:visited:active {
    background-color: var(--rouge) !important;
}

.ssbp-btn::before, .ssbp-toggle-switch::before {
    color: var(--rouge) !important;
}

.ssbp-list li a:hover::before {
    color: #fff !important;
}


.vc_images_carousel .vc_carousel-control.vc_left {
    left: -50px !important;
}

.vc_images_carousel .vc_carousel-control.vc_right {
    right: -25px !important;
}

.vc_images_carousel .vc_carousel-control {
    text-shadow: none !important;
    text-shadow: 0 !important;
}

.vc_images_carousel .vc_carousel-control .icon-next::before,
.vc_images_carousel .vc_carousel-control .icon-prev::before {
    font-size: 40px !important;
    color: #000 !important;
}

.vc_images_carousel .vc_carousel-indicators {
    bottom: -30px !important;
}


.vc_images_carousel .vc_carousel-indicators li {
    border: 1px solid var(--rouge) !important;
    background-color: #fff !important;
}

.vc_images_carousel .vc_carousel-indicators li.vc_active {
    background-color: var(--rouge) !important;
}

.vc_images_carousel ol.vc_carousel-indicators {
    /*
    margin: 0 !important;
    left: 0 !important;
    width: 95%;
    */
}

.vc_images_carousel .vc_carousel-inner .vc_carousel-slideline .vc_carousel-slideline-inner {

}

.wpb_images_carousel .wpb_wrapper {
    text-align: center;
}


.wp-video {
    margin: 0 auto;
}


/************************************************************************************/
/*********************************** ACCORDION **************************************/
/************************************************************************************/

.vc_tta-panel-heading {
    position: relative;
}


.vc_tta-panel-heading h4::after {
    width: 36px;
    height: 36px;
    right: 5px;
    top: 5px;
    background: var(--rouge);
    content: '+';
    font-weight: 800;
    font-size: 1.6rem;
    position: absolute;
    text-align: center;
    color: #fff;
    line-height: 36px;
}

.vc_active .vc_tta-panel-heading h4::after {
    content: '-';
}


/************************************************************************************/
/*********************************** LICENSING **************************************/
/************************************************************************************/


.licensing-grid h3 {
    margin-top: 15px;
    color: var(--rouge);
    font-weight: 600;
    
}

.licensing-grid .excerpt-hellip {
    display: none;
}

.licensing-grid .vc_gitem_row .vc_gitem-col {
    padding: 20px !important;
}


.licensing-grid .vc_grid-item {
    width: 20%;
}


.hover-block-licensing {
    height: 250px !important;
}


.vc_gitem-acf.lien-licensing {
    background: none !important;
}

 
.vc_gitem-acf.lien-licensing a {
    color: #fff !important;
    text-decoration: none !important;
    padding: 15px 25px;
    font-size: 10px !important;
    text-align: center;
    background: var(--rouge) !important;
    text-transform: uppercase;
}

.vc_gitem-acf.lien-licensing a:hover {
    background: #000;
}


.galerie-logos-licensing {
    text-align: center;
}

.galerie-logos-licensing ul {
    max-width: 100%;
}

.galerie-logos-licensing li {
    margin: 15px !important;
    text-align: center;
    float: none !important;
    display: inline-block !important;
    position: relative !important;
    width: 120px !important;
    top: auto !important;
    left: auto !important;
}

.galerie-logos-licensing li img {
    width: 100% !important;
    max-width: 100% !important;
}


/************************************************************************************/
/******************************* ARTICLES SINGLE ************************************/
/************************************************************************************/

body.single-post #Content {
}


body.post-template-default .header-single-post {
    height: 250px;
    width: 100%;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}


body.post-template-default .sections_group {
    background: #fff !important;
    
}

body.post-template-default .the_content_wrapper p {
    color: #000 !important;
}

body.post-template-default .the_content_wrapper a {
    color: var(--rouge) !important;
}

body.post-template-default h1.titre-post {
    padding-top: 90px;
    padding-bottom: 30px;
    color: var(--rouge) !important;
    border-bottom: 1px solid var(--rouge);
    font-weight: 700;
    font-family: Lato;
}

body.games-template-default h1.titre-post {
    display: none !important;
}

body.post-template-default img.image-post-single {
    width: 1220px;
    max-width: 100%;
    height: auto;
    margin: 40px auto;
}

body.games-template-default img.image-post-single {
    display: none !important;
}


/************************************************************************************/
/********************************* PAGE ARTICLES ************************************/
/************************************************************************************/


.rangee-posts .pl-date {
    display: block !important;
    margin-bottom: 10px !important;
    background: none !important;
    color: #000 !important;
    padding: 0 !important;
    margin-left: 0 !important;
}


.rangee-posts {
    padding: 70px 0;
}

.module-post {
    border: 0 !important;
}

.rangee-posts .vc_grid-item-mini {
    border: 0;
    background: #fff;
    padding: 20px !important; 
}


.rangee-posts .titre-post-module a {
    color: var(--rouge) !important;
    font-size: 1.2rem !important;
    line-height: 1.3rem !important;
    margin-bottom: 40px !important
}


.rangee-posts .module-post-date {
    font-weight: 700;
    color: #000 !important;
    font-size: .85rem !important;
}

.rangee-posts .vc_gitem-zone-a .vc_gitem-row-position-top, 
.rangee-posts .vc_gitem-zone-b .vc_gitem-row-position-top {
    
}

.rangee-posts .vc_gitem-zone-a .vc_gitem-row-position-middle, 
.rangee-posts .vc_gitem-zone-b .vc_gitem-row-position-middle {
    
    min-height: 50px;
    top: 90% !important;
    
}

.rangee-posts .vc-gitem-zone-height-mode-auto::before {
    
    padding-top: 180% !important;  
}

.rangee-posts .vc_gitem-zone {
    min-height: 300px !important;
}

.rangee-posts .vc_gitem-zone-mini {

}


.rangee-posts a.vc_gitem-link:hover {
    background-color: var(--rouge) !important;
    border: 0 !important;
    color: #fff !important;
}


/************************************************************************************/
/***************************** DERNIER POST BAS PAGES *******************************/
/************************************************************************************/

.rangee-dernier-post {
    margin-top: 45px !important;
}


.rangee-dernier-post .pl-col-md-12 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.rangee-dernier-post h2 {
    color: var(--rouge) !important;
    opacity: 1 !important;
    margin-bottom: 30px !important;
    padding-bottom: 20px !important;
    border-bottom: 1px solid var(--rouge);
}

.rangee-dernier-post .all-detail-cnt {
    background: #000 !important;
}

.rangee-dernier-post .pl-gridlayout .pl-itemcnt {
    padding: 0 !important;
}

.rangee-dernier-post .pl-itemcnt {
    width: 48% !important;
    float: left !important;
}

.rangee-dernier-post .pl-itemcnt img {
    width: 100% !important;
    height: auto !important;
}

.rangee-dernier-post .pl-detailcnt {
    width: 48% !important;
    float: right;
}

.rangee-dernier-post .pl-title span {
    display: inline-block !important;
    margin-bottom: 30px !important;
    background-color: #303030 !important;
    padding: 4px 24px !important;
    border-radius: 0 !important;
}

.rangee-dernier-post .pl-title a {
    color: #fff !important;
    font-weight: 400 !important;
    line-height: 33px !important;
    display: block !important;
}

.rangee-dernier-post .pl-title a::after {
    content: '';
    display: block;
    width: 0%;
    height: 3px;
    opacity: 0;
    background: var(--rouge);
    margin-top: 20px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.rangee-dernier-post .pl-title a:hover::after {
    width: 50%;
    opacity: 1;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}



.rangee-dernier-post .pl-detailcnt::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
    height: 1px;
}

@media only screen and (max-width: 600px) {
    .rangee-dernier-post .pl-itemcnt {
        width: 100% !important;
        float: none !important;
        margin-bottom: 30px !important;
    }

    .rangee-dernier-post .pl-detailcnt {
        width: 100% !important;
        float: none !important;
    }
}



.rangee-bug {
    opacity: 1 !important;
}


/******************************************************************************/
/******************************* SEARCH ***************************************/
/******************************************************************************/

body.search #Header_wrapper, #Intro {
    background: none;
        
}

body.search #Subheader.subheader-search {
    top: 100px;
}

body.search #Subheader.subheader-search h1 {
    color: var(--rouge);
}

body.search #Content {
    margin-top: 130px;
}

body.search a {
    color: var(--rouge);
}


body.search h2,
body.search h2 a {
    color: #fff;
    opacity: .8;
}

body.search h2 a:hover {
    opacity: 1;
}

body.search .post-item {
    border-bottom: 1px solid rgba(255,255,255,0.5);
}


/*************************************************************************/
/************************* GESTION COOKIES *******************************/
/*************************************************************************/


/* panneau de configuration */
#tarteaucitron {
        
}

/* Petit bandeau en bas à droite */
#tarteaucitronAlertSmall {
        
}

#tarteaucitronAlertBig {
    padding: 12px 30px 15px !important;
    width: auto!important;
    background: rgba(76,86,92,0.85) !important;
    border-top: 2px solid #fff;
}


#tarteaucitronAlertBig #tarteaucitronDisclaimerAlert, #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert b {
    font-family: 'Open Sans', helvetica, arial, lucida, sans-serif !important;
    width: auto!important;
}

#tarteaucitronDisclaimerAlert {
    margin-bottom: 15px;
    font-size: .85rem !important;
    padding: 0 20px;
    max-width: 70%;
    float: left;
    text-align: left;
    font-weight: 400;
}

.accepte-tout,
.choix-cookies {
    background: #fff !important;
    height: 36px !important;
    border-radius: 0 !important;
    line-height: 36px !important;
    padding: 0 25px !important;
    margin: 6px 20px !important;
    font-family: 'Open Sans', helvetica, arial, lucida, sans-serif !important;
    text-transform: uppercase;
    font-size: .85rem !important;
    color: var(--rouge) !important;
    float: left;
    font-weight: 600;
}


.accepte-tout::after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    clear: both;
}


#tarteaucitron {
    border: 2px solid var(--rouge) !important;
    box-shadow: 0px 15px 15px rgba(0, 0, 0, .2);
    background: #fff !important;
}


#tarteaucitron #tarteaucitronServices .tarteaucitronMainLine {
    background: var(--rouge) !important;
    border: 0 !important;
}

#tarteaucitronAlertSmall #tarteaucitronCookiesListContainer #tarteaucitronCookiesList .tarteaucitronHidden, #tarteaucitron #tarteaucitronServices .tarteaucitronHidden {
    background: #fff !important;
}

#tarteaucitron .tarteaucitronBorder {
    border: 0 !important;
}




/******************************************************************************/
/*************************** RESPONSIVE ***************************************/
/******************************************************************************/

@media only screen and (max-width: 1239px) {
    .container-top-header {
        display: none;
    }
    
    #Wrapper {
        padding-top: 0;
    }
}

    
}


@media only screen and (max-width: 1024px) {
    .licensing-grid .vc_grid-item {
        width: 25% !important;
        display: inline-block !important;
    }
}

@media only screen and (max-width: 767px) {
    #Top_bar .responsive-menu-toggle,
    #Header_creative .creative-menu-toggle,
    #Header_creative .responsive-menu-toggle {
        color: #000 !important;
    }
    
    .licensing-grid .vc_grid-item {
        width: 100% !important;
        display: block !important;
    }
    
    .box-content p,
    .box-content h4 {
        padding-left: 20px !important;
        padding-right: 20px !important;
        text-align: center !important;
    }
    

    .box-content .vc_figure {
        margin-bottom: 15px !important;
        margin-top: 15px !important;
    }
    
    .cadre-filet {
        width: auto;
    }
    
    h3.upper {
        text-align: center !important;
    }
    
}



@media only screen and (max-width: 620px) {
    .rangee-dernier-post .pl-itemcnt {
        width: 100% !important;
        float: none !important;
        margin-bottom: 30px !important;
    }

    .rangee-dernier-post .pl-detailcnt {
        width: 100% !important;
        float: none !important;
    }
    
    .licensing-grid .vc_grid-item {
        width: 100% !important;
        display: block !important;
    }
    
    
    
}


@media only screen and (max-width: 480px) {
    
    .licensing-grid .vc_grid-item {
        width: 100% !important;
        display: block !important;
    }
    
}







