/*
Theme Name: WP Bootstrap Starter
Theme URI: https://afterimagedesigns.com/wp-bootstrap-starter/
Author: Afterimage Designs
Author URI: https://afterimagedesigns.com/
Description:  The best WordPress starter theme based on the most powerful frameworks in the world: "_s" (by Automattic, the main people behind WordPress development), Twitter Bootstrap (the most popular HTML, CSS, and JS framework for developing responsive, mobile first projects on the web) and Font Awesome (or Fontawesome, a full suite of 675+ pictographic icons for easy scalable vector graphics on websites). This theme, like WordPress, is licensed under the GPL. You can use this theme as base for your next WordPress theme project and you are allowed to remove the link at the footer or do whatever you want. Your feedback on how we can continuously improve this WordPress Starter Theme Bootstrap will be highly appreciated. Page templates includes Right-sidebar (default page template), Left-Sidebar, Full-Width, Blank with container, Blank without container Page. Other features - Currently using Bootstrap v4.0.0 , Widgetized footer area, WooCommerce ready, Compatible with Contact Form 7, Compatible with Visual Composer, Compatible with Elementor Page Builder. This theme will be an active project which we will update from time to time. Check this page regularly for the updates.
Version: 3.3.2
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: wp-bootstrap-starter
Tags: blog, custom-menu, featured-images, threaded-comments, translation-ready, right-sidebar, custom-background, e-commerce, theme-options, sticky-post, full-width-template
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Woocommerce
# Footer
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*@import url('https://fonts.cdnfonts.com/css/gotham');*/

body {
  margin: 0;
  -webkit-font-smoothing: auto;
  overflow-x: hidden;
}

b,
strong {
  font-weight: bold;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 2.5rem;
}

hr {
  box-sizing: content-box;
  height: 0;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

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

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  color: #24292e;
  font-weight: 600;
  margin-top: 24px;
  margin-bottom: 15px;
}

h1 {
  font-size: 32px;
  padding-bottom: 10px;
}

h2 {
  font-size: 24px;
  padding-bottom: 0.3em;
  line-height: 1.25;
}

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

h4 {
  font-size: 16px;
  line-height: 20px;
}

h5 {
  font-size: 14px;
  line-height: 17.5px;
}

p {
  margin-bottom: 1.5em;
}

h1.entry-title {
  font-size: 1.31rem;
  border-bottom: 1px solid #eaecef;
}

h2.entry-title {
  border-bottom: 1px solid #eaecef;
}

h3.widget-title {
  font-size: 1.2rem;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

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

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

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
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

header#masthead {
  margin-bottom: 0;
  background-color: #563d7c;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.05),
    inset 0 -1px 0 rgba(0, 0, 0, 0.1);
  padding: 0.74rem 1rem;
}

.navbar-brand > a {
  color: rgba(0, 0, 0, 0.9);
  font-size: 1.1rem;
  outline: medium none;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
}

.navbar-brand > a:visited,
.navbar-brand > a:hover {
  text-decoration: none;
}

#page-sub-header {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 0;
  text-align: center;
  font-size: 1.25rem;
  background-size: cover !important;
}

body:not(.theme-preset-active) #page-sub-header h1 {
  line-height: 1.6;
  font-size: 4rem;
  color: #563e7c;
  margin: 0 0 1rem;
  border: 0;
  padding: 0;
}

#page-sub-header p {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 1.25rem;
  font-weight: 300;
}

body:not(.theme-preset-active) #page-sub-header p {
  color: #212529;
}

a.page-scroller {
  color: #333;
  font-size: 2.6rem;
  display: inline-block;
  margin-top: 2rem;
}

@media screen and (min-width: 768px) {
  body:not(.theme-preset-active) #page-sub-header h1 {
    font-size: 3.75rem;
  }

  body:not(.theme-preset-active) #page-sub-header {
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 992px) {
  #page-sub-header p {
    max-width: 43rem;
    margin: 0 auto;
  }
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

#masthead nav {
  padding-left: 0;
  padding-right: 0;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a {
  color: #cdbfe3;
  padding: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
}

body:not(.theme-preset-active) #masthead .navbar-nav > li > a:hover,
body:not(.theme-preset-active)
  #masthead
  .navbar-nav
  > li.current_page_item
  > a {
  color: #fff;
  font-weight: 600;
  /*background: #f9f9f9;*/
}

.navbar-brand {
  height: auto;
}

.navbar-toggle .icon-bar {
  background: #000 none repeat scroll 0 0;
}

.dropdown-menu .dropdown-toggle::after {
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children {
  position: relative;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children
  > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children:hover
  > .dropdown-menu {
  display: block;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children:hover
  > a:after {
  border-left-color: #fff;
}

.dropdown.menu-item-has-children .dropdown.menu-item-has-children.pull-left {
  float: none;
}

.dropdown.menu-item-has-children
  .dropdown.menu-item-has-children.pull-left
  > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}

/* Small menu. */

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

.dropdown-item {
  line-height: 1.2;
  padding-bottom: 0.313rem;
  padding-top: 0.313rem;
}

.dropdown-menu {
  min-width: 12.5rem;
}

.dropdown .open .dropdown-menu {
  display: block;
  left: 12.25em;
  top: 0;
}

.dropdown-menu .dropdown-item {
  white-space: normal;
  background: transparent;
  line-height: 1.6;
}

.dropdown-menu .dropdown-item:hover {
  background: transparent;
}

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

@media screen and (min-width: 769px) {
  .dropdown-menu li > .dropdown-menu {
    right: -9.875rem;
    top: 1.375rem;
  }
}

@media screen and (max-width: 991px) {
  .navbar-nav .dropdown-menu {
    border: medium none;
    margin-left: 1.25rem;
    padding: 0;
  }

  .dropdown-menu li a {
    padding: 0;
  }

  #masthead .navbar-nav > li > a {
    padding-bottom: 0.625rem;
    padding-top: 0.313rem;
  }

  .navbar-light .navbar-toggler {
    border: medium none;
    outline: none;
  }
}

.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%;
}

.comment-content.card-block {
  padding: 20px;
}

.navigation.post-navigation {
  padding-top: 1.875rem;
}

