/* FA CSS import */
/* @import url(http://fonts.googleapis.com/css?family=Roboto:400,300,100,700,100italic,300italic,400italic,700italic); */

body {
    background-color: #fff;
    padding-top: 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    color: #363949;
    line-height: 26px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 300;
    font-family: 'Roboto', sans-serif;
    color: #272727;
}

h1 {
    letter-spacing: 2px;
}

h2 {
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

h3 {
    font-size: 1.2em;
    letter-spacing: 0.2ex;
}

h5 {
    font-size: 1em;
    font-weight: 500;
    color: #3d3d3d;
    letter-spacing: 0.2ex;
}

a {
    color: #4d4d4d;
    text-decoration: none;
}

a:hover,
a:focus {
    color: #B41B1A !important;
    text-decoration: none;
    color: inherit;
    outline: 0;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

.entete {
    background-color: #eee;
    padding: 10px 0 5px 0;
}

hr.stylpart {
    border-top: 4px double #bb1414;
    width: 50%;
}

hr.stylpart:after {
    content: 'NOS PARTENAIRES';
    display: inline-block;
    position: relative;
    top: -15px;
    padding: 0 10px;
    background: #ffffff;
    color: #4d4d4d;
    font-size: 25px;
    font-weight: 500;
    letter-spacing: 2px;
}

#boutique hr.stylpart:after {
    background: #e3e3e3;
}

/* div:target {
    padding-top: 7em;
    margin-top: -7em;
} */

.divider {
    margin-top: 50px;
    margin-bottom: 50px;
    background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    width: 95%;
    height: 1px;
}

.border_entete {
    border-bottom: #BE1414 2px solid !important;
}

/*sticky header position*/

.sticky.is-sticky {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    width: 100%;
}

.topbar {
    font-size: small;
}

.img-fluide {
    height: 100%;
    width: auto;
    max-width: 100%;
    height: auto;
    text-align: center;
    float: left;
    padding: 0px 0 9px 0;
}

.img-fluide .erreur {
    float: left;
    position: relative;
    left: -50%;

}

/*---/image responsive--*/

.awesome {
    color: #BE1414;
    font-size: large;
}

.title {
    text-align: center;
    font-size: 20px;
    font-weight: 500;
    color: #444444;
    text-transform: uppercase;
    position: relative;
    margin: 0 0 10px;
    padding: 0 0 15px 0;
}

.title:before {
    content: "";
    position: absolute;
    width: 100px;
    bottom: 0;
    left: 50%;
    margin-left: -50px;
    height: 1px;
    background: #c8c8c8;
}

.title:after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    bottom: -5px;
    left: 50%;
    margin-left: -5px;
    border: 1px solid #fff;
    border-radius: 20px;
    background: #BE1414;
}

.bg-gris {
    background-color: #e3e3e3;
}

iframe {
    border: none;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(181, 181, 181, 0.65);
    -moz-box-shadow: 10px 10px 5px 0px rgba(181, 181, 181, 0.65);
    box-shadow: 10px 10px 5px 0px rgba(181, 181, 181, 0.65);
}

/*---BackToTop---*/

#buttonTotop {
    display: inline-block;
    background-color: #3f3f3f65;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 25px;
    position: fixed;
    bottom: 30px;
    right: 10px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
}

#buttonTotop::before {
    position: absolute;
    color: #ffffff;
    top: 2px;
    left: 8px;
    font-family: 'Font Awesome 5 Free';
    font-size: 1em;
    content: "\f077";
    font-weight: 900;
    /* <-- add this or 400 for other styles */
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}

#buttonTotop:hover {
    cursor: pointer;
    background-color: #333;
}

#buttonTotop:active {
    background-color: #555;
}

#buttonTotop.show {
    opacity: 1;
    visibility: visible;
}

/*---Fin BackToTop---*/

/* .section-header {
    margin-bottom: 50px;
} */

.section-header .section-title {

    font-size: 34px;
    color: #4d4d4d;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 20px;
}

.section-header .section-title:before {
    content: "";
    position: absolute;
    width: 140px;
    bottom: 0;
    left: 50%;
    margin-left: -70px;
    height: 1px;
    background: #c8c8c8;
}

