/*
	Theme Name: HTML5 Blank
	Theme URI: http://html5blank.com
	Description: HTML5 Blank WordPress Theme
	Version: 1.4.3
	Author: Todd Motto (@toddmotto)
	Author URI: http://toddmotto.com
	Tags: Blank, HTML5, CSS3

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

/*------------------------------------*\
    MAIN
\*------------------------------------*/
@import "offre.css";

/* latin-ext */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 200;
    src: local('Titillium Web ExtraLight'), local('TitilliumWeb-ExtraLight'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffAzHGIVzY4SY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 200;
    src: local('Titillium Web ExtraLight'), local('TitilliumWeb-ExtraLight'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffAzHGItzYw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGIVzY4SY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 600;
    src: local('Titillium Web SemiBold'), local('TitilliumWeb-SemiBold'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffBzCGItzYw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* latin-ext */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGIVzY4SY.woff2) format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */
@font-face {
    font-family: 'Titillium Web';
    font-style: normal;
    font-weight: 700;
    src: local('Titillium Web Bold'), local('TitilliumWeb-Bold'), url(https://fonts.gstatic.com/s/titilliumweb/v6/NaPDcZTIAOhVxoMyOr9n_E7ffHjDGItzYw.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/
p {
    font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
p,
ul,
li {
    margin: 0;
    padding: 0;
}

h2 {
    line-height: 1;
}

ul,
li {
    text-decoration: none;
    list-style-type: none;
}

/* global box-sizing */
* {
    box-sizing: border-box;
}

*,
*:after,
*:before {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

/* html element 62.5% font-size for REM use */
html {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    width: 100%
}

body {
    font: 300 11px/1.4 'Titillium Web', sans-serif;
    color: #000000;
    margin: 0;
    padding: 0;
    width: 100%
}

/* clear */
.clear:before,
.clear:after {
    content: ' ';
    display: table;
    position: relative;
}

.clear:after {
    clear: both;
}

.clear {
    *zoom: 1;
}

img {
    width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a {
    color: #444;
    text-decoration: none;
}

a:hover {
    color: #444;
    text-decoration: none;
}

a:focus {
    outline: 0;
}

a:hover,
a:active {
    outline: 0;
}

input:focus {
    outline: 0;
    border: 1px solid #04A4CC;
}

/*------------------------------------*\
    top mega menu
\*------------------------------------*/
#mega-menu-top {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1035;
    width: 100%;
    display: none;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 7px 10px rgba(0, 0, 0, 0.18);
}

/*------------------------------------*\
    STRUCTURE
\*------------------------------------*/

/* wrapper */
.wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
}

/* header */
.header {
    position: relative;
}

.firalp-top {
    z-index: 1040;
    background-color: #252522;
    margin: 0;
    position: fixed;
    padding: 0 0 0 10px;
    width: 100%
}

/* logo */
.logo {
    width: 200px;
    position: absolute;
    top: 40px;
    left: 50%;
    margin-left: -100px;
    z-index: 999999
}

.logo.logo-scroll {
    width: 80px;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 15px;
    float: left;
    z-index: 999999;
    visibility: hidden;
}

.post-title-contain {
    font-size: 60px !important;
}

@media (max-width: 600px) {
    .images-post-slider-list p {
        font-size: 17px !important;
    }

    .post-title-contain {
        font-size: 40px !important;
    }
}

.logo-img {
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    margin: auto;
    display: block;
}

.logo.logo-scroll .logo-img {
    min-width: 80px;
    max-width: 80px;
    width: 100%;
    margin-top: 15px;
}

.nav-left {
    width: 35%;
    float: left;
}

#menu-btn {
    float: left;
    margin-top: 18px;
    margin-bottom: 18px
}

#menu-btn .menu-btn-inner {
    overflow: hidden;
    width: 60px;
    height: 28px;
}

#menu-btn img {
    width: 60px;
    cursor: pointer;
}

/* nav */
.nav-top {
    float: left;
    width: 65%;
}

.nav-top ul {
    text-align: right;
}

.nav-top ul li {
    display: inline;
    text-align: right;
    position: relative;
    text-align: left;
}

.nav-top ul li a {
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    padding: 21px 10px;
    display: inline-block;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    /* margin-left: -4px; */
    margin-left: -12px;
}

/* .nav-top ul li a:before{
	content: url(./img/icons/cube-menu.png);
	padding-right: 5px
} 
.nav-top ul li a:hover:before{
	content: url(./img/icons/cube-menu-blk.png);
} */
.nav-top ul li a:before {
    background-image: url(./img/icons/oblique-menu-blanc.png);
    background-size: 15px 20px;
    display: inline-block;
    width: 15px;
    height: 20px;
    content: "";
    margin-bottom: -3px;
}

.nav-top ul li a:hover:before {
    background-image: url(./img/icons/oblique-menu-noir.png);
    background-size: 15px 20px;
    display: inline-block;
    width: 15px;
    height: 20px;
    content: "";
    margin-bottom: -3px;
}

.nav-top ul li a:hover {
    background-color: #F9D436;
    color: #000000
}

.nav-top ul li .sub-menu {
    display: none;
    position: absolute;
    width: 32rem;
    top: 100%;
    left: -4px;
    background-color: #F9D436;
    margin-top: 22px;
    padding: 5px;
}

.nav-top ul li .sub-menu li {
    text-align: left;
}

.nav-top ul li .sub-menu li a:before {
    visibility: hidden;
}

.nav-top ul li .sub-menu li a {
    padding: 5px 0 5px 5px;
    text-align: left;
    display: block;
    color: #000;
    text-transform: uppercase;
}

.nav-top ul li .sub-menu li a:hover:before {
    visibility: visible;
    /* content: url(./img/icons/cube-menu-blk.png); */
    /* content: url(./img/icons/oblique-menu-noir.png); */
}

.nav-top ul li:hover>.sub-menu {
    display: block;
}

.aligncenter {
    text-align: center;
    margin: auto;
    display: block;
}

.inner-slim-cntr {
    position: relative;
    height: 335px;
    background-color: #F9D63A;
}

.content-cntr-slim .rightv .imgbgright {
    background-size: cover;
    background-position: 0 0;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 100%;
}

p strong span {
    font-weight: bold;
}

/* footer */

.mega-menu-firalp {
    background: rgb(0, 166, 0);
    background: -moz-linear-gradient(top, rgb(0, 166, 0) 0%, rgb(56, 133, 77) 100%);
    background: -webkit-linear-gradient(top, rgb(0, 166, 0) 0%, rgb(56, 133, 77) 100%);
    background: linear-gradient(to bottom, rgb(0, 166, 0) 0%, rgb(56, 133, 77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a600', endColorstr='#38854d', GradientType=0);
    padding: 60px 0 50px 0;
    color: #ffffff;
}

.footer .mega-menu-firalp {
    height: auto
}

#mega-menu-top .mega-menu-firalp {
    padding-top: 170px
}

#footer-nav-cntr {
    width: 80%;
    margin: auto
}

#footer-nav-cntr a {
    color: #ffffff
}

.widget_nav_menu ul li a {
    font-size: 3rem;
    padding: 0;
    font-weight: 200;
    display: inline-block;
}

.widget_nav_menu ul li a:hover {
    color: #000000 !important;
}

/*.widget_nav_menu >ul > li > a:after{
	content: '';
	width: 100%;
	height: 1.1px;
	background-color: #ffffff;
	display: block;
	margin-top:-7px;
}*/
a[href$="#"] {
    color: #fff !important;
}

a[href$="#"]:after {
    visibility: hidden;
}

.widget_nav_menu ul li ul li {
    list-style-type: square;
    margin-left: 14px
}

.widget_nav_menu ul li ul li a {
    font-size: 2.2rem;
    text-decoration: none;
    border-bottom: none;
}

.mega-menu-firalp .widget_nav_menu {
    float: left;
    width: 37%;
    min-width: 170px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.mega-menu-firalp #nav_menu-4.widget_nav_menu {
    padding-left: 7rem;
    width: 26%
}

.valeurs-cntr {
    width: 100% !important;
    margin: auto;
    max-width: 1200px;
}

.video-cntr {
    background-color: #F7FCFF;
}

.copyright {
    font-family: 'Titillium Web', sans-serif;
    background-color: #252522;
    padding: 12px 30px;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    height: 6vh;
}

#footer-nav-cntr .widget_nav_menu>ul {
    width: 100%;
    margin: auto;
}

#footer-nav-cntr .widget_nav_menu>ul>li>a {
    margin: 10px 0 10px 0;
}

.footer {
    background-color: #00A500;
}

#carte {
    background: rgb(0, 166, 0);
    background: -moz-linear-gradient(top, rgb(0, 166, 0) 0%, rgb(56, 133, 77) 100%);
    background: -webkit-linear-gradient(top, rgb(0, 166, 0) 0%, rgb(56, 133, 77) 100%);
    background: linear-gradient(to bottom, rgb(0, 166, 0) 0%, rgb(56, 133, 77) 100%);
}

/*------------------------------------*\
    social media
\*------------------------------------*/
#social-media {
    float: left;
    margin-left: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
}

#social-media img {
    width: auto;
}

#media_image-5 {
    width: 28px
}

#social-media .social-elem {
    display: inline-block;
    padding: 0 5px
}

/*------------------------------------*\
    PAGES
\*------------------------------------*/
.Thumbnail-cntr {
    height: 65vh;
    overflow: hidden;
    position: relative;
}

.Thumbnail-cntr img {
    width: 100%
}

.Thumbnail-cntr {
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover
}

.content-cntr {
    width: 90%;
    padding: 10px 30px;
    max-width: 1320px;
    margin: 60px auto
}

.content-cntr p {
    font-weight: 400;
    line-height: 34.5px;
}

.content-cntr.page-2 {
    width: 100%;
}

.content-cntr ul {
    padding-left: 25px
}

.content-cntr ul li {
    list-style-type: disc
}

.content-icon {
    width: auto !important;
}

.Thumbnail-cntr.temg {
    height: 35vh
}

.title-abs {
    font-size: 120px;
    color: #ffffff;
    font-family: 'Titillium Web', sans-serif;
    position: absolute;
    font-weight: 700;
    top: 38%;
    left: 0;
    width: 100%;
    text-align: center;
}