.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  border: 1px solid #ddd;
  border-radius: 0.938rem;
  display: inline-block;
  padding: 0.313rem 0.875rem;
  text-decoration: none;
}

.post-navigation .nav-next a::after {
  content: " \2192";
}

.post-navigation .nav-previous a::before {
  content: "\2190 ";
}

.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  background: #eee none repeat scroll 0 0;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  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;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 0.313rem;
  line-height: normal;
  padding: 0.938rem 1.438rem 0.875rem;
  text-decoration: none;
  top: 0.313rem;
  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;
}

a img.alignright {
  float: right;
  margin: 0.313rem 0 1.25rem 1.25rem;
}

a img.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.alignleft {
  float: left;
  margin: 0.313rem 1.25rem 1.25rem 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignnone {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignleft {
  margin: 0.313rem 1.25rem 1.25rem 0;
}

.wp-caption.alignright {
  margin: 0.313rem 0 1.25rem 1.25rem;
}

/*--------------------------------------------------------------
# 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;
  font-size: 0.875rem;
  /* Make sure select elements fit in widgets. */
}

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

.widget_search .search-form input[type="submit"] {
  display: none;
}

.nav > li > a:focus,
.nav > li > a:hover {
  background-color: #eee;
  text-decoration: none;
}

.half-rule {
  width: 6rem;
  margin: 2.5rem 0;
}

.widget_categories .nav-link {
  display: inline-block;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/

#content.site-content {
  padding-bottom: 3.75rem;
  padding-top: 4.125rem;
}

.sticky .entry-title::before {
  content: "\f08d";
  font-family: "Font Awesome\ 5 Free";
  font-size: 1.563rem;
  left: -2.5rem;
  position: absolute;
  top: 0.375rem;
  font-weight: 900;
}

.sticky .entry-title {
  position: relative;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

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

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

.page-template-blank-page .entry-content,
.blank-page-with-container .entry-content {
  margin-top: 0;
}

.post.hentry {
  margin-bottom: 4rem;
}

.posted-on,
.byline,
.comments-link {
  color: #9a9a9a;
}

.entry-title > a {
  color: inherit;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/

.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

.comment-body .pull-left {
  padding-right: 0.625rem;
}

.comment-list .comment {
  display: block;
}

.comment-list {
  padding-left: 0;
}

.comments-title {
  font-size: 1.125rem;
}

.comment-list .pingback {
  border-top: 1px solid rgba(0, 0, 0, 0.125);
  padding: 0.563rem 0;
}

.comment-list .pingback:first-child {
  border: medium none;
}

/*--------------------------------------------------------------
# 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%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/

.wp-caption {
  background: #f1f1f1 none repeat scroll 0 0;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  padding: 0.313rem 0.313rem 0;
  text-align: center;
}

.wp-caption img[class*="wp-image-"] {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 100%;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 0.688rem;
  line-height: 1.063rem;
  margin: 0;
  padding: 0.625rem;
}

.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-item .gallery-columns-2 {
  max-width: 50%;
}

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugin Compatibility
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Woocommerce
--------------------------------------------------------------*/

.woocommerce-cart-form .shop_table .coupon .input-text {
  width: 8.313rem !important;
}

.variations_form .variations .value > select {
  margin-bottom: 0.625rem;
}

.woocommerce-MyAccount-content .col-1,
.woocommerce-MyAccount-content .col-2 {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Elementor
--------------------------------------------------------------*/

.elementor-page article .entry-footer {
  display: none;
}

.elementor-page.page-template-fullwidth #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.elementor-page .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
## Visual Composer
--------------------------------------------------------------*/

.vc_desktop article .entry-footer {
  display: none;
}

.vc_desktop #content.site-content {
  padding-bottom: 0;
  padding-top: 0;
}

.vc_desktop .entry-content {
  margin-top: 0;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

footer#colophon {
  font-size: 85%;
}

body:not(.theme-preset-active) footer#colophon {
  color: #99979c;
  background-color: #f7f7f7;
}

.navbar-dark .site-info {
  color: #fff;
}

.copyright {
  font-size: 0.875rem;
  margin-bottom: 0;
  text-align: center;
}

.copyright a,
footer#colophon a {
  color: inherit;
}

@media screen and (max-width: 767px) {
  #masthead .navbar-nav > li > a {
    padding-bottom: 0.938rem;
    padding-top: 0.938rem;
  }
}

/*--------------------------------------------------------------
# Media Query
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Notebook
--------------------------------------------------------------*/

@media only screen and (max-width: 1280px) {
  html {
    font-size: 95%;
  }
}

@media screen and (max-width: 1199px) {
  .navbar-dark .dropdown-item {
    color: #fff;
  }

  .navbar-nav .dropdown-menu {
    background: transparent;
    box-shadow: none;
    border: none;
  }
}

/*--------------------------------------------------------------
## Netbook
--------------------------------------------------------------*/

@media only screen and (max-width: 1024px) {
  html {
    font-size: 90%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 960px) {
  html {
    font-size: 85%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 768px) {
  html {
    font-size: 80%;
  }
}

/*--------------------------------------------------------------
## iPad
--------------------------------------------------------------*/

@media only screen and (max-width: 480px) {
  html {
    font-size: 75%;
  }
}

/* CSS LIONEL QUATRYS */

#home p {
  color: #444 !important;
}

.elementor-tab-content {
  line-height: 1.5em !important;
}

.page-id-54 a {
  color: #212529 !important;
  font-family: "Gotham", Sans-serif !important;
}

.elementor-tab-title {
  font-size: 18px !important;
}

/*.elementor-tab-content span:hover {
    text-decoration: none !important;
    color: #ccc !important;
}*/

.eael-contact-form-7 input[type="email"] {
  height: 36px !important;
}

#arthead .elementor-image img {
  width: 100% !important;
  height: auto !important;
  max-width: 100% !important;
}

/*Rendement Agricole Hover*/

.elementor-element-074b33b:hover img,
.elementor-element-193c12e:hover img {
  filter: invert(40%) sepia(43%) saturate(387%) hue-rotate(102deg)
    brightness(91%) contrast(86%) !important;
  opacity: 1 !important;
}

