/*!
Theme Name: GP Inside
Theme URI: http://underscores.me/
Author: Inside web
Author URI: http://insideweb.be
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: gp-inside
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

GP Inside is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,600');

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
         ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

@media (min-width: 1200px){
    .container {
        max-width: 1200px;
    }
}
/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
         ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
         ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
         ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
         ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}
.btn-group-sm > .btn, .btn-sm {
    padding: 5px 10px 2px !important;
    font-size: .875rem;
    line-height: 1.5rem;
    border-radius: .2rem;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
         ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
         ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
    clear: both;
    font-family: 'Roboto', sans-serif;
}

p {
    margin-bottom: 1.5em;
}

dfn, cite, em, i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", Courier, monospace;
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code, kbd, tt, var {
    font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
    font-size: 15px;
    font-size: 0.9375rem;
}

abbr, acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark, ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
    box-sizing: inherit;
}

body {
    background: #f0f0f0;
    /* Fallback for when there is no custom background color defined. */
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul, ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li > ul,
li > ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: bold;
}

dd {
    margin: 0 1.5em 1.5em;
}

img {
    height: auto;
    /* Make sure images are scaled correctly. */
    max-width: 100%;
    /* Adhere to container width. */
}

figure {
    margin: 1em 0;
    /* Extra wide images within figure tags don't overflow the content area. */
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active, button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
    color: royalblue;
}

a{
    color: purple;
}

a:hover, a:focus, a:active {
    color: midnightblue;
}

a:focus {
    outline: thin dotted;
}

a:hover, a:active {
    outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation li {
    float: left;
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.alignright {
    display: inline;
    float: right;
    margin-left: 1.5em;
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
    content: "";
    display: table;
    table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
    clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
    margin: 0 0 1.5em;
    /* Make sure select elements fit in widgets. */
}

.widget select {
    max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
    display: block;
}

.hentry {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    /* Theme Footer (when set to scrolling) */
    display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
    display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
    display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}



/*******************************************************************************
PERSO
*******************************************************************************/

body{
    /*background: #F1F1F1;*/
}
a{color:#ff5000;}
a:hover{color:#1d1d1b;text-decoration: none;}

h3{font-size: 18px;line-height: 19px;}

#page_content{
    padding-top: 20px;
    padding-bottom: 20px;
}
/*header + menu*/
header{
    padding: 30px;
    background:#fff;
    min-height: 150px;
}

@media screen and (max-width:991px) {
    #logo{
        width: 100%;
        text-align: center;
        display: block;
        margin-bottom: 20px;
    }
}
#navbar{
    background: #ff5000;;
    width: 100%;
    /*border-bottom: 3px solid #ff5000;*/
}
.navbar-expand-lg .navbar-nav{
    margin-left: 0;
}
.navbar-dark .navbar-nav .active>.nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show>.nav-link{
    color: #1d1d1b;

}
.navbar-dark .navbar-nav .nav-link {
    font-family: 'Oswald', sans-serif;    
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing:0.5px;
    padding:0 15px;
}
.navbar-dark.sticky .navbar-nav .nav-link{
    padding:0 10px;    
}
.dropdown-menu {
    font-family: 'Oswald', 
        sans-serif;font-weight:400;
    border-radius: 0;
}
.dropdown-item {
    font-family: 'Oswald', sans-serif;
    color:#1d1d1b;    
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #1d1d1b;
}.navbar-dark.sticky .navbar-nav .nav-link{
    color:#1d1d1b;
}
.navbar-dark.sticky .navbar-nav .nav-link:hover{
    color: #ff5000;
}
.navbar-expand-md .navbar-nav{
    margin-left: 0;
}
#navbar ul {
    margin-left: 0;
}
#navbar {
    z-index: 10000;
}

#navabar li.dropdown:hover .dropdown-menu {
    display: block;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}