.container-slider-post-link {
    border: 1px solid black;
    margin-top: 30px;
    height: 35px;
    width: 200px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.slider-post-link {
    color: black;
    font-size: 20px;
    font-weight: 800;
    padding: 2px;
    text-transform: uppercase;
}

.container-post-slider p {
    font-size: 24px;
}

.title-post-slider {
    font-size: 84px;
    padding: 20px 0px 20px 0px;
}

.post-title {
    font-size: 70px;
    color: #37854C;
    font-weight: 600;
    text-transform: uppercase;
    margin: 40px 0
}

.images-post-slider-list {
    flex-flow: wrap;
    display: flex;
    justify-content: center;
}

.images-post-slider-list li {
    max-width: 400px;
    margin: 15px;
}

.images-post-slider-list li img {
    object-fit: contain;
    height: auto;
}

.images-post-slider-list li p {
    margin: 15px;
    font-size: 24px;
}

/*------------------------------------*\
    slider actus
\*------------------------------------*/
.actu-slide-text-cntr {
    background-color: #F9D63A;
    padding: 60px 4.5% 20px;
    float: right !important;
}

.actu-slide-img-cntr {
    float: right !important;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    height: 100vh
}

.actu-slide-img-cntr.heightup {
    height: 100%;
}

.actu-slide-img-cntr.heightup img {
    width: auto !important;
    height: 100%
}

#actus-bloc-title {}

#actus-bloc-title {
    font-size: 5rem;
    display: block;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    padding-bottom: 20px
}

#actus-bloc-content {
    margin-top: 5%;
}

#actus-bloc-content h2 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    color: #38A24D;
    font-size: 2.5rem;
    margin-bottom: 25px;
    line-height: 3rem;
}

#actus-bloc-content p span {
    display: block;
}

#actus-bloc-content p {
    font-size: 1.8rem;
    font-weight: 400;
}

.actu-slide-img-cntr img {
    width: auto;
}

.slider-actus {
    overflow: hidden;
    cursor: all-scroll;
}

.slide-cntr {
    overflow: hidden;
    width: 100%;
    background-color: #F9D63A;
    float: left;
}

.slider-actus .slick-dots {
    bottom: none;
    top: 4%;
    right: 0;
    width: 120px;
    text-align: right;
    padding-right: 30px;
}

.actu-slide-cntr {
    overflow: hidden;
    height: auto;
}

.slick-dotted.slick-slider {
    margin-bottom: 0 !important;
    width: 100%;
}

#custom_html-2 .custom-html-widget {
    height: auto;
    line-height: 0
}

.cnt-no-text img {
    height: auto;
    width: 75%;
}

.content-cntr-row-large {
    padding-top: 150px !important;
    padding-bottom: 150px !important;
}

.page-id-2 .content-cntr-row-large {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/*------------------------------------*\
    widget engagements
\*------------------------------------*/
.widgy h3 {
    color: #ffffff;
    font-size: 7rem;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0.5px 3px #666;
}

.enga-cntr {
    background-image: url(./img/bluir-firalp.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
}

.enga-elem-cntr {
    padding: 15px;
}

.enga-elem-cntr>div {
    cursor: pointer;
}

.enga-elem-cntr img {
    display: block;
}

.enga-elem-cntr .sub-bloc-cntr {
    background-color: rgba(255, 255, 255, 0.3);
    padding: 10px 0;
    padding-bottom: 20px;
    color: #ffffff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.enga-elem-cntr .sub-bloc-cntr h2 {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    color: inherit;
    margin: 5px;
    font-size: 2.5rem;
    padding-bottom: 10px;
    color: #ffffff
}

.enga-elem-cntr .sub-bloc-cntr .pluslink {
    background-color: #A6A9AB;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 5px;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

.enga-elem-cntr .sub-bloc-cntr .pluslink:hover {
    background-color: #ffffff;
    color: #000000
}

.enga-elem-cntr .box-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.enga-elem-cntr .box-shadow:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.box-shadow:hover .pluslink {
    background-color: #ffffff;
    color: #000000;
}

.transcache {
    opacity: 0.4;
    cursor: none !important
}

.transcache .pluslink {
    visibility: hidden;
}

/*------------------------------------*\
    widget nous rejoindre join
\*------------------------------------*/
.join-cntr {
    background-color: #F9D436;
    padding: 60px 0 0;
}

.join-cntr h3 {
    color: #000000;
    text-shadow: none;
}

.join-cntr .join-content {
    text-align: center;

}

.join-cntr span {
    font-size: 4.3rem;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
}

#actu-rejoindre .slick-dotted.slick-slider {
    width: 92%
}

.cntr-slider-join-inner {
    overflow: hidden;
}

#btn-blanc {
    padding: 20px;
    height: 20px
}

#btn-blanc a {
    border: 1px solid #000000;
    padding: 5px 15px;
    color: #000;
    font-size: 2rem;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

#btn-blanc a:hover {
    background-color: #ffffff;
    color: #000;
    border: none;
    font-size: 1.8rem;
}

.page-id-21 .join-cntr h3,
.page-id-21 .join-cntr .join-content img {
    display: none;
}

/*------------------------------------*\
   video parcours
\*------------------------------------*/
.video-iframe {
    text-align: center;
    padding: 10px
}

#btn-noir {
    padding: 20px;
    height: 20px
}

#btn-noir a {
    border: 1px solid #ffffff;
    padding: 5px 15px;
    color: #ffffff;
    font-size: 2rem;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    text-align: center;
    text-transform: uppercase;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
}

#btn-noir a:hover {
    background-color: #ffffff;
    color: #000000;
    border: 3px solid #ffffff;
    font-size: 1.8rem;
}

.sup-circle-front {
    z-index: 5
}

/*------------------------------------*\
    widget activites
\*------------------------------------*/

.activites-cntr {
    background-image: url(./img/bluir-firalp-2.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    overflow: hidden;
}

.activites-cntr .enga-elem-cntr .border-me {
    border: 1px solid #ffffff;
}

.activites-cntr .sub-bloc-cntr {
    padding: 0
}

.activites-cntr .sub-bloc-cntr h2 {
    /* height: 100px; */
    padding: 10px;
    margin: 0;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 800;
}

/*animation blocs*/
.anim-elm {}

.activites-cntr .bloc-image {
    overflow: hidden;
    width: auto;
}

.anim-elm:hover>.bloc-image {
    height: 110px;
    opacity: 0.5
}

.anim-elm:hover>.sub-bloc-cntr h2 {
    padding: 50px 30px
}

.anim-elm:hover>.sub-bloc-cntr {
    background-color: rgba(255, 255, 255, 0.9);
    color: #000
}

.yellow-bloc-cntr {
    position: relative;
    margin: 60px 0
}

.yellow-bloc {
    background-color: #F9D63A;
    width: 99.4vw;
    position: relative;
    margin: 0;
    margin-left: -50vw;
    left: 50%;
}

.yellow-bloc-inner p {
    margin-left: 15px;
    font-family: 'Open Sans', sans-serif;
    font-size: 26px;
    font-weight: 600;
    color: #000000;
    display: inline;
    vertical-align: middle;
}

.yellow-bloc-inner img {
    width: auto;
    vertical-align: middle;
    display: inline;
}

.yellow-bloc-inner {
    max-width: 1290px;
    margin: auto;
    padding: 10px 20px;

}

/*------------------------------------*\
    widget nos valeurs chiffre clé NUMKEY
\*------------------------------------*/
.cntr-wdg-numkey {
    background-image: url(./img/bluir-firalp.jpg);
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    overflow: hidden;
}

.numkey-title-cntr {
    padding: 30px 0 20px;
}

.numkey-cnt-cntr {
    background-color: #ffffff;
    position: relative;
}

.numkey-cnt-cntr .blocheight {
    height: 600px;
    position: relative;
}

.numkey-cnt-cntr .blocheight img {
    width: auto;
}

.numkey-cnt-cntr>div h2 {
    padding-bottom: 20px;
}

.numkey-cnt-cntr .left-numkey {
    border-right: 0.5pt solid #888888
}

.numkey-cnt-cntr .ck-cntr {
    width: 100%;
    max-width: 1350px;
    padding: 30px;
    margin: auto;
    float: none;
}

.numkey-cnt-cntr .ck-cntr.cnt-has-text img {
    width: auto !important;
}

.outer {
    display: table;
    height: 100%;
    width: 100%;
    position: absolute;
}

.middle {
    display: table-cell;
    vertical-align: middle;
}

.inner {
    margin-left: auto;
    margin-right: auto;
    width: 90%;
    height: 50%;
    /*whatever width you want*/
}

.chfr-cl-fil-num {
    position: relative;
    font-family: 'Titillium Web';
    font-size: 65px;
    color: #000000;
    font-weight: 700;
    text-align: center;
    margin-bottom: 55px;
    padding-bottom: 25px;
}

.chfr-cl-fil-num:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #888888;
    top: 100%;
    left: 50%;
    margin-left: -20px;
}

.chiffre_cles_txt {
    font-family: 'open sans';
    font-size: 22px;
    color: #000000;
    text-align: center;
}

.chf-fil-cntr {
    border-right: 1px solid #000;
}

.chf-fil-cntr:nth-last-child(1) {
    border-right: none;
}

/*------------------------------------*\
    widget nos valeurs
\*------------------------------------*/
#section-valeur .enga-elem-cntr>div {
    background-color: rgba(255, 255, 255, 0.3);
}

#section-valeur .enga-elem-cntr .sub-bloc-cntr {
    background-color: transparent;
}

#section-valeur .enga-elem-cntr .sub-bloc-cntr h2 {
    font-size: 2.4rem;
    line-height: 1.2;
    padding: 0px;
    height: 65px;
    color: #ffffff;
}

#section-valeur .enga-elem-cntr img {
    width: 43%;
    margin: auto;
    padding-top: 20px;
    -webkit-transition: all 1s cubic-bezier(0.1, 0.7, 1.0, 0.1);
    /* Safari */
    transition: all 1s cubic-bezier(.57, .12, .89, .64);
}

.border-lg-hover {
    display: block;
    position: relative;
    z-index: 1
}

.border-lg-hover:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    border: 0px solid #fff;
    -webkit-transition: all 0.5s;
    /* Safari */
    transition: all 0.5s;
    z-index: -1
}