.section-header .section-title:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    bottom: -11px;
    left: 50%;
    margin-left: -12px;
    border: 5px solid #fff;
    border-radius: 20px;
    background: #BE1414;
}



.btn {
    border-width: 0;
    border-bottom-width: 3px;
    border-radius: 3px;
}

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 46%;
    border-bottom: 1px solid #BE1414;
}

.btn-msd:focus {
    color: white;
}

/*---- navbar ----*/

.navbar {
    background: #3d3d3d;
    padding: 0;
    padding-top: 5px;
}

.navbar-dark .navbar-nav {
    font-size: 17px;
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff;
    color: rgba(255, 255, 255, 0.8);
    border: 0;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #fff;
}

.navbar-dark .navbar-nav .nav-link:focus {
    color: #fff;
    outline: 0;
}

.navbar-expand-md .navbar-nav .nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
}

/*---toogler collapse---*/
.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
}

.navbar-toggler {
    padding: 10px;
    margin-bottom: 5px;
    margin-right: 5px
}

.icon-bar {
    width: 21px;
    height: 3px;
    background-color: white;
    display: block;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 4px
}

.navbar-toggler:focus {
    outline: 0px;
}

.navbar-toggler .top-bar {
    transform: rotate(45deg);
    transform-origin: 10% 190%;
    background-color: white;
}

.navbar-toggler .middle-bar {
    opacity: 0;
}

.navbar-toggler .bottom-bar {
    transform: rotate(-45deg);
    transform-origin: 10% -80%;
    background-color: white;
}

.navbar-toggler.collapsed .top-bar {
    transform: rotate(0);
    background-color: white;
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}

.navbar-toggler.collapsed .bottom-bar {
    transform: rotate(0);
    background-color: white;
}

.hover-menu {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.hover-menu:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 51%;
    right: 51%;
    bottom: 0;
    background: #BE1414;
    height: 3px;
    -webkit-transition-property: left, right;
    transition-property: left, right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hover-menu:hover:before,
.hover-menu.active:before {
    background: #BE1414;
    left: 18px;
    right: 15px;
}

/*---- /navbar ----*/

/*-----Carousel-----*/
#myCarousel h2{
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    font-size: 21px;
    padding-bottom: 0px !important;
    color: #3D3D3D;
}


#myCarousel h3{
    text-align: center;
    font-weight: bold;
    font-size: 29px;
    color: #3D3D3D;
}

.carousel-caption{
    width: 500px !important;
    margin: 0 auto !important;
}
.texteRed{
    color: #B50000;
    ;
}
.carouselColor{
    background:#3D3D3D;
}


.carousel-control-prev {
    color: #e6e6e6;
    z-index: 10;
}

.carousel-control-prev:hover {
    color: #be1414;
}

.carousel-control-next:hover {
    color: #be1414;
}

.delay {
    animation-delay: 1s;
}

.transition-timer-carousel-progress-bar {
    height: 3px;
    background-color: #be1414;
    color: azure;
    width: 0%;
    margin: 0px 0px 0px 0px;
    border: none;
    z-index: 11;
    position: absolute;
}

/*---- effet zoom carousel ----*/

@keyframes breath {
    from {
        transform: scale(1);
    }

    to {
        transform: scale(1.1)
    }
}

.zoom {
    animation: breath 10s ease-in-out alternate infinite;
    background-size: cover;
}

/*---- /effet zoom carousel ----*/

/*-----Fin Carousel-----*/

#prestations {
    padding-top: 20px;
    background-color: #e3e3e3;
}

#prestations .card p {
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #434343;
}

#prestations ul {
    margin-top: 15px;
    font-size: 16px;
    padding: 15px;
}

#prestations li {
    margin-left: 15px;
    margin-bottom: 5px;
}

#prestations hr {
    border: 1px dashed #bb1414;
    width: 40%;
}

#prestations h5 {
    font-size: 16px;
}

#prestations .fa-li {
    position: static;
    margin-right: 8px;
}

#prestations .card-title {
    background: #242a33;
    color: #dfdfdf;
    font-weight: 500;
}

