/*
Theme Name: Groupe MGC v2
Theme URI: https://www.groupemgc.fr/
Author: Victoria Vanco
Author URI: https://studiolab.fr
Description: Thème personnalisé du groupe MGC
Requires at least: WordPress 5.7
Version: 1.0
*/

@font-face {
    font-family: "Arial Black";
    src: url("fonts/Arial-Black.ttf") format("truetype");
}

@font-face {
    font-family: "Calibri";
    src: url("fonts/Calibri.ttf") format("truetype");
}

body  {
    font-family: "Calibri" !important;
}

.text-custom {
    color: #731429 !important;
}

.color-link {
    color: #ff355a !important;
}

/* Header */

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 2.5rem;
}

.header .header-left {
    display: flex;
    align-items: center;
}

.header ul {
    list-style-type: none;
}

.header .groupemgc__header__menu, .groupemgc__header__menu__phone {
    overflow: hidden;
}

.header .groupemgc__header__menu a, .groupemgc__header__menu__phone a {
    text-decoration: none;
    color: #000;
}

.header .groupemgc__header__menu a:hover,
.groupemgc__header__menu__phone a:hover {
    color: #ff355a;
    font-weight: bold;
}

.header .groupemgc__header__menu > li > a,
.groupemgc__header__menu__phone > li > a {
    text-align: center;
    padding: 14px 16px;
    text-transform: uppercase;
    font-size: 0.8rem;
    font-family: "Arial Black", serif;
}

.groupemgc__header__menu__phone > li > a {
    padding: 0;
}

.header .groupemgc__header__menu > li, .groupemgc__header__menu__phone > li {
    float: left;
    overflow: hidden;
}

.header .sub-menu {
    display: none;
    position: absolute;
    z-index: 1;
    padding-left: 0;
    padding-bottom: 15px;
    width: 282px;
    padding-top: 58px;
    background-color: #fff;
}

.header .sub-menu > li {
    padding: 4px 16px;
    cursor: pointer;
}

.header .sub-menu .menu-item-has-children .sub-menu {
    left: 282px;
    top: -1px;
}

.header .groupemgc__header__menu li:hover > .sub-menu {
    display: block !important;
}

.header .search-form {
    position: relative;
}

.header .search-form input[type="search"] {
    background-color: #f8f8f9;
    border: none;
    padding: 0.5rem;
    width: 377px;
}

.header .search-form button[type="submit"] {
    background-color: transparent;
    border: none;
    position: absolute;
    top: 7px;
    right: 7px;
    cursor: pointer;
}

.header .search-form button[type="submit"] .fa-search {
    color: #731429;
}

.header .search-form::after {
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    border: 1px solid #731429;
    top: -1px;
    right: -20px;
}

.header .header-right {
    display: flex;
    align-items: center;
}

.header .header-right .social-network {
    margin-left: 2rem;
}

.header .header-right .social-network i {
    color: #731429;
    font-size: 22px !important;
}

.header #menu-item-10 > a::after, .header .menu-item-10 > a::after {
    position: relative;
    content: "";
    display: inline-block;
    width: 0.4em;
    height: 0.4em;
    border-right: 0.2em solid #ff355a;
    border-top: 0.2em solid #ff355a;
    transform: rotate(45deg);
    margin-left: 8.5em;
    top: -2px;
}

.header .groupemgc__header__menu .active,
.groupemgc__header__menu__phone .active,
.header .groupemgc__header__menu .current_page_item a,
.groupemgc__header__menu__phone .current_page_item a,
.header .groupemgc__header__menu .current-menu-parent > a,
.groupemgc__header__menu__phone .current-menu-parent > a,
.header .groupemgc__header__menu .current-menu-ancestor > a,
.groupemgc__header__menu__phone .current-menu-ancestor > a
{
    color: #ff355a !important;
}

/*.groupemgc__header__menu__phone .active {*/
/*    color: #000 !important;*/
/*}*/

.header .search-form-wrapper.desktop, .header .social-network.desktop {
    display: inline-block !important;
}

.mobile {
    display: none !important;
}