.rot-lg-hover-prt:hover>.box-shadow {
    background-color: transparent !important;
}

.rot-lg-hover-prt:hover>.rot-lg-hover .bloc-image img {
    /*-webkit-transform: rotateY(360deg) scale(1.1);
    transform: rotateY(360deg) scale(1.1);*/
}

.textwidget {
    line-height: 0
}

/*------------------------------------*\
   slider nous rejoindre // join
\*------------------------------------*/
.cntr-slider-join {
    border-bottom: 1px solid #000000
}

.title-slider-join {
    background: rgb(0, 166, 0);
    background: -moz-linear-gradient(top, rgb(0, 166, 0) 0%, rgb(56, 133, 77) 100%);
    background: -webkit-linear-gradient(top, rgb(0, 166, 0) 0%, rgb(56, 133, 77) 100%);
    background: linear-gradient(to bottom, rgb(0, 166, 0) 0%, rgb(56, 133, 77) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00a600', endColorstr='#38854d', GradientType=0);
    padding: 5px 10px;
    color: #ffffff;
    font-size: 3.5rem;
    font-weight: 700;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    border-right: 1px solid #000000
}

.slick-slider-join {}

.slick-slider-join .actu-join-cntr {
    height: 50px;
    line-height: 50px;
    position: relative;
}

.slick-slider-join .actu-join-cntr p {
    font-size: 2rem;
    font-weight: 600;
    display: inline-block;
    padding: 5px 10px;
}

.slick-slider-join .actu-join-cntr a {
    display: inline-block;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    position: relative;
}

.slick-slider-join .actu-join-cntr a span {
    padding: 3px 11px;
    background-color: #A6A9AB;
    -webkit-transition: all 0.3s;
    /* Safari */
    transition: all 0.3s;
    vertical-align: super;
}

.slick-slider-join .actu-join-cntr a span:hover {
    background-color: #515354
}

.actu-join-cntr {
    float: left;
}

#actu-rejoindre .slick-dots {
    top: 25px;
    right: -100px;
    width: 100px;
    height: 0;
    text-align: left;
    height: 15px;
}

#actu-rejoindre .slick-dots li {
    margin: 0
}

#actu-rejoindre .slick-dots li button {
    padding: 0
}

.slick-slider-join .actu-join-cntr:focus {
    outline: none;
}

.slick-dots li button:before {
    content: "\0025EF" !important;
    font-size: 1rem;
    opacity: 1;
    width: 11px;
    line-height: 10px
}

.slick-dots li.slick-active button:before {
    content: "\0025CF" !important;
    font-size: 2rem;
    opacity: 1;
    line-height: 5px;
}

.slick-dots li {
    width: 12px;
    margin: 0 2px;
}

.slick-dots li button {
    width: 10px;
    padding: 0
}

/* pages valeurs*/
.elemv {
    font-size: 21px;
    color: #000;
    font-family: 'Open Sans', sans-serif;

}

.elemv .leftv {
    height: 335px;
    position: relative;
}

.rightv {
    overflow: hidden;
}

.elemv .rightv img {
    line-height: 0;
    width: auto;
    height: 100% !important;
    display: block;
}

#file-upd {
    padding-left: 50px;
    margin: 70px 0;
    position: relative;
    font-size: 18px;
    line-height: 32px;
    font-style: italic;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    text-decoration: underline;
    display: block;
    font-weight: bold;
}

#file-upd:hover {
    color: #888;
}

#file-upd:before {
    content: url('./img/icons/print-firalp.png');
    position: absolute;
    top: 0;
    left: 0;

}

.video-text {
    font-size: 24px;
    color: #000;
    padding: 20px 0 60px 0;
    font-weight: 600;
}

.video-text a {
    color: #000
}

.video-cntr {
    width: 100%;
}

.video-text p {
    font-size: 24px;
}

/*------------------------------------*\
    slider image a la une activites
\*------------------------------------*/
.diapo-slider-cntr {
    padding: 150px 0 150px;
    overflow: hidden;
}

.cntr-img-slider-activ {
    width: 70%;
    max-width: 1350px;
    margin: auto;
    position: relative;
}

.slider-image-cntr {
    float: left;
}

.slider-image-cntr a {
    display: block;
    padding: 15px
}

.slider-image-cntr a p {
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
    text-align: center;
    margin-top: 10px;
}

.mfp-title {
    font-size: 18px;
    font-weight: bold;
    line-height: 32px;
}

#btn-diapo {
    position: absolute;
    top: 75px;
    right: 3%;
    z-index: 1030;
    width: 140px;
}

#btn-diapo img {
    width: 50%;
    float: left;
    padding: 0 5px;
    cursor: pointer;
}

#btn-diapo img.btn-left {
    margin-top: 1px;
}

#btn-diapo .btn-left {
    transform: rotate(180deg);
}

.diapo-slider-cntr .box-shadow {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    transition: all 0.3s cubic-bezier(.25, .8, .25, 1);
}

.diapo-slider-cntr .box-shadow:hover {
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}

.widgy .cntr-img-slider-activ h3 {
    margin-bottom: 20px;
    line-height: 1;
}

/*-------TABLE----*/
.content-cntr table {}

.content-cntr table tbody tr td {
    border-top: 1px solid #888888b5
}

.leaflet-popup-content-wrapper p {
    line-height: 16px;
    margin: 6px 0
}

.lmm-listmarkers-popuptext-only p {
    height: 23px
}

/*------------------------------------*\
    col build
\*------------------------------------*/
.slider-image-cntr.flex-container {
    display: flex;
    flex-wrap: wrap;
}

.content-cntr-row {
    width: 100%;
    max-width: 920px;
    margin: auto;
    padding: 15px;
}

.content-cntr-row-large {
    width: 90%;
    max-width: 1450px;
    margin: auto;
    padding: 15px;
}

.sh-row {
    width: 100%;
    display: block;
    position: relative;
}

.sh-row::after {
    content: "";
    clear: both;
    display: table;
}

[class*="sh-col-"] {
    float: left;
}

.sh-col-l-1 {
    width: 8.33%;
}

.sh-col-l-2 {
    width: 16.66%;
}

.sh-col-l-3 {
    width: 25%;
}

.sh-col-l-4 {
    width: 33.33%;
}

.sh-col-l-5 {
    width: 41.66%;
}

.sh-col-l-6 {
    width: 50%;
}

.sh-col-l-7 {
    width: 58.33%;
}

.sh-col-l-8 {
    width: 66.66%;
}

.sh-col-l-9 {
    width: 75%;
}

.sh-col-l-10 {
    width: 83.33%;
}

.sh-col-l-11 {
    width: 91.66%;
}

.sh-col-l-12 {
    width: 100%;
}

.sh-col-m-1 {
    width: 8.33%;
}

.sh-col-m-2 {
    width: 16.66%;
}

.sh-col-m-3 {
    width: 25%;
}

.sh-col-m-4 {
    width: 33.33%;
}

.sh-col-m-5 {
    width: 41.66%;
}

.sh-col-m-6 {
    width: 50%;
}

.sh-col-m-7 {
    width: 58.33%;
}

.sh-col-m-8 {
    width: 66.66%;
}

.sh-col-m-9 {
    width: 75%;
}

.sh-col-m-10 {
    width: 83.33%;
}

.sh-col-m-11 {
    width: 91.66%;
}

.sh-col-m-12 {
    width: 100%;
}

.sh-col-s-1 {
    width: 8.33%;
}

.sh-col-s-2 {
    width: 16.66%;
}

.sh-col-s-3 {
    width: 25%;
}

.sh-col-s-4 {
    width: 33.33%;
}

.sh-col-s-5 {
    width: 41.66%;
}

.sh-col-s-6 {
    width: 50%;
}

.sh-col-s-7 {
    width: 58.33%;
}

.sh-col-s-8 {
    width: 66.66%;
}

.sh-col-s-9 {
    width: 75%;
}

.sh-col-s-10 {
    width: 83.33%;
}

.sh-col-s-11 {
    width: 91.66%;
}

.sh-col-s-12 {
    width: 100%;
}

.sh-col-xs-1 {
    width: 8.33%;
}

.sh-col-xs-2 {
    width: 16.66%;
}

.sh-col-xs-3 {
    width: 25%;
}

.sh-col-xs-4 {
    width: 33.33%;
}

.sh-col-xs-5 {
    width: 41.66%;
}

.sh-col-xs-6 {
    width: 50%;
}

.sh-col-xs-7 {
    width: 58.33%;
}

.sh-col-xs-8 {
    width: 66.66%;
}

.sh-col-xs-9 {
    width: 75%;
}

.sh-col-xs-10 {
    width: 83.33%;
}

.sh-col-xs-11 {
    width: 91.66%;
}

.sh-col-xs-12 {
    width: 100%;
}

.content-cntr-slim {
    width: 100%;
    max-width: 1280px;
    padding: 15px;
    margin: 30px auto;
    /*line-height: 34.5px;*/
    line-height: 20px;
}

.content-cntr-slim ul,
.content-cntr-slim li {
    list-style-type: disc;
    margin-left: 8px;
    margin-top: 10px;
}

.onecol .pad-parag {
    padding: 10px
}

.coleft .pad-parag {
    padding-right: 30px;
}

.colright .pad-parag {
    padding-left: 30px;
}

.inner-col {
    padding: 0 10px
}

/*------------------------------------*\
	CARTE
\*------------------------------------*/
#carte a {
    display: block;
    line-height: 0
}

.mapsmarker img {
    width: auto;
}

.lmm-panel {
    display: none;
}

#carte .lmm-listmarkers {
    display: none;
}

.lmm-listmarkers {
    width: 100%;
    max-width: 1080px;
    margin: auto
}

/*
.page-id-392 .lmm-listmarkers{
	display: block;
}*/
.lmm-listmarkers table {
    border: none !important;
}

/*.lmm-listmarkers-hr{
	display: none;
}*/
/*.lmm-listmarkers-table .lmm-listmarkers-popuptext-only > p ,
.lmm-listmarkers-table .lmm-listmarkers-popuptext-only > p > span,
.lmm-listmarkers-table .lmm-listmarkers-popuptext-only > span,
.lmm-listmarkers-table .lmm-listmarkers-popuptext-only > br{
	display: none;
}*/
.leaflet-popup-content pre,
.lmm-listmarkers-popuptext-only pre {
    display: none;
}

