/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*======================================================================*/
/*============================== GENERAL ===============================*/
/*======================================================================*/

@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');

/* @font-face {
    font-family: 'merriweather_sanslight';
    src: url('../font/merriweathersans-light-webfont.woff2') format('woff2'),
         url('../font/merriweathersans-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Merriweather Sans';
    src: url('../font/MerriweatherSans-ExtraBold.woff2') format('woff2'),
        url('../font/MerriweatherSans-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Great Vibes';
    src: url('../font/GreatVibes-Regular.woff2') format('woff2'),
        url('../font/GreatVibes-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

*,
::before,
::after {
    -webkit-transition: all 0.8s;
    -o-transition: all 0.8s;
    transition: all 0.8s;
}

body {
    /* font-family: 'merriweather_sanslight', 'Merriweather Sans', sans-serif; */
    font-family: 'Merriweather Sans', sans-serif;
    background: url('../img/texture.jpg');
    background-size: 100%;
    color: #111;
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
}

.homeBody {
    width: 100%;
    background: url('../img/texture.jpg');
    background-size: 100%;
}

.container,
.teamContainer,
.content,
.header_wrap,
.articles_container,
.containerDevis,
.containerOffres,
.footer_wrap,
.instance_container,
.containerProfile {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
}

.teamContainer {
    padding-bottom: 120px;
    background-color: #f2f2f2;
}

.instance_container {
    text-align: center;
    padding: 300px 0;
}

.header_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

h2 {
    font-family: 'Merriweather Sans';
    color: #fff;
    text-align: center;
    font-size: 1.7em;
    padding: 30px 0;
    font-weight: 800;
}

h3 {
    line-height: 1.5em;
}

a {
    text-decoration: none;
}

a:hover,
a:hover::before {
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

::-webkit-input-placeholder {
    color: #1d3a61!important;
    font-weight: 300;
}

::-moz-placeholder {
    color: #1d3a61!important;
    font-weight: 300;
}

:-ms-input-placeholder {
    color: #1d3a61!important;
    font-weight: 300;
}

::-ms-input-placeholder {
    color: #1d3a61!important;
    font-weight: 300;
}

input,
textarea,
::placeholder,
select {
    color: #1d3a61!important;
    font-weight: 300;
}

textarea {
    font-family: 'Merriweather Sans';
    width: 100%;
    font-size: 1.1em;
    border: none;
    border-radius: 6px;
    padding: 8px;
    margin-bottom: 20px;
}

select > * {
    font-size: 1.2em;
}

/*=========== Bandeau ============*/

.bandeauTop,
.bandeau {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
}

.bandeauTop img,
.bandeau img {
    width: 100%;
}

.titleBox {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75); 
}

.titleBox1 {
    background: rgb(0,31,73);
    background: -o-radial-gradient(circle, rgba(0,31,73,1) 0%, rgba(0,37,88,1) 100%);
    background: radial-gradient(circle, rgba(0,31,73,1) 0%, rgba(0,37,88,1) 100%);
}

.titleBox2 {
    background: rgb(30,129,176);
    background-image: -webkit-gradient(linear,left top, left bottom,from(transparent),to(rgba(0,0,0,0.4)))!important;
    background-image: -o-linear-gradient(top,transparent,rgba(0,0,0,0.4))!important;
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,0.4))!important;
    border-top: #1a6d93 2px solid; 
    border-bottom: #1a6d93 2px solid; 
}

.titleBox h2 {
    color: #fff;
    font-size: 1.5em;
    line-height: 1.3em;
    margin-right: 8px;
}

.titleBox img {
    width: 16px;
}

/*================================================================================================================*/
/*=================================================== HEADER =====================================================*/
/*================================================================================================================*/

header,
#mobileHeader {
    width: 100%;
    background-color: #fff;
    position: fixed;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    z-index: 9999 !important;
}

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

/*=== Logo ===*/

#logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; 
}

#logo a {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#logo img {
    width: 100px;
    padding: 10px;
}

#agent_name {
    width: 100%;
    font-size: 1.2em;
    font-weight: 300;
    margin-left: 19%;
    display: none;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
}

/*===================== Barre de naviguation =====================*/

#navbar {
    width: 92%;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

#navbar h1 {
    color: #111;
    font-size: 1.6em;
    font-weight: 300;
    padding: 10px 0 15px 0;
}

#navbar h1 span {
    color: #249AD2;
}

#navbar ul {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
}

#navbar ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; 
    -webkit-box-align: center; 
        -ms-flex-align: center; 
            align-items: center;
}

.nav_link {
    background-color: #001F49;
    color: #fff;
    padding: 18px 60.11px;
}

.nav_login a {
    padding: 18px 30px;
}

#navbar a.nav_link:hover {
    color: #EFCC25;
}

a.nav_border:hover {
    -webkit-box-shadow: inset 0 -5px 0 #EFCC25;
            box-shadow: inset 0 -5px 0 #EFCC25;
}

/*=== Home button ===*/

.nav_home a::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 10px;
    background: url('../img/home_white.png') no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

.nav_home a:hover::before {
    background: url('../img/home_yellow.png') no-repeat;
    background-size: 100%;
}

/*=== Devis button ===*/

.nav_devis a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 12px;
    background: url('../img/devis_white.png') no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

.nav_devis a:hover::before {
    background: url('../img/devis_yellow.png') no-repeat;
    background-size: 100%;
}