.admin-bar .sticky {
    position: fixed;
    top: 32px;
    width: 100%;
}
#wrapper{
    padding-top: 25px;
    padding-bottom: 25px;
}
.navbar-toggler-icon{
    margin-top: 5px
}
.sticky + #wrapper {
    padding-top: 90px;
}
.header-pub{
    margin-bottom: 0px;
    margin-top: 0px;
}
.header-pub .pdpads[data-device^="desktop"]{
    min-height: 90px;
}
.header-pub-desktop{
    margin-bottom: 0px;
    margin-top: 10px;
}
.header-pub-desktop .pdpads{
    min-height: 90px;
}
.navbar-brand{
    display:none;
}
.sticky .navbar-brand{
    display:block;
}
.navbar-dark .navbar-toggler-icon{background-image: none;}
.navbar-toggler-icon:before{
    content: "\f0c9";
    font-family: "FontAwesome";
    margin-top: 5px;
    position: relative;
    color:#1d1d1b;
    font-size: 24px;
}


.home-une{
    width: 66.66666%;
}
.home-second{
    width: 33.33333%;
}

.home-une>div{
    padding-right: 4px;
}
.home-second>div{
    padding-left: 4px;
}

@media screen and (max-width:991px) {
    .home-second{
        width: 100%;
    }
    .home-une>div{padding-right: 0px;}
    .home-second>div{
        padding-left: 0px;
    }
    .haut, .center, .bas{
        margin-bottom: 10px;
    }
    .header-pub-desktop{
        display: none;
    }
    .header-pub .pdpads[data-device^="desktop"], .header-pub-desktop .pdpads{
        min-height: auto;
    }
}


.column {
    padding: 16.666666px;
    columns: 3;
    column-rule: 15px solid #F2F2F2;
    background: #fff;
    background-clip: content-box;
}


/* FLEXBOX solution */
#home-top{
    padding: 0px;
    position: relative;
    width: 100%;
    margin-left: 0px;
    margin-right: 0px;
}
.flexbox,
.flexbox > div {
    position: relative;
    display: flex;
}
.flexbox > div {
    padding: 0px;
}

.home-une img, .home-une>div, .home-une div.zoom-img{
    height: 100%;
}

.bas img{
    height: 100%;
}
.haut img{
    height: 100%;
}
.center img{
    height: 100%;
}
.bas img{
    height: 100%;
}
.haut img{
    height: 100%;
}
.center img{
    height: 100%;
}

.bas, .center{padding-top: 4px}
.haut, .center{padding-bottom: 4px}

.col-md-8 .catprincipale{
    margin-top: 20px;
    margin-bottom: 20px;
}
.col-md-8 .catprincipale.titlemotogp{
    margin-top: 40px;
    margin-bottom: 0px;
}
.col-md-4 .catprincipale:first-child{
    margin-top: 20px;
}
.col-md-4 .catprincipale{
    margin-bottom: 20px;
}
.home .col-md-4 .catprincipale{
    margin-top: 0;
}
section, .margin40{
    margin-top: 20px; 
}

.section-title {
    margin-bottom: 20px;
    border-left: 10px solid #ff5000;
    text-align: right;
    width: 100%;
    float: left;
    background: #1d1d1b;
    padding: 10px;
}

.section-title h2, .section-title h1  {
    float: left;
    padding: 7px 15px;
    position: relative;
    background: #1d1d1b;
    margin-top: 0;
}
.section-title h2, .section-title h2 a, .section-title h1, .section-title h1 a {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;
    line-height: 1;
}
*, *::before, *::after {
    box-sizing: inherit;
}
/*.section-title h2:after, .section-title h1:after  {
    content: "";
    display: block;
    height: 0;
    width: 0;
    border: 32px solid transparent;
    border-bottom-color: #1d1d1b;
    border-width: 0 20px 32px 0;
    position: absolute;
    left: 100%;
    top: 0;
}
*/
.section-title a {
    display: inline-block;
    line-height: 32px;
}

.item-news{
    padding: 8px 0;
    background: #fff;
    margin: 0px;
}
.item-news .col-md-12 {
    padding: 15px 20px;
    border-bottom: 1px dotted #eee;
}