.mfp-image-holder .mfp-content {
    max-width: 70%;
}

.popup-directions:nth-child(1) {
    display: none !important;
}

.plusInformations-hm {
    margin-top: -5px;
    cursor: pointer;
    padding-top: 22px;
    padding-bottom: 22px;
    background: #252522;
    color: #fff;
    font-size: 4rem;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
}

.plusInformations-hm:hover {
    background: #F9D436;
    color: #000;
    transition: 0.5s;
}

.implantations-hm {
    padding-bottom: 20px;
    padding-top: 20px;
    background: rgb(0, 166, 0);
    background: -moz-linear-gradient(top, rgb(0, 166, 0) 0%, rgb(56, 133, 77) 100%);
    background: -webkit-linear-gradient(top, rgb(0, 166, 0) 0%, rgb(56, 133, 77) 100%);
    background: linear-gradient(to bottom, rgb(0, 166, 0) 0%, rgb(56, 133, 77) 100%);
    color: #ffffff;
    font-size: 7rem;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    text-shadow: 0px 0.5px 3px #666;
}

/*------------------------------------*\
	Sections height VH
\*------------------------------------*/
.section-first {
    height: 100vh
}

/* #post-2 .Thumbnail-cntr{
	height: 50vh
} */
#post-2 .content-cntr {
    margin: auto;
}

/*.content-outer-cnt{
	height: 50vh;
	display: flex;
	justify-content: center;
	align-items: center;
}*/
#firalp-activite-image-section {
    background-color: #F9D436;
    padding-top: 60px
}

#activites .content-cntr-row {
    width: 990px;
}

/*------------------------------------*\
	Sections join (joindre)
\*------------------------------------*/
.offres-cntr {
    background-color: #EBEBEB;
}

.offres-cntr-inner {
    width: 100%;
    max-width: 1340px;
    margin: 80px auto;
}

.search-cntr {
    padding-right: 25px;
}

.map-cntr {
    padding: 10px;
}

.ph-intro {
    margin: 30px 0 30px 0;
}

.ph-intro p span {
    color: #417b55;
}

.ph-intro p {
    font-size: 48px;
    text-align: center;
    font-family: 'Titillium Web';
    color: #000000;
    line-height: 1.2;
    font-weight: 600;
}

.eolia_input--button {
    background-color: black !important;
    color: white !important;
    border-color: black !important;
}

.form-search-cntr {
    color: black;
    padding: 30px;
    background: url(https://www.firalp.fr.srv01.kairios.fr/wp-content/plugins/eolia-app/App/Views/Templates/traits.svg);
    background-repeat: no-repeat;
    background-position: bottom right;
    background-color: #FFD300;
}

.form-search-cntr label {
    color: black;
    text-transform: uppercase;
    font-size: 20px;
    padding: 20px 0 10px 0;
    font-weight: 600;
}

.form-search-cntr input {
    border: 1px solid black;
    padding: 10px;
    color: black;
    font-size: 20px;
    background-color: transparent;
    margin-bottom: 30px;
    width: 100%;
    font-weight: 600;
}

.form-search-cntr input.search-btn {
    background-color: #ffffff;
    color: #417b55;
    cursor: pointer;
    margin-top: 70px
}

.form-search-cntr .field-ser::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: black;
    opacity: 1;
    /* Firefox */
}

.leaflet-control-zoom a {
    color: #888888 !important
}

.form-search-cntr .field-ser:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #ffffff;
}

.form-search-cntr .field-ser::-ms-input-placeholder {
    /* Microsoft Edge */
    color: black;
}

.map-cntr-inner-left .form-search-cntr {
    height: 600px
}

.map-cntr-inner-right {
    height: 600px;
    overflow: hidden;
}

.list-cntr-offres {
    padding: 30px 0;
}

.list-cntr-offres-inner {
    display: flex;
    flex-wrap: wrap;
}

.list-cntr-offres-inner li {
    padding: 10px;
}

.list-cntr-offres-inner li .of-elem {
    background-color: #ffffff;
    height: 270px;
    position: relative;
}

.list-cntr-offres-inner li .of-elem-sp {
    height: 270px;
    position: relative;
    background: rgb(51, 136, 71);
    background: -moz-linear-gradient(left, rgb(51, 136, 71) 0%, rgb(0, 169, 2) 100%);
    background: -webkit-linear-gradient(left, rgb(51, 136, 71) 0%, rgb(0, 169, 2) 100%);
    background: linear-gradient(to right, rgb(51, 136, 71) 0%, rgb(0, 169, 2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#338847', endColorstr='#00a902', GradientType=1);
    padding: 30px;
}

.of-cat {
    line-height: 1.3;
    padding: 5px 0 5px 0;
    margin-top: 30px;
    font-weight: 600;
    padding-left: 20px;
    color: #ffffff;
    font-size: 16px;
    background: rgb(51, 136, 71);
    background: -moz-linear-gradient(left, rgb(51, 136, 71) 0%, rgb(0, 169, 2) 100%);
    background: -webkit-linear-gradient(left, rgb(51, 136, 71) 0%, rgb(0, 169, 2) 100%);
    background: linear-gradient(to right, rgb(51, 136, 71) 0%, rgb(0, 169, 2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#338847', endColorstr='#00a902', GradientType=1);
}

.of-info-cntr {
    padding: 15px 20px;
    position: relative;
}

.of-title {
    font-size: 2rem;
    font-weight: 700;
    color: #000000;
    padding-bottom: 10px;
    border-bottom: 1px solid #000000;
    padding-right: 30px;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
}

.of-add-ref {
    margin-top: 10px;
    font-size: 16px;
}

.of-type {
    width: 85px;
    text-align: center;
    font-weight: bold;
    margin-top: 10px;
    padding: 3px 5px;
    color: #ffffff;
    font-size: 16px;
    background: rgb(51, 136, 71);
    background: -moz-linear-gradient(left, rgb(51, 136, 71) 0%, rgb(0, 169, 2) 100%);
    background: -webkit-linear-gradient(left, rgb(51, 136, 71) 0%, rgb(0, 169, 2) 100%);
    background: linear-gradient(to right, rgb(51, 136, 71) 0%, rgb(0, 169, 2) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#338847', endColorstr='#00a902', GradientType=1);
}

.hide {
    display: none !important;
    cursor: pointer;
}

.of-btn a {
    color: #000000 !important
}

#btnMore:hover {
    background-color: #F9D436 !important;
    color: #000 !important;
}

.of-btn {
    font-weight: 600;
    font-size: 12px;
    color: #000000;
    position: absolute;
    bottom: 3%;
    right: 3%;
}

.of-btn:hover {
    transition: 0.3s;
    font-size: 13px;
}

.of-elem:hover {
    background: #ece1e1 !important;
}

.of-sp-title {
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    margin: 30px 0;
    display: block;
}

.of-sp-text {
    color: #ffffff;
    font-size: 14px;
}

.of-sp-btn {
    color: #000000;
    background-color: #ffffff;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 40px;
    cursor: pointer;
}

.of-btn-more {
    padding: 5px;
    color: #ffffff;
    background-color: #252523;
    margin: 70px 10px 30px 10px;
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
}

.sot-cntr {
    line-height: 0
}

.#implantations {
    line-height: 65px
}

.menu-footer-title {
    text-transform: uppercase;
    font-size: 3rem;
    color: #ffffff;
    text-align: center;
    display: block;
    font-weight: bold;
    font-family: 'Titillium Web', sans-serif;
}

#cn-notice-text a {
    font-weight: 600
}

.page-404-text {
    text-align: center;
}

.page-404-text h2 {
    font-size: 32px;
    line-height: 1.6;
}

.error404 .Thumbnail-cntr {
    height: 50vh;
}

/*------------------------------------*\
	TYPOGRAPHY
\*------------------------------------*/

/*@font-face {
	font-family:'Font-Name';
	src:url('fonts/font-name.eot');
	src:url('fonts/font-name.eot?#iefix') format('embedded-opentype'),
		url('fonts/font-name.woff') format('woff'),
		url('fonts/font-name.ttf') format('truetype'),
		url('fonts/font-name.svg#font-name') format('svg');
    font-weight:normal;
    font-style:normal;
}*/

/*------------------------------------*\
    hack ie11
\*------------------------------------*/



/* CSS PERSO */
#rev_slider_4_2_wrapper {
    display: flex !important;
    align-items: flex-end !important;
}

.shortcode-button {
    margin-top: 25px;
}

.content-outer-cnt {
    background-color: white;
}

#firalp-actus-section {
    background-color: white !important;
}

.rev_slider_wrapper {
    /* position: fixed;
  height: 100%!important;
  width: 100vw;
  top: 0;
  left: 0;
  background-color: hsla(0, 0%, 0%, 0.90)!important;
  z-index: -10000000;
  opacity: 0; */
}

