/*!
Theme Name: motorsinside
Theme URI: https://www.weisetech.com/
Author: Weisetech Developers
Author URI: https://www.weisetech.com/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: motorsinside
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.

motorsinside is based on Underscores https://underscores.me/, (C) 2012-2020 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/
*/
.footer-text p {
    margin-bottom: 0;
}
.wpcf7-form {
    margin-top: 2.25rem !important;
}
.contact-info a {
    font-size: 26px;
}
.wpcf7-response-output {
    color: #259a3f;
    background-color: #e5f4e9;
    border-color: #b2dfbc !important;
    position: relative;
    padding: 0.75rem 1.25rem !important;
    border-radius: 0.3125rem;
}
.single .article h2 {
    display: block;
    margin: 1.6rem 0 !important;
}
.single .special-tableau table {
    width: 100%;
    margin-bottom: 1.5rem;
    color: #495057;
    background-color: transparent;
}

.alignleft {
    float: left;
    margin-right: 1em;
}
.alignright {
    float: right;
    margin-left: 1em;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.fancybox__container {
    --right-col-width: 0px;
}
.fancybox__container.has-sidebar {
    --right-col-width: 25%;
}
#moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
	background: none !important;
	border-top: none !important;
	margin-bottom: 20px;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content {
	padding: 0 !important;
	justify-content: space-between !important;
}
.moove-gdpr-info-bar-content .col {
	font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    font-family: Roboto, Arial !important;
}
.mgbutton {
	border: 1px solid transparent !important;
    padding: 0.7rem 1.25rem !important;
    font-size: 1rem !important;
    line-height: 1.5 !important;
    border-radius: 0.3125rem !important;
    background: #FFF !important;
    color: #BD1716 !important;
	font-weight: 700 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
    color: #BD1716 !important;
    background: rgba(255, 255, 255, 0.9) !important;
}
@media (max-width: 991px) {
    .fancybox__container.has-sidebar {
        --right-col-width: 0;
    }
    .fancybox__toolbar__column.is-right{
        display:none !important;
    }
    .fancybox__thumbs.is-horizontal {
        padding: 0;
    }
}
.fancybox__cols {
    display: grid;
    grid-template-columns: minmax(0, 1fr) var(--right-col-width);
    height: 100% !important;
    min-height: 100% !important;
}
.fancybox__col {
    display: flex;
    flex-direction: column;
    height: 100% !important;
    min-height: 100% !important;
    position: relative;
    overflow: hidden;
}
.fancybox__content {
    width: 100% !important;
    height: 100% !important;
}
.fancybox__footer {
    position:relative !important;
}
.fancybox-protected {
    background-image: url("/image/copyright_album.png");
    background-size: cover;
}
.fancybox__toolbar {
    padding: 1rem;
}
@media (max-width: 991px) {
    .f-button[data-fancybox-info]{
        display:none;
    }
}
.f-button[data-fancybox-close]{
    width:auto;
    padding: 1rem;
    border-radius: 0.325rem;
}
.f-button[data-fancybox-close]:after {
    content: "Fermer";
    display: inline-block;
    text-transform: uppercase;
    margin-left: 8px;
    font-size: 1rem;
    font-weight: 600;
}

.article.commercial_template ul {
	border-left: none;
    list-style-type: disc;
}

.article.commercial_template li:before {
	content:none;
}

.article.commercial_template  table {
	width: 100%;
    display: block;
    overflow-x: auto;
}

.article.commercial_template ol>li:not(:last-child) {
	margin-bottom: 1rem;
}

.article.commercial_template p,
.article.commercial_template ol li,
.article.commercial_template ul li {
	font-weight: normal;
}

.article.commercial_template .campaign-shortcode-table ul {
	list-style-type: none;
	padding-left:0;
}

.article.commercial_template .campaign-shortcode-table p {
	margin-bottom:0;
}

.article.commercial_template .campaign-shortcode-table .campaign-list-item_cta-btn {
	color: #ffffff;
}

.article.commercial_template .article_contenu .campaign-shortcode-table a {
	box-shadow: none;
}


@media (max-width: 940px)
{
	.menu-item-has-children > a::after{ display:none !important;left: -10px !important;}
}


.menu-item-has-children > a::after {
  content: " " !important;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg); /* points down */
  margin-left: 6px;
  margin-top: 4px;
  list-style: none;
}

/* Dropdown Arrows */
.menu-item-has-children > a::after {
  content: " ▼";
  font-size: 10px;
  pointer-events: none;
  height: 10px;
  width: 10px;
}

.menu-item-has-children > a::after{
        position: relative;
    top: -2px;
    left: 3px;
}

#navbarNavDropdown .menu-item-has-children > a::after {
  content: " " !important;
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg); /* points down */
  margin-left: 6px;
  margin-top: 4px;
  list-style: none;
}


@media (max-width: 768px) {
  .sub-menu {
    position: relative;
    box-shadow: none;
  }
  .menu-item-has-children > a::after {
    float: right;
  }
  .menu-item-has-children.open > .sub-menu {
    display: block;
  }
}

.menu-item-has-children ul.sub-menu {
    display: none;
}

.menu-item-has-children:hover > .sub-menu {
    display: block !important;
}

ul.sub-menu {
    min-width: 280px;
    left: auto;
}

.sub-menu {
    display: none;
    position: absolute;
    top: 44px;
    left: 0;
    background: white;
    min-width: 350px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    z-index: 99999999999999999;
    text-align: left;
    padding-left: 10px;
}

@media (max-width: 768px) {
    .sub-menu {
        position: relative;
        box-shadow: none;
		list-style: none;
		margin: 0;
		top:0;
		display:block !important;
		padding-left:20px  !important;
    }
}