/*.section-title-right h2.chronoh2{
    padding-left: 30px;
}
.section-title-right h2.chronoh2:before{
    content: url(img/chrono.png);
    position: absolute;
    left: 24px;
}*/
#chrono-scroller{
    height: 330px;
    overflow-y: scroll;
    font-size: 13px;
    background: #fff;
}
.chrono-content h2 {
    margin-bottom:0px;
}

::-webkit-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F525;
}

::-webkit-scrollbar
{
    width: 3px;
    background-color: #F5F5F525;
}

::-webkit-scrollbar-thumb
{
    background-color: #1d1d1b50;
}

::-moz-scrollbar-track
{
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
    background-color: #F5F5F525;
}

::-moz-scrollbar
{
    width: 3px;
    background-color: #F5F5F525;
}

::-moz-scrollbar-thumb
{
    background-color: #1d1d1b50;
}

.chrono-content{
    /*padding-right: 0;
    padding-left: 0;*/
}
.chrono-item{
    padding: 8px 7px;
    /*border-bottom: 1px solid #ff500050;*/
}
.chrono-item.odd{
    background: #F5F5F5;
}
.chrono-date{
    width: 33%;
    float: left;
    font-size: 12px;
    font-weight: bold;
    color: #c7494d;
}
.chrono-cat{
    width: 67%;
    float: left;
    text-align: right;
    font-size: 12px;
    font-weight: 400;
    color: #ff5000;
}
.chrono-cat a {
    color: #bdbdbd;
}
.chrono-title{line-height: 15px;}
.chrono-title a{color:#1d1d1b;}
.chrono-item:hover{
    background: #ff5000;
    color:#fff;
}
.chrono-item:hover a{
    color:#fff;
}
.chrono-item:hover a:hover{
    color:#fff;
}
.chrono-item:hover > div{
    background: #ff5000;
    color:#fff;
}
.une-cat {
    background:#fff;
    min-height: 400px;
    margin-bottom: 20px;
}
.bottomcat {
    background:#fff;
}
.bottomcat h3 {
    padding:7px 5px;
    min-height: 71px;
}
.bottomcat .news-date {
    padding: 0 5px 10px;
}

.row.item-news.autrecat>div{
    margin-bottom: 15px;
}
.wp_autosearch_submit, .wp_autosearch_submit:hover, .wp_autosearch_submit:active, .wp_autosearch_submit:visited {
    background: none !important;
}
.google-store img {
    max-width:200px;
}
.app-store img {
    max-width:175px;
}
.app-store {
    margin-top:10px;
}
@media screen and (max-width:991px) {
    .chrono-content{
        margin-top: 20px;
    }
    .wizardinfosys_autosearch_wrapper{
        margin-right: 15px;
    }
    #chrono-scroller{
        max-height: 100px;
    }
    .flexbox, .flexbox > div{
        display: block;
    }
    .home-une{
        width: 100%;
        margin-bottom: 10px;
        padding: 0;
    }
    .home-second{
        width: 100%;
    }
    .haut, .center, .bas {
        padding: 0 15px;
        display: inline-block;
        width: 50%;
    }
    .home-second>div{padding: 0;}
}
@media screen and (max-width:360px) {
    .wizardinfosys_autosearch_wrapper{
        display: none;
    }
}
#home-top .section-title{margin-bottom: 0px;border-bottom: 0;}
.section-title-right h2{
    font-size: 18px;
    border-bottom: 2px solid #ff5000;
    padding-bottom: 2px;
    background: #ff5000;
    padding: 10px 10px 6px;
    font-weight: 400;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.site-info a, .site-info {
    text-transform:uppercase;
    font-size:12px;
    line-height:18px;
}
#menu-footer-1 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 15px;
    font-weight:300;
}
.widget_primary{
    background: #ff5000;
}
.disqus-footer__wrapper, .disqus-footer {
    display:none !important;
}

.widget_second{

}