#prestations .intro {
    margin: 0;
    height: 170px;
    text-shadow: 1px 1px 0px #fff;
}

#prestations .titre {
    margin: 0;
    font-size: 25px;
    color: #5c5c5c;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#prestations .intro1 {
    background: #ffffff url(../images/accueil/depannage_accueil.webp) repeat;
}

#prestations .intro2 {
    background: #ffffff url(../images/accueil/securite_accueil.webp) repeat;
}

#prestations .intro3 {
    background: #ffffff url(../images/accueil/autres_accueil.webp) repeat;
}

#prestations .services {
    background-color: #007320;
}

#prestations .boutique {
    background-color: #bb1414;
}

#prestations .formation {
    background-color: #074973;
}

#prestations .card-footer {
    background: #242a33;
    border-top: 0;
    padding: 0;
}

/*----- /Carousel-----*/

/*---- menu menugeneral ---*/

#menugeneral {
    background: #242A33;
    padding: 50px 0 ;
    height: 100%;
    width: 100%;

}

#menugeneral .btn-dark {
    width: 200px;
    height: auto;
    color: #fff;
    border: none;
    background-color: transparent;
}


#menugeneral .btn-dark:not(:active):not(.active):hover {
    color: #bb1414;
}

#menugeneral .btn-dark:focus,
#menugeneral .btn-dark.focus {
    color: #bb1414;
    box-shadow: 0 0 0 0;
    background-color: white;
}

#menugeneral .btn-dark.disabled,
#menugeneral .btn-dark:not(:disabled):not(.disabled):active,
#menugeneral .btn-dark:not(:disabled):not(.disabled).active,
#menugeneral .show>.btn-dark.dropdown-toggle {
    color: #bb1414;
    text-decoration: underline;
    text-underline-position: under;
    height: 45px;
    background-color: white;
    text-decoration: none;
}

#menugeneral .btn-dark:not(:disabled):not(.disabled):active:focus,
#menugeneral .btn-dark:not(:disabled):not(.disabled).active:focus,
#menugeneral .show>.btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0 rgba(0, 90, 90, 0.5);
    background-color: white;
}

#menugeneral .container_card h4 {
    color: #242A33;
    font-weight: 500;
}

#menugeneral .container_card {
    -webkit-perspective: 1000px;
    -moz-perspective: 1000px;
    -o-perspective: 1000px;
    perspective: 1000px;
}

#menugeneral .card {
    width: 100%;
    height: 175px;
    border: none;
    -webkit-transform-style: preserve-3d;
    -webkit-transition: all 0.5s linear;
    -moz-transform-style: preserve-3d;
    -moz-transition: all 0.5s linear;
    -o-transform-style: preserve-3d;
    -o-transition: all 0.5s linear;
    transform-style: preserve-3d;
    transition: all 0.5s linear;
    transform-style: preserve-3d;
    background: transparent;
}

#menugeneral .container_card:hover .card,
#menugeneral .container_card.hover_effect .card {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    -o-transform: rotateX(180deg);
    transform: rotateX(180deg);
    -webkit-box-shadow: -5px 5px 5px #0000008c;
    box-shadow: -5px 5px 5px #0000008c;
}

#menugeneral .face {
    position: absolute;
    height: inherit;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
}

#menugeneral .face.back {
    color: #242A33;
    width: 101%;
    margin-left: -1px;
    display: block;
    -webkit-transform: rotateX(180deg);
    -webkit-box-sizing: border-box;
    -moz-transform: rotateX(180deg);
    -moz-box-sizing: border-box;
    -o-transform: rotateX(180deg);
    -o-box-sizing: border-box;
    transform: rotateX(180deg);
    box-sizing: border-box;
    padding: 10px;
    
    text-align: center;
    background: #20222e url(../images/boutique/card-footer.svg) 0 0;
    background-size: cover;
    border-radius: 3px;
}

#menugeneral .card-block .btn-msd {
    width: 100%;
    color: white;
    border-color: #be1414;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    font-weight: 500;
}

/*---fin du menu menugeneral---*/

/* ---------- boutique ----------*/