/*Plaisir Auto Hover*/

.elementor-element-b55bac3:hover img {
  filter: invert(12%) sepia(69%) saturate(100%) hue-rotate(319deg)
    brightness(92%) contrast(86%);
  opacity: 1;
}

/* OFF ROAD*/

.elementor-element-0dd95c6:hover .elementor-element-f787761 img,
.elementor-element-4e7c3b7:hover .elementor-element-e8d5aac img {
  filter: brightness(84%) contrast(108%) saturate(68%) blur(0px)
    hue-rotate(318deg) !important;
  opacity: 1 !important;
}

/*Engins spéciaux Hover*/

.elementor-element-ce11589:hover .elementor-element-0ecbca8 img,
.elementor-element-3c9d20a:hover .elementor-element-e83070e img {
  filter: sepia(55%) saturate(120%) hue-rotate(354deg) brightness(68%)
    contrast(92%) !important;
  opacity: 1;
}

/*Economie Transport Hover*/

.elementor-element-cafe562:hover img {
  filter: invert(22%) sepia(33%) saturate(100%) hue-rotate(152deg)
    brightness(94%) contrast(89%);
  opacity: 1;
}

/*Banc de puissance Prog Hover*/

.elementor-element-9883b90:hover .elementor-element-95f719b::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #454543;
  opacity: 0.5;
  display: block;
  width: 580px;
  height: 193.5px;
  z-index: 1;
  pointer-events: none;
}

/*Nos Formations Hover*/

.elementor-element-6b1331e:hover .elementor-element-7aeac2a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #a50013;
  opacity: 0.5;
  display: block;
  width: 400px;
  height: 200px;
  z-index: 1;
  pointer-events: none;
}

/*Conversion E85 Hover*/

.elementor-element-578d609:hover .elementor-element-bc7deeb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #226bb4;
  opacity: 0.5;
  display: block;
  width: 580px;
  height: 193.5px;
  z-index: 1;
  pointer-events: none;
}

.home a:hover {
  text-decoration: none !important;
  color: #fff !important;
}
.elementor-location-footer a,
.elementor-location-footer a:hover {
  color: #000 !important;
}

/*.page-template a:hover{text-decoration: none!important;color:#ccc!important;}*/

.post-template-default a {
  text-decoration: none !important;
  color: #444444;
}

.nlinline {
  display: inline-flex;
  padding: 25px 0 25px 0 /*;margin-left:22%*/;
  width: 100%;
  max-width: 100%;
  justify-content: center !important;
  align-items: center;
}

input[type="checkbox"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 15px !important;
  height: 15px !important;
  background: #ffffff !important;
  border-width: 1px !important;
  border-color: #000000 !important;
  border: 1px solid #000;
  margin: 5px;
}

input[type="checkbox"]:before {
  content: "";
  width: 100%;
  height: 100%;
  padding: 2%;
  margin: 0;
  display: block;
}

input[type="checkbox"]:checked::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f00c";
  width: 50%;
  height: 50%;
  font-size: 12px;
}

input[type="email"] {
  border: 1px solid #000;
  margin: 0 0 0 20px;
  color: #020202 !important;
  font-family: "Gotham", Sans-serif !important;
  font-weight: 900 !important;
  padding-left: 10px;
}

input#email {
  color: #020202 !important;
  font-family: "Gotham", Sans-serif !important;
  font-weight: normal !important;
  height: 36px;
}

input#email::placeholder {
  opacity: 1;
}

label {
  margin: 0 5px;
}

.nlinline .fa-check {
  color: #fff;
}

.nlinline .form-control {
  border-radius: 0;
  border: none;
}

.nlinline button {
  background-color: #000;
  border: none;
  height: 36px;
}

.elementor-1577 .fa-square {
  color: #41765f;
}

.elementor-toggle
  .elementor-tab-title
  .elementor-toggle-icon.elementor-toggle-icon-right {
  margin-right: 70%;
}

.ee-term--transport-2 a {
  color: #2f454e !important;
}

.ee-term--agricole-2 a {
  color: #41765f !important;
}

.ee-term--societe a {
  color: #000 !important;
}

.ee-term--formations a {
  color: #a50013 !important;
}

.ee-term--automobile-2 a {
  color: #931d52 !important;
}

.ee-term--industrie-2 a {
  color: #819195 !important;
}

.ee-term--programmation-2 a {
  color: #454543 !important;
}

/*Articles Hover*/

article.category-off-road:hover {
  background-color: rgb(0, 123, 255) !important;
}
.category-off-road:hover .ee-post__terms > li > a,
.category-off-road:hover .ee-post__read-more > *,
.category-off-road:hover .ee-post__title__heading,
.category-off-road:hover .ee-post__excerpt,
.category-off-road:hover .ee-term--transport-2 a {
  color: #fff !important;
}

article.category-transport-2:hover {
  background-color: #2f454e !important;
}

.category-transport-2:hover .ee-post__read-more > *,
.category-transport-2:hover .ee-post__title__heading,
.category-transport-2:hover .ee-post__excerpt,
.category-transport-2:hover .ee-term--transport-2 a {
  color: #fff !important;
}

article.category-agricole-2:hover {
  background-color: #41765f !important;
}

.category-agricole-2:hover .ee-post__read-more > *,
.category-agricole-2:hover .ee-post__title__heading,
.category-agricole-2:hover .ee-post__excerpt,
.category-agricole-2:hover .ee-term--agricole-2 a {
  color: #fff !important;
}

article.category-machines-speciales:hover {
  background-color: #a89f4d !important;
}

.category-machines-speciales .ee-term--machines-speciales a {
  color: #a89f4d !important;
}

.category-machines-speciales:hover .ee-post__read-more > *,
.category-machines-speciales:hover .ee-post__title__heading,
.category-machines-speciales:hover .ee-post__excerpt,
.category-machines-speciales:hover .ee-term--machines-speciales a {
  color: #fff !important;
}

article.category-societe:hover {
  background-color: #000 !important;
}

.category-societe:hover .ee-post__read-more > *,
.category-societe:hover .ee-post__title__heading,
.category-societe:hover .ee-post__excerpt,
.category-societe:hover .ee-term--societe a {
  color: #fff !important;
}

