/*
Theme Name: GP Developer Child Theme
Template: generatepress
Theme URI: https://generatepress.com
Author: Alexis Bricard
Author URI: https://k-lya.fr
Version: 1.0
*/
/*



/* ==========================================
              RESET CSS
==============================================*/


html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
    /* margin: 0; */
    padding: 0;
    border: 0;
    outline: 0;
    /* font-size: 100%; */
    vertical-align: baseline;
    background: transparent;
}


blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
    text-decoration: none;
}

del {
    text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

b,
strong {
    font-weight: 600;
}


/* ==========================================

/* =============================================================
=============================================================

                        Menu 

=============================================================
=============================================================*/
.inside-header.grid-container {
    max-width: 1280px;
    padding: 1em;
}

/* logo */
.navigation-branding {
    width: 13%;
}


/* nav */
/* @media screen and (min-width: 1025px) {
    nav#site-navigation {
        margin-top: 2em;
    }
} */


.main-navigation .main-nav ul li[class*="current-menu-"]>a:hover {
    color: #263737;
}


.main-navigation .main-nav ul li a,
.menu-toggle,
.main-navigation .mobile-bar-items a {
    /* margin-left: 35px;
    margin-right: 35px;
     */
}


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

    .main-navigation .main-nav ul li a {
        padding-left: 14px;
        padding-right: 14px;

    }
}


/* =========================================
              menu mobile
  =========================================*/
/* @media screen and (min-width: 768px)and (max-width: 1024px) {
    .slideout-navigation.do-overlay .slideout-exit {

        width: 100% !important;
        text-align: right !important;
        margin-right: -1.2em !important;
        margin-top: -1em !important;
    
    }
  } */

@media screen and (min-width: 550px) and (max-width: 768px) {
    .slideout-navigation.do-overlay .slideout-exit {

        width: 100% !important;
        text-align: right !important;
        margin-right: -4.1em !important;
        margin-top: -2em !important;

    }
}

@media screen and (max-width: 549px) {
    .slideout-navigation.do-overlay .slideout-exit {

        width: 100% !important;
        text-align: right !important;
        margin-right: -1.1em !important;
        margin-top: -1em !important;

    }
}



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

    .mobile-menu-control-wrapper .menu-toggle,
    .mobile-menu-control-wrapper .menu-toggle:hover {
        background-color: rgba(0, 0, 0, 0) !important;
    }

    .navigation-branding,
    .site-logo.mobile-header-logo {

        z-index: 99999999;

    }

    .inside-navigation.grid-container.grid-parent {
        overflow: hidden;
    }

    .menu-toggle {
        font-size: 42px !important;
        color: #263737 !important;
    }

    .slideout-navigation.do-overlay .slideout-exit {

        font-size: 42px !important;
        color: #263737 !important;

    }

    .navigation-branding {
        width: 30%;
    }

    .main-navigation.slideout-navigation .main-nav>ul>li>a {
        line-height: 75px !important;
    }

    #site-navigation .navigation-branding {
        margin-left: 30px !important;
    }
}

@media screen and (max-width: 375px) {
    .menu-toggle {
        padding: 0 !important;
    }
}





/* ==========================================
=! ANIMATION
------------------------------------------ */

/* --- do all the preload stuff --- */

.preload * {
    -webkit-transition: none !important;
    transition: none !important;
    -webkit-animation: none !important;
    animation: none !important;
}

.has-js .prep-animation,
.has-js .prep-scroll-animation {
    visibility: hidden;
}

.has-js .do-animation,
.has-js .do-scroll-animation {
    visibility: visible;
}


/* ----------------------------------------------
 * Generated by Animista
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info. 
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */

.fade-in-left {
    -webkit-animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-left 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.fade-in {
    -webkit-animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.fade-in-top {
    -webkit-animation: fade-in-top 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-top 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.fade-in-bottom {
    -webkit-animation: fade-in-bottom 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-bottom 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}

.fade-in-right {
    -webkit-animation: fade-in-right 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
    animation: fade-in-right 1.2s cubic-bezier(0.390, 0.575, 0.565, 1.000) both;
}



/* --- animation fade-in-left --- */
@-webkit-keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-left {
    0% {
        -webkit-transform: translateX(-75px);
        transform: translateX(-75px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/* --- animation fade-in --- */
@-webkit-keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fade-in {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

/* --- animation fade-in-bottom --- */
@-webkit-keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(75px);
        transform: translateY(75px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-bottom {
    0% {
        -webkit-transform: translateY(75px);
        transform: translateY(75px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* --- animation fade-in-top --- */
@-webkit-keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fade-in-top {
    0% {
        -webkit-transform: translateY(-50px);
        transform: translateY(-50px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1;
    }
}

/* --- animation fade-in-right --- */
@-webkit-keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fade-in-right {
    0% {
        -webkit-transform: translateX(75px);
        transform: translateX(75px);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

/**
 * ----------------------------------------

/* --- delay classes --- */
.delay-250 {
    -webkit-animation-delay: 250ms;
    animation-delay: 250ms;
}

.delay-500 {
    -webkit-animation-delay: 500ms;
    animation-delay: 500ms;
}

.delay-750 {
    -webkit-animation-delay: 750ms;
    animation-delay: 750ms;
}

.delay-1000 {
    -webkit-animation-delay: 1000ms;
    animation-delay: 1000ms;
}

.delay-1250 {
    -webkit-animation-delay: 1250ms;
    animation-delay: 1250ms;
}

.delay-1500 {
    -webkit-animation-delay: 1500ms;
    animation-delay: 1500ms;
}


/* =========================== */





/* ==========================================
            FOOTER
==========================================*/



/* ==========================================
        HOME
==========================================*/
@media screen and (max-width: 1150px) {
    br {
        display: none;
    }
}



.section-hero {
    background-image: radial-gradient(circle, #e20613, #ab6c00, #6c8e06, #24a068, #00a7a7);
}


/* statistics */
.grid-stat-anim>.gb-grid-column {
    text-align: center;
}

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

    /* reasons or services blocks */
    .container-4-details>.gb-inside-container {

        text-align: center !important;
    }

    .container-4-details .gb-button-wrapper {

        justify-content: center !important;
    }

}



/* Avis */

.avis-clients {
    background-image: radial-gradient(circle, #e20613, #ab6c00, #6c8e06, #24a068, #00a7a7);
}



/* ----------------------*/

/* ==========================================
        page modèle séminaire 
==========================================*/

/*offre */

.container-detail-offers .gb-grid-wrapper {
    justify-content: space-around !important;
}



/* ==========================================*/
/* ==========================================
        page modele article
==========================================*/
/*  */

.category-page-informationnelle-branding h2,
.category-page-informationnelle-digitale h2,
.category-page-informationnelle-force-de-vente h2,
.category-page-informationnelle-innovation h2,
.category-page-informationnelle-rh h2,
.category-page-informationnelle-seminaire h2 {
    padding-bottom: 0.5em;
    margin: 2em 0 1em 0;
    border-bottom: 1px solid rgba(0, 168, 168, 0.5);
    position: relative;
    padding-left: 1.1em;
}

.category-page-informationnelle-branding h2::before,
.category-page-informationnelle-digitale h2::before,
.category-page-informationnelle-force-de-vente h2::before,
.category-page-informationnelle-innovation h2::before,
.category-page-informationnelle-rh h2::before,
.category-page-informationnelle-seminaire h2::before {
    content: url("http://assurance-resilie-pas-cher.fr/wp-content/uploads/2022/11/losange.svg");
    position: absolute;
    left: 0px;
    top: 0.1rem;
    height: 100%;
    width: 21px;

}

.category-page-informationnelle-branding img,
.category-page-informationnelle-digitale img,
.category-page-informationnelle-force-de-vente img,
.category-page-informationnelle-innovation img,
.category-page-informationnelle-rh img,
.category-page-informationnelle-seminaire img {
    margin: 2em 0;

}



@media screen and (max-width: 940px) {

    .category-page-informationnelle-branding,
    .category-page-informationnelle-digitale,
    .category-page-informationnelle-force-de-vente,
    .category-page-informationnelle-innovation,
    .category-page-informationnelle-rh,
    .category-page-informationnelle-seminaire{
        margin: 0 1.5em;
    }
}

/* ==========================================
==========================================*/




/* ==========================================
        MENTIONS LEGALES
==========================================*/

/* ----------------------
      Section
-----------------------*/

/* Responsive */


/* ----------------------*/


/* ----------------------
      Section
-----------------------*/

/* Responsive */

/* ----------------------*/



/* ==========================================
==========================================*/




/* ==========================================
        correction bug
==========================================*/


/* bug aos scroll */
/* .site.grid-container.container {
    overflow-x: hidden!important;
}


/* ==========================================
==========================================*/



/* ==========================================
      Optimisations de la performance
==========================================*/
/* ------------------------

------------------------ */
img[width][height] {
    content-visibility: auto;
}

.site-footer {
    content-visibility: auto;
    contain-intrinsic-size: 300px;
}

/* ==========================================
==========================================*/

/* =============== */


/* ======== Footer============= */

.site-footer a {
    text-decoration: none;
}

.site-footer a:hover {
    text-decoration: underline;
}


/* ======== mega menu============= */
@media (min-width: 769px) {
    nav .main-nav .mega-menu {
        position: static;
    }

    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
    }

    nav .main-nav .mega-menu > ul > li > a {
        font-weight: bold;
    }

    nav .main-nav .mega-menu>ul>li {
        display: inline-block;
        width: 25%;
        vertical-align: top;
    }

    nav .main-nav .mega-menu.mega-menu-col-2>ul>li {
        width: 50%;
    }

    nav .main-nav .mega-menu.mega-menu-col-3>ul>li {
        width: 33.3333%;
    }

    nav .main-nav .mega-menu.mega-menu-col-5>ul>li {
        width: 20%;
    }

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
        transform: scale(1);
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: none;
    }
}