#boutique h4 {
    color: #3d3d3d;
    letter-spacing: 3px;
}

#boutique h6 {
    font-size: 1.2em;
    font-weight: 500;
    margin-left: 0em;
    color: #3d3d3d;
    letter-spacing: 1px;
    text-shadow: 1px 1px 0px #fff;
}

#boutique p {
    max-width: 800px;
    color: #4d4d4d;
    text-decoration: none;
    outline: 0;
}

#boutique .titre {
    font-size: 25px;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* card */

#boutique .card {
    top: 0px;
    position: relative;
    padding: 0 !important;
    padding-top: 0px !important;
    max-width: 465px;
    min-height: 500px;
    border-radius: 4px;
    padding: 10px 10px;
    margin: 5px;
    text-decoration: none;
    z-index: 0;
    overflow: hidden;
    transition: all 0.3s ease-out;
    background-color: white;
    color: #2c2c2c;
}

#boutique .card:hover {
    transition: all 0.2s ease-out;
    box-shadow: 0px 4px 8px rgba(22, 22, 22, 0.815);
    top: -4px;
}

#boutique .card:hover:before {
    transform: scale(2.15);
}

#boutique .card-title {
    text-align: center;
    font-weight: 500;
    color: rgb(68, 68, 68);
    padding-bottom: 10px !important;
    letter-spacing: -1px;
    text-transform: uppercase;
}

#boutique .card-img-overlay {
    padding: 8px;
}

#boutique .card-footer {
    background: #c8c8c8 url(../images/boutique/card-footer.svg)  0 0;
    background-size: cover;
    border-top: 0;
    padding: 0;

}

.pmd-card-media .img-fluid {
    max-width: 100%;
    height: auto;
    text-align: center;
    float: left;
}

/* fin card overlay */

#boutique .media.service-box .pull-left>i {
    font-size: 18px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    width: 44px;
    border-radius: 100%;
    color: #BE1414;
    text-shadow: 1px 1px 0px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    -webkit-box-shadow: inset 0 0 0 1px #e0e0e0;
    position: relative;
}

#boutique .media.service-box .pull-left>i:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    margin-top: -5px;
    right: 38px;
    border: 2px solid #fff;
    border-radius: 100px;
    background: #BE1414;
}

#boutique .card:hover .boutique>i {
    background-image: -moz-linear-gradient(90deg, #d3d3d3 0%, rgb(235, 235, 235) 100%);
    background-image: -webkit-linear-gradient(90deg, #d3d3d3 0%, #fff 100%);
    background-image: -ms-linear-gradient(90deg, #d3d3d3 0%, #fff 100%);
    box-shadow: inset 0 0 0 1px rgba(189, 189, 189, 0.8);
    -webkit-box-shadow: inset 0 0 0 1px rgba(189, 189, 189, 0.8);
    transition: background-color 1000ms linear;
    text-shadow: none;
}

/* ---------- fin boutique ----------*/

/* ---------- services ----------*/

#services p {
    max-width: 800px;
    text-decoration: none;
    outline: 0;
}
#services img{
    margin: 22px 0;
}

#services h4 {
    font-size: 1.4em;
    font-weight: 500;
    color: #3d3d3d;
    letter-spacing: 0.2ex;
}

#services h6 {
    float: left;
    font-size: 20px;
    font-weight: 500;
    text-shadow: 1px 1px 0px #fff;
    color: #353535;
    letter-spacing: -1px;
}

#services .titre {
    margin-top: 35px;
    font-size: 25px;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: 3px;
}

/* card */

#services .card {
    background: transparent;
    border: 0;
    top: 0px;
    position: relative;
    padding: 0 !important;
    padding-top: 0px !important;
}

#services .card-title {
    text-align: center;
    font-weight: 500;
    color: rgb(68, 68, 68);
    padding-bottom: 10px !important;
    letter-spacing: -1px;
    text-transform: uppercase;
}

#services .card-footer-depanne {
    background: #c8c8c8 url(../images/services/foot_service.jpg) no-repeat 0 0;
}

#services .card-footer-secure {
    background: #c8c8c8 url(../images/services/foot_secure.jpg) no-repeat 0 0;
}