/*.skill-box {*/
/*padding: 15px;*/
/*border-radius: 5px;*/
/*}*/
/*.skill-box > .skills-circle > ul {*/
/*padding: 0;*/
/*text-align: center;*/
/*list-style-type: none;*/
/*}*/
/*.skill-box > .skills-circle > ul > li {*/
/*width: 300px;*/
/*height: 300px;*/
/*background-color: #ddd;*/
/*border-radius: 50%;*/
/*position: relative;*/
/*display: inline-block;*/
/*overflow: hidden;*/
/*margin: 10px;*/
/*}*/
/*.skill-box > .skills-circle > ul > li > span {*/
/*color: #af0050;*/
/*}*/
/*.skill-box > .skills-circle > ul > li > span.text, .skill-box > .skills-circle > ul > li > span ~ b {*/
/*top: 50%;*/
/*left: 50%;*/
/*position: absolute;*/
/*-webkit-transform: translate(-50%, -50%);*/
/*-ms-transform: translate(-50%, -50%);*/
/*transform: translate(-50%, -50%);*/
/*margin-top: -40px;*/
/*z-index: 1;*/
/*font-size: 25px;*/
/*}*/
/*.skill-box > .skills-circle > ul > li > span.text ~ b, .skill-box > .skills-circle > ul > li > span ~ b ~ b {*/
/*margin-top: 35px;*/
/*font-size: 25px;*/
/*}*/
/*.bar-circle-left-round0, .bar-circle-right-round0{*/
/*border-radius: 50%;*/
/*position: absolute;*/
/*display: block;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: #af0050;*/
/*clip: rect(0, 150px, 300px, 0);*/
/*}*/
/*.text0 {*/
/*color: #af0050;*/
/*font-weight: 600;*/
/*}*/
/*.bar-circle-left-round1, .bar-circle-right-round1{*/
/*border-radius: 50%;*/
/*position: absolute;*/
/*display: block;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: #39c057;*/
/*clip: rect(0, 150px, 300px, 0);*/
/*}*/
/*.text1 {*/
/*color: #39c057!important;*/
/*font-weight: 600;*/
/*}*/
/*.bar-circle-left-round2, .bar-circle-right-round2{*/
/*border-radius: 50%;*/
/*position: absolute;*/
/*display: block;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: #ff0000;*/
/*clip: rect(0, 150px, 300px, 0);*/
/*}*/
/*.text2 {*/
/*color: #ff0000!important;*/
/*font-weight: 600;*/
/*}*/
/*.bar-circle-left-round3, .bar-circle-right-round3{*/
/*border-radius: 50%;*/
/*position: absolute;*/
/*display: block;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: #f4b73b;*/
/*clip: rect(0, 150px, 300px, 0);*/
/*}*/
/*.text3 {*/
/*color: #f4b73b!important;*/
/*font-weight: 600;*/
/*}*/
/*.bar-circle-left-round4, .bar-circle-right-round4{*/
/*border-radius: 50%;*/
/*position: absolute;*/
/*display: block;*/
/*width: 100%;*/
/*height: 100%;*/
/*background: #a800ff;*/
/*clip: rect(0, 150px, 300px, 0);*/
/*}*/
/*.text4 {*/
/*color: #a800ff!important;*/
/*font-weight: 600;*/
/*}*/
/*.skill-box > .skills-circle > ul > li > span.bar-circle-left {*/
/*background: #ddd;*/
/*}*/
/*.skill-box > .skills-circle > ul > li > span.bar-circle-left2 {*/
/*background: #ddd;*/
/*}*/
/*.skill-box > .skills-circle > ul > li > span.bar-circle-cover {*/
/*display: block;*/
/*width: 75%;*/
/*height: 75%;*/
/*border-radius: 50%;*/
/*background-color: #eee;*/
/*z-index: 0;*/
/*position: absolute;*/
/*top: 50%;*/
/*left: 50%;*/
/*-webkit-transform: translate(-50%, -50%);*/
/*-ms-transform: translate(-50%, -50%);*/
/*transform: translate(-50%, -50%);*/
/*}*/

.displayNumberCount {
    display: inline-block;
}

/*.title-skill {*/
/*color: black!important;*/
/*text-shadow: none!important;*/
/*margin-bottom: 50px;*/
/*margin-top: 20px;*/
/*}*/
.tp-thumbs {
    position: -webkit-sticky !important;
    position: sticky !important;
    -webkit-transform: initial !important;
    -ms-transform: initial !important;
    transform: initial !important;
    left: 61% !important;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    height: 85% !important;
    max-height: none !important;
    margin-left: 60% !important;
    margin-right: inherit !important;
}

@media screen and (-ms-high-contrast: active),
screen and (-ms-high-contrast: none) {
    .tp-thumbs {
        left: 93% !important;
    }
}

@media (min-width: 1281px) {

    .scrollFix p:nth-child(6),
    .scrollFix p:last-child {
        display: none;
    }
}

@media (max-width: 1280px) {
    .scrollFix p:nth-child(6) {
        display: none;
    }
}

/* .inner {
  margin-left: 60%!important;
  margin-right: inherit!important;
  width: inherit!important;
} */
/* .inner {
  margin-right: inherit!important;
} */

.tp-bullets {
    top: 99% !important;
    left: 53% !important;
}

.pad-parag,
.inner {
    line-height: 30px;
    padding-top: 30px;
}

#slider-4-layer-11,
#slider-8-layer-11,
#slider-6-layer-11,
#slider-7-layer-11 {
    margin-left: 55px !important;
    margin-top: 15px !important;
    left: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

@media (max-width: 1050px) {

    #slider-4-layer-11,
    #slider-8-layer-11,
    #slider-6-layer-11,
    #slider-7-layer-11 {
        margin-left: inherit !important;
    }
}

/* @media (max-width: 1200px) {
  .tp-thumbs {
    max-width: 400px!important;
  }
}
*/
/* @media (max-width: 800px) {
  .tp-leftarrow, .tp-rightarrow {
    top: 57%!important;
  }
}
*/
@media (max-device-width: 1024px) and (orientation: landscape) {
    .rev_slider {
        height: 580px !important;
    }

    /* .tp-static-layers .tp-parallax-wrap {
    left: 536px!important;
  } */
    .tp-mask-wrap {
        /* display: none!important; */
    }

    .tp-revslider-slidesli .tp-parallax-wrap {
        left: 166px !important;
    }

    .tp-caption img {
        width: 50vw !important;
        height: 100% !important;
    }

    .rev_slider_wrapper {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    #slider-4-layer-11,
    #slider-8-layer-11,
    #slider-6-layer-11,
    #slider-7-layer-11 {
        margin-top: 110px !important;
    }
}

@media (max-width: 800px) {

    .tp-leftarrow,
    .tp-rightarrow {
        top: 55% !important;
    }

    .tp-caption {
        line-height: 41px !important;
        min-width: 45px;
    }
}

@media (max-width: 1500px) {
    .tp-bullets {
        transform: matrix(1, 0, 0, 1, -26, -57) !important;
    }
}

@media (max-width: 1600px) {
    .tp-thumbs {
        max-width: 370px !important;
    }
}

/* @media (max-width: 1500px) {
  .tp-thumbs {
    max-width: 550px!important;
  }
} */
/* .tp-thumbs {
  left: 118%!important;
} */
/***SLIDER***/
/*
.tp-bullets {
  top: 105%!important;
}
@media (max-width: 1300px) {
  .active-revslide {
    width: 80%!important;
  }
}
@media (max-width: 2100px) {
  .defaultimg {
    width: 80%!important;
  }
  .tp-parallax-wrap {
    left: 83%!important;
    top: 25%!important;
  }
  .tp-caption {
    min-width: 150px!important;
  }
}
@media (max-width: 900px) {
  .active-revslide {
    width: 100%!important;
  }
@media (max-width: 900px) {
  .active-revslide {
    width: 100%!important;
  }
  .tp-parallax-wrap {
    left: 20px!important;
    top: 80%!important;
  }
  .defaultimg {
    width: 100%!important;
  }
  .tp-caption {
    min-width: 260px!important;
  }
}*/
/****FIN SLIDER***/


@media all and (-ms-high-contrast:none) {

    *::-ms-backdrop,
    .slick-dots li.slick-active button:before {
        line-height: 9px
    }
}


/*------------------------------------*\
	Sections notre-identite
\*------------------------------------*/
#identite-chiffre {
    width: 70% !important;
    height: auto !important;
    ;
}

/*------------------------------------*\
    RESPONSIVE
\*------------------------------------*/

@media only screen and (max-width:1600px) {
    .logomain {
        width: 150px;
        margin-left: -70px;
    }

    .logomain .logo-img {
        width: 100%
    }

}

/* @media only screen and (max-width:1545px) {
    .nav-top ul li a{
		font-size: 1.3rem!important;
	}
	.nav-top > ul > li > a{
		padding: 24px 10px!important;
	}
	.nav-top > ul > li > a{
		padding: 23px 10px!important;
	}
	.nav-top ul li ul{
		top: 100%!important;
		margin-top: 21px!important;
	}

} */
@media only screen and (max-width:1500px) {
    .implantations-hm {
        font-size: 5rem;
    }

    .widgy h3 {
        font-size: 5rem
    }
}

@media only screen and (max-width:1400px) {
    #post-2 h2 span {
        font-size: 90px !important;
    }

    .content-cntr.page-2 p span {
        font-size: 29px !important;
    }
}

@media only screen and (max-width:1430px) {
    .logomain .logo-img {
        width: 100% !important;
    }

    .logomain {
        width: 140px;
        margin-left: -70px;
    }

    .nav-top ul li a {
        font-size: 1.3rem !important;
    }

    .nav-top>ul>li>a {
        padding: 24px 10px !important;
    }

    .nav-top>ul>li>a {
        padding: 23px 10px !important;
    }

    .nav-top ul li ul {
        top: 100% !important;
        margin-top: 21px !important;
    }

    .numkey-cnt-cntr>div h2 {
        padding-bottom: 20px
    }

    .numkey-cnt-cntr>div h2 span {
        font-size: 45px !important;
    }

    .numkey-cnt-cntr>div p span {
        font-size: 20px !important;
    }

    .mega-menu-firalp {
        padding: 80px 0 50px 0
    }

}

@media only screen and (max-width:1375px) {
    #section-valeur .enga-elem-cntr .sub-bloc-cntr h2 {
        font-size: 2rem;
        height: 48px;
    }

    #section-valeur .enga-elem-cntr img {
        width: 40%
    }

    .offre-infos-cntr .ofr-title {
        font-size: 30px;
    }
}

/* @media only screen and (max-width:1330px) {
    .nav-top {
        display: none;
    }
} */
@media only screen and (max-width:1280px) {
    .mega-menu-firalp #nav_menu-4.widget_nav_menu {
        padding-left: 0
    }

    #actus-bloc-title h4 {
        font-size: 4rem
    }

    #post-2 h2 span {
        font-size: 70px !important;
    }

    .content-cntr.page-2 p {
        line-height: 41px
    }

    .content-cntr.page-2 p span {
        font-size: 24px !important;
    }

    .logo.logo-scroll .logo-img {
        min-width: 80px;
    }

    #actus-bloc-content p {
        font-size: 1.5rem;
    }

    .title-slider-join {
        font-size: 2.5rem;
        padding: 8px 10px
    }

    .resp-auto-img {
        width: 100% !important;
        height: auto;
    }

    #btn-diapo {
        right: 0;
        width: 130px
    }

    #btn-diapo img {
        width: 30%;
    }

    .enga-elem-cntr .sub-bloc-cntr h2 {
        font-size: 2rem;
    }

    .of-sp-btn {
        margin-top: 5px;
    }

    .of-sp-title {
        margin: 5px 0
    }
}