@media (max-width: 767.98px) {

    .groupemgc__header__menu__phone a:hover {
        color: #000 !important;
        font-weight: normal !important;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .header .logo {
        width: 70px !important;
    }

    .header .groupemgc__header__menu {
        display: none;
    }

    .groupemgc__header__menu__phone {
        width: 100%;
        padding-left: 0;
    }

    .groupemgc__header__menu__phone li {
        display: block;
        width: 100%;
    }

    .groupemgc__header__menu__phone li a:active {
        color: #ff355a;
    }

    .header .search-form-wrapper.desktop, .header .social-network.desktop {
        display: none !important;
    }

    .menu-phone {
        position: relative;
        padding-bottom: 1rem;
    }

    .menu-phone .sub-menu {
        display: none;
        position: relative !important;
    }

    .menu-phone .social-network {
        margin-left: 2rem;
        display: inline-block !important;
    }

    .menu-phone .social-network i {
        color: #731429;
        font-size: 22px !important;
    }

    .search-form {
        position: relative;
    }

    .search-form input[type="search"] {
        background-color: #f8f8f9;
        border: none;
        padding: 0.5rem;
        width: 377px;
    }

    .search-form button[type="submit"] {
        background-color: transparent;
        border: none;
        position: absolute;
        top: 7px;
        right: 7px;
        cursor: pointer;
    }

    .search-form button[type="submit"] .fa-search {
        color: #731429;
    }

    .search-form::after {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        border: 1px solid #731429;
        top: -1px;
        right: -20px;
    }

    .search-form-wrapper.mobile, .header .social-network.mobile {
        display: inline-block !important;
    }

    .search-form-wrapper.mobile {
        width: 220px;
    }

    .search-form-wrapper.mobile .search-form, .search-form-wrapper.mobile .search-form [type="search"] {
        width: 100%;
    }

    .header .header-right .fa-bars {
        font-size: 2rem;
        color: #731429;
    }

    .header .js-open-phone-menu {
        background-color: transparent;
        border: none;
    }

    .header .menu-phone {
        margin-top: 1rem;
        position: relative;
        background-color: #fff;
        width: 376px;
        padding-bottom: 15px;
        z-index: 9999;
    }

    .header .sub-menu {
        padding-top: 11px;
        width: 61% !important;
    }

    .menu-item-10 .sub-menu {
        padding-left: 20px;
    }

    #menu-item-10::after, .menu-item-10::after {
        margin-left: 7.5em !important;
    }

    .header .sub-menu .menu-item-has-children .sub-menu {
        position: relative !important;
        left: 0px !important;
        padding-bottom: 0 !important;
    }
}

@media (orientation: landscape) and (max-device-width : 767.98px) {
    .mobile {
        display: block !important;
    }

    .header .logo {
        width: 70px !important;
    }

    .header .groupemgc__header__menu {
        display: none;
    }

    .groupemgc__header__menu__phone {
        width: 100%;
        padding-left: 15px;
    }

    .groupemgc__header__menu__phone li {
        display: block;
        width: 100%;
    }

    .groupemgc__header__menu__phone li a:active {
        color: #ff355a;
    }

    .header .search-form-wrapper.desktop, .header .social-network.desktop {
        display: none !important;
    }

    .menu-phone {
        position: relative;
        margin-bottom: 1rem;
    }

    .menu-phone .sub-menu {
        display: none;
    }

    .menu-phone .social-network {
        margin-left: 2rem;
        display: inline-block !important;
    }

    .menu-phone .social-network i {
        color: #731429;
        font-size: 22px !important;
    }

    .search-form {
        position: relative;
    }

    .search-form input[type="search"] {
        background-color: #f8f8f9;
        border: none;
        padding: 0.5rem;
        width: 377px;
    }

    .search-form button[type="submit"] {
        background-color: transparent;
        border: none;
        position: absolute;
        top: 7px;
        right: 7px;
        cursor: pointer;
    }

    .search-form button[type="submit"] .fa-search {
        color: #731429;
    }

    .search-form::after {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        border: 1px solid #731429;
        top: -1px;
        right: -20px;
    }

    .search-form-wrapper.mobile, .header .social-network.mobile {
        display: inline-block !important;
    }

    .search-form-wrapper.mobile {
        width: 275px;
        margin-left: 1rem;
    }

    .search-form-wrapper.mobile .search-form, .search-form-wrapper.mobile .search-form [type="search"] {
        width: 100%;
    }

    .header .header-right .fa-bars {
        font-size: 2rem;
        color: #731429;
    }

    .header .js-open-phone-menu {
        background-color: transparent;
        border: none;
    }

    .header .menu-phone {
        position: relative;
        background-color: #fff;
        width: 376px;
        padding-bottom: 15px;
        z-index: 9999;
    }

    .header .sub-menu {
        padding-top: 11px;
        width: 61% !important;
    }

    .menu-item-10 .sub-menu {
        padding-left: 20px;
    }

    #menu-item-10::after, .menu-item-10::after {
        margin-left: 7.5em !important;
    }

    .header .sub-menu .menu-item-has-children .sub-menu {
        left: 0 !important;
    }
}