/*=== Offre button ===*/

.nav_offre a::before {
    content: "";
    display: inline-block;
    width: 12px;
    height: 11px;
    background: url('../img/suitcase_white.png') no-repeat;
    background-size: 100%;
    margin-right: 5px;
}

.nav_offre a:hover::before {
    background: url('../img/suitcase_yellow.png') no-repeat;
    background-size: 100%;
}

/*=== Team button ===*/

.nav_team a::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 9px;
    background: url('../img/team_white.png') no-repeat;
    background-size: 100%;
    margin-right: 5px;
}

.nav_team a:hover::before {
    background: url('../img/team_yellow.png') no-repeat;
    background-size: 100%;
}

/*=== Contact button ===*/

.nav_contact a::before {
    content: "";
    display: inline-block;
    width: 11px;
    height: 12px;
    background: url('../img/user_white.png') no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

.nav_contact a:hover::before {
    background: url('../img/user_yellow.png') no-repeat;
    background-size: 100%;
}

/*=== Login button ===*/

.nav_login a,
.nav_log a {
    background-color: #249AD2;
    cursor: pointer;
}

.nav_log {
    position: relative;
}

.nav_login a::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 10px;
    background: url('../img/left_arrow.png') no-repeat;
    background-size: 100%;
    margin-right: 4px;
}

.nav_login a:hover::before {
    background: url('../img/left_arrow_yellow.png') no-repeat;
    background-size: 100%;
}

/*===== Menu button si log ======*/

.nav_log a.logoutButton::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    background: url('../img/bottom_arrow.png') no-repeat;
    background-size: 100%;
    margin-right: 5px;
}

.nav_log a:hover::before {
    background: url('../img/bottom_arrow_yellow.png') no-repeat;
    background-size: 100%;
}

/*=== Logout ===*/

a.logoutButton {
    width: 158.76px;
    text-align: center;
    padding: 18px 20px;
}

/*==================== End of header ===================*/

/*=== Mobile header ===*/

.hiddenMobileNav {
    display: none;
}

.mobileContainer {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.mobileLogo img {
    /* width: 65px; */
    height: 65px;
    padding: 5px;
}

.mobileContainer h1 {
    width: 80%;
    color: #111;
    text-align: center;
    font-size: 1.6em;
    font-weight: 300;
    padding: 10px 0 15px 0;
}

.mobileContainer h1 span {
    color: #249AD2;
}

/*============= Menu burger ============*/

/*=== Button ===*/

.mobileMenu {
    width: 45px;
    height: 45px;
    cursor: pointer;
    margin-right: 10px;
    position: relative;
}

.mobileMenu span {
    width: 100%;
    height: 5px;
    background-color: #001F49;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    -webkit-transition: background-color 0.5s ease-in-out;
    -o-transition: background-color 0.5s ease-in-out;
    transition: background-color 0.5s ease-in-out;
}

.mobileMenu span::before, .mobileMenu span::after {
    content: '';
    width: 100%;
    height: 5px;
    background-color: #001F49;
    display: block;
    border-radius: 10px;
    position: absolute;
    -webkit-transition: -webkit-transform 0.5s ease-in-out;
    transition: -webkit-transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out;
    transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}

.mobileMenu span::before {
    -webkit-transform: translateY(-12px);
        -ms-transform: translateY(-12px);
            transform: translateY(-12px);
}

.mobileMenu span::after {
    -webkit-transform: translateY(12px);
        -ms-transform: translateY(12px);
            transform: translateY(12px);
}

.mobileMenu.active span {
    background-color: transparent;
}

.mobileMenu.active span::before {
    -webkit-transform: translateY(0px) rotateZ(45deg);
        -ms-transform: translateY(0px) rotate(45deg);
            transform: translateY(0px) rotateZ(45deg);
}

.mobileMenu.active span::after {
    -webkit-transform: translateY(0px) rotateZ(-45deg);
        -ms-transform: translateY(0px) rotate(-45deg);
            transform: translateY(0px) rotateZ(-45deg);
}

/*=== Link menu burger ===*/

.hiddenMenuBurger,
.hiddenMenu {
    display: none;
}

.menuContent {
    position: absolute;
    top: 52px;
    right: 0;
}

#navbar ul li .menuContent ul {
    display: block;
}

.menuContent ul li {
    width: 158.75px;
}

.mobileMenuContent {
    position: absolute;
    top: 56.4px;
    right: -10px;
}

.mobileMenuContent ul li {
    width: 250px;
}

.mobileMenuContent ul li a,
.mobileMenuContent ul li p,
.menuContent ul li a,
.menuContent ul li p {
    width: 100%;
    background-color: rgba(2, 36, 83, 0.999);
    color: #fff;
    font-weight: 300;
    display: inline-block;
    padding: 12px 0 12px 15px;
}

.mobileMenuContent ul li p,
.menuContent ul li p {
    background-color: #fff;
    color: #001F49;
    font-weight: 300;
}

.mobileMenuContent ul li a:hover,
.menuContent ul li a:hover {
    background-color: #fff;
    color: #001F49;
    -webkit-box-shadow: inset 4px 0px 0px 0px rgba(36,155,210,1);
    box-shadow: inset 4px 0px 0px 0px rgba(36,155,210,1);
}

.mobileMenuContent ul li a.login_link,
.mobileMenuContent ul li a.logout_link,
.menuContent ul li a.login_link,
.menuContent ul li a.logout_link {
    background-color: #249AD2;
}