article.category-formations:hover {
  background-color: #a50013 !important;
}

.category-formations:hover .ee-post__read-more > *,
.category-formations:hover .ee-post__title__heading,
.category-formations:hover .ee-post__excerpt,
.category-formations:hover .ee-term--formations a {
  color: #fff !important;
}

article.category-automobile-2:hover {
  background-color: #931d52 !important;
}

.category-automobile-2:hover .ee-post__read-more > *,
.category-automobile-2:hover .ee-post__title__heading,
.category-automobile-2:hover .ee-post__excerpt,
.category-automobile-2:hover .ee-term--automobile-2 a {
  color: #fff !important;
}

article.category-industrie-2:hover {
  background-color: #819195 !important;
}

.category-industrie-2:hover .ee-post__read-more > *,
.category-industrie-2:hover .ee-post__title__heading,
.category-industrie-2:hover .ee-post__excerpt,
.category-industrie-2:hover .ee-term--industrie-2 a {
  color: #fff !important;
}

article.category-programmation-2:hover {
  background-color: #454543 !important;
}

.category-programmation-2:hover .ee-post__read-more > *,
category-agricole-2 .category-programmation-2:hover .ee-post__title__heading,
.category-programmation-2:hover .ee-post__excerpt,
.category-programmation-2:hover .ee-term--programmation-2 a {
  color: #fff !important;
}

.swiper-slide-contents {
  background-color: rgba(255, 255, 255, 0.69);
  padding: 40px 50px 40px 50px;
  margin: 0px 10px 0px 0px;
}
.post-categories {
  display: none !important;
}
#footlink a,
.page-id-72 a {
  color: #212529;
  font-family: "Gotham", Sans-serif !important;
}

.elementor-nav-menu a:hover {
  color: #000 !important;
}

.wpcf7-form .companyfield,
.five {
  margin: 5px 0;
}

.your-message {
  margin-top: 5px;
}

.ten {
  margin-top: 10px;
}

.ee-post__excerpt {
  font-size: 12px !important;
}

.elementor-widget-text-editor {
  font-weight: 200 !important;
}

.elementor-element-185c691d a {
  color: #000;
}

.actus {
  font-family: "Gotham", Sans-serif;
  text-transform: uppercase;
  background-color: #54595f;
  padding: 15px 120px 15px 280px;
  margin: -250px 850px 0px 0px;
  position: absolute;
}

.actu h1 {
  text-align: left;
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
  padding: 0px 0px 0px 80px;
  margin: -10px 0px 0px 0px;
}

.allactu {
  text-align: left;
  color: #ffffff;
  font-family: "Gotham", Sans-serif;
  font-size: 24px;
  font-weight: 100;
  text-transform: uppercase;
  padding: 0px 0px 0px 80px;
  margin: 0px 0px 0px 0px;
}

.elementor-element-7694cb3 img,
.elementor-element-1655a5dd img,
.elementor-element-b240f8 img {
  width: 100%;
}

.elementor-widget-text-editor {
  color: #444 !important;
}

.rgpd {
  height: 380px !important;
  text-align: justify;
  margin-right: 40px;
}

.form-control {
  border: none;
}

.row {
  display: contents;
}

.grecaptcha-badge {
  display: none !important;
}

/*
@media only screen and (min-width: 360px) and (max-width: 767px) {
      .elementor-1498 .elementor-element.elementor-element-88ed5d3 .elementor-menu-toggle{margin-top: -35%!important;}
*/

.span.wpcf7-list-item.first.last {
  display: none !important;
}

.page-template-elementor_canvas .form-control {
  background: none;
  border-radius: 0;
  height: auto;
  color: #000;
}

.page-template-elementor_canvas span.wpcf7-list-item {
  display: flex;
  margin: 0 0 0 0;
}

.page-template-elementor_canvas
  .eael-custom-radio-checkbox
  input[type="checkbox"] {
  width: 15px !important;
  height: 15px !important;
  padding: 0 !important;
}

.page-template-elementor_canvas
  .eael-custom-radio-checkbox
  input[type="checkbox"]:checked::before {
  background: transparent !important;
}

.page-template-elementor_canvas .wpcf7-list-item-label {
  width: 85%;
}

.page-template-elementor_canvas .elementor-widget-text-editor {
  color: initial !important;
}

.textblancennoir *,
.textblancennoir a {
  color: #000 !important;
}

.elementor-repeater-item-2691c5f .swiper-slide-contents {
  display: none !important;
}

#topsocial .wp-caption {
  background: transparent;
  border: 0;
}

#topsocial .wp-caption figcaption {
  font-weight: bold;
  color: #000;
  text-transform: uppercase;
  font-size: 0.75rem;
  /*line-height: normal;*/
}

#topsocial.pro .wp-caption figcaption {
  color: #000;
}

#menucommun nav > ul {
  border-bottom: 1px solid #000;
}

#menucommun nav > ul li:first-child a {
  padding-left: 0;
}

#menucommun nav > ul li:last-child a,
#menuprincipal nav > ul li:last-child a {
  padding-right: 0;
}

.parent-pageid-3480
  .bannertop
  .elementor-column.elementor-col-33:nth-child(2)
  a
  span,
.page-id-3480
  .bannertop
  .elementor-column.elementor-col-33:nth-child(2)
  a
  span {
  border-bottom: 1px solid #000;
}

.bannertop .elementor-column.elementor-col-33:nth-child(2) a span {
  border-bottom: 1px solid #fff;
}

#legendeslide {
  overflow: hidden;
}

.premium-twentytwenty-before-label,
#legendeslide .elementor-column {
  width: 100%;
  text-align: center;
  opacity: 1 !important;
  /*height: 669px;*/
}

#legendeslide .elementor-column:first-child {
  width: 90%;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  transition: width 1s;
}

#slidercont > .elementor-container {
  height: 100%;
}

/*.premium-twentytwenty-before-label,*/

#legendeslide .elementor-column:first-child .elementor-column-wrap {
}

#legendeslide .elementor-column:first-child.hoveranim {
  width: 150%;
}