.widget_three{
    background: #FFF;
}

.wp_autosearch_input{
    font-family: 'Oswald', sans-serif;
}

footer{
    padding: 60px 0;
    background: #1d1d1b;
    color: #fff;
    font-size: 14px;
    margin-top: 30px;
}
footer h4{
    color: #ff5000;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    border-bottom: solid 1px;
    padding-bottom: 15px;
    margin-bottom: 35px;
}
footer a{
    color: #fff;
}
.social-footer {
    text-align:center;
    padding-top:35px;
    margin-top: 35px;
}
.social-footer i {
    font-size: 22px;
    height: 40px;
    width: 40px;
    border: 1px solid #fff;
    line-height: 40px;
    border-radius: 50%;
    margin: 0 7px;
}
footer a:hover{
    color: #ff5000;
}
.copy-gp {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
}
footer .menu{
    list-style: none;
    padding-left: 0;
    margin-left: 0;
}
#colophon{
    padding: 15px;
    background: #ff5000;
    text-align: center;
    color: #fff;
    font-size: 13px;
}
#colophon a{
    color: #fff;
}

.header-social{
    margin-right: 20px;
}
.header-social a, .col-social a{
    color: #1d1d1b;
    padding: 0 5px;
}
.header-social a:hover, .col-social a:hover{
    color: #fff;
}
.sticky .header-social a:hover{
    color: #ff5000;
}

.wp_autosearch_form_wrapper {
    border-bottom: 0px solid #404040 !important;

}
.logo-footer img {
    max-height: 55px !important;
    display: block;
    margin: 20px 0 0;
}
.home-cat-resume{
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
    padding: 0 15px 15px;
}

.une-cat h3{
    margin-top: 10px; 
    padding:0 15px;
    margin-bottom: 15px;
}
.news-date{
    font-size: 11px;
    color:#aaa;
}

.zoom-img{
    position: relative;
    overflow: hidden;
    display: block;
}
.zoom-img img{
    max-width: 100%;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    width: 100%;
}
.zoom-img img:hover{
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.item-news h3 {
    font-size:14px;
}
.une-cat h3 a, .item-news h3 a{
    color: #1d1d1b;
    font-weight: 600;
    border-bottom: none;
}
.une-cat h3 a:hover, .item-news h3 a:hover{
    color:#ff5000;
}
#navbar.sticky {
    background: #fff;
    width: 100%;
    border-bottom: 3px solid #ff5000;
}
.navbar-dark.sticky .navbar-nav .active > .nav-link {
    color: #ff5000;
}
.sticky .wp_autosearch_input {
    border: 1px solid #000 !important;
    border-radius: 0 !important;
}
.ala-une-title-content{
    position: relative;
}
.ala-une-title{
    position: absolute;
    bottom:0;
    width: 100%;
    padding: 5px;
    background: #1d1d1b75;
    color:#fff;
}

#home-top h3 a{
    color:#fff;
    border-bottom: none;
}
#home-top h3 a:hover{
    color:#ff5000;
}
#home-top .home-cat{
    font-family: 'Oswald', sans-serif;
}
#home-top .home-cat:hover{
    color:#fff;
}

.saison-links>div{
    margin-bottom: 5px;
}
a.saison-link{
    position: relative;
    height: 100%;
    text-align: center;
    width: 100%;
    display: block;
    color: #fff;
    border: 1px solid #c7494d;
    background: #c7494d;
    font-size: 12px;
    text-transform: uppercase;
    padding: 7px 0;
}
a.saison-link:hover{
    background: #404040;
    color:#ffffff;
    border: 1px solid #404040;
}

.seeall{
    font-family: 'Roboto', sans-serif;
    color: #ccc;
    font-size: 14px;
    padding-right: 10px;
}
.seeall:hover{
    color:#ff5000;
}


/*CALENDRIER*/
.calendar-item{
    /*border: 1px solid #404040;*/
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(64,64,64,0.4);
    -moz-box-shadow: 0px 2px 8px 0px rgba(64,64,64,0.4);
    box-shadow: 0px 2px 8px 0px rgba(64,64,64,0.4);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 20px;
    background: #fff;
    min-height: 160px;
}