@media (orientation: portrait) and (min-width: 768px) and (max-width : 1024px) {
    .slider {
        height: 300px !important;
        background-image: url('img/2021-10-03_mgc_bandeau_home_1836x568-OK-V3-R&D.png') !important;
    }

    .page-id-714 .elementor-column.elementor-col-25, .elementor-column[data-col="25"] {
        width: 35% !important;
    }

    .page-id-714 .elementor-column.elementor-col-50, .elementor-column[data-col="50"] {
        width: 100% !important;
    }

    .elementor-element-ccce6b6 .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-16:first-of-type,
    .elementor-element-ccce6b6 .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-16:last-of-type {
        width: 0 !important;
    }

    .elementor-7 .elementor-element.elementor-element-1166fff .elementor-counter-title {
        padding: 0 0.5rem 0 0.5rem !important;
    }

    .elementor-7 .elementor-element.elementor-element-0a385e4 {
        width: 95% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

@media (orientation: landscape) and (min-width: 768px) and (max-width : 1024px) {
    .slider {
        height: 380px !important;
    }
}

@media (min-width: 768px) and (max-width : 1024px) {

    .page-id-685 .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-16:first-of-type {
        width: 21.666% !important;
    }

    .wpdmpro-template-default footer {
        position: initial !important;
    }

    .elementor-7 .elementor-element.elementor-element-29ef93a > .elementor-container {
        min-height: 430px !important;
    }

    .elementor-7 .elementor-element.elementor-element-804c775 > .elementor-widget-container {
        font-size: 2rem;
        line-height: 3rem;
    }

    body:not(.rtl) .elementor-7 .elementor-element.elementor-element-804c775 {
        left: 0!important;
    }

    .elementor-7 .elementor-element.elementor-element-85fa7bd .elementor-button {
        position: relative;
        top: -50px;
    }

    .slider {
        background-image: url('img/2021-10-03_mgc_bandeau_home_1836x568-OK-V3-R&D.png') !important;
    }

    .groupemgc__footer .footer-container {
        padding: 0 !important;
    }

    .groupemgc__footer .footer-container .row {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .desktop {
        display: none !important;
    }

    .mobile {
        display: block !important;
    }

    .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-16:first-of-type {
        width: 13.5% !important;
    }

    .elementor-container.elementor-column-gap-default .elementor-column.elementor-col-16:last-of-type {
        width: 10% !important;
    }

    .mobile-padding-x-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mobile-padding-x-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    header.mobile.sticky {
        padding-top: 4rem;
    }

    .header .logo {
        width: 70px !important;
    }

    .header .groupemgc__header__menu {
        display: none;
    }

    .groupemgc__header__menu__phone {
        width: 100%;
        padding-left: 15px;
    }

    .groupemgc__header__menu__phone li {
        display: block;
        width: 100%;
    }

    .groupemgc__header__menu__phone li a:active {
        color: #ff355a;
    }

    .header .search-form-wrapper.desktop, .header .social-network.desktop {
        display: none !important;
    }

    .menu-phone {
        position: relative;
        margin-bottom: 1rem;
        margin-top: 1rem;
    }

    .menu-phone .sub-menu {
        display: none;
        position: relative !important;
    }

    .menu-phone .social-network {
        margin-left: 2rem;
        display: inline-block !important;
    }

    .menu-phone .social-network i {
        color: #731429;
        font-size: 22px !important;
    }

    .search-form {
        position: relative;
    }

    .search-form input[type="search"] {
        background-color: #f8f8f9;
        border: none;
        padding: 0.5rem;
        width: 377px;
    }

    .search-form button[type="submit"] {
        background-color: transparent;
        border: none;
        position: absolute;
        top: 7px;
        right: 7px;
        cursor: pointer;
    }

    .search-form button[type="submit"] .fa-search {
        color: #731429;
    }

    .search-form::after {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        border: 1px solid #731429;
        top: -1px;
        right: -20px;
    }

    .search-form-wrapper.mobile, .header .social-network.mobile {
        display: inline-block !important;
    }

    .search-form-wrapper.mobile {
        width: 275px;
        margin-left: 1rem;
    }

    .search-form-wrapper.mobile .search-form, .search-form-wrapper.mobile .search-form [type="search"] {
        width: 100%;
    }

    .header .header-right .fa-bars {
        font-size: 2rem;
        color: #731429;
    }

    .header .js-open-phone-menu {
        background-color: transparent;
        border: none;
    }

    .header .menu-phone {
        position: relative;
        background-color: #fff;
        width: 376px;
        padding-bottom: 15px;
        z-index: 9999;
    }

    .header .sub-menu {
        padding-top: 11px;
        width: 61% !important;
    }

    .menu-item-10 .sub-menu {
        padding-left: 20px;
    }

    #menu-item-10::after, .menu-item-10::after {
        margin-left: 7.5em !important;
    }

    .header .sub-menu .menu-item-has-children .sub-menu {
        left: 0 !important;
    }

    .groupemgc__footer .social-network {
        display: none !important;
    }

    .page-id-3736 .elementor-element-f45947a {
        position: fixed;
        bottom: 335px;
    }

    .page-id-3736 footer {
        position: fixed;
        bottom: 0;
    }

    .footer-container .site__sidebar__widget {
        width: 150px;
    }

    #menu-menu-qui-sommes-nous {
        width: 155px;
    }
}

.sticky {
    position: fixed;
    width: 100%;
    z-index: 1000;
    background-color: #fff;
}

.header.sticky {
    top: 0;
    padding-top: 3rem;
}

.menu-phone.sticky {
    top: 128px;
}

/* Footer */

.groupemgc__footer {
    background-color: #f0f0f0;
    padding: 3rem 0;
    position: relative;
}

.groupemgc__footer .main-wrapper {
    display: flex;
}

.groupemgc__footer .col-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.groupemgc__footer .footer-container .site__sidebar__widget.widget_nav_menu {
    width: 100%;
}

.groupemgc__footer .footer-container .menu-menu-qui-sommes-nous-container {
    width: 100% !important;
}

.groupemgc__footer .footer-container .menu-item .sub-menu {
    width: 100% !important;
}

.groupemgc__footer .footer-container ul li a {
    font-size: 1rem;
    text-decoration: none !important;
}

.groupemgc__footer .footer-container .col-md-4:last-of-type .col-wrapper {
    justify-content: flex-start;
}

.groupemgc__footer .footer-container .col-md-3:first-of-type .col-wrapper {
    border-right: 1px solid #000 !important;
}

.groupemgc__footer .col-logo .col-wrapper,
.groupemgc__footer .footer-container .col-md-5,
.groupemgc__footer .footer-container .col-md-3,
.groupemgc__footer .footer-container .col-md-4 {
    padding-right: 0 !important;
}

.groupemgc__footer .footer-container .col-md-3:nth-of-type(2) {
    padding-left: 9px; !important;
}

.groupemgc__footer .footer-container .col-md-4:last-of-type .col-wrapper {
    border-right: none;
}

.groupemgc__footer #menu-menu-footer-1, .groupemgc__footer #menu-menu-footer-2 {
    list-style-type: square;
}