#legendeslide .elementor-column:last-child.hoveranim a {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

#legendeslide .elementor-column:first-child.hoveranim2 a {
  background-color: rgba(0, 0, 0, 0.75) !important;
}

#legendeslide .elementor-column:first-child.hoveranim2 a:hover {
  background-color: rgba(0, 0, 0, 0) !important;
}

#legendeslide .elementor-column:first-child {
  margin-right: -20%;
  z-index: 2;
}

/*.premium-twentytwenty-before-label,*/

#legendeslide .elementor-column:last-child {
  width: 90%;
  transition: width 1s;
}

#legendeslide .elementor-column:last-child.hoveranim2 {
  width: 200%;
}

#legendeslide .elementor-column:last-child.hoveranim2 a:hover {
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.premium-twentytwenty-before-label span,
#legendeslide .elementor-column a span {
  display: block;
  width: 400px;
  margin-left: 26%;
  padding: 30px 15px;
  color: #fff;
  text-shadow: 3px 2px 5px rgba(0, 0, 0, 0.83);
  line-height: 1.2;
}

#legendeslide .elementor-column:last-child a span {
  margin-left: 38%;
}

#legendeslide .elementor-column:first-child a {
  /* transform: skew(-33.4deg);*/
  position: relative;
  left: -24%;
  width: 123.8%;
}

.home #legendeslide .elementor-column:first-child a {
  background-color: rgba(0, 0, 0, 0.75);
}

.page-id-3480 #legendeslide .elementor-column a:hover {
  background-color: rgba(0, 0, 0, 0);
}

#legendeslide .elementor-column:last-child a {
  /* transform: skew(-33.65deg);*/
  position: relative;
  right: 0.4%;
  width: 123.8%;
  background-color: rgba(0, 0, 0, 0.75);
}

.page-id-3480 #legendeslide .elementor-column:first-child a {
  background-color: rgba(0, 0, 0, 0.75);
}

.page-id-3480 #legendeslide .elementor-column:last-child a {
  background-color: transparent;
}

.page-id-3480 #legendeslide .elementor-column:first-child.hoveranim a {
  background-color: transparent;
}

.page-id-3480 #legendeslide .elementor-column:first-child.hoveranim2 a {
  background-color: transparent;
}

.page-id-3480 #legendeslide .elementor-column:last-child.hoveranim a {
  background-color: rgba(0, 0, 0, 0.75);
}

.page-id-3480 #legendeslide .elementor-column:last-child.hoveranim2 a {
  /*background-color: transparent!important;*/
  background-color: rgba(0, 0, 0, 0.25) !important;
}

.home #legendeslide .elementor-column:last-child a {
  background-color: rgba(0, 0, 0, 0.25);
}

.home #legendeslide .elementor-column:first-child a:hover {
  background-color: rgba(0, 0, 0, 0);
}

.page-id-3480 #legendeslide .elementor-column:last-child a:hover {
  background-color: rgba(0, 0, 0, 0);
}

#legendeslide .elementor-column:first-child a span {
  /* transform: skew(33.4deg);*/
}

#legendeslide .elementor-column:last-child a span {
  /*  transform: skew(33.65deg);*/
  color: #000;
  background-color: rgba(255, 255, 255, 0.85);
  text-shadow: none;
}

.premium-twentytwenty-before-label strong,
#legendeslide .elementor-column strong {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
}

.premium-twentytwenty-after-label {
  width: 50%;
  text-align: center;
  opacity: 1 !important;
}

.premium-twentytwenty-after-label span {
  display: block;
  width: 36%;
  margin: auto;
  padding: 30px 15px;
}

.premium-twentytwenty-after-label strong {
  display: block;
  text-transform: uppercase;
  font-size: 20px;
}

.premium-twentytwenty-before-label a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.premium-twentytwenty-after-label a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}

.premium-twentytwenty-after-label a:hover {
  color: #999 !important;
}

.cartedefrance {
  background: #ebebeb !important;
  /*  background: url(images/Régions_Icône.svg.png) no-repeat !important;
            background-size: 66% !important;
            height: 722px !important;
            background-position: center !important;
            position: relative !important;*/
}

.cartedefrance ul {
  position: absolute !important;
  opacity: 0;
}

/*#wpforms-4464-field_21{
            display: none;
            }*/

.cartedefrance svg {
  position: relative !important;
  z-index: 3;
  /* background: white !important;*/
  width: 70% !important;
  margin: auto !important;
  display: block;
}

.cartedefrance svg path {
  fill: #fff;
  stroke: #ccc;
  stroke-width: 0.2;
}

.cartedefrance svg path:hover {
  fill: #ccc;
}

#menuprincipal {
  z-index: 3;
}

.elementor-toggle .elementor-tab-title:hover {
  background-color: #2c444cc5 !important;
}

.elementor-toggle .elementor-tab-title:hover .fa-caret-right:before {
  content: "\f0d7";
}

.elementor-nav-menu a.elementor-sub-item:hover {
  color: white !important;
}

.breadcrumbs-by-menu a {
  color: #000;
  font-weight: bold;
}

div.wpforms-container-full .wpforms-form ul.wpforms-image-choices {
  text-align: center;
}

div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
  display: flex;
  justify-content: center;
}

div.wpforms-container-full
  .wpforms-form
  ul.wpforms-image-choices-modern
  label:hover {
  border: 1px solid #fff;
}

#wpforms-4464-field_1-container li span,
#wpforms-3398-field_1-container li span {
  font-size: 15px;
}

#wpforms-3398-field_16-container li,
#wpforms-3398-field_14-container li,
#wpforms-3398-field_29-container li,
#wpforms-3398-field_17-container li,
#wpforms-4464-field_14-container li,
#wpforms-4464-field_1-container li,
#wpforms-3398-field_1-container li {
  width: 200px !important;
  height: 220px !important;
  max-height: 220px !important;
  background-color: #fff !important;
  overflow: hidden;
}

#wpforms-3398-field_16-container li img,
#wpforms-3398-field_14-container li img,
#wpforms-3398-field_29-containerli img,
#wpforms-4464-field_14-container li img,
#wpforms-3398-field_17-container li img,
#wpforms-4464-field_1-container li img,
#wpforms-3398-field_1-container li img {
  max-width: 80% !important;
}