@media only screen and (max-width:1145px) {
    .nav-top {
        display: none;
    }

    .elemv {
        font-size: 18px;
    }
}

@media only screen and (max-width:1140px) {
    #actus-bloc-title h4 {
        font-size: 3rem
    }

    .widgy h3 {
        font-size: 5rem
    }

    .implantations-hm {
        font-size: 5rem;
    }

    .valeurs-cntr {
        width: 100%
    }

    #tableSocial {
        top: 100%;
        left: 50%;
        margin-left: -65px !important;
    }
}

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

    #social-media {
        position: absolute;
        top: 0;
        right: 15px;
    }

    .nav-top {
        display: none;
    }

    #mega-menu-top {
        overflow: scroll;
        height: 100vh;
    }

    .title-slider-join {
        font-size: 2rem;
        padding: 12px 10px
    }

    #footer-nav-cntr {
        width: 93%
    }

    #section-valeur .enga-elem-cntr .sub-bloc-cntr h2 {
        font-size: 1.5rem;
    }

    .cntr-img-slider-activ {
        width: 95%;
    }

    #btn-diapo {
        right: -20px;
    }

    #actus-bloc-content h2 {
        font-size: 2rem;
        margin-bottom: 10px;
        line-height: 2rem;
    }

    .cnt-no-text img {
        width: 90%;
    }

    .footer .mega-menu-firalp {
        height: auto;
    }

    .list-cntr-offres-inner>li {
        width: 50%
    }

    .ofr-btn-cntr a {
        width: 250px;
        font-size: 16px;
        margin: 10px 3px;
    }

    .content-ofr p {
        font-size: 16px !important;
        /*line-height: 32px!important*/
        line-height: 20px !important;
    }

    .content-ofr span {
        font-size: 16px !important;
        /*line-height: 32px!important*/
        line-height: 20px !important;
    }

    .plusInformations-hm {
        font-size: 2rem;
    }

}

@media only screen and (max-width:880px) {
    .ofr-btn-cntr a {
        width: auto;
        display: inline;
        margin: 10px 5px;
    }

    .ofr-detail-cntr td {
        padding-left: 8px
    }

    .cntr-img-slider-activ h3 {
        margin-bottom: 40px;
    }

    #btn-diapo img {
        width: 50%
    }

    #btn-diapo {
        right: 50%;
        width: 100px;
        top: 110px;
        margin-right: -50px;
    }

    .list-cntr-offres-inner>li {
        width: 100%;
    }

    .ofr-detail-cntr td {
        font-size: 16px
    }

    .forms-cntr-ofr label {
        font-size: 16px !important;
        width: 100% !important;
        display: block;
    }

    .eolia_form .select2-container,
    .eolia_form .eolia_search .select2-container {
        width: 100%: !important;
    }

    .select2-results__option,
    #saisie1,
    .select2-selection__rendered,
    #cv,
    #motivation,
    .eolia_field_label {
        font-size: 16px !important;
    }

    .select2-results__option,
    #saisie1,
    .select2-selection__rendered,
    #cv,
    #motivation,
    .eolia_field_label {
        font-size: 16px !important;
    }

    .select2-results__option,
    #saisielib,
    .select2-selection__rendered,
    #cv,
    #motivation,
    .eolia_field_label {
        font-size: 16px !important;
    }

    .eolia_form .eolia_input,
    .eolia_search .eolia_input {
        width: 100% !important;
        display: block;
    }

    #ofr-mpl-cntr .ofr-thumbnail {
        height: 30vh;
    }

    .eolia_field_inner_content,
    .eolia_field_inner_content--title {
        font-size: 20px !important;
    }

    #btnPostuler {
        width: 220px !important
    }

    #ofr-mpl-cntr .Thumbnail-cntr.ofr-thumbnail {
        height: 300px
    }

    #ofr-mpl-cntr.semheight {
        height: 300px !important;
    }

    .eolia_field_inner_content,
    .eolia_field_inner_content--title {
        font-size: 21px !important
    }

    .select2-selection,
    .select2-selection--single,
    .eolia_input,
    .eolia_input--select {
        margin-bottom: 0 !important
    }

    .select2-container {
        margin-bottom: 50px !important;
    }

    #implantations {
        font-size: 3rem !important;
    }

    #plusInformations {
        font-size: 2rem !important
    }

    #implantations {
        line-height: 20px
    }

}

@media only screen and (max-width:768px) {
    .mfp-image-holder .mfp-content {
        max-width: 100%;
    }

    .cntr-img-slider-activ h3 {
        margin-bottom: 20px !important;
    }

    .rightv {
        height: 300px;
        position: relative;
    }

    .content-cntr-slim p span,
    .content-cntr-slim span {
        font-size: 16px !important;
        line-height: 11px
    }

    .content-cntr-slim .rightv .imgbgright {
        width: 100%;
        top: none;
        bottom: 0;
    }

    #file-upd {
        font-size: 16px;
        margin: 10px 0 25px 0;
    }

    #btn-blanc {
        padding: 30px 0;
    }

    .title-slider-join {
        padding: 3px 10px
    }

    .cntr-slider-join-inner {
        overflow: visible;
    }

    #actu-rejoindre .slick-dotted.slick-slider {
        width: 97%
    }

    .left-numkey {
        border-right: none !important;
        border-bottom: 0.5pt solid #888888
    }

    .title-abs {
        font-size: 40px
    }

    .Thumbnail-cntr.temg {
        height: 200px;
        background-size: 100% 100%;
    }

    .slick-dots li.slick-active button:before {
        font-size: 10px;
        line-height: 9px;
    }

    [class*="col-l"] {
        width: 100%;
    }

    .logo {
        width: 100px;
        margin-left: -50px;
    }

    .logo-img {
        width: 100%;
    }

    #post-2 h2 span {
        font-size: 50px !important;
    }

    #post-2 p {
        line-height: 26px !important;
        font-size: 19px;
    }

    #post-2 p span {
        font-size: inherit !important;
    }

    .Thumbnail-cntr {
        height: 12vh !important;
        position: relative;
        /* background-size: contain !important; */
    }

    .page-id-2 .content-cntr {
        height: 100%;
    }

    #post-2.section-first {
        height: unset !important;
    }

    .Thumbnail-cntr img {
        width: auto;
        height: 100%;
        margin: auto;
        position: absolute;
        top: 0;
        left: -62%;
    }

    .content-cntr {
        margin: 0 auto;
        width: 100%;
        padding: 10px 20px;
    }

    .actu-slide-cntr {
        max-height: inherit;
        padding: 0;
    }

    #actus-bloc-content p {
        font-size: 1.7rem;
    }

    #actus-bloc-title h4 {
        font-size: 3.3rem;
        padding-bottom: 9px;
        text-align: center;
        display: block;
    }

    .actu-slide-text-cntr {
        padding: 30px 0
    }

    .slider-actus .slick-dots {
        top: 90px;
        right: 0;
        text-align: center;
        width: 100%;
        z-index: 0;
        padding: 0;
        height: 20px;
        margin-top: 3%;
    }

    #actus-bloc-content {
        margin: 5%;
        margin-top: 35px;
    }

    #btn-noir a {
        font-size: 1.5rem
    }

    .actu-slide-img-cntr {
        padding: 0;
        height: 279px;
        width: 90%;
        margin: auto;
        display: block;
        clear: both;
        float: none !important;
        margin-bottom: 20px;
    }

    .widgy h3 {
        font-size: 4rem;
    }

    .implantations-hm {
        font-size: 4rem;
    }

    .list-enga-cntr {
        padding: 20px 0 40px 0;
    }

    .content-cntr-row-large {
        width: 90%
    }

    .join-cntr span {
        font-size: 2.8rem;
        line-height: 1
    }

    .video-iframe iframe {
        height: 162px
    }

    .activites-cntr {
        padding: 20px 0 40px 0;
    }

    .content-cntr-row {
        width: 90% !important;
        min-width: 300px;
        padding: 40px 15px;
    }

    .activites-cntr .bloc-image {
        height: auto;
    }

    .enga-elem-cntr .sub-bloc-cntr h2 {
        font-size: 2rem;
        padding: 10px 30px;
    }

    .widgy h3 {
        padding-bottom: 0
    }

    #section-valeur .enga-elem-cntr .sub-bloc-cntr h2 {
        font-size: 2rem;
        line-height: 1;
        padding: 0 3px 10px 3px;
        height: auto;
    }

    .widget_nav_menu {
        width: 100% !important
    }

    .mega-menu-firalp #nav_menu-4.widget_nav_menu {
        padding-left: 0;
        width: 100%
    }

    .widget_nav_menu ul li ul li a {
        font-size: 2rem
    }

    .widget_nav_menu ul li ul li {
        text-align: center;
    }

    .widget_nav_menu ul li a {
        font-size: 2.5rem
    }

    #footer-nav-cntr .widget_nav_menu>ul>li {
        text-align: center;
    }

    .mega-menu-firalp {
        padding: 20px 0 0 0;
    }

    .widget_nav_menu ul li ul li {
        margin-left: 0
    }

    .copyright {
        padding: 5px
    }

    .widget_nav_menu ul li ul li {
        list-style-type: none;
    }

    .join-cntr {
        padding: 0
    }

    .sup-circle-front br {
        display: none;
    }

    #mega-menu-top .mega-menu-firalp {
        padding-top: 80px;
    }

    .title-slider-join {
        font-size: 1.8rem;
    }

    #actu-rejoindre .slick-dots {
        width: 90px;
        top: -22px;
        right: -5px;
        text-align: right;
    }

    .slick-slider-join .actu-join-cntr p {
        padding: 15px 10px;
        font-size: 1.5rem;
    }

    .slick-slider-join .actu-join-cntr {
        padding-right: 0;
        height: auto;
        line-height: 17px
    }

    .slick-slider-join .actu-join-cntr a {
        position: absolute;
        top: 0;
        right: 1rem;
        padding: 0 5px 0 70px;
        background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
        background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
        background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 40%, rgba(255, 255, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=1);
    }

    #actu-rejoindre .slick-dots li.slick-active button:before {
        color: #ffffff
    }

    #actu-rejoindre .slick-dots li button:before {
        color: #ffffff
    }

    .content-cntr h2,
    .content-cntr h1 {
        font-size: 50px;
        padding-top: 20px;
    }

    .content-cntr h2 span,
    .content-cntr h1 span {
        font-size: 50px !important;
    }

    .content-cntr p {
        line-height: 2
    }

    .content-cntr-slim {
        width: 100%;
        padding: 0;
        margin: auto;
    }

    .elemv {
        font-size: 16px;
        margin: 60px 0;
    }

    .elemv .leftv {
        padding: 2rem 0;
        height: auto;
        display: block;
    }

    .leftv .outer {
        display: block;
        position: relative;
    }

    .content-cntr-slim.twocol {
        padding-left: 0 !important;
        padding: 0
    }

    .content-cntr-slim.twocol .type_de_contenu_2 {
        padding: 2rem
    }

    .content-cntr-slim.twocol span {
        font-size: 16px !important
    }

    .content-cntr-slim.twocol h3,
    .content-cntr-slim.twocol span,
    .content-cntr-slim.twocol p {
        padding-left: 0 !important
    }

    .content-cntr-slim.twocol h3 span {
        font-size: 24px !important;
    }

    .Thumbnail-cntr {
        margin-top: 60px
    }

    .job-template-default .Thumbnail-cntr {
        margin-top: 0
    }

    .rightv img {
        width: 100% !important;
        height: auto !important;
    }

    .nav-left {
        width: 100%
    }

    .actu-slide-img-cntr img {
        width: 100%;
    }

    .post-title {
        font-size: 30px;
        color: #37854C;
        margin: 40px 0 0;

    }

    #actus-bloc-title {
        padding-bottom: 0;
    }

    .numkey-cnt-cntr>div {
        /*height: 350px*/
    }

    .footer .mega-menu-firalp {
        height: auto;
    }

    .copyright {
        height: auto;
    }

    .ofr-btn-cntr a {
        display: block;
        width: 100%;
        max-width: 100%;
    }

    .content-ofr ul {
        margin-left: 20px !important
    }

    #keywords,
    #direction,
    #region,
    #listemultigen6,
    .button-search {
        display: block;
    }

    .ph-intro p {
        font-size: 25px;
    }

    .search-cntr {
        padding-right: 0
    }

    .yellow-bloc-inner {
        padding: 20px 20px 30px;
    }

    .yellow-bloc-inner img {
        display: block;
        float: left;
        max-width: 80px;
    }

    .yellow-bloc-inner p {
        display: block;
    }

    .numkey-cnt-cntr .blocheight {
        height: auto;
        padding: 0 0 40px;
        margin: 0;
    }

    .numkey-cnt-cntr .outer {
        display: block;
        position: relative;
    }

    .numkey-cnt-cntr .middle {
        display: block;
    }

    .numkey-cnt-cntr>div h2 span {
        font-size: 30px !important
    }

    .elemv {
        margin: 20px 0
    }

    .numkey-cnt-cntr>div p span {
        font-size: 16px;
    }

    .form-search-cntr input {
        margin-bottom: 0
    }

    .lmm-listmarkers-popuptext-only p {
        height: auto;
    }

    .ofr-btn-cntr a {
        margin: 10px 0;
    }

    #custom_html-2 {
        line-height: 0
    }

    .diapo-slider-cntr {
        padding: 60px 0 60px;
    }

    .chf-fil-cntr {
        border-right: none;
    }
}