.groupemgc__footer ul li a {
    color: #000;
}

.groupemgc__footer .col-logo {
    width: 20%;
    padding-left: 60px;
    font-size: 1.1rem;
}

.groupemgc__footer .footer-container {
    display: flex;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 0 6rem;
}

#menu-menu-qui-sommes-nous, #menu-menu-footer-2 {
    padding-left: 1rem !important;
}

@media (max-width: 767.98px) {

    .groupemgc__footer .social-network {
        width: 65%;
    }

    .groupemgc__footer .social-network i {
        color: #731429;
        font-size: 22px !important;
    }

    .groupemgc__footer .main-wrapper {
        flex-direction: column;
    }

    .groupemgc__footer .col-logo {
        width: 100% !important;
        text-align: center;
        margin-bottom: 1rem;
    }

    .groupemgc__footer .footer-container .col-md-4 .col-wrapper {
        border-right: none !important;
    }

    .groupemgc__footer .row {
         margin-right: 0 !important;
         margin-left: 0 !important;
    }

    .groupemgc__footer .col-md-4 {
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .groupemgc__footer .site__sidebar__widget.widget_nav_menu, .groupemgc__footer .site__sidebar__widget.widget_text {
        width: 60% !important;
    }

    .groupemgc__footer .footer-container .col-md-3 {
        padding-left: 0 !important
    }

    .groupemgc__footer ul {
        width: 100%;
    }

    .groupemgc__footer .menu {
        padding-left: 15px !important;
    }

    .groupemgc__footer .footer-container {
        padding: 0 !important;
    }

    .groupemgc__footer .footer-container .col-6:first-of-type .col-wrapper {
        align-items: unset !important;
        border-right: unset !important;
    }
}

/* Page */

@media (max-width: 767.98px) {

    .page-id-20 .elementor-element-6380e6c9 {
        margin-bottom: 0 !important;
    }

    .page-id-20 .elementor-element-6380e6c9 p {
        margin-bottom: 0.5rem !important;
    }

    .page-id-20 .elementor-element-6fdf64a2 .list-style-square {
        margin-bottom: 0 !important;
    }

    .page-id-712 .elementor-element-17c14cb img, .page-id-712 .elementor-element-e72e87b img, .page-id-712 .elementor-element-8d31ca2 img {
        width: 40% !important;
    }

    .page-id-712 .elementor-widget:not(:last-child) {
        margin-bottom: 0 !important;
    }

    .page-id-11 .elementor-element-8de1001 .elementor-widget-container {
        padding: 10px !important
    }

    .page-id-11 #wpdmmydls-97c12faa412c38bf6fcca37665394f8e td {
        border: none !important
    }

    .page-id-11 #wpdmmydls-97c12faa412c38bf6fcca37665394f8e tr {
        border: 1px solid #02010169 !important
    }

    .page-id-17 .elementor-section[data-id="7dd2a4f5"] {
        padding-left: 27px !important;
        padding-right: 27px !important;
    }

    .page-id-29 #wpdmmydls-3291a814b6fbd727a05790e71c208506 tr, .page-id-29 #wpdmmydls-b17a03b35dfffdd1129060e4d5e66da7 tr {
        border: none !important;
        text-align: center !important;
    }

    .page-id-29 #wpdmmydls-3291a814b6fbd727a05790e71c208506 tr td:first-of-type, .page-id-29 #wpdmmydls-b17a03b35dfffdd1129060e4d5e66da7 tr td:first-of-type {
        margin: 0 auto !important;
    }

    .page-id-29 #wpdmmydls-3291a814b6fbd727a05790e71c208506 tr td:nth-of-type(2), .page-id-29 #wpdmmydls-b17a03b35dfffdd1129060e4d5e66da7 tr td:nth-of-type(2) {
        border: none !important;
        padding-bottom: 0 !important;
    }

    .page-id-29 #wpdmmydls-3291a814b6fbd727a05790e71c208506 tr td:last-of-type, .page-id-29 #wpdmmydls-b17a03b35dfffdd1129060e4d5e66da7 tr td:last-of-type {
        text-align: center !important;
        border: none !important;
        padding-top: 0 !important;
    }

    .page-id-29 .elementor-element-15eb04a .elementor-button-wrapper {
        text-align: center !important;
    }

    .page-id-29 .elementor-element-6848e49 img {
        width: 40% !important;
    }

    .page-id-29 .elementor-element-370fd75 .elementor-widget-wrap {
        display: none !important;
    }

    .page-id-29 .elementor-carousel-image {
        background-size: contain !important;
    }

    .page-id-29 .elementor-29 .elementor-element.elementor-element-de5b460 .elementor-main-swiper .swiper-slide {
        border: none !important;
    }

    .page-id-685 .elementor-col-14, .page-id-685 .elementor-col-20, .page-id-685 .elementor-col-16 {
        flex: 0 0 50% !important;
        max-width: 50% !important;
    }

    .page-id-489 .elementor-element-d0ac3aa .elementor-widget-container {
        margin: 0!important;
    }

    .page-id-489 .elementor-element-c8fd4f1 .elementor-widget-wrap, .page-id-489 .elementor-element-6ce5f9d .elementor-widget-wrap {
        border: none !important;
    }

    .page-id-7 .elementor-element .elementor-element-a3d7419 .elementor-widget-wrap.elementor-element-populated {
        border: none !important;
    }

    .page-id-7 .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
        padding: 0 !important;
    }

    .page-id-7 .elementor-post__thumbnail {
        padding-bottom: calc( 0.58 * 100% ) !important;
    }

    .page-id-1135 #wpdmmydls-b17a03b35dfffdd1129060e4d5e66da7 tr {
        border: none !important;
    }

    .page-id-1135 #wpdmmydls-b17a03b35dfffdd1129060e4d5e66da7 td:first-of-type div {
        border: none !important;
    }

    .page-id-1135 #wpdmmydls-b17a03b35dfffdd1129060e4d5e66da7 td {
        width: 100% !important;
        text-align: center !important;
    }

    .page-id-1135 #wpdmmydls-b17a03b35dfffdd1129060e4d5e66da7 td img {
        border: 1px solid #000;
    }

    .page-id-1135 #wpdmmydls-b17a03b35dfffdd1129060e4d5e66da7 td:nth-of-type(2) {
        padding-bottom: 0 !important;
    }

    .page-id-1135 #wpdmmydls-b17a03b35dfffdd1129060e4d5e66da7 td:last-of-type {
        padding-top: 0 !important;
    }

    .page-id-1135 .card-width-table .card-footer, .table tr td {
        border: none !important;
    }

    .page-id-1107 #wpdmmydls-c806dce0f60040a5f79414798b3a8163 tr {
        border: none !important;
    }

    .page-id-1107 #wpdmmydls-c806dce0f60040a5f79414798b3a8163 td:first-of-type div {
        border: none !important;
    }

    .page-id-1107 #wpdmmydls-c806dce0f60040a5f79414798b3a8163 td {
        width: 100% !important;
        text-align: center !important;
    }

    .page-id-1107 #wpdmmydls-c806dce0f60040a5f79414798b3a8163 td img {
        border: 1px solid #000;
    }

    .page-id-1107 #wpdmmydls-c806dce0f60040a5f79414798b3a8163 td:nth-of-type(2) {
        padding-bottom: 0 !important;
    }

    .page-id-1107 #wpdmmydls-c806dce0f60040a5f79414798b3a8163 td:last-of-type {
        padding-top: 0 !important;
    }

    .page-id-1107 .card-width-table .card-footer, .table tr td {
        border: none !important;
    }

    .page-id-7 .elementor-element-8424376 {
        margin-bottom: 10px !important;
    }

    .page-id-7 .elementor-7 .elementor-element.elementor-element-d53c69f > .elementor-widget-container {
        padding: 0px 0px 10px 0px;
    }

    .page-id-7 .elementor-element-9375822 {
        margin-bottom: 5px !important;
    }

    .page-id-7 .elementor-7 .elementor-element.elementor-element-b2d4c89 > .elementor-widget-container {
        margin: 0px 0px 29px 0px;
    }

    .elementor-element-d695c94 .elementor-widget-container {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }

    .elementor-element-d695c94 .elementor-widget-container a {
        margin-right: 1rem;
        margin-bottom: 1rem;
    }

    .elementor-element-d695c94 .elementor-widget-container a:nth-of-type(2n) {
        margin-right: 0;
    }

    .elementor-element-d695c94 .elementor-widget-container a img {
        border: 1px solid #02010169;
    }

    .mobile-padding-x-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .mobile-padding-x-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .mobile-fs-23 h1, .mobile-fs-23 h2, .single-post h3  {
        font-size: 23px !important;
    }

    .mobile-fs-35 h1, .mobile-fs-35 h2  {
        font-size: 35px !important;
    }

    .logo-download-link-list ul {
        flex-direction: column;
    }

    .logo-download-link-list ul li a {
        display: flex !important;
        justify-content: start !important;
    }

    .page-id-1705 .elementor-1705 .elementor-element.elementor-element-3d2d501 > .elementor-widget-container,
    .page-id-1705 .elementor-1705 .elementor-element.elementor-element-09c7171 > .elementor-widget-container
    {
        margin: 0 !important;
        text-align: center;
    }
}