#wpforms-4464-field_28 li,
#wpforms-3398-field_28 li {
  text-align: justify !important;
}

#wpforms-4464-field_28 label,
#wpforms-3398-field_28 label {
  font-size: 11px !important;
  font-weight: normal;
}

.mentionsrgpd {
  font-size: 11px !important;
}

#wpforms-4464-field_14-container li {
  width: 175px !important;
  height: 200px !important;
}

div.wpforms-container-full
  .wpforms-form
  ul.wpforms-image-choices-modern
  .wpforms-selected
  label {
  box-shadow: 0 0 20px 0 #fff;
}

#wpforms-submit-4464,
#wpforms-4464 .wpforms-page-next,
#wpforms-4464 .wpforms-page-prev {
  background-color: rgb(0, 0, 0) !important;
  color: #fff !important;
  width: 135px !important;
}

#wpforms-submit-4464:hover,
#wpforms-4464 .wpforms-page-next:hover,
#wpforms-4464 .wpforms-page-prev:hover {
  background-color: #fff !important;
  color: rgb(0, 0, 0) !important;
  width: 135px !important;
}

#wpforms-submit-3398,
#wpforms-3398 .wpforms-page-next,
#wpforms-3398 .wpforms-page-prev {
  background-color: #333 !important;
  color: #fff !important;
  width: 135px !important;
  font-weight: bold;
}

#wpforms-submit-3398:hover,
#wpforms-3398 .wpforms-page-next:hover,
#wpforms-3398 .wpforms-page-prev:hover {
  background-color: #fff !important;
  color: #666 !important;
  width: 135px !important;
}

#wpforms-3398-field_28 input[type="checkbox"]::before,
#wpforms-3398-field_28 input[type="checkbox"],
#wpforms-4464-field_28 input[type="checkbox"]::before,
#wpforms-4464-field_28 input[type="checkbox"] {
  padding: 0 !important;
}

#wpforms-3398-field_28 input[type="checkbox"]::before,
#wpforms-4464-field_28 input[type="checkbox"]::before {
  margin: -1px !important;
}

#wpforms-3398-field_28 input[type="checkbox"]:checked::before,
#wpforms-4464-field_28 input[type="checkbox"]:checked::before {
  font-size: 15px !important;
}

#wpforms-4464-field_5-container,
#wpforms-3398-field_5-container {
  position: absolute;
  z-index: 100000;
}

#wpforms-3398-field_5-container {
  left: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: right;
}

.elementor-nav-menu a.elementor-item.has-submenu {
  font-weight: bold !important;
  color: #333 !important;
}

.elementor-nav-menu .menu-item-3446 a.elementor-item {
  font-weight: bold !important;
  color: #333 !important;
}

.elementor-nav-menu a.elementor-item.has-submenu:hover,
.elementor-nav-menu .current-menu-parent a.elementor-item.has-submenu {
  color: #000 !important;
}

.page-item-72 a {
  font-weight: bold !important;
}

.page-item-72 a .far {
  font-weight: 900;
}

.elementor-element-207e4a6 a {
  color: #fff !important;
  font-family: "Gotham", Sans-serif !important;
}

.page-id-3638
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-3584
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-3608
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-5478
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-1770
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover {
  background-color: #931d52ab !important;
}

.page-id-5466
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-3601
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-5481
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-4553
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-1722
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover {
  background-color: #2f454eab !important;
}

.page-id-5463
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-5554
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-3487
  .elementor-element-27b5b93
  .elementor-element-d898c67
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-1792
  .elementor-element-1d3c29f
  .elementor-toggle
  .elementor-tab-title:hover {
  background-color: #819195ab !important;
}

.page-id-5471
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-5556
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-3491
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-3314
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover {
  background-color: #ba0c2fab !important;
}

.page-id-3500
  .elementor-element-45f12c95
  .elementor-element-2d88b800
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-1125
  .elementor-element-6e8fcf76
  .elementor-element-4e38c269
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-2134
  .elementor-element-13e55244
  .elementor-element-2ca51d92
  .elementor-toggle
  .elementor-tab-title:hover {
  background-color: #a50013ab !important;
}

.page-id-3444
  .elementor-3444
  .elementor-element-4cd7027
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-3496
  .elementor-element-5d211378
  .elementor-element-279d8d9f
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-3450
  .elementor-element-5d211378
  .elementor-element-279d8d9f
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-1259
  .elementor-element-5d211378
  .elementor-element-279d8d9f
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-3444
  .elementor-element-5d211378
  .elementor-element-279d8d9f
  .elementor-toggle
  .elementor-tab-title:hover,
.page-id-3455
  .elementor-element-5d211378
  .elementor-element-279d8d9f
  .elementor-toggle
  .elementor-tab-title:hover {
  background-color: #226bb4ab !important;
}

#cookie-law-info-bar {
  font-family: "Gotham", Sans-serif !important;
}

#menupart a {
  min-height: 25px !important;
  line-height: normal !important;
  display: inline-block !important;
}

.menu-1-7b94221b .far {
  margin-top: -12px !important;
}

.eael-elements-flip-box-container {
  overflow: hidden;
}

@media only screen and (min-width: 360px) and (max-width: 767px) {
  .elementor-3037 .elementor-element.elementor-element-c6444de p {
    font-size: 40px !important;
  }

  #telpro {
    position: absolute !important;
    top: -50px !important;
    right: 20px !important;
  }

  #legendeslide .elementor-column:first-child {
    width: 100% !important;
    clip-path: none !important;
  }

  #legendeslide .elementor-column a span {
    margin-left: 20% !important;
  }

  .elementor-1454
    .elementor-element.elementor-element-392eff4:not(
      .elementor-motion-effects-element-type-background
    ),
  .elementor-3512
    .elementor-element.elementor-element-392eff4:not(
      .elementor-motion-effects-element-type-background
    ) {
    background-image: none !important;
  }
}

/*Responsive*/