@media only screen and (max-width:600px) {
    .implantations-hm {
        font-size: 2rem;
    }

    .Thumbnail-cntr {
        background-size: cover;
    }

    .content-cntr h2 span span,
    .content-cntr h1 span span {
        /*display: block;*/
    }

    .sh-col-s-4.col2s {
        width: 50% !important
    }

    .video-text {
        font-size: 18px !important;
        padding: 5px 0 25px 0;
    }

    .content-cntr p {
        line-height: 1.5;
    }

    .widgy h3 {
        font-size: 2rem
    }

    .implantations-hm {
        font-size: 2rem;
    }
}

@media only screen and (max-width:480px) {
    [class*="col-m"] {
        width: 100%;
    }

    .logo {
        width: 110px;
        margin-left: -55px;
    }

    #post-2 h2 span {
        font-size: 30px !important;
    }

    #post-2 p span {
        font-size: 16px !important;
        line-height: 0
    }

    #post-2 p {
        line-height: 21px !important;
    }

    #actus-bloc-content p {
        font-size: 1.5rem
    }

    .cntr-img-slider-activ .widgy h3 {
        font-size: 2rem;
        padding-bottom: 15px;
    }

    .implantations-hm {
        font-size: 2rem;
    }

    .join-cntr span {
        font-size: 2.2rem;
    }

    .content-cntr h2,
    .content-cntr h1 {
        font-size: 3rem !important;
        line-height: 34px !important;
        padding-top: 0px;
    }

    .content-cntr h2 span,
    .content-cntr h1 span {
        font-size: 3rem !important;
    }

    .content-cntr p {
        font-size: 16px
    }

    .content-cntr p span {
        font-size: inherit !important;
    }

    .content-cntr ul li span {
        font-family: 'open sans' !important;
        font-size: 16px !important;
    }

    #social-media .social-elem {
        padding: 0 4px
    }

    #social-media {
        right: 6px
    }

    .yellow-bloc-cntr {
        margin: 20px 0;
    }

    .list-cntr-offres-inner li {
        padding: 10px 0;
    }

}

@media only screen and (max-width:320px) {
    [class*="col-s"] {
        width: 100%;
    }

    html {
        font-size: 50%
    }

}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:144dpi) {}

/*------------------------------------*\
    MISC
\*------------------------------------*/

::selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-webkit-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

::-moz-selection {
    background: #04A4CC;
    color: #FFF;
    text-shadow: none;
}

/*------------------------------------*\
    PRINT
\*------------------------------------*/

@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

@media screen and (min-width: 860px) {
    #i112 {
        margin-top: -190px !important;
    }

    #g112 {
        margin-top: -200px !important;
    }
}

@-moz-document url-prefix() {
    @media screen and (min-width: 1500px) {
        #i112 {
            margin-top: 60px !important;
        }

        #g112 {
            margin-top: -78px !important;
        }
    }


    #i110 {
        margin-top: -5% !important;
    }

    #g114 h2 {
        line-height: unset !important;
    }

    #i114 h2 {
        line-height: unset !important;
    }

    #g114 {
        margin-top: -12px !important;
    }

    @media screen and (min-width: 1600px) {
        #i112 {
            margin-top: -83px !important;
        }

        #g112 {
            margin-top: -78px !important;
        }
    }


    @media screen and (max-width: 388px) {
        #i1 strong {
            margin-top: -83px !important;
        }
    }
}

@media screen and (min-width: 1600px) {
    #i112 {
        margin-top: -35px !important;
    }

    #g112 {
        margin-top: -78px !important;
    }
}

@media screen and (min-width: 770px) and (max-width: 860px) {
    #i112 {
        margin-top: -334px !important;
    }

    #g112 {
        margin-top: -350px !important;
    }
}

@media screen and (min-width: 770px) {
    #g114 {
        margin-top: -125px;
    }
}

.wp-image-2261 {
    margin-bottom: 20px;
}

#i114 h2 span strong {
    line-height: 0 !important;
}

.wp-image-1530 {
    margin-bottom: 4%;
}

#i110 {
    margin-top: -8%;
}

.wp-image-1006 {
    margin-bottom: -2%;
}


/*Page voeux 2020*/
.content-voeux h1 {
    font-family: 'Titillium Web', sans-serif;
    font-size: 40px;
    text-align: center;
    margin-top: 80px;
    margin-bottom: 20px;
}

.video-responsive {
    position: relative;
    padding-bottom: 56.25%;
    /* ratio 16/9 */
    height: 0;
    overflow: hidden;
    clear: both;
}

.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
    position: absolute;
    top: 0;
    left: 9.5%;
    width: 80%;
    height: 80%;
}

/*Fin Page Voeux 2020*/

/*Bouton du bandeau du cookie */
.cn-button.bootstrap {
    background: #000 !important;
    box-shadow: none !important;
}

/*WP Google Maps*/
/*#content #bodyContent{*/
/*display: none;*/
/*}*/

.dataTables_wrapper {
    max-width: 1080px;
    margin: auto;
    font-size: 13px;
    margin-bottom: 10px;
}

.wpgmza_sl_main_div {
    position: relative;
    display: flex;
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    padding-top: 20px;
    font-size: 13px;
}

.wpgmza_sl_query_div {
    margin-right: 20px;
}

.wpgmza_sl_query_innerdiv1 {
    margin-top: 1px;
}

.wpgmza_sl_radius_div {
    margin-top: 0px !important;
}

.wpgmza_sl_radius_innerdiv1 {
    width: 45px !important;
}

.wpgmza_sl_search_button_div {
    position: absolute;
    right: 100px;
}

.wpgmza_sl_reset_button_div {
    position: absolute;
    right: 0;
}

#locationSelect {
    display: none;
}

.dataTables_filter {
    display: none;
}

.dataTables_length {
    margin-top: 10px;
    margin-bottom: 10px;
}

table.dataTable.no-footer {
    border-bottom: 1px solid #DDD !important;
}

.wpgmza_table thead tr {
    display: none;
}

.wpgmza_table tbody tr {
    border-top: 1px solid #DDD !important;
}

.wpgmaps_mlist_row {
    display: grid;
    padding-bottom: 10px;
    line-height: 22px;
}

.listSeparator {
    width: 100%;
    border-top: 0.2px solid #DDD;
    grid-row: 1;
    margin: 0 !important;
}

.wpgmza_table_marker {
    display: none;
}

table.dataTable tbody td {
    padding: 4px 40px !important;
}

.wpgmza_table_title {
    font-size: 13px !important;
    color: #000;
    font-weight: bold;
    margin-top: 5px;
}

.wpgmza_table_description {
    padding-top: 0 !important;
}

.wpgmza_table_description p:nth-child(4) {
    display: none;
}