/* Slider */

.slider {
    width: 100%;
    height: 568px;
    background-image: url('img/2021-10-03_mgc_bandeau_home_1836x568-OK-V3-ORDI.png');
    background-size: 100% 100%;
}

@media (max-width: 767.98px) {

    .slider {
        height: 138px !important;
		background-image: url('img/2021-10-03_mgc_bandeau_home_1836x568-OK-V3-R&D.png');
    }
}

/* Home */

@media (max-width: 767.98px) {

    .elementor-7 .elementor-element.elementor-element-05e7b94 > .elementor-widget-container {
        margin: 0 !important;
    }

    body:not(.rtl) .elementor-7 .elementor-element.elementor-element-804c775 {
        left: 0 !important;
    }

    .elementor-7 .elementor-element.elementor-element-804c775 {
        font-size: 30px !important;
    }
}

/* Counter */

.elementor-7 .elementor-element.elementor-element-34aab4d > .elementor-widget-container {
    padding: 21px 0px 44px 0px !important;
}

.elementor-7 .elementor-element.elementor-element-34aab4d .elementor-counter-title {
    padding-top: 2rem !important;
}

.elementor-7 .elementor-element.elementor-element-6ca0856 > .elementor-widget-container {
    padding: 21px 0px 21px 0px !important;
}