@media only screen and (min-width: 360px) and (max-width: 767px) {
  #menucommun nav > ul {
    border-bottom: 1px solid #000;
    margin-left: 0;
    width: 100%;
    padding-right: 10px;
  }

  .elementor-3506
    .elementor-element.elementor-element-8863bed
    .elementor-nav-menu
    .elementor-item,
  .elementor-1498
    .elementor-element.elementor-element-88ed5d3
    .elementor-nav-menu
    .elementor-item {
    font-weight: 900 !important;
  }

  #menu-2-7443e24,
  #menu-2-d2975a1 {
    background-color: rgba(0, 0, 0, 0.05);
  }

  #menuprincipal .elementor-nav-menu--dropdown {
    position: absolute;
    top: 41px;
    width: 375px;
    left: 0px;
  }

  .elementor-nav-menu--toggle
    .elementor-menu-toggle.elementor-active
    + .elementor-nav-menu__container {
    position: absolute;
  }

  #legendeslide .elementor-column:last-child.hoveranim2 {
    width: 100% !important;
  }

  #legendeslide .elementor-column a {
    width: 100% !important;
  }

  #legendeslide .elementor-column:last-child a span {
    margin-left: 0 !important;
  }

  .premium-twentytwenty-before-label span,
  #legendeslide .elementor-column a span {
    width: auto;
  }

  .elementor-1498
    .elementor-element.elementor-element-bf55dcd
    > .elementor-widget-container {
    margin: 0px 30px 0px 20px !important;
  }

  .elementor-2134 .elementor-element.elementor-element-16e98a3a {
    top: 0 !important;
  }

  .elementor-element-461d05c1 .elementor-container {
    margin-bottom: 175px !important;
  }

  .actus {
    display: none !important;
  }

  body {
    font-size: 15px !important;
  }

  p,
  .elementor-element-4d7f79cd p > span,
  .elementor-element-4d7f79cd h3 span,
  .elementor-element-4d7f79cd p > strong,
  .elementor-element-78565e0 div > span,
  .elementor-element-b94e066 h3 span,
  .elementor-element-65a77e41 h4 span,
  .elementor-element-85907d6 p > span,
  .elementor-element-759fc67 h3 > span,
  .elementor-element-58c7666b p > span,
  .elementor-element-58c7666b p > strong,
  .elementor-element-58c7666b p > em,
  .elementor-element-20838cd p > span,
  .elementor-element-efca384 p > span,
  .elementor-element-526a7b50 h3 > span,
  .elementor-element-526a7b50 h3 > strong,
  .elementor-element-b66ac38 h3 span,
  .elementor-element-b66ac38 h3 strong {
    font-size: 16px !important;
  }

  .ee-post__excerpt {
    font-size: 15.5px !important;
  }

  .nlinline {
    line-height: 0px !important;
  }

  .rgpd {
    height: 350px !important;
    text-align: justify;
    margin-right: 40px;
  }

  .eicon-menu-bar::before {
    font-size: 30px !important;
  }

  .form-control {
    border: none;
  }

  .page-template {
    overflow-x: none !important;
  }

  #topsocial {
    margin-bottom: 30px !important;
    margin-top: 10px !important;
  }

  .elementor-element-dfb2ff3 {
    position: absolute !important;
  }

  .elementor-element-24dd21d,
  .elementor-element-77a187fb {
    margin: 50px 0 0 !important;
  }

  .premium-twentytwenty-before-label,
  #legendeslide .elementor-column {
    height: 350px !important;
  }

  .elementor-element-71b7734 {
    position: absolute !important;
    right: 0px;
    top: 145px !important;
    z-index: 20 !important;
  }

  .elementor-nav-menu__container {
    background-color: #fff !important;
  }

  /* #topsocial .elementor-column.elementor-col-50{
        width: 50%;
    }*/
  .elementor-1498
    .elementor-element.elementor-element-88ed5d3
    .elementor-menu-toggle {
    margin-right: 15% !important;
    margin-top: -35% !important;
  }

  .elementor-toggle
    .elementor-tab-title
    .elementor-toggle-icon.elementor-toggle-icon-right {
    margin-right: 5% !important;
  }

  .elementor-1577 .elementor-element.elementor-element-5d1b9df0,
  .elementor-element-5d1b9df0 {
    /*top: -50px;*/
    margin-top: 50px !important;
    top: 0 !important;
  }

  .elementor-1799 .elementor-element.elementor-element-5d1b9df0 {
    /*top: -50px;*/
    margin-top: 50px !important;
    top: 0 !important;
  }

  .elementor-1259 .elementor-element.elementor-element-2e1fa58a {
    /*top: -50px;*/
    margin-top: 25px !important;
    top: 0 !important;
  }

  #email {
    margin-top: 25px;
  }

  input#email {
    width: 280px;
  }

  .sib_signup_box_inside_2 {
    text-align: center;
  }

  input[type="checkbox"] {
    margin: 0;
  }

  h1.elementor-heading-title,
  .elementor-widget-breadcrumbs p {
    margin-left: 10px !important;
  }

  .elementor-1454
    .elementor-element.elementor-element-fc8b6f0
    .elementor-heading-title {
    padding-top: 10px !important;
  }

  .elementor-widget-container {
    padding: 0 !important;
  }

  .nlinline {
    display: inline-block !important;
    padding: 20px 0 20px 0 !important;
    /*margin-left: 23%!important;*/
    width: auto !important;
    max-width: 100% !important;
  }

  .nlinline button {
    width: 35px !important;
    height: 37px;
  }

  .elementor-element-fc8b6f0 h2 {
    font-size: 25px !important;
  }

  .elementor:not(.elementor-edit-area-active) .elementor-hidden-phone {
    display: block !important;
    width: 100% !important;
  }

  .elementor-slide-heading,
  .elementor-slide-description {
    font-size: 20px !important;
  }

  .swiper-slide-contents {
    background-color: rgba(255, 255, 255, 0.69);
    padding: 30px 25px 10px 25px;
    margin: 185px 0px 0px 0px;
  }

  .elementor-slide-heading {
    margin-bottom: 15px !important;
  }

  .elementor-1496 .elementor-element.elementor-element-46a5511,
  .elementor-1496 .elementor-element.elementor-element-ecef7d2,
  .elementor-1496 .elementor-element.elementor-element-7591a96 {
    top: 60px !important;
  }

  .elementor-1496 .elementor-element.elementor-element-6c2997b,
  .elementor-1496 .elementor-element.elementor-element-603fbac,
  .elementor-1496 .elementor-element.elementor-element-1e4ed73 {
    top: 80px !important;
  }

  #coord,
  #map,
  #form {
    display: none !important;
  }

  #article {
    width: 95%;
    margin: 0 auto;
  }

  .ee-post {
    margin-bottom: 20px !important;
  }

  .elementor-widget-heading .elementor-heading-title.elementor-size-xl {
    font-size: 28px !important;
  }

  .elementor-element-4a81ca85,
  .elementor-element-5d1b9df0 {
    height: 330px;
  }

  .elementor-1792
    .elementor-element.elementor-element-f04fac0
    .elementor-spacer-inner,
  .elementor-1259
    .elementor-element.elementor-element-1f403f08
    .elementor-spacer-inner {
    height: 250px !important;
  }

  .wpcf7-form input[type="submit"] {
    margin-top: 80px !important;
  }

  .elementor-3506 .elementor-element.elementor-element-f8732b6 img,
  .elementor-1498 .elementor-element.elementor-element-24dd21d img {
    width: 75% !important;
  }

  .page-id-3480 {
    overflow-x: hidden !important;
  }

  .elementor-3506 .elementor-element.elementor-element-92832e1 {
    margin-right: 5px !important;
    margin-top: 0px !important;
  }

  .elementor-inner .elementor-element-populated {
    padding: 10px !important;
  }

  div.wpforms-container-full .wpforms-form .wpforms-page-indicator.circles {
    display: grid !important;
    justify-content: center;
  }

  .grecaptcha-badge {
    display: none !important;
  }

  #wpforms-3398-field_38-container li,
  #wpforms-3398-field_36-container li,
  #wpforms-3398-field_37-container li,
  #wpforms-3398-field_35-container li,
  #wpforms-3398-field_16-container li,
  #wpforms-3398-field_14-container li,
  #wpforms-3398-field_29-container li,
  #wpforms-3398-field_17-container li,
  #wpforms-4464-field_14-container li,
  #wpforms-4464-field_1-container li,
  #wpforms-3398-field_1-container li {
    width: 160px !important;
    height: 200px !important;
    background-color: #fff !important;
    overflow: hidden;
  }

  .cartedefrance svg {
    width: 95% !important;
  }

  .premium-blog-content-wrapper {
    top: auto !important;
  }

  .elementor-1498 .elementor-element.elementor-element-98948e7 {
    margin-right: 5px !important;
    margin-top: 0px !important;
  }

  /*.swiper-container{
        margin-top: 140px;
    }*/
  .elementor-1496
    .elementor-element.elementor-element-1ce6ed4
    .elementor-spacer-inner {
    display: none;
  }

  .elementor-1496
    .elementor-element.elementor-element-7bc262ce
    div.swiper-slide-contents {
    max-width: 100%;
  }

  .elementor-element-0ad0f58 {
    margin: 0 10px;
  }

  .elementor-1498
    .elementor-element.elementor-element-24dd21d
    > div.elementor-widget-container {
    margin: 70px 0px 0px 0px;
  }

  /*.elementor-element-3a6e275 {
        display: none!important;
       }*/
  .elementor-1454
    .elementor-element.elementor-element-fc8b6f0
    > .elementor-widget-container {
    margin: 0;
  }

  #menuprincipal .elementor-nav-menu--dropdown {
    width: 100% !important;
  }

  nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
    overflow: visible;
  }

  div.elementor-element-9883b90:hover .elementor-element-95f719b::before,
  div.elementor-element-578d609:hover .elementor-element-bc7deeb::before {
    width: auto;
  }

  .elementor-1722
    .elementor-element.elementor-element-4b4cfb01
    > div.elementor-element-populated {
    margin: 0;
  }

  div.elementor-element-3d16b637 span {
    line-height: normal;
  }
}