#services .card-footer-autres {
    background: #c8c8c8 url(../images/services/foot_autres.jpg) no-repeat 0 0;
}

#services .media.service-box {
    margin: 0;
}

#services .media.service-box .pull-left>i {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #BE1414;
    box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    position: relative;
    transition: all 0.5s ease-in;
}

#services .media.service-box .pull-right>i {
    font-size: 24px;
    height: 64px;
    line-height: 64px;
    text-align: center;
    width: 64px;
    border-radius: 100%;
    color: #BE1414;
    box-shadow: inset 0 0 0 1px #d7d7d7;
    -webkit-box-shadow: inset 0 0 0 1px #d7d7d7;
    position: relative;
    transition: all 0.5s ease-in;
}

#services .media.service-box .pull-left>i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: -10px;
    border: 4px solid #fff;
    border-radius: 20px;
    background: #BE1414;
}

#services .media.service-box .pull-right>i:after {
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    margin-right: 60px;
    right: -10px;
    border: 4px solid #fff;
    border-radius: 20px;
    background: #BE1414;
}

#services .media.service-box:hover .depanne>i {
    background-image: -moz-linear-gradient(90deg, #0f6126 0%, #001d08 100%);
    background-image: -webkit-linear-gradient(90deg, #0f6126 0%, #001d08 100%);
    background-image: -ms-linear-gradient(90deg, #0f6126 0%, #001d08 100%);
    color: #fff;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    transition: background-color 1000ms linear;

}

#services .media.service-box:hover .secure>i {
    background-image: -moz-linear-gradient(90deg, #8C0F0F 0%, #401A1A 100%);
    background-image: -webkit-linear-gradient(90deg, #8C0F0F 0%, #401A1A 100%);
    background-image: -ms-linear-gradient(90deg, #8C0F0F 0%, #401A1A 100%);
    color: #fff;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    transition: background-color 1000ms linear;

}

#services .media.service-box:hover .autres>i {
    background-image: -moz-linear-gradient(90deg, #2c8cb3 0%, #074973 100%);
    background-image: -webkit-linear-gradient(90deg, #2c8cb3 0%, #074973 100%);
    background-image: -ms-linear-gradient(90deg, #2c8cb3 0%, #074973 100%);
    color: #fff;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    -webkit-box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.8);
    transition: background-color 1000ms linear;
}

/* ---------- fin des services ----------*/

/* ---------- Qui sommes-nous ? ----------*/

#about {
    background-color: #fff;
    padding: 30px 0;
}

#about h6 {
    font-size: 1.2em;
    color: #3d3d3d;
    font-weight: 500;
    letter-spacing: 1px;
}

/* ---------- /Qui sommes-nous ? ----------*/

#formation p {
    padding: 15px;
    font-size: 16px;
    color: #434343;

}

#formation ul {
    margin-top: 15px;
    font-size: 14px;
    padding: 12px;
}

#formation li {
    margin-bottom: 10px;
}

#formation label {
    width: 100%;
    height: 500px;
    perspective: 600px;
    margin: 20px 0;
}

#formation .card-deck .card {
    width: 100%;
    height: 100%;
    margin: 0;
    transition: all 1s ease-out;
    transform-style: preserve-3d;
    background: transparent;
    cursor: pointer;
    position: relative;
}

#formation .card__face {
    position: absolute;
    width: 100%;
    height: 100%;
    color: #000000;
    text-align: center;
    font-size: 16px;
    background-color: rgb(238, 238, 238);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

#formation .card__face--front {
    background: #ffffff;
}

#formation .card__face--back {
    background: #f8f8f8;
    transform: rotateY(180deg);
}

#formation .card-footer {
    color: rgb(255, 255, 255);
    padding: 0em;
    text-align: right;
    text-shadow: 0px -1px 0px #5c5c5c;
}

#formation .footer-bureautique {
    background: #2c8e75;
}

#formation .footer-internet {
    background: #867794;
}

#formation .footer-messagerie {
    background: #4a8aba;
}

#formation .footer-mobiles {
    background: #faa37b;
}