.mobileMenuContent ul li a.login_link:hover,
.mobileMenuContent ul li a.logout_link:hover,
.menuContent ul li a.login_link:hover:hover,
.menuContent ul li a.logout_link:hover:hover {
    color: #EFCC25;
    -webkit-box-shadow: inset 4px 0px 0px 0px#EFCC25;
    box-shadow: inset 4px 0px 0px 0px#EFCC25;
}

/*======================================================================================================================================*/
/*========================================================== CONTENT ===================================================================*/
/*======================================================================================================================================*/

/*======== Background image page d'accueil =========*/

.home_background {
    width: 100%;
    position: relative;
}

.home_background img {
    width: 100%;
    padding-top: 50px;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    border: none;
}

.text_home_background {
    width: auto;
    max-width: 300px;
    min-width: 220px;
    max-height: 290px;
    overflow: hidden;
    background-color: rgba(17, 17, 17, 0);
    position: absolute;
    top: 25%;
    left: 16%;
    border-radius: 6px;
    cursor: pointer;
    z-index: 55;
}

.text_home_background:hover {
    background-color: rgba(17, 17, 17, 0.904);
    -webkit-box-shadow: -1px 3px 15px -2px rgba(17, 17, 17, 0.151); 
    box-shadow: -1px 3px 15px -2px rgba(17, 17, 17, 0.151);
}

.text_home_background p {
    font-family: 'Great Vibes';
    color: #fff;
    font-size: 1.8em;
    line-height: 1.3em;
    padding: 20px;
}

/*======= Title page d'accueil =======*/

.home_news_title {
    margin-top: -3px;
    margin-bottom: 0px;
}

.news_title h2 {
    font-size: 1.6vw;
    padding: 35px 0;
    
}

/*===========================================================================================*/
/*======================================== ARTICLES =========================================*/
/*===========================================================================================*/

.articles_container {
    background-color: #f2f2f2;
    padding-bottom: 40px;
}

.articles_title_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 45px;
    padding-top: 45px;
}

.articles_title_box h3 {
    color: #001F49;
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 0 20px;
    line-height: 1.4em;
}

.articles_title_before,
.articles_title_after {
    width: 30%;
    border-top: #004bad46 1px solid;
}

.articles_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #F2F2F2;
    padding: 50px 0px;
    border-top: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);  
}

.articles_photo {
    width: 48%;
    max-width: 660px;
    max-height: 380px;
    overflow: hidden;
    background: rgb(219,219,219);
    background: -o-radial-gradient(circle, rgba(219,219,219,1) 0%, rgba(224,224,224,1) 100%);
    background: radial-gradient(circle, rgba(219,219,219,1) 0%, rgba(224,224,224,1) 100%);
    border-top: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
    text-align: center;
    padding: 25px;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);  
    border-radius: 4px;
    margin-left: 2.5%;
}

.articles_photo img {
    width: 100%;
    height: auto;
    background-color: #F2F2F2;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);  
}

.articles_paper {
    width: 42%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-right: 2.5%;
    border-radius: 4px;
    background: rgb(219,219,219);
    background: -o-radial-gradient(circle, rgba(219,219,219,1) 0%, rgba(224,224,224,1) 100%);
    background: radial-gradient(circle, rgba(219,219,219,1) 0%, rgba(224,224,224,1) 100%);
    border-top: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);  
    border-radius: 4px;
    padding: 30px ;
}

.articles_paper h6 {
    color: #001F49;
    font-size: 1.2em;
    line-height:1.5em;
    font-weight: bold;
    margin-bottom: 20px;
}

.articles_paper p {
    width: 100%;
    color: #333;
    line-height: 1.8em;
    word-wrap: break-word;
}

.articles_paper a {
    font-weight: 600;
    margin-top: 10px;
}

.articles_paper a:hover {
    opacity: 60%;
}

.articles_date_box {
    border-top: #1d7eac 1px solid;
    border-bottom: #1d7eac 1px solid; 
    -webkit-box-sizing: border-box; 
            box-sizing: border-box;
    color: #fff;
    background-color: #249ad2;
    background-image: -webkit-gradient(linear,left top, left bottom,from(transparent),to(rgba(0,0,0,0.4)));
    background-image: -o-linear-gradient(top,transparent,rgba(0,0,0,0.4));
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,0.4));
    background-size: 100% 200%;
    background-position: 0 0;
}

.date_post {
    color: #fff;
    font-size: 1.1em;
    margin-left: 15px;
    padding: 8px 0;
}

.date_post span {
    font-weight: bold;
}

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

/* Index Devis/Offres */

.boxDevisChoiceContainer {
    background-color: #F2F2F2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 70px 10px;
}

.boxDevisChoice {
    width: 280px;
    margin-right: 4.07%;
    margin-bottom: 50px;
    -webkit-box-shadow: 0 0 3px #dcdcdc;
            box-shadow: 0 0 3px #dcdcdc;   
    overflow: hidden;
    border: solid #001c4449 1px;
}

.boxDevisChoice a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.boxDevisChoice a img {
    min-width: 100%;
    height: 218px;
    opacity: .8;
}

.boxDevisChoice:hover {
    -webkit-box-shadow: 0 0 6px 4px #2c2c2c49;
            box-shadow: 0 0 6px 4px #2c2c2c49;  
    background-color: #000000ab;
}