#slidercont {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
  height: 100vh !important;
  width: 100% !important;
  z-index: 900;
}

/* body.page-id-3480:not(.elementor-editor-active),
body.home:not(.elementor-editor-active) {
  padding-top: 100vh;
} */

nav.elementor-nav-menu--dropdown a.elementor-item.highlighted {
  color: white !important;
}

@media screen and (max-width: 640px) {
  .grecaptcha-badge {
    display: none;
  }

  body.page-id-3480:not(.elementor-editor-active),
  body.home:not(.elementor-editor-active) {
    padding-top: 0 !important;
  }
}

@media only screen and (min-width: 767px) {
  .page-id-1496 .slider,
  .page-id-3480 .slider {
    position: absolute;
    top: -105vh;
    z-index: 10001;
    right: -67vw;
  }

  .page-id-1496 .slider img,
  .page-id-3480 .slider img {
    content: url(https://www.sport-system.fr/wp-content/uploads/2022/06/logo_blanc_2022.png);
  }

  .page-id-1496 .slider figcaption,
  .page-id-3480 .slider figcaption {
    color: white !important;
  }
}
.postid-12032 .elementor-button-wrapper a {
  color: #fff !important;
}
.postid-12032 .elementor-button:hover,
.postid-12032 .elementor-button-wrapper a:hover {
  color: #444444 !important;
}
div.wpforms-container-full .wpforms-form .wpforms-submit-container {
  text-align: center;
}
body div.wpforms-container-full .wpforms-form button[type="submit"] {
  background: #5e307e;
  color: white;
  border-color: transparent;
  padding: 15px 100px;
  text-transform: uppercase;
  font-weight: 600;
}
body div.wpforms-container-full .wpforms-form button[type="submit"] {
  background: #940f34;
}
.home #bloc_actu a:hover {
  color: #000 !important;
}

#wpforms-submit-14600 {
  background: #c6d32c;
}
#wpforms-submit-14600:hover {
  background: #545a07;
}
@media screen and (max-width: 767px) {
  #lienpart a,
  #lienpro a {
    padding: 20px 5px !important;
    font-size: 14px !important;
  }
}