.elementor-7 .elementor-element.elementor-element-0de30e5 > .elementor-widget-container {
    padding: 21px 0px 32px 0px !important;
}

.elementor-7 .elementor-element.elementor-element-0de30e5 .elementor-counter-title {
    padding-top: 1rem !important;
}

/* Last Posts */

.elementor-widget-posts .elementor-post__read-more, .elementor-post__read-more, .elementor-widget-archive-posts .elementor-post__read-more {
    background-color: #f0f0f0;
    padding: 12px 24px;
    border-radius: 3px;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

/* Page */

.groupemgc__heading {
    background-color: #f0f0f0;
}

#menu-item-5266 .sub-menu {
    padding-left: 0px;
    width: 100%;
}

#menu-item-5266 .sub-menu li {
    list-style-type: none;
    font-weight: 1;
}

@media (max-width: 767.98px) {

    .elementor-section {
        padding-left: 15px;
        padding-right: 15px;
    }

    .elementor-section[data-id="b560259"], .elementor-section[data-id="d1eb52e"], .elementor-section[data-id="2db8217"]  {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .elementor-element-2a97496, .elementor-element-bf6a5e3 {
        width: 50% !important;
    }

    .elementor-element-2a97496 img, .elementor-element-bf6a5e3 img {
        width: 50% !important;
        height: 100% !important;;
    }

    .elementor-element-75ab7ba {
        height: 100%;
    }

    .elementor-element-75ab7ba .elementor-widget-container {
        height: 100%;
    }

    #menu-menu-footer-1 {
        margin-bottom: 0;
    }

    #menu-menu-qui-sommes-nous {
        margin-bottom: 0;
    }

    .elementor-305 .elementor-element.elementor-element-1055de4 .elementor-posts-container .elementor-post__thumbnail {
         padding-bottom: calc( 0.58 * 100% ) !important;
    }
}