.calendar-item .calendar-date{

}
.calendar-item .calendar-title{
    min-height: 70px;
}
.calendar-item .calendar-title h2{
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 0;
    font-weight: 600;
}
.calendar-date-j{
    font-size: 45px;
    line-height: 45px;
    font-weight: bold;
}
#conditionseance>div{margin-bottom: 15px;}
.buttonseance{margin-bottom: 10px;}
#conditionseance small {
    font-weight:600;   
    background: #fff;
    padding: 7px 10px 5px;
    margin-bottom: 15px;
    display: inline-block;
}
.calendar-date-ma{
    font-weight: bold;
    font-size: 14px;
}
.section-title form{
    display: inline-block;
    margin: 0;
}
form.search-select .form-control{
    display: inline-block;
    width: auto !important;
}


/*resultats*/
#resultats-table{
    margin-top: 30px;
}
#resultats-table table a{
    color: #404040;
}
#resultats-table table a:hover{
    color:#ff5000;
}
.result-position{
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-weight: 700;
    text-align: center;
    color: #FFF;
    background: #404040;
}
#conditionseance{
    margin-bottom: 20px;
}

@font-face {
    font-family: 'artill_clean_weather_iconsRg';
    src: url('fonts/artill_clean_icons-webfont.woff2') format('woff2'),
        url('fonts/artill_clean_icons-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.meteo{
    font-family: 'artill_clean_weather_iconsRg';
    font-size: 34px;
    line-height: 27px;
}

/*circuit*/
.circuit-item{
    /*border: 1px solid #404040;*/
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(64,64,64,0.4);
    -moz-box-shadow: 0px 2px 8px 0px rgba(64,64,64,0.4);
    box-shadow: 0px 2px 8px 0px rgba(64,64,64,0.4);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    background: #FFF;
}

.circuit-item .circuit-title h2{
    font-size: 18px;
    line-height: 17px;
    padding-left: 5px;
    min-height: 38px;
}
.circuit-item .circuit-title h2 a{
    color:#404040;
}
.circuit-item .circuit-title h2 a:hover{
    color:#ff5000;
}
.circuit-img{
    margin-bottom: 10px;
}

/*Pilote*/
.pilote-details {
    margin-top:15px !important;
}
.cat-pilote {
    margin-top:35px;
}
.img-pilot img {
    border-radius: 3%;
    -moz-border-radius: 3%;
    -webkit-border-radius: 3%; 
}
.pilote-details p {
    margin-bottom:5px;   
}
p.birth-pilot {
    margin-top:15px;
}
.empty-space-pilot {
    min-height:42px;
}
.align-pilot {
    width:55px;
    font-weight:bold;
    display:inline-block;
}
.pilote-item{
    /*border: 1px solid #404040;*/
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(64,64,64,0.4);
    -moz-box-shadow: 0px 2px 8px 0px rgba(64,64,64,0.4);
    box-shadow: 0px 2px 8px 0px rgba(64,64,64,0.4);
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 5px;
    background: #fff;
}
.team-pilot .margin40 {
    margin-top:0 !important;
}
h3.team-pilot {
    text-transform: uppercase;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
}
.pilote-item .pilote-title h2{
    font-size: 16px;
    line-height: 17px;
    margin-bottom: 0;
}
.pilote-item .pilote-title small{
    font-size: 11px;
}
.pilote-item .pilote-title a {
    color:#404040;
}
.pilote-item .pilote-title a:hover{
    color:#ff5000;
}
.pilote-item .pilote-img{
    position: relative;
    margin-bottom: 10px;
}
.pilote-item .pilote-flags{
    position: absolute;
    top: 5px;
    right: 20px;
}
.pilote-item .pilote-num{
    font-size: 40px;
    line-height: 17px;
    font-family: 'Oswald', sans-serif;
    padding-left: 0;
    line-height: 30px;
}


/*widget_classement*/
#widget_classement{
    font-size: 13px;
}
#widget_classement a{
    color:#404040;
}
#widget_classement a:hover{
    color:#ff5000;
}
.widget_classement_header{
    font-family: 'Oswald';
    background: #fff;
    text-align: center;
    border-radius: 5px 5px 0px 0px;
    -moz-border-radius: 5px 5px 0px 0px;
    -webkit-border-radius: 5px 5px 0px 0px;
    border: 0px solid #545b62;
    color: #404040;
    text-transform: uppercase;
    padding-top: 5px;
    font-weight: 600;
    border-top: 5px solid #ff5000;
}
.widget_classement_header>div{
    overflow: hidden;
    padding: 5px
}
.widget_classement_header a{
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
    color: #404040;
    cursor: pointer;
    text-transform: none;
    font-weight: 400;
}
.widget_classement_header a:hover{
    color:#ff5000 !important;
}
.widget_classement_header a.active{
    color:#ff5000;
}
.widget_classement table {
    background:#fff;
}
.back-list {
    background: #fff;
    padding:5px;
    min-height: 62px;
}
.back-list h3{
    min-height: 56px;
}
.widget_classement_footer{
    background: #fff;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    border-top: 0px solid #545b62;
    padding: 5px;
}
.widget_classement_footer a{
    font-family: 'Oswald';
    color: #fff;
    background: #ff5000;
    padding: 2px 10px 4px;
    border-radius: 4%;
}
.widget_classement_footer a:hover{
    color: #1d1d1b;
}
#morePostPilote, #morePostTeam {
    font-family: 'Oswald';
    color: #fff;
    background: #ff5000;
    padding: 2px 10px 4px;
    border-radius: 4%;
    font-size: 18px;
}
#widget_classement .result-position {
    width: 18px;
    height: 18px;
    line-height: 19px;
}
.btn-dark {
    font-family: 'Oswald';
    color: #fff;
    background: #ff5000;
    padding: 2px 10px 4px;
    border-radius: 4%;
    font-size: 18px;
    border: 0;
}
.date-race {
    background: #fff;
    border-radius: 4%;
    padding: 5px 0 0;
}
.table-striped tbody tr {
    background-color: #fff;
}
#widget_classement .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0,0,0,.03);
}
#widget_classement{
    max-height: 221px;
    overflow-y: scroll;
}
#widget_classement .table-striped tbody tr td:nth-child(2){
    padding-left: 0;
    width: 34px;
} 
#widget_classement .table-striped tbody tr td:nth-child(1){
    padding-right: 0rem;
    width: 42px
}
#widget_classement .table-striped.beforeAjaxLoad tbody tr td, #widget_classement .table-striped.beforeAjaxLoad tbody tr{
    min-height: 44px;
    display: block;
    width: 100%;
}
.table th{
    border-top: 0;
}
.text-news {
    margin-bottom:15px;
}
/*POST*/
header.entry-header{
    padding: 0;
    margin: 0;
    min-height:inherit;
    display: block;
}
article h1{
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 26px;
}
.entry-meta{
    font-size: 13px;
    margin-bottom: 15px;
}
.post-thumbnail img{width: 100%;height: auto;}
footer.entry-footer{
    background: #fff;
    color: #1d1d1b;
    padding: 10px 0;
    margin-top: 10px;
}
footer.entry-footer ul{
    list-style: none;
    padding: 0;
    margin-left: 0;
}
footer.entry-footer a{
    color: #1d1d1b;
}
.newsletter-gp input {
    font-size: 13px;
    color: #1d1d1b;
    padding: 8px;
    border: 1px solid #ccc;
    border-right-color: rgb(204, 204, 204);
    border-right-style: solid;
    border-right-width: 1px;
    border-right: none;
    border-radius:0;
}
.newsletter-gp button {
    background: #ff5000;
    border: 0;
    padding: 12px 0;
    border-radius: 0px;
    height: 37px;
    color: #fff;
}
.col-xs-10 {
    float: left;
    width: 83.33333%;
}
.col-xs-2 {
    float: left;
    width: 16.66667%;
}
.categorylist h2{
    font-size: 22px;
}
.categorylist .entry-meta{
    margin-bottom: .5rem;
}
.categorylist .entry-content{
    font-size: 13px;
}
.categorylist h2 a{
    color:#1d1d1b;
}
.categorylist h2 a:hover{
    color:#ff5000;
}
.categorylist h1{
    margin-top: 0;
}
form.search-select select.form-control {
    border: 2px solid #ccc !important;
    color: #1d1d1b !important;
    background-color: #fff !important;
    border-radius: 0;
    background: url(data:image/svg+xml;utf8;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pgo8IS0tIEdlbmVyYXRvcjogQWRvYmUgSWxsdXN0cmF0b3IgMTYuMC4wLCBTVkcgRXhwb3J0IFBsdWctSW4gLiBTVkcgVmVyc2lvbjogNi4wMCBCdWlsZCAwKSAgLS0+CjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+CjxzdmcgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4PSIwcHgiIHk9IjBweCIgd2lkdGg9IjE2cHgiIGhlaWdodD0iMTZweCIgdmlld0JveD0iMCAwIDYxMiA2MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDYxMiA2MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPGc+Cgk8ZyBpZD0iX3gzMV8wXzM0XyI+CgkJPGc+CgkJCTxwYXRoIGQ9Ik02MDQuNTAxLDEzNC43ODJjLTkuOTk5LTEwLjA1LTI2LjIyMi0xMC4wNS0zNi4yMjEsMEwzMDYuMDE0LDQyMi41NThMNDMuNzIxLDEzNC43ODIgICAgIGMtOS45OTktMTAuMDUtMjYuMjIzLTEwLjA1LTM2LjIyMiwwcy05Ljk5OSwyNi4zNSwwLDM2LjM5OWwyNzkuMTAzLDMwNi4yNDFjNS4zMzEsNS4zNTcsMTIuNDIyLDcuNjUyLDE5LjM4Niw3LjI5NiAgICAgYzYuOTg4LDAuMzU2LDE0LjA1NS0xLjkzOSwxOS4zODYtNy4yOTZsMjc5LjEyOC0zMDYuMjY4QzYxNC41LDE2MS4xMDYsNjE0LjUsMTQ0LjgzMiw2MDQuNTAxLDEzNC43ODJ6IiBmaWxsPSIjZmZiMTYxIi8+CgkJPC9nPgoJPC9nPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+CjxnPgo8L2c+Cjwvc3ZnPgo=) no-repeat 95% 50%;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(0, 169, 98, 0);
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding: 5px 10px;
    font-size: 16px !important;
    padding-right: 30px;
}
@media screen and (max-width: 1200px) {
    form.search-select .col select.form-control, form.search-select .col {
        display: block;
        width: 100% !important;
        flex-basis: auto;
        margin-bottom: 10px;
    }
}
.single-post .container .row, .blog .container .row {
    /*background:#fff;*/
}
.single-post footer .container .row, .blog footer .container .row {
    background:transparent;
}
.single article{
    background: #FFF;
    padding: 20px;
}
.pilote-template-default .item-news>div, .circuit-template-default .item-news>div, .team-template-default .item-news>div{
    margin-bottom: 15px;
}
#morePostPilote:hover, #morePostCircuit:hover, #morePostTeam:hover{
    cursor: pointer;
    color:#1d1d1b;
}
.team-space {
    margin-top:0 !important;
}
.rlated-post .widget_second{
    background: #fff;
    padding: 10px; 
}
.rlated-news {
    border-bottom: 1px dotted #ccc;
    margin-bottom: 5px;
    padding-bottom: 15px;
}
.info-article {
    margin-top: 20px;
}
.info-article i {
    font-size: 28px;
    padding-right: 10px;
}
.info-article a {
    color: #1d1d1b;
    font-weight: 600;
    display:flex;
}
.align-single {
    margin-bottom:10px;
}
.icon-single {
    max-width:30px;
    margin-right: 10px;
}
.single-space {

}
.w-75 {
    width: 100% !important;
}