#iconMapFiralp {
    width: 30px;
    height: 35px;
    grid-row: 2;
    position: absolute;
    margin-top: 8px;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    border: 1px solid transparent !important;
    background: transparent !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: linear-gradient(to bottom, white 0%, gainsboro 100%) !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: linear-gradient(to bottom, rgb(0, 166, 0) 0%, rgb(56, 133, 77) 100%) !important;
    border: 1px solid #cacaca !important;
}

.scrollFix p:first-child {
    font-weight: bold;
    color: rgb(0, 166, 0) !important;
}

.wpgmza_infowindow_title {
    font-weight: bold;
    color: rgb(0, 166, 0) !important;
}

.scrollFix p a {
    color: rgb(0, 166, 0) !important;
}

.wp-block-group .wp-block-group__inner-container p {
    margin-top: 20px;
}


/*RESPONSIVE WP GOOGLE MAPS*/
/*SMARTPHONE*/
@media (min-width: 320px) and (max-width: 480px) {
    .wpgmza_sl_main_div {
        display: grid;
    }

    .wpgmza_sl_search_button_div,
    .wpgmza_sl_reset_button_div {
        position: initial;
        margin-bottom: 8px;
    }
}

/*Fin WP Google Maps*/
/* Page La Formation Chez Firalp */
.buttonToNosOffres {
    text-align: center;
    background-color: #008749;
    padding: 15px 50px 15px 50px;
    box-shadow: 10px 5px 5px #F9D436;
    color: white;
    border: none;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 18px;
}

.buttonPostuler {
    text-align: center;
    background-color: #F9D436;
    padding: 15px 50px 15px 50px;
    box-shadow: 10px 5px 5px #008749;
    color: white;
    border: none;
    font-weight: bold;
    margin-bottom: 30px;
    font-size: 18px;
}

.buttonToNosOffresCenter {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Oblique titre */
.parallelogrammeGrand {
    margin-left: 15px;
    width: 4px;
    height: 25px;
    background: #000;
    -webkit-transform: skew(328deg);
    float: left;
}

.parallelogrammePetit {
    display: inline-block;
    width: 3px;
    height: 20px;
    background: #000;
    -webkit-transform: skew(328deg);
    margin-left: 2px;
    margin-top: 3.5px;
}

.titleWithSkew {
    margin-left: 10px;
    display: inline-flex;
    font-size: 20px;
}

@media (max-width: 480px) {
    .titleWithSkew {
        font-size: 10px;
    }

    .buttonToNosOffres {
        padding: 10px 20px 10px 20px;
        font-size: 12px;
    }
}

/*Page Alternant/Stagiaire */

.marginColVideoAltStag {
    margin: 3%;
}

.padTextColAltStag {
    padding: 3%
}

.gridAlternantStagiaireButtons {
    display: grid;
    margin-top: 20px;
}

.SkewedImage {
    position: relative;
}

.SkewedImage:before,
.SkewedImage:after {
    content: "";
    background: #fed201;
    position: absolute;
    z-index: 1;
    height: 105%;
}

.SkewedImage:before {
    top: -8px;
    left: -10%;
    width: 18%;
    -webkit-transform: rotate(9deg);
}

.SkewedImage:after {
    top: -8px;
    left: 77%;
    width: 18%;
    -webkit-transform: rotate(9deg);
}

@media (min-width: 480.5px) {

    .gridAlternantStagiaireButtons {
        grid-template-columns: 1fr, 1fr;
        grid-gap: 60px;
    }

    .firstButtonAlternantStagiaire {
        grid-column: 1;
    }

    .SecondButtonAlternantStagiaire {
        grid-column: 2;
    }
}

@media (max-width: 480px) {
    .gridAlternantStagiaireButtons {
        grid-template-rows: 1fr, 1fr;
        grid-gap: 30px;
    }

    .firstButtonAlternantStagiaire {
        grid-row: 1;
    }

    .SecondButtonAlternantStagiaire {
        grid-row: 2;
    }

}

/* Page Pourquoi nous rejoindre */
.imgPicto {
    height: 6vw;
    width: auto;
    margin: 20% 0% 14% 11%;
}

.gridPicto {
    display: grid;
    width: 80%;
    grid-gap: 20px;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

@media(min-width:768.5px) {
    .gridPicto {
        grid-template-columns: repeat(5, 18%);
    }

    .pictoOne {
        grid-column: 1;
    }

    .pictoTwo {
        grid-column: 2;

    }

    .pictoThree {
        grid-column: 3;

    }

    .pictoFour {
        grid-column: 4;

    }

    .pictoFive {
        grid-column: 5;

    }

    .picto {
        font-size: 1.2vw;
    }
}

@media(max-width:768px) {
    .gridPicto {
        grid-template-columns: repeat(3, 30%);
        grid-template-rows: repeat(2, 50%);
    }

    .pictoOne {
        grid-column: 1;
        grid-row: 1;
    }

    .pictoTwo {
        grid-column: 2;
        grid-row: 1;

    }

    .pictoThree {
        grid-column: 3;
        grid-row: 1;

    }

    .pictoFour {
        grid-column: 1;
        grid-row: 2;

    }

    .pictoFive {
        grid-column: 2;
        grid-row: 2;
    }

    .picto {
        font-size: 2vw;
    }
}

.btnPicto:nth-child(2n) {
    background-color: #fed201 !important;
}

.btnPicto {
    --scale: 1.0;
    /* set value: "--name: value"; get value: "var(--name)"  */
    --skew: -16;

    padding: .5rem 1rem;
    outline: none;
    opacity: 0.8;
    border: 1px solid #fed201;
    transform: skewX(calc(var(--skew) * 1deg)) scale(var(--scale)) translate3d(0, 0, 0);
    font-weight: bold;
    font-size: 100%;
    font-family: open sans;

    text-align: center;
    vertical-align: middle;

    display: inline-block;

    cursor: pointer;
    user-select: none;
    background-color: rgb(255, 255, 255);
}

.btnPicto:active {
    --scale: .95;
}

.btnPicto>* {
    display: block;
    transform: skewX(calc(var(--skew) * -1deg));
}

.picto {
    padding: 12% 15% 20% 0;
}

/* Mise en forme texte */
.titleNousRejoindre {
    display: inline-block;
    margin: 3px 0px 0px -7px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 25px
}

.subtitleNousRejoindre {
    margin: 20px 2% 0px 2%;
    font-family: open sans;
    font-size: 21px;
    font-weight: bold;

}

.paragrapheNousRejoindre {
    margin: 3px 0px 4% 6%;
    font-family: open sans;
    font-size: 21px;

}

.LienNousRejoindre {
    color: #008749;
    text-decoration-color: #008749 !important;
    font-family: open sans;
    font-size: 21px;
    margin-left: 5px;
}

.highlightedLienNousRejoindre {
    color: #008749 !important;
}

.sectionNousRejoindre {
    margin-top: 40px;
}

/* Mise en forme bloc Jaune */
.blocJauneGaucheTitle {
    height: 20px;
    width: 70px;
    background-color: #fed201;
    /* display: inline-block; */
    float: left;
}

.LienNousRejoindre,
.buttonToNosOffres {
    cursor: pointer !important;
}

.sizeObliqueTitle {
    height: 30px;
    width: 30px;
    margin-right: 10px
}

.centerColJaune {
    display: table;
}

.centerTextBloc {
    padding: 5px;
    display: table-cell;
    vertical-align: middle;
}

.blocJauneNoPaddingNoMargin>img {
    display: block;
}

.blocJauneNoPaddingNoMargin {
    padding: 0 !important;
    margin: 0 !important;
}

.content-cntr .page-5814 {
    margin-bottom: -8px !important;
}

.content-cntr.page-21 {
    margin: 20px 0px 0px 60px !important;
}

@media screen and (min-width:768.5px) {
    #rev_slider_14_3_forcefullwidth {
        margin-top: -95px !important;
    }
}

#menu-item-6286>ul.sub-menu {
    left: -30px !important;
}

/* .menu-item-461 ul {
    left: -66px !important;
}

.menu-item-6736 ul {
    left: 4px !important;
    top: -27px !important;
} */

.kai-tc {
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    color: inherit;
    margin: 5px;
    font-size: 1.5rem;
    /* padding-bottom: 10px; */
    color: #ffffff;
    background-color: #F9D436;
}

/* .kai-h2-tc {
    color: #6b6b6b !important;
} */

.menu-item-441, .menu-item-6737, .menu-item-6738 {
    left: 20px;
}


.menu-item-441 a, .menu-item-6737 a, .menu-item-6738 a {
    width: 80% !important;
    font-size: 1.3rem !important;
    padding: 0px 0 5px 0px !important;
}
.menu-item-441 a:hover, .menu-item-6737 a:hover, .menu-item-6738 a:hover {
    width: 80% !important;
    font-size: 1.3rem !important;
    padding: 0px 0 5px 0px !important;
}

.kai-tc-vide {
    color: inherit;
    margin-bottom: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    font-size: 1.4rem;
    /* padding-bottom: 10px; */
    color: #ffffff;
    opacity: 0 !important;
}

.kai-h2-origine {
    padding-top: 5px !important;
    padding-bottom: 20px !important;
    padding-right: 10px !important;
    /* padding-bottom: 10px !important; */
}

/** page single actulaites *****/

 .lien-actualites  {
        text-align: center;
    margin: 100px auto !important;
}
.lien-actualites * {
    font-size: 20px !important;
    line-height: 35px !important;
}
.lien-actualites a {
    color: #fff;
    background: #03a404;
    padding: 15px 30px !important;
    font-weight: bold;
    font-size: 20px !important;
	box-shadow: 10px 10px 5px 0px rgba(255,211,0,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(255,211,0,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(255,211,0,0.75);-webkit-transition: all 1s;transition: all 1s;
}
.lien-actualites a:hover {
    background: #ffd300;
box-shadow: 10px 10px 5px 0px rgba(3,164,4,0.75);
-webkit-box-shadow: 10px 10px 5px 0px rgba(3,164,4,0.75);
-moz-box-shadow: 10px 10px 5px 0px rgba(3,164,4,0.75);
}

@media only screen and (max-width: 400px){
.lien-actualites a {
    font-size: 16px !important;
}
}