.boxDevisChoice a:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    opacity: .6;
}

.boxDevisChoice a p {
    width: 100%;
    color: #fff;
    font-size: 1.4em;
    font-weight: bold;
    display: block;
    text-align: center;
    padding: 25px 0;
    z-index: 10;
    background-image: -webkit-gradient(linear,left top, left bottom,from(transparent),to(rgba(0,0,0,0.4)))!important;
    background-image: -o-linear-gradient(top,transparent,rgba(0,0,0,0.4))!important;
    background-image: linear-gradient(180deg,transparent,rgba(0,0,0,0.4))!important;
}

.boxDevisChoice a p.pColorChoice1 {
    background: #249AD2;
    background-image: -o-linear-gradient(top, #249AD2, #1D91C7);
    background-image: -webkit-gradient(to bottom, #249AD2, #1D91C7);
    border-top: solid #337FED 1px;
}

.boxDevisChoice:hover p.pColorChoice1 {
    background: #249AD2;
    background-image: -o-linear-gradient(top, #1D91C7, #249AD2);
    background-image: -webkit-gradient(to bottom, #1D91C7, #249AD2);
    border-top: solid #001c4473 1px;
}

.boxDevisChoice a p.pColorChoice2 {
    background: #fdc600;
    background-image: -o-linear-gradient(top, #fdc600, #e2b30a);
    background-image: -webkit-gradient(to bottom, #fdc600, #e2b30a);
    border-top: solid #e9b805 1px;
}

.boxDevisChoice:hover p.pColorChoice2 {
    background: #fdc600;
    background-image: -o-linear-gradient(top, #e2b30a, #fdc600);
    background-image: -webkit-gradient(to bottom, #e2b30a, #fdc600);
    border-top: solid #c79d07 1px;
}

.boxDevisChoice a p.pColorChoice3 {
    background: #a9398a;
    background-image: -o-linear-gradient(top, #a9398a, #913376);
    background-image: -webkit-gradient(to bottom, #a9398a, #913376);
    border-top: solid #943378 1px;
}

.boxDevisChoice:hover p.pColorChoice3 {
    background: #a9398a;
    background-image: -o-linear-gradient(top, #913376, #a9398a);
    background-image: -webkit-gradient(to bottom, #913376, #a9398a);
    border-top: solid #802c68 1px;
}

.boxDevisChoice a p.pColorChoice4 {
    background: #00a89b;
    background-image: -o-linear-gradient(top, #00a89b, #05968a);
    background-image: -webkit-gradient(to bottom, #00a89b, #05968a);
    border-top: solid #049185 1px;
}

.boxDevisChoice:hover p.pColorChoice4 {
    background: #00a89b;
    background-image: -o-linear-gradient(top, #05968a, #00a89b);
    background-image: -webkit-gradient(to bottom, #05968a, #00a89b);
    border-top: solid #038177 1px;
}

.boxDevisChoice:nth-child(4),
.boxDevisChoice:nth-child(8) {
    margin-right: 0px;
}

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

/*========= Index offres /*=========*/

.containerOffres {
    background: rgb(219,219,219);
    background: -o-radial-gradient(circle, rgb(245, 245, 245) 0%, rgb(219,219,219) 100%);
    background: radial-gradient(circle, rgb(245, 245, 245) 0%, rgb(219,219,219) 100%);
    border-bottom: #b8b8b8 1px solid;
    padding-bottom: 40px; 
}

.containerOffres h3,
.containerOffres h4 {
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.5em;
}

.titleIndexOffres {
    padding: 40px 40px 0 40px;
}

.containerOffres p {
    font-size: 1em;
    line-height: 1.7em;
    margin-bottom: 8px;
    padding: 0 40px;
}

.containerOffres .pIndexOffres {
    border-bottom: 1px solid #b8acacb0;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.containerOffres span {
    color: rgb(228, 70, 42);
    font-weight: bold;
}

.containerOffres .blackSpan {
    color: #111;
}

.containerOffres .whiteSpan {
    color: #fff;
}


/* Détail des offres */

.containerOffres .mt-30 {
    margin-top: 30px;
}

.containerOffres .mb-30 {
    margin-bottom: 30px;
}

.containerOffres .pl-60 {
    padding: 0 40px 0 60px;
}

.containerOffres h4 {
    color: #fff;
    font-size: 1.4em;
    line-height: 1.3em;
    text-align: center;
    margin-bottom: 30px;
    padding: 20px 0;
}

.containerOffres h4:first-child {
    margin-top: 0;
}

.titleOffres1,
.titleOffres2,
.titleOffres3 {
    -webkit-box-shadow: inset 0px 0px 14px 2px rgba(66, 66, 66, 0.24);
            box-shadow: inset 0px 0px 14px 2px rgba(66, 66, 66, 0.24);
}

.titleOffres1 {
    background: #fdc600;
    background-image: -o-linear-gradient(top, #e2b30a, #fdc600);
    background-image: -webkit-gradient(to bottom, #e2b30a, #fdc600);
}


.titleOffres2 {
    background: #00a89b;
    background: #00a89b;
    background-image: -o-linear-gradient(top, #05968a, #00a89b);
    background-image: -o-linear-gradient(top, #05968a, #00a89b);
    background-image: -webkit-gradient(to bottom, #05968a, #00a89b);
    background-image: -webkit-gradient(to bottom, #05968a, #00a89b);
} 

.titleOffres3 {
    background: #a9398a;
    background-image: -o-linear-gradient(top, #913376, #a9398a);
    background-image: -webkit-gradient(to bottom, #913376, #a9398a);
}

.sousTitreOffres {
    font-size: 1.4em;
    display: block;
    margin-bottom: 15px;
    color: #001F49!important;
    border-top: solid #97979783 1px;
    padding-top: 20px;
}

.sousTitreOffres1 {
    border-top: none;
    padding-top: 0;
}

.containerOffres .pOffresBorderB {
    margin-bottom: 20px;
}

.containerOffres .marginLastP {
    margin-bottom: 30px;
}

.containerOffres em {
    font-style: italic;
}

.offresContentBox,
.offresContentBoxI {
    margin-bottom: 30px;
    padding: 0 30px;
}

.offresContentBoxI,
.offreM8 {
    margin-bottom: 8px;
}

.offresContentBox p {
    background: rgb(149, 149, 149);
    background: -o-radial-gradient(circle, rgba(149, 149, 149,1) 0%, rgba(154, 154, 154,1) 100%);
    background: radial-gradient(circle, rgba(149, 149, 149,1) 0%, rgba(154, 154, 154,1) 100%);
    border-top: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);  
    border-radius: 2px;
    margin: 0;
    padding: 10px;
    color: #fff;
}

.offresContentBoxI p {
    background: rgb(245, 245, 245);
    background: -o-radial-gradient(circle, rgba(245, 245, 245,1) 0%, rgba(249, 249, 249,1) 100%);
    background: radial-gradient(circle, rgba(245, 245, 245,1) 0%, rgba(249, 249, 249,1) 100%);
    border-top: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);  
    border-radius: 2px;
    margin: 0;
    padding: 10px;
}

.containerOffres a {
    color: #111; 
}

.containerOffres a:hover {
    opacity: 60%;
}

.containerOffres p.endOffres {
    margin: 0 30px;
    padding: 20px 10px!important;
    border: solid #97979783 1px;
    border-radius: 2px;
    -webkit-box-shadow: inset 0px 0px 20px 2px rgba(150, 150, 150, 0.308);
            box-shadow: inset 0px 0px 20px 2px rgba(150, 150, 150, 0.308);
}

.containerOffres .redSpan {
    color: rgb(228, 70, 42);
    font-size: 1.1em;
    font-weight: bold;
}

/* offres js */

.-jsGaranties1,
.-jsGaranties2 {
    cursor: pointer;
    margin-bottom: 0!important;
}

.-jsGaranties1::before,
.-jsGaranties2::before {
    content: "+";
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 4px;
    vertical-align: middle;
}

.-jsGaranties1.active::before,
.-jsGaranties2.active::before  {
    content: "-";
    display: inline-block;
    width: 16px;
    height: 18px;
    margin-right: 4px;
    vertical-align: middle;
}

.containerHidden {
    display: none;
}

.containerVisible {
    display: block;
    padding-top: 30px;
}

.tOJs {
    font-size: 1.2em!important;
    padding: 12px 0!important;
}

.tOJs:hover {
    opacity: 80%;
}

/* Table offres */

.containerConditions {
    padding: 0 40px;
}

.containerConditions table {
    width: 100%;
    background-color: #fff!important;
    text-align: center;
    border-left: 1px solid #003b5e;
    border-right: 1px solid #003b5e;
    border-bottom: 1px solid #003b5e;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.123);
            box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.123);
}

.containerConditions h5 {
    background-color: #003b5e;
    color: #fff;
    font-size: 1.2em;
    line-height: 1.5em;
    padding: 14px 0;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.123);
            box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.123);
}

.containerConditions th {
    background-color: #249ad2;
    color: #fff;
    font-size: 1.1em;
    font-weight: bold;
    -webkit-box-shadow: inset 0px 0px 20px 2px rgba(83, 83, 83, 0.233);
            box-shadow: inset 0px 0px 20px 2px rgba(83, 83, 83, 0.233);
}

.containerConditions th,
.containerConditions td {
    line-height: 1.6em;
    padding: 12px;
}

.containerConditions th,
.containerConditions td {
    width: 50%;
    vertical-align: middle;
}

.containerConditions th:first-child,
.tdROffres {
    border-right: 1px solid #003b5e;
}

.containerConditions td {
    color: #003b5e;
    border-bottom: 1px solid #003c5e31;
}

.containerConditions td.tdNoB {
    border-bottom: none;
}

.containerConditions td.tdNoBx {
    -webkit-box-shadow: none;
            box-shadow: none;
}

/* Image du choix de catégory */

.pictureDevisOffresBox {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.pictureDevisOffres {
    width: 100%;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    border-bottom: 3px inset #003c5ebd;
}

/*==================================================*/
/*===================== Login ======================*/
/*==================================================*/

.container_login {
    text-align: center;
}

#login_form {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 90px 10px;
}

.login_box {
    position: relative;
    width: 100%;
    max-width: 450px;
    background-color: #003b5e;
    padding: 40px 20px 80px 20px;
    border-radius: 6px;
    -webkit-box-shadow: -1px 3px 15px -2px #000000;
    box-shadow: -1px 3px 15px -2px #000000;
}

.login_input_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.login_after_input {
    background-color: #249AD2;
    width: 50px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
    -webkit-border-top-left-radius: 6px;
    -webkit-border-bottom-left-radius: 6px;
    -moz-border-radius-topleft: 6px;
    -moz-border-radius-bottomleft: 6px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}

.login_after_input img {
    width: 16px;
    /* height: 20px; */
}

#login_form input {
    width: 100%;
    font-size: 1.2em;
    border: none;
    padding: 9px;
    margin-bottom: 20px;
    -webkit-border-top-right-radius: 6px;
    -webkit-border-bottom-right-radius: 6px;
    -moz-border-radius-topright: 6px;
    -moz-border-radius-bottomright: 6px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}

#login_form label {
    display: block;
    color: #fff;
    font-size: 1.2em;
    margin-bottom: 20px;
}

#login_form button {
    margin-bottom: 30px;
}

#login_form a {
    display: block;
    color: #fff;
    margin-bottom: 15px;
}

#login_form a:hover {
    color: #DCDCDC;
}

div.social_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 35px;
}

div.social_icons a {
    display: inline-block;
    margin-left: 8px;
}

/*==================================================*/
/*===================== Notre team =================*/
/*==================================================*/

.team_box,
.access_box {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #F2F2F2;
    border-top: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
    padding: 20px 0;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);   
}

.flexslider {
    border: none;
}

.flexslider2 {
    width: 38%;
    overflow: hidden;
    border: none;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);  
    border-radius: 0;
}

.flexslider2 img {
    width: 110%;
}

.flexslider3 {
    border-bottom: 3px inset #003c5ebd;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);  
}

.flexsliderHome {
    border: none;
    border-radius: 0;
}

.team_text {
    width: 42%;
    background: rgb(219,219,219);
    background: -o-radial-gradient(circle, rgba(219,219,219,1) 0%, rgba(224,224,224,1) 100%);
    background: radial-gradient(circle, rgba(219,219,219,1) 0%, rgba(224,224,224,1) 100%);
    border-top: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);  
    border-radius: 4px;
    padding: 10px 20px;
}

.team_text p,
.access_text p,
.agence_text_modul1,
.agence_text_modul2,
.agence_text_modul3,
.agence_sub_title {
    padding: 5px;
    line-height: 1.5em;
}

.agence_sub_title {
    font-weight: 600;
}

.agence_text {
    width: 90%;
    background: rgb(219,219,219);
    background: -o-radial-gradient(circle, rgba(219,219,219,1) 0%, rgba(224,224,224,1) 100%);
    background: radial-gradient(circle, rgba(219,219,219,1) 0%, rgba(224,224,224,1) 100%);
    border-top: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);  
    border-radius: 4px;
    padding: 20px 50px;

    
}

.text_border {
    width: 100%;
    border-bottom: #DCDCDC 1px solid;
    margin: 20px;
}

.map_box {
    width: 38%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: rgb(219,219,219);
    background: -o-radial-gradient(circle, rgba(219,219,219,1) 0%, rgba(224,224,224,1) 100%);
    background: radial-gradient(circle, rgba(219,219,219,1) 0%, rgba(224,224,224,1) 100%);
    border-top: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);  
    border-radius: 4px;
    padding: 10px 20px;
}

.access_text {
    width: 40%;
    background: rgb(219,219,219);
    background: -o-radial-gradient(circle, rgba(219,219,219,1) 0%, rgba(224,224,224,1) 100%);
    background: radial-gradient(circle, rgba(219,219,219,1) 0%, rgba(224,224,224,1) 100%);
    border-top: #DCDCDC 1px solid;
    border-bottom: #DCDCDC 1px solid;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);  
    border-radius: 4px;
    padding: 10px 20px;
}

/* Mentions legales */

.mentionsLegales {
    padding: 40px;
}

.mentionsLegales > * {
    margin-bottom: 14px;
}

.mentionsLegales h4 {
    font-size: 1.2em;
    font-weight: bold;
}

.mentionsLegales h5 {
    font-size: 1em;
    font-weight: bold;
}

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

#footer {
    position: relative;
}

.footer_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 40px 20px 20px 20px;
}

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

.footernav {
    background-color: #001F49;
    border-top: #011633 5px groove;
}

.footernav ul li {
    margin-bottom: 12px;
}

.footer_wrap ul li:first-child {
    margin-bottom: 22px;
}

.footernav ul li h3 {
    color: #fff;
    font-size: 1.6em;
    font-weight: bold;
}

.footernav ul li h3 {
    font-size: 1.2em;
}

.footernav ul li a,
.footernav ul li p {
    color: #fff;
    font-size: 0.9em;
}

.footernav ul li a:hover {
    color: #249AD2;
}

/*=== Social icons ===*/

li.social_icons {
    margin-top: 22px;
}

.social_icons a {
    width: 40px;
    height: 40px;
    display: inline-block;
}

li.social_icons a:first-child {
    margin-right: 1%;
}

.facebook_icon {
    background: url('../img/facebook_blue.png') no-repeat;
    background-size: 100%;
}

.whatsApp_icon {
    background: url('../img/linkedin_blue.png') no-repeat;
    background-size: 100%;
}

.facebook_icon:hover {
    background: url('../img/facebook_white.png') no-repeat;
    background-size: 100%;
}

.whatsApp_icon:hover {
    background: url('../img/linkedin_white.png') no-repeat;
    background-size: 100%;
}

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

.info {
    background-color: #011633;
    padding: 25px;
}

.info p {
    color: #fff;
    font-size: 0.8em;
    text-align: center;
}

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

/* Profile */

.containerProfile {
    background: #dcdcdc;
    background: -o-radial-gradient(circle, #dcdcdc 0%, #d1d0d0 100%);
    background: radial-gradient(circle, #dcdcdc 0%, #d1d0d0 100%);
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75); 
    padding: 60px 0;
}

.containerProfile h5 {
    background-color: #001F49;
}

.containerProfile h5,
.profileTable thead tr th {

    color: #fff;
    font-size: 1.2em;
    font-weight: bold;
    padding: 16px 0;
    text-align: center;
}

.profileTable {
    width: 100%;
    background-color: #b6aeae;
    background: -o-radial-gradient(circle, #b6aeae 0%, #a09797 100%);
    background: radial-gradient(circle, #b6aeae 0%, #a09797 100%);
    text-align: center;
}

.userProfile {
    margin-bottom: 60px;
    background-color: #001F49;
    background: -o-radial-gradient(circle, #001F49 0%, #011838 100%);
    background: radial-gradient(circle, #001F49 0%, #011838 100%);
}

.profileTable thead {
    -webkit-box-shadow: inset 0px 0px 20px 2px rgba(83, 83, 83, 0.233);
            box-shadow: inset 0px 0px 20px 2px rgba(83, 83, 83, 0.233);
    width: 100%;
}

.profileTable thead tr th {
    background-color: #249ad2;
}

.lastProfile thead tr th,
.lastProfile tbody tr th {
    background: rgb(104, 104, 104);
    background: -o-radial-gradient(circle, rgba(94,94,94,1) 0%, rgba(104, 104, 104,1) 100%);
    background: radial-gradient(circle, rgba(94,94,94,1) 0%, rgba(104, 104, 104,1) 100%);
    border-top: #313131 1px solid;
    border-bottom: #313131 1px solid;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);  
}

.profileTable thead tr th {
    font-size: 1em;
}

.profileTable thead tr th,
.profileTable tbody tr td {
    color: #fff;
    padding: 14px;
}

.profileTh {
    width: 50%;
}

.profileTable tbody tr td {
    border-bottom: #01163349 1px solid;
    vertical-align: middle;
}

.profileTable tbody tr td a {
    color: #fff;
}

.profileTable tbody tr td a:hover {
    opacity: 80%;
}

.profileTable tbody tr td a span {
    color: #249ad2;
}

.profileTable tbody tr td a span.spanEmail {
    font-size: .7em;
}

.profileTable tbody tr td a.voirDevis,
.profileTable tbody tr td a.dlDevis {
    padding: 10px 15px;
    display: inline-block;
    border-radius: 4px;
}

.profileTable tbody tr td a.voirDevis {
    background-color: #249AD2;
    background: -webkit-gradient( linear, left top, left bottom, from(#249AD2), to(#1b76a0));
    background: -o-linear-gradient( #249AD2 0%, #1b76a0 100%);
    background: linear-gradient( #249AD2 0%, #1b76a0 100%);
    margin: 4px 0;
}

.profileTable tbody tr td a.dlDevis {
    background-color: #439b47;
    background: -webkit-gradient( linear, left top, left bottom, from(#439b47), to(#317434));
    background: -o-linear-gradient( #439b47 0%, #317434 100%);
    background: linear-gradient( #439b47 0%, #317434 100%);
}

.voirDevis:hover {
    background-color: #1b76a0;
    background: -webkit-gradient(linear, left top, left bottom, from(#1b76a0), to(#249AD2));
    background: -o-linear-gradient(#1b76a0 0%, #249AD2 100%);
    background: linear-gradient(#1b76a0 0%, #249AD2 100%);
    opacity: 100%!important;
}

.dlDevis:hover {
    background-color: #317434;
    background: -webkit-gradient( linear, left top, left bottom, from(#317434), to(#439b47));
    background: -o-linear-gradient( #317434 0%, #439b47 100%);
    background: linear-gradient( #317434 0%, #439b47 100%);
    opacity: 100%!important;
}

.mobileProfileDevis {
    display: none;
}

.mobileProfileDevis table {
    margin-bottom: 20px;
}

.mobileProfileDevis table tbody tr th {
    padding: 10px 0;
}


/*====== Back to top button ======*/

.backToTop {
    display: none;
    width: 50px;
    height: 50px;
    position: fixed;
    bottom: 57px;
    right: 1%;
    background-size: 100%;
    -webkit-animation: img_change 2s infinite alternate;
    animation: img_change 2s infinite alternate; 
    -webkit-animation-name: img_change; 
            animation-name: img_change;
	-webkit-animation-duration: 1.6s;
	        animation-duration: 1.6s;
	-webkit-animation-iteration-count: infinite;
	        animation-iteration-count: infinite;
    -webkit-animation-direction: alternate;
            animation-direction: alternate;  
    z-index: 999!important;
}

@-webkit-keyframes img_change {
    from { background-image: url('../img/arrow_top1.png'); }
    to   { background-image: url('../img/arrow_top2.png'); }
}

@keyframes img_change {
    from { background-image: url('../img/arrow_top1.png'); }
    to   { background-image: url('../img/arrow_top2.png'); }
}

/*============ Succes message =============*/

.alert {
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    text-align: center;
    z-index: 99;
}

/* CKeditor */

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

blockquote {
    background: rgb(224, 224, 224);
    background: -o-radial-gradient(circle, rgba(224, 224, 224,1) 0%, rgba(230, 230, 230,1) 100%);
    background: radial-gradient(circle, rgba(224, 224, 224,1) 0%, rgba(230, 230, 230,1) 100%);
    border: #DCDCDC 1px solid;
    -webkit-box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);
    box-shadow: 0px 1px 21px -15px rgba(0,0,0,0.75);  
    border-radius: 4px;
    margin: 5px 0;
    padding: 10px;
    font-style: italic;
    text-align: center
}

blockquote p {
    margin: 0;
}

.articles_paper ul {
    list-style: disc;
}

.articles_paper ol {
    list-style: decimal;
}

/*========================================================================================================================*/
/*===================================================== RESPONSIVE =======================================================*/
/*========================================================================================================================*/

@media screen and (max-width:1320px) {
    .teamContainer,
    .containerOffres,
    .articles_container,
    .boxDevisChoiceContainer {
        border: none;
    }
    #header {
        display: none;
    }

    .hiddenMobileNav {
        display: block;
    }

    .text_home_background {
        left: 13%;
    }

    .boxDevisChoiceContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .boxDevisChoice:nth-child(4) {
        margin-right: 4.10%;
    }

    .alert {
    width: 100%;
        top: 68px;
    }
}

@media screen and (max-width:1200px) {
    .text_home_background {
        left: 10%;
    }

    /* Articles */
    .articles_title_before,
    .articles_title_after {
        width: 25%;
    }
}

@media screen and (max-width:1080px) {
    .articles_title_before,
    .articles_title_after {
        width: 22%;
    }

    .boxDevisChoiceContainer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    }

    .boxDevisChoice,
    .boxDevisChoice:nth-child(4) {
        margin-right: 0%;
    }
}

@media screen and (max-width:980px) {
    .flexslider2 {
        width: 60%; 
        margin-bottom: 20px;
    }

    .team_text {
        width: 100%;
        padding: 20px 50px;
    }

    .map_box {
        width: 100%;
    }

    .access_text {
        width: 100%;
        padding: 40px 50px 20px 50px;
    }
}

@media screen and (max-width:900px) {
    .text_home_background {
        top: 22%;
        left: 5%;
    }
}

@media screen and (max-width:815px) {
    .text_home_background {
        display: none;
    }
}

@media screen and (max-width:750px) {
    /* Title home */

    .home_news_title h2 {
        font-size: 2em;
    }

    /* Articles */

    .articles_title_before,
    .articles_title_after {
        width: 16%;
    }

    .articles_box {
        display: block;
        padding: 20px 0;
    }

    .articles_photo {
        width: 100%;
        margin: 0;
    }

    .articles_paper {
        width: 100%;
        margin-right: 0;
    }

    /* Footer */

    .footer_wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }

    .footer_wrap ul:first-child,
    .footer_wrap ul:nth-child(2) {
        width: 100%;
        margin-bottom: 30px;
    }

}

@media screen and (max-width:670px) {
    /* Title home */
    .home_news_title h2 {
        font-size: 1.8em;
    }

    /* Articles */
    .articles_title_before,
    .articles_title_after {
        width: 12%;
    }
    /* Offres */
    .containerConditions {
        padding: 0;
    }
    /* Back to top */
    .backToTop {
        bottom: 74px;
    }
}

@media screen and (max-width:580px) {
    /* Title home */
    .home_news_title h2 {
        font-size: 1.6em;
    }

    .flexslider2 {
        width: 80%;
    }

    .noMobileProfile {
        display: none;
    }

    .mobileProfileDevis {
        display: block;
    }
}

@media screen and (max-width:500px) {
    /* Mobile nav */
    .mobileLogo img {
        width: 55px;
        height: 55px;
    }

    .mobileContainer h1 {
        font-size: 1.3em;
    }

    .mobileContainer h1 span {
        -webkit-transition: all 0s;
        -o-transition: all 0s;
        transition: all 0s;
    }

    .mobileMenu {
        width: 40px;
        height: 40px;
    }

    .mobileMenuContent {
        top: 48px;
    }

    /* Title home */
    .home_news_title h2 {
        font-size: 1.5em;
    }


    /* Articles */
    .articles_title_before,
    .articles_title_after {
        width: 8%;
    }

    /* Footer */
    .info p {
        font-size: 0.7em;
    }

    .backToTop {
        width: 40px;
        height: 40px;
        bottom: 80px;
        right: 2%;
    }

    /* Alert */
    .alert {
        top: 56px;
    }
}

@media screen and (max-width:480px) {
    /* Title home */
    .home_news_title h2 {
        font-size: 1em;
        line-height: 1.4em;
    }

    /* Articles */
    .articles_title_box h3 {
        font-size: 1.2em;
        padding: 0px;
    }

    .articles_title_before,
    .articles_title_after {
        width: 0;
    }
    /* Offres */
    h4.titleOffres1,
    h4.titleOffres2, 
    h4.titleOffres3 {
        font-size: 1em;
        padding: 25px 5px;
    }
    .titleBox h2 {
        font-size: 1.1em;
        line-height: 1.4em;
    }
    .dateSearchProfile {
        width: 49.2%!important;
    }
}

@media screen and (max-width:390px) {
    iframe {
        height: 231px;
    }
}

@media screen and (max-width:320px) {
    /* Title home */
    .home_news_title h2 {
        font-size: .95em;
    }
}