/* List */

.list-style-square {
    list-style-type: square;
    padding-left: 15px;
}

.list-style-square li::marker {
    color: #731429;
}

/* Buttons */

.btn-custom {
    background-color: #731429;
    color: #fff;
}

.btn-download {
    color: #731429 !important;
    border: none !important;
    background-color: transparent !important;
}

.link-custom, .link-custom:hover {
    color: #731429 !important;
}

.link-custom:hover {
    text-decoration: underline !important;
}

.w3eden i {
    font-size: 1.1rem;
    vertical-align: sub;
    margin-left: -0.5rem;
    color: #731429;
}

.btn-download .fas.fa-eye {
    font-size: 1.1rem;
    vertical-align: top;
    margin-left: 0.4rem;
}

.w3eden .btn {
    font-size: 11px;
}

.w3eden .btn-primary {
    color: #731429 !important;
    border: none !important;
    background-color: transparent !important;
}

.w3eden .btn-primary:hover {
    box-shadow: unset;
}

.w3eden .next.page-numbers i {
    margin-left: unset !important;
}

/* Timeline */

.timeline {
    padding: 0 1rem 1rem 1rem;
    border-radius: 0 0 5px 5px;
}

.timeline-content {
    font-size: 1.2rem;
}

.timeline-bg-grey {
    background-color: #707176;
    color: #fff;
}

.timeline-bg-pink {
    background-color: #ff355a;
    color: #fff;
}

.timeline-bg-purple {
    background-color: #760824;
    color: #fff;
}

.cool-timeline-horizontal.white-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post .content-details {
    font-size: 1.2rem !important;
}

.cool-timeline-horizontal.white-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title a {
    font-size: 28px !important;
    font-weight: bold !important;
}

.cool-timeline-horizontal .clt_carousel_slider ul.slick-slider .slick-list li span.ctl-story-time {
    font-weight: bold !important;
}