#formation input {
    display: none;
}

#formation label:hover .card {
    -webkit-transform: rotateY(20deg);
    transform: rotateY(20deg);
    box-shadow: 0 20px 20px rgba(50, 50, 50, 0.2);
    transition: all 1s ease-out;
}

#formation :checked+.card {
    transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
}

#formation label:hover :checked+.card {
    transform: rotateY(160deg);
    -webkit-transform: rotateY(160deg);
    box-shadow: 0 20px 20px rgba(109, 109, 109, 0.2);
}

/* ---------- tarifs ----------*/


#tarifs h3 {
    letter-spacing: normal;
    margin-top: 25px;
}

#tarifs h5 {
    letter-spacing: 2px;
}

#tarifs ul {
    padding-left: 17px;
}

#tarifs li {
    margin-bottom: 0px;
}

#tarifs i {
    margin-right: 8px;
}

#tarifs .titre {
    margin-top: 15px;
    font-size: 35px;
    font-weight: 300;
    color: #535252;
    text-transform: uppercase;
    letter-spacing: 3px;
}


#tarifs .pricingTable {
    text-align: center;
}

#tarifs .pricingTable .pricingTable-header {
    padding: 50px 100px;
    margin: 0 auto;
    width: 100%;
    background: #003D83;
    position: relative;
    transition: all 0.3s ease 0s;
    
}


#tarifs .tarif{
    padding: 15px;
    background-color: #EEEEEE;
}


#tarifs .pricingTable .currency {
    font-size: 30px;
    font-weight: bold;
    color: white;
}

#tarifs .pricingTable .month {
    font-size: 16px;
    color: white;
    text-transform: uppercase;
}

#tarifs .pricingTable .pricing-content {
    padding-top: 50px;
    position: relative;
}


#tarifs .card {
    width: 100%;
}

#tarifs .pricingTable .pricing-content ul {
    padding: 0 20px;
    margin: 0;
    list-style: none;
    width: 100%;
    margin: 0 auto;
}


#tarifs .pricingTable .pricing-content ul li {
    font-size: 15px;
    font-weight: bold;
    color: #003D83;
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d8;
}

#tarifs .pricingTable .pricing-content ul li:last-child {
    border-bottom: none;
}

#tarifs .pricingTable .read {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    background: #d9d9d8;
    padding: 8px 25px;
    margin: 30px 0;
    transition: all 0.3s ease 0s;
}

#tarifs .pricingTable .read:hover {
    text-decoration: none;
}

/* #tarifs .pricingTable:hover .read {
    background: #4eace7;
} */

/* ---------- /tarifs ----------*/

/* ---------- faq ----------*/

#faq {
    padding: 100px;
}

#faq .titre {
    margin: 0;
    font-size: 35px;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.faq-nav {
    flex-direction: column;
    margin: 0 0 32px;
    border-radius: 2px;
    border: 1px solid #ddd;
    box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
}

.faq-nav .nav-link {
    position: relative;
    display: block;
    margin: 0;
    padding: 13px 16px;
    background: #4d6a79;
    border: 0;
    border-bottom: 1px solid #ddd;

    border-radius: 0;
    color: #e3e3e3;
    text-transform: uppercase;
    transition: background-color 0.2s ease;
}

.faq-nav .nav-link:hover {
    background: #91b9ce;
    color: #ffffff;
}

.faq-nav .nav-link.active {
    background: #91b9ce;
    font-weight: 700;
    color: #ffffff;
}

.faq-nav .nav-link:last-of-type {
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
    border-bottom: 0;
}

.faq-nav .nav-link i.mdi {
    margin-right: 5px;
    font-size: 18px;
    position: relative;
}

.tab-content {
    box-shadow: 0 1px 5px #55555526;
}

.tab-content .card {
    border-radius: 0;
}

.tab-content .card-header {
    padding: 15px 16px;
    border-radius: 0;
    background: #4d6a79;
}

.tab-content .card-header:hover,
.tab-content .card-header:focus {
    padding: 15px 16px;
    border-radius: 0;
    background: #91b9ce;
}

.tab-content .card-header h5 {
    margin: 0;
    letter-spacing: normal;
}

