/*======================================
Theme Name: Cematys
Theme URI: https://Cematys.fr/
Description: Ce thème est un thème enfant de Divi.
Version: 1.0
Author: Cematys
Author URI: https://Cematys.fr/
Template: Divi
======================================*/

/* You can add your own CSS styles here. Use !important to overwrite styles if needed. */

.mp_m_blurb_spin .et_pb_image_wrap {
        -webkit-transition-duration: 1s;
        transition-duration: 1s;
        -webkit-transition-property: transform;
        transition-property: transform;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out;}
 
    .mp_m_blurb_spin:hover .et_pb_image_wrap {
            -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
            cursor: pointer;
}
.fg-caption-title{
    color: #fff !important;
    background-color: #036;
    text-align: center;
    font-size: 18px !important;
}
.fg-caption-desc {
    margin-top: 4px;
    color: #000 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
}
/* SLIDE IN BOTTOM */
.gq_overlay_slide_bottom .custom_overlay {
    position: relative;
}
.gq_overlay_slide_bottom .image {
    display: block;
    width: 100%;
    height: auto;
}
.gq_overlay_slide_bottom .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #c04250ba;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: 0.5s ease;
}
.gq_overlay_slide_bottom .custom_overlay:hover .overlay {
    height: 100%;
}
.gq_overlay_slide_bottom .text {
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

/* SLIDE IN RIGHT */
.gq_overlay_slide_right .custom_overlay {
    position: relative;
}
.gq_overlay_slide_right .image {
    display: block;
    width: 100%;
    height: auto;
}
.gq_overlay_slide_right .overlay {
    position: absolute;
    bottom: 0;
    left: 100%;
    right: 0;
    background-color: #c04250ba;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: 0.5s ease;
}
.gq_overlay_slide_right .custom_overlay:hover .overlay {
    width: 100%;
    left: 0;
}
.gq_overlay_slide_right .text {
    white-space: nowrap;
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
/* SLIDE IN LEFT */
.gq_overlay_slide_left .custom_overlay {
    position: relative;
}
.gq_overlay_slide_left .image {
    display: block;
    width: 100%;
    height: auto;
}
.gq_overlay_slide_left .overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #c04250ba;
    overflow: hidden;
    width: 0;
    height: 100%;
    transition: 0.5s ease;
}
.gq_overlay_slide_left .custom_overlay:hover .overlay {
    width: 100%;
}
.gq_overlay_slide_left .text {
    white-space: nowrap;
    color: white;
    font-size: 20px;
    position: absolute;
    overflow: hidden;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}
div#sect-modele-bleu {
    padding: 0px !important;
}
.sect-modele {
    width: 100% !important;
    max-width: 1170px !important;
}
.bt-bt {
    text-align: center !important;
    display: block;
    padding-top: 10px !important;
    text-decoration: underline;
    text-transform: uppercase;
    font-size: 12px !important;
}
ul.et_pb_tabs_controls {
    background-color: transparent !important;
}
ul.et_pb_tabs_controls::after {
    border-top: 0 !important;
}
.et_pb_tabs_controls li a {
    padding: 4px 10px !important;
}
@media screen and (max-width: 1024px) {
	.et_pb_tabs_controls li {
    float: left;
    border-right: 1px solid #d9d9d9;
    font-weight: 600;
    position: relative;
    cursor: pointer;
    max-width: 100%;
    display: table;
    z-index: 11;
    line-height: 1.7em;
    margin: 10px 0;
}
}