.timeline-post .content-title-simple {
    display: none;
}

/* Elementor */

.elementor-widget-posts .elementor-post__read-more {
    color: #414040 !important;
}

/* Jobs */

.job-info {
    border: 2px solid #54595F !important;
    color: #760824 !important;
    padding: 8px !important;
}

.job-title {
    color: #760824 !important;
    font-family: "Calibri" !important;
    font-weight: 900 !important;
    font-size: 0.9rem !important;
}

.sjb-page .list-data .v1 {
    border: none !important;
    margin: unset !important;
    background-color: #fdf4f3 !important;
}

.job-description {
    background-color: #fdf4f3;
    font-family: "Calibri" !important;
    padding: 15px !important;
    font-size: 1rem !important;
}

.job-description  ul {
    list-style-type: square !important;
}

.job-description  ul li::marker {
    color: #731429;
}

.js-accordion-title {
    border: none !important;
    background-color: transparent !important;
}

.btn-apply {
    background-color: #ff355a !important;
    color: #fff !important;
    font-family: "Roboto";
    font-weight: 500;
    font-size: 15px;
    text-align: center;
    display: inline-block;
    line-height: 1;
    padding: 12px 24px;
    border-radius: 3px;
    transition: all .3s !important;
    margin-bottom: 1rem !important;
}

.input-filename {
    margin-top: 0.5rem;
}

.sjb-page .list-data .v1 .job-description p {
    margin: 0 0 32px !important;
}

.sjb-page ul, .sjb-page ol {
    margin-bottom: 32px !important;
    padding-left: 15px !important;
}

/* Search */

.search .elementor-posts--thumbnail-top .elementor-post {
    padding-bottom: 1rem !important;
}

.search .elementor-posts .elementor-post__excerpt {
    margin-bottom: 1.5rem !important;
}

/* Call to action */

#to-top-anchor {
    width: 60px;
    height: 60px;
    background-color: #ff355a;
    color: #fff;
    display: block;
    text-align: center;
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    line-height: 60px;
    border-radius: 50%;
}

#to-top-anchor:hover {
    color: #fff;
}

/* Icon SVG */

.elementor-29 .elementor-element.elementor-element-f54605c .elementor-icon-list-icon svg,
.elementor-29 .elementor-element.elementor-element-81d20fb .elementor-icon-list-icon svg,
.elementor-29 .elementor-element.elementor-element-70b968d .elementor-icon-list-icon svg{
    color: #731429 !important;
}

/* Font Anwesome */

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome !important;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/* Article */

.elementor-post__thumbnail {
    border: 1px solid #02010169 !important;
}

/* Download */

.wpdmpro-template-default .wpdm-download-link {
    width: 110px;
}

.wpdm-download-link.download-on-click.btn.btn-primary {
    font-family: "Calibri", serif;
    font-weight: 900;
    font-size: 0.8rem;
}

/* Posts Navigation */

.post-navigation__arrow-wrapper .fa.fa-angle-left, .post-navigation__arrow-wrapper .fa.fa-angle-right {
    font-size: 3rem !important;
}

/* Tags */

.tags-wrapper .elementor-heading-title {
    display: flex;
    flex-wrap: wrap;
}

.tags-wrapper a {
    border: 2px solid #731429;
    padding: 0.2rem 0.3rem;
    border-radius: 5px;
    color: #731429 !important;
    text-transform: uppercase;
    margin-right: 0.5rem;
    margin-bottom: 0.5rem;
}

/* Captcha */

.bs-math-captcha {
    display: flex;
    align-items: center;
}

#bs_ebcaptchatext {
    margin-bottom: 0 !important;
}

#bs_ebcaptchainput {
    width: 511px;
}

/* Download Page */

.wpdmpro-template-default section {
    margin-bottom: 1rem;
}

.wpdmpro-template-default .col {
    width: 50%;
    padding: 0;
}

.wpdmpro-template-default footer {
    position: fixed;
    bottom: 0;
    width: 100%;
}

@media (max-width: 767.98px) {

    .wpdmpro-template-default .col {
        width: 100%;
    }

    .wpdmpro-template-default .col:first-of-type {
        display: none !important;
    }

    .wpdmpro-template-default .col:last-of-type {
        padding: 0;
    }

    .wpdmpro-template-default .col:last-of-type img {
        width: 100%;
    }

    .wpdmpro-template-default footer {
        position: initial;
        bottom: unset;
    }
}