#rgpd{
    position: absolute;
    bottom: 0;
    background: #FF5000;
    color: #fff;
    padding: 15px;
    width: 400px;
    text-align: justify;
    font-size: 0.8rem;
    z-index: 10001;
    margin-bottom: 25px;
    margin-left: 25px;
}
.button-rgpd {
    margin:15px 0;
}
.title-gdpr {
    font-weight: 600;
    font-size: 20px;
}
#rgpd a{
    color: #fff;
    text-decoration: underline;
}
#rgpd a:hover{
    text-decoration: none;
}
#rgpd button{
    border: 1px solid #fff;
    background: #fff;
    border-radius: 20px;
    color:#ff5000;
    cursor: pointer;
}
#rgpd button:hover{
    background: #ff5000;
    border-radius: 20px;
    color:#fff;
}

.cat-links a:hover{
    text-decoration: underline;
    color:#FF5000;
}

#comments {
    background: #fff;
    padding: 15px;
}
body #iubenda-cs-banner {
    background: rgba(0,0,0,0.8) !important;
}
@media screen and (min-width: 769px) {
    header .col-md-9{
        text-align: right;
    }
    .wizardinfosys_autosearch_wrapper{display: block;}
}
@media screen and (max-width: 768px) {
    header {
        padding-right: 0px;
        padding-left: 0px;
    }
    header .col-md-9{
        text-align: center;
        padding: 0;
        margin: 0;
    }
    .wizardinfosys_autosearch_wrapper{display: none;}
}