.tab-content .card-header h5 button {
    display: block;
    width: 100%;
    padding: 0;
    border: 0;
    font-weight: 500;
    color: #e3e3e3;
    text-align: left;
    white-space: normal;
}

.tab-content .card-header h5 button:hover,
.tab-content .card-header h5 button:focus,
.tab-content .card-header h5 button:active,
.tab-content .card-header h5 button:hover:active {
    text-decoration: none;
    color: white;
}

.tab-content .card-body p {
    color: #616161;
}

.tab-content .card-body p:last-of-type {
    margin: 0;
}

.accordion>.card:not(:first-child) {
    border-top: 0;
}

.collapse.show .card-body {
    border-bottom: 1px solid rgb(255, 255, 255);
}

/* ---------- /faq ----------*/

/* ---------- /contact ----------*/

#get-in-touch {
    padding-top: 50px;
}

#get-in-touch .titre {
    margin: 0;
    font-size: 35px;
    color: #4d4d4d;
    text-transform: uppercase;
    letter-spacing: 3px;
}

#contact .help-block {
    color: #aad9f1;
}

#contact .contact-form {
    background: #4d6a79;
    padding: 20px;
    padding-top: 45px;
}

#contact .contact-form h3 {
    margin-top: 0;
}

#contact .contact-form label {
   color: white;
}



#contact .contact-form .icon {
    position: relative;
    float: left;
    margin-left: 8px;
    margin-top: -27px;
    z-index: 2;
    color: #616161;
}

#contact .contact-form .icon-textarea {
    float: left;
    margin-left: 8px;
    margin-top: -195px;
    position: relative;
    z-index: 2;
    color: #616161;
}

/* ---------- /contact ----------*/

/* ---------- menu sticky tarifs ----------*/
#toolbar ul {
    padding-left: 15px;
}


#toolbar .pricingTable .pricingTable-header {
    background: #4d4d4d;
}

#toolbar .pricingTable:hover .pricingTable-header {
    background: #4d4d4d;
}

#toolbar .pricingTable .pricingTable-header:before {
    left: 40px;
}

#toolbar .pricingTable .pricingTable-header:after {
    right: 48px;
}

#toolbar .pricingTable .pricingTable-header .date {
    display: inline-block;
    position: relative;
    top: 5px;
    font-size: 40px;
    font-weight: bold;
    color: #dfdfdf;
    transition: all 0.3s ease 0s;
}

#toolbar .pricingTable .pricingTable-header .mois {
    font-size: 20px;
    color: #dfdfdf;
    position: relative;
    top: 10px;
    right: 0px;
    text-transform: uppercase;
}

#toolbar .pricingTable ul li {
    font-size: 13px;
    color: #5a5756;
}

/* ---------- menu sticky tarifs ----------*/

/* ---------- footer ----------*/

.rights {
    font-size: small;
    line-height: 17px;
    letter-spacing: 1px;
}

footer h4 {
    color: #eee;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.context-dark,
.bg-gray-dark,
.bg-primary {
    color: rgba(255, 255, 255, 0.8);
}

footer {
    background-color: #3d3d3d;
    border-top: #626262 1px solid;
}
footer p{
    font-size: 13px;
}

footer a,
footer a:focus,
footer a:active {
    color: #ffffff;
    font-size:  14px;;
}

footer .btn-sm {
    line-height: 1;
}

footer .navbar {
    background-color: #3d3d3d;
}

#foot-menu .nav-item {
    border-left: white 1px solid;
}

#foot-menu .nav-item:hover {
    border-left: #bb1414 1px solid;
}

#foot-menu .nav-item .active {
    margin-left: -1px !important;
    border-left: #bb1414 1px solid;
}

.contact-list dd {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

dl {
    margin: 10px;
}

dd {
    margin: 0;
    padding: 0;
}

.social-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 5px;
    color: rgba(255, 255, 255, 0.5);
    text-transform: uppercase;
}

.social-container .col {
    border: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 0;
}

.awfooter {
    color: rgb(202, 202, 202);
}

.form-control {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

/* ---------- footer ----------*/