#wpcomm .wc-reply.wc_comment_level-2 {
    margin-left: 30px;
}

iframe .title a{
    color: #ff5000;
}

#modal_rgpd .modal-content{
    background: #ff5000;
    color: #fff;
}
#modal_rgpd .modal-footer{
    border-top: 0;
}
#modal_rgpd .modal-header{
    border-bottom: 0;
}
#modal_rgpd a{
    color:#fff;
    text-decoration: underline;
}
#modal_rgpd .btn.btn-primary{
    background: #fff;
    color: #FF5000;
    border-color:#fff;
}
#modal_rgpd .btn.btn-primary:hover{
    background: #ff5000;
    color: #fff;
}

.pdpads.row.row-eq-height{
    margin-bottom: 20px;
}
.pdpads{
    position: relative;
    z-index: 1;
}

.video-js .vjs-big-play-button{
    left: calc(50% - 45px);
    top: calc(50% - 23px);
}
.video-js .vjs-big-play-button {
    line-height: 2em;
    height: 2em;
    width: 2em;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;

}
video, .content_video-dimensions {
    width: 100%    !important;
    height: auto   !important;
}
.video-js .vjs-tech{position: relative;}
.vjs-resolution-button-staticlabel{
    position: absolute;
    right: 0px;
}
#gpinside_fr-others-rectangle_bottom, #gpinside_fr-others-rectangle_middle2, #gpinside_fr-others-rectangle_top, #gpinside_fr-others-rectangle_middle, #gpinside_fr-others-horizontal_top, #gpinside_fr-homepage-rectangle_top, #gpinside_fr-homepage-rectangle_middle, #gpinside_fr-others-horizontal_bottom, #gpinside_fr-homepage-rectangle_bottom, #gpinside_fr-homepage-rectangle_middle2 {
    background: #fff;
    padding:15px 0;
}
.widget_second {
    background:#fff;
    padding: 5px 0 15px;
}

/*body #primary-menu li:last-child{
    display: none;
}
body.geoip-country-BE #primary-menu li:last-child{
    display: inline-block;
}*/

.home .section-title{
    margin-bottom: 0;
}

.home .une-cat{
    min-height: 425px;
    margin-bottom: 0;
}