/*
Theme Name: Symediane
Author: Symediane
Author URI: http://www.symediane.com/
Version: 1.0
*/


/*********************\
        GENERAL
\*********************/

body { font-family: 'Lato', Arial, Verdana, sans-serif; line-height: normal; color: #222222; }
/*
h1, .h1 { font-size: 3.75rem; font-weight: 700; margin-top: 0; word-break: break-word; }
h2, .h2 { font-size: 3.125rem; font-weight: 700; margin-top: 0; }
h3, .h3 { font-size: 2.375rem; font-weight: 700; margin-top: 0; word-break: break-word; }
h4, .h4 { font-size: 1.875rem; font-weight: 700; margin-top: 0; }
h5, .h5 { font-size: 1.5rem; font-weight: 700; margin-top: 0; }
h6, .h6 {  }*/

a:hover, a:focus { text-decoration: none; color: inherit; }
p { font-size: 1.0625rem; line-height: 1.8125rem; }
p.title { font-size: 1.875rem; font-weight: 700; }
p.big { font-size: 2.375rem; line-height: normal; }

b, strong {
    font-weight: 700;
}

.great-text {
    font-size: 1.1875rem;
}

li {  }

.yellow-bg { background-color: #ffb901; }
.grey-bg { background-color: #f8f8f8; }
.dark-blue-bg { background-color: #1e1e28; }
.green-bg { background-color: #00c29a; }
.red-bg { background-color: #ff3200; }
.black-bg { background-color: #222; }
.blue-bg { background-color: #003a7a; }
.orange-bg { background-color: #ff8a16; }

.green-text{ color: #00c29a; }

/** SAFARI HACK **/

    /* Safari 6.1 -> 10.0 */
    @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) 
    {
        @media {
            .mac-os .row.flex:before,
            .mac-os .row.flex:after {
                width: 100%;
            }
        }
    }

    /* Safari 10.1+ */
    @media not all and (min-resolution:.001dpcm) {
        @media {
            .mac-os .row.flex:before,
            .mac-os .row.flex:after {
                width: 100%;
            }
        }
    }

/** END SAFARI HACK **/


/*********************\
       FIN GENERAL
\*********************/


/*********************\
        HEADER
\*********************/

#masthead {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    line-height: 120px;
    background-color: #FFF;
    z-index: 50;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

body.home #masthead {
    background-color: transparent;
}

body #masthead.shrink,
body.home.-display-content #masthead {
    background-color: #FFF;
    line-height: 90px;
    border-bottom: 1px solid #ccc;
}

.header-main {
    position: relative;
    text-align: right;
}

#logo {
    display: block;
    position: absolute;
    top: 50%; left: 15px;
    width: 332px;
    height: 26px;
    background: url('images/logo-dark.svg') center no-repeat transparent;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.left-clear #logo {
    background-image: url('images/logo-clear.svg');
}

.-display-content #logo,
body #masthead.shrink #logo {
    background-image: url('images/logo-dark.svg');
}


#primary-navigation {
    display: inline-block;
    position: relative;
    line-height: normal;
}

#primary_menu {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

/*********************\
       FIN HEADER
\*********************/

/*********************\
     PRIMARY MENU
\*********************/

#primary_menu > li {
    display: inline-block;
    font-size: 0.875rem;
    font-weight: 700;
    color: #222;
    text-transform: uppercase;
    padding-left: 40px;
}

#primary_menu > li:first-child {
    padding-left: 0;
}

#primary_menu > li > a {
    display: inline-block;
    position: relative;
    padding: 7px 0;
}

#primary_menu > li > a:after {
    content: '';
    position: absolute;
    bottom: 0; left: 0;
    width: 100%;
    height: 2px;
    background-color: #222;
    opacity: 0;
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#primary_menu > li:hover > a:after,
#primary_menu > li.current-menu-item > a:after,
#primary_menu > li.current-menu-ancestor > a:after {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}

.right-clear #primary_menu > li {
    color: #FFF;
}

.right-clear #primary_menu > li > a:after {
    background-color: #FFF;
}

.right-dark #primary_menu > li,
.-display-content #primary_menu > li,
body #masthead.shrink #primary_menu > li {
    color: #222;
}

.right-dark #primary_menu > li > a:after,
body #masthead.shrink #primary_menu > li > a:after,
.-display-content #primary_menu > li > a:after {
    background-color: #222;
}

#primary_menu > li > .sub-menu {
    position: absolute;
    left: 0;
    top: 100%;
    width: 100%;
    text-align: left;
    color: #222;
    background-color: #FFF;
    border-bottom: 2px solid #d8d8d8;
    padding: 40px 40px 15px;
    pointer-events: none;
    opacity: 0;
    -webkit-transform: translateY(10%);
    -moz-transform: translateY(10%);
    -ms-transform: translateY(10%);
    -o-transform: translateY(10%);
    transform: translateY(10%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#primary_menu > li:hover > .sub-menu,
#primary_menu > li > .sub-menu:hover {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    pointer-events: fill;
}

#primary_menu > li > .sub-menu > li {
    font-size: 1.25rem;
    font-weight: 700;
    text-transform: none;
    margin-bottom: 25px;
}

#primary_menu > li > .sub-menu li.menu_column  {
    font-size: 1rem;
    font-weight: 500;
    text-transform: none;
}

#primary_menu > li > .sub-menu li.menu_column li {
    margin-bottom: 15px;
}

#primary_menu .sub-menu li > a:hover {
    color: #ff8a16;
}

/*********************\
    FIN PRIMARY MENU
\*********************/


/*********************\
      BURGER MENU
\*********************/

.toggle-menu
{
    display: inline-block;
    position: relative;
    width: 85px;
    height: 70px;
    padding-left: 40px;
    vertical-align: middle;
    z-index: 30;
}

.burger, .burger::before, .burger::after {
    position: absolute;
    background-color: #222;
    border-radius: 2px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform-origin: 50%;
}

.right-clear .burger,
.right-clear .burger::before,
.right-clear .burger::after {
    background-color: #FFF;
}

body #masthead.shrink .burger,
body #masthead.shrink .burger::before,
body #masthead.shrink .burger::after {
    background-color: #222;
}

.burger
{
    top: 50%;
    bottom: auto;
    right: 0;
    -webkit-transform: translateX(0) translateY(-50%);
    -moz-transform: translateX(0) translateY(-50%);
    -ms-transform: translateX(0) translateY(-50%);
    -o-transform: translateX(0) translateY(-50%);
    transform: translateX(0) translateY(-50%);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    width: 25px;
    height: 3px;
    border-radius: 2px;
}

.burger::before, .burger::after {
    content: '';
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
}

.burger::before {
    -webkit-transform: translateY(-8px);
    -moz-transform: translateY(-8px);
    -ms-transform: translateY(-8px);
    -o-transform: translateY(-8px);
    transform: translateY(-8px);
}

.toggle-menu:hover .burger::before {
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
}

.burger::after {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
}

.toggle-menu:hover .burger::after {
    -webkit-transform: translateY(10px);
    -moz-transform: translateY(10px);
    -ms-transform: translateY(10px);
    -o-transform: translateY(10px);
    transform: translateY(10px);
}


.header-main.open .burger
{
    -webkit-transform: translateX(100%) translateY(-50%) rotate(45deg);
    transform: translateX(100%) translateY(-50%) rotate(45deg);
    background-color: #222;
    right: 100%;
}

.header-main.open .burger::before
{
    -webkit-transform: translateY(0px) rotate(90deg);
    transform: translateY(0px) rotate(90deg);
    background-color: #222;
}

.header-main.open .burger::after
{
    -webkit-transform: translateY(0px) rotate(-90deg);
    transform: translateY(0px) rotate(-90deg);
    background-color: #222;
}

#burger_menu {
    position: fixed;
    right: -31.25rem;
    top: 0; bottom: 0;
    width: 31.25rem;
    transition: all ease-in 0.3s, all ease-out 0.3s;
    z-index: 40;
    background-color: #f8f8f8;
    margin-right: 0;
    text-align: left;
    line-height: 40px;
    padding-top: 120px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.-display-content #burger_menu {
    padding-top: 90px;
}

.-display-content #burger_menu .toggle-menu {
    top: 10px;
}

#burger_menu .nav-menu li {
    font-size: 1.125rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 40px;
}

#burger_menu .nav-menu li a:hover {
    color: #ff8a16;
}

#burger_menu .toggle-menu {
    position: absolute;
    top: 25px;
    left: 40px;
    z-index: 50;
}

.shrink #burger_menu .toggle-menu {
    top: 10px;
}

.header-main.open #burger_menu {
    right: 0;
}

.shrink #burger_menu {
    padding-top: 90px;
}

#shadow_menu {
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: #222222;
    pointer-events: none;
    opacity: 0;
    z-index: 35;
}

.header-main.open #shadow_menu {
    opacity: 0.3;
    pointer-events: fill;
    cursor: pointer;
}

#burger_menu footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
    background-color: #f8f8f8;
    z-index: 50;
}

#burger_menu footer:before {
    content: '';
    display: block;
    position: absolute;
    top: 0; left: 30px; right: 30px;
    height: 1px;
    background-color: #cdcdcd;
}

.wpml-ls-legacy-list-horizontal a {
    padding: 5px 7px;
}

#burger_menu .social-icons {
    padding: 0 30px;
}

.social-icons li {
    display: inline-block;
    font-size: 24px;
    color: #444444;
}

.social-icons li a:hover {
    color: #ff8a16;
}


/*********************\
    FIN BURGER MENU
\*********************/



/*********************\
         FOOTER
\*********************/

#colophon {
    padding: 4.375rem 0 5.625rem;
    background-color: #f8f8f8;
}

#footer_logo {
    display: inline-block;
    width: 332px;
    height: 26px;
    background: url('images/logo-dark.svg') center no-repeat transparent;
    background-size: contain;
}

.footer-menu {
    display: inline-block;
    text-align: left;
}

.footer-menu > li,
.footer-title {
    font-size: 1.25rem;
    font-weight: 700;
    color: #434343;
}

.footer-menu > li > a {
    display: inline-block;
    margin-bottom: 1.875rem;
}

.footer-menu > li > a:hover {
    color: #ff8a16;
}

.footer-menu > li > .sub-menu {
    font-size: 1.0625rem;
    font-weight: 500;
}

.footer-menu > li > .sub-menu > li {
    margin-bottom: 0.625rem;
}

.footer-menu > li > .sub-menu > li > a:hover {
    color: #ff8a16;
}

#colophon .social-icons li {
    padding: 0;
}

#footer_contact_link {
    padding: 0;
}

#footer_lang .wpml-ls-sidebars-burger-menu-footer {
    padding: 0;
}

#footer_lang .wpml-ls-sidebars-burger-menu-footer ul li:first-of-type a {
    padding-left: 0;
}

/*********************\
       FIN FOOTER
\*********************/




/*********************\
 HEADER SCROLL SYSTEM
\*********************/

@media (min-width: 1025px) {
    body.home {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        overflow: hidden;
    }
}

.-display-content #mask {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
}

.-animate {
    -webkit-transition: -webkit-transform .45s cubic-bezier(.4,0,.2,1);
    transition: -webkit-transform .45s cubic-bezier(.4,0,.2,1);
    transition: transform .45s cubic-bezier(.4,0,.2,1);
    transition: transform .45s cubic-bezier(.4,0,.2,1),-webkit-transform .45s cubic-bezier(.4,0,.2,1);
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}

.blocks-content {
    position: relative;
    height: 88vh;
    overflow: hidden;
}

.blocks-content h2 {

}

.blocks {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    font-size: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}

.block {
    position: relative;
    display: inline-block;
    padding-left: 0;
    width: 50%;
    vertical-align: top;
    font-size: 1rem;
    height: 100%;
    -webkit-transition: visibility 0s .45s,-webkit-transform .45s cubic-bezier(.4,0,.2,1);
    transition: visibility 0s .45s,-webkit-transform .45s cubic-bezier(.4,0,.2,1);
    transition: transform .45s cubic-bezier(.4,0,.2,1),visibility 0s .45s;
    transition: transform .45s cubic-bezier(.4,0,.2,1),visibility 0s .45s,-webkit-transform .45s cubic-bezier(.4,0,.2,1);
}

.blocks .block.-left,
.blocks.-is-prev .block.-right {
    transform: translateY(100%);
}

.blocks.-is-active {
    pointer-events: fill;
}

.blocks.-is-active .block.-left,
.blocks.-is-active .block.-right {
    transform: translateY(0);
}

.blocks.-is-prev .block.-left,
.blocks .block.-right {
    transform: translateY(-100%);
}


.-image, .full-bg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.-text {
    background-color: #f8f8f8;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    height: 100%;
}

#content {
    padding-top: 120px;
}

body.home #content {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: visibility 0s .45s,-webkit-transform .45s cubic-bezier(.4,0,.2,1);
    transition: visibility 0s .45s,-webkit-transform .45s cubic-bezier(.4,0,.2,1);
    transition: transform .45s cubic-bezier(.4,0,.2,1),visibility 0s .45s;
    transition: transform .45s cubic-bezier(.4,0,.2,1),visibility 0s .45s,-webkit-transform .45s cubic-bezier(.4,0,.2,1);
}

.bottom-banner {
    position: relative;
    width: 100%;
    height: 12vh;
    background-color: #FFF;
    padding: 35px 0;
    cursor: pointer;
}

.bottom-banner p {
    font-size: 1.25rem;
    font-weight: 700;
}
.bottom-banner p i {
    font-size: 1.8125rem;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.bottom-banner:hover p i {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
}


.text-content {
    padding: 0 12rem;
}

.text-content h2 {
    font-size: 4.5rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.text-content p {
    font-size: 1.0625rem;
}

.text-content a {
    display: inline-block;
    padding: 0.625rem 3.125rem;
    color: #222;
    border: 2px solid #222;
}

.text-content a:hover {
    background-color: #222;
    color: #FFF;
}




/*********************\
 FIN HEADER SCROLL SYS
\*********************/

/*********************\
        HOME
\*********************/

#four_pads h2 {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 2.8125rem;
}

.text-pad {
    padding: 30px 15px;
}

#offre_emploi {
    min-height: 400px;
    background: url('images/baby-foot.jpg') no-repeat right bottom #f5f5f5 content-box;
}

#offre_emploi > div {
    width: 100%;
}

#search_button {
    position: relative;
    height: 48px;
    width: 48px;
    font-size: 0;
    color: #FFF;
    border: none;
    background-color: #ff8a15;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#search_button:hover,
#search_button:focus {
    background-color: #ffb901;
}

#search_button > i {
    font-size: 1.8125rem;
    vertical-align: middle;
}
.insta-flux a.insta-text:hover { background-color: #ffb901; color: #FFF; }
.insta-flux:nth-child(n+1) a.insta-text:hover { background-color: #ffb901; color: #FFF; }
.insta-flux:nth-child(2n+1) a.insta-text:hover { background-color: #ff8a16; color: #FFF; }
.insta-flux:nth-child(3n+1) a.insta-text:hover { background-color: #00c29a; color: #FFF; }
/*.insta-flux:nth-child(5) .insta-text:hover { background-color: #ff8a16; color: #FFF; }
.insta-flux:nth-child(6) .insta-text:hover { background-color: #ff3200; color: #FFF; }*/

.insta-flux h2 {
    font-size: 3.125rem;
    font-weight: 700;
    margin-bottom: 2.5rem;
}

.insta-flux h3 {
    font-size: 2rem;
    font-weight: 700;
}

.insta-text {
    position: relative;
    display: inline-block;
    padding: 3.125rem 2.5rem 0;
    height: 370px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.first.insta-text {
	padding: 1.875rem .9375rem;
}

.insta-text:hover:before,
.insta-text:hover:after {
    opacity: 1;
}

.insta-text:before,
.insta-text:after {
    content: '';
    position: absolute;
    top: 30px;
    right: 20px;
    width: 22px;
    height: 2px;
    background-color: #FFF;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.insta-text:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.insta-text time {
    font-size: 0.875rem;
    font-weight: 700;
}

.insta-text p {
    font-weight: 300;
}

.first.insta-text p {
    font-weight: 500;
}

.insta-img {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display:block;
    overflow: hidden;
}

.after-img {
    order: 2;
}

.insta-img .fa {
    display: block;
    font-size: 100px;
    opacity: 0;
    position: absolute;
    text-align: center;
    top: -50px;
    width: 100%;
    height: 120%;
    padding-top: 50%;
    -webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
    
    background: rgb(255, 255, 255);
    background: transparent;
    background: rgba(255, 255, 255, 0.8);/* FF3+,Saf3+,Opera 10.10+,Chrome,IE9*/
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccFFFFFF,endColorstr=#ccFFFFFF);/*IE 5.5-7*/
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ccFFFFFF,endColorstr=#ccFFFFFF)";/*IE8*/
    zoom: 1;
}

.insta-img:hover .fa{
    opacity:1;
    
}



/*********************\
       FIN HOME
\*********************/



/*********************\
     ENGINEERING
\*********************/

#header_bloc {
    min-height: 70vh;
}

#header_bloc > div {
    min-height: 100%;
}

#header_bloc h1 {
    margin-bottom: 3.125rem;
}

#header_bloc .yellow-bg,
#header_bloc .green-bg {
    color: #FFF;
}

.bottom-strip {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding: 40px;
    padding-left: 100px;
}

.patch {
    position: absolute;
    bottom: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -moz-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    height: 90%;
    min-width: 52px;
    font-size: 1.875rem;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #FFF;
    padding: 60px 5px 0;
    -webkit-transform: translateX(-120%);
    -moz-transform: translateX(-120%);
    -ms-transform: translateX(-120%);
    -o-transform: translateX(-120%);
    transform: translateX(-120%);
}

.bars-bg {
    background-image: url('images/bars.png');
    background-position: center 80%;
    background-repeat: no-repeat;
}

.bottom-strip .title {
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 10px;
}

.bottom-strip i {
    font-size: 2.25rem;
}

.scroll-to {
    font-size: 1rem;
}

@-moz-keyframes bounce {
    0% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -moz-transform: translateY(0);
        transform: translateY(0);
    }
}
@-webkit-keyframes bounce {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes bounce {
    0% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
    50% {
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px);
    }
    100% {
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.scroll-to:hover i {
    -moz-animation: bounce 0.5s infinite;
    -webkit-animation: bounce 0.5s infinite;
    animation: bounce 0.5s infinite;
}

.scroll-to i {
    font-size: 1.8125rem;
    margin-right: 0.625rem;
    vertical-align: middle;
    margin-top: -5px;
}

.bloc-bu:hover,
.bloc-bu:focus,
.bloc-dc:hover,
.bloc-dc:focus {
    background-color: #222;
    color: #FFF;
}

.grid-sizer,
.grid-item {
    width: 33.33%;
    padding-left: 15px;
    padding-right: 15px;
}

.grid-item {
    margin-bottom: 30px;
}

.grid-item.dimensions-x2 { width: 66.66%; }

/*********************\
    FIN ENGINEERING
\*********************/


/*********************\
      SINGLE BU
\*********************/

.bu-description li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0;
}

.bu-description .icone {
    width: 60px;
}

#metiers li {
    display: inline-block;
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
}

#metiers li i {
    font-size:  1.4375rem;
    color: #ff8a16;
    margin-right: 10px;
}

.underlined {
    position: relative;
    padding-bottom: 35px;
}

.underlined:after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 45px;
    height: 1px;
    background-color: #FFF;
}

.slide-arrow {
    position: absolute;
    color: #FFFFFF;
    width: 50px;
    height: 80px;
    top: 50%;
    margin-top: -40px;
}

.slide-arrow.arrow-left {
    right: 100%;
}

.slide-arrow.arrow-right {
    left: 100%;
}

.slide-arrow > i {
    position: absolute; top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.625rem;
    color: #a2acab;
}
.slide-arrow > i:before {
    vertical-align: middle;
}

.slide-arrow.arrow-left > i {
    left: 50%;
    margin-left: -10px;
}

.slide-arrow.arrow-right > i {
    right: 50%;
    margin-right: -10px;
}

.project-logo {
    width: 100%;
    border: 5px solid #f8f8f8;
}

.jobs-list li {
    position: relative;
    font-size: 1.25rem;
    margin-bottom: 0.625rem;
}

.jobs-list li:before {
    content: '\f105';
    font-family: "FontAwesome", sans-serif;
    font-size: 1.5rem;
    vertical-align: middle;
    margin-right: 15px;
}

.jobs-list li a {
    vertical-align: middle;
}


/*********************\
     FIN SINGLE BU
\*********************/

/*********************\
        DIGITAL
\*********************/

#references_slider {
    padding: 0 50px;
}

#references_slider .owl-item {
    text-align: center;
    vertical-align: middle;
    display: inline-block;
    float: none;
}

#references_slider .slide-arrow.arrow-left {
    left: 0;
    right: initial;
}

#references_slider .slide-arrow.arrow-right {
    left: initial;
    right: 0;
}

#references_slider .slide-arrow > i {
    font-size: 1.875rem;
}

/*********************\
      FIN DIGITAL
\*********************/


/*********************\
       A PROPOS
\*********************/

.play {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 20vh;
    height: 20vh;
    border-radius: 50%;
    background-color: #000;
    background-color: rgba(0, 0, 0, 0.45);
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.play:hover,
.play:focus {
    -webkit-transform: translate(-50%, -50%) scale(1.1);
    -moz-transform: translate(-50%, -50%) scale(1.1);
    -ms-transform: translate(-50%, -50%) scale(1.1);
    -o-transform: translate(-50%, -50%) scale(1.1);
    transform: translate(-50%, -50%) scale(1.1);
}

.play > i {
    position: absolute;
    top: 50%;
    left: 55%;
    color: #FFF;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 6.25rem;
    text-shadow: 1px 1px 10px #000;
}

.mfp-wrap .mfp-iframe-holder .mfp-content {
    max-width: none;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.mfp-iframe-holder .mfp-content .mfp-close {
    position: fixed;
    top: 40px;
    right: 40px;
    width: auto;
    font-size: 60px;
    opacity: 1;
}

.activity-content h2 {
    margin-bottom: 2.5rem;
}

.center-underlined {
    position: relative;
    padding-bottom: 20px;
}

.center-underlined:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    width: 10%;
    height: 1px;
    background-color: #FFF;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.square-bloc {
    position: relative;
}

.square-bloc:after {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.bloc-chiffre {
    position: absolute;
    top: 50%; left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.bloc-chiffre .big-number {
    font-size: 4.375rem;
    font-weight: 700;
    line-height: 3.5rem;
}

.bloc-chiffre .subtitle {
    font-size: 1.3125rem;
    font-weight: 700;
}

.left-line {
    font-size: 1rem;
    padding-left: 1.875rem;
    border-left: 2px solid #ff3200;
}

#map {
    position: absolute;
    left: 0; top: 0; right: 0; bottom: 0;
}

.spot-type {
    position: absolute;
    bottom: 50px;
    left: 50px;
}


#managers {
    padding-bottom:6.25rem;
}

#managers .square-bloc:nth-child(3n+2) {
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -o-transform: translateY(100px);
    transform: translateY(100px);
}

.manager-hover {
    position: absolute;
    top: 0; left: 15px; right: 15px;
    height: 100%;
    overflow: hidden;
}

.manager-hover:before {
    content: '';
    position: absolute;
    width: 100%; height: 100%;
    background-color: rgb(255, 255, 255);
    background-color: rgba(255, 255, 255, 0.7);
    opacity: 0;
    -webkit-transition: opacity 0.15s ease 0.1s;
    -moz-transition: opacity 0.15s ease 0.1s;
    -ms-transition: opacity 0.15s ease 0.1s;
    -o-transition: opacity 0.15s ease 0.1s;
    transition: opacity 0.15s ease 0.1s;
}

.manager-hover:hover:before,
.manager-hover:focus:before {
    opacity: 1;
    -webkit-transition: opacity 0.15s ease;
    -moz-transition: opacity 0.15s ease;
    -ms-transition: opacity 0.15s ease;
    -o-transition: opacity 0.15s ease;
    transition: opacity 0.15s ease;
}

.manager-infos {
    position: absolute;
    bottom: 0; left: 50%;
    width: 100%;
    padding: 1.875rem;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 15;
}

.manager-infos .manager-name,
.manager-infos .manager-fonction {
    display: block;
    opacity: 0;
    -webkit-transform: translateY(20px);
    -moz-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -o-transform: translateY(20px);
    transform: translateY(20px);
}

.manager-infos .manager-name {
    font-size: 1.5rem;
    font-weight: 700;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}

.manager-infos .manager-fonction {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.manager-hover:hover .manager-name,
.manager-hover:focus .manager-name {
    opacity: 1;
    transform: none;
    -webkit-transition: all 0.3s ease 0.1s;
    -moz-transition: all 0.3s ease 0.1s;
    -ms-transition: all 0.3s ease 0.1s;
    -o-transition: all 0.3s ease 0.1s;
    transition: all 0.3s ease 0.1s;
}

.manager-hover:hover .manager-fonction,
.manager-hover:focus .manager-fonction {
    opacity: 1;
    transform: none;
    -webkit-transition: all 0.3s ease 0.2s;
    -moz-transition: all 0.3s ease 0.2s;
    -ms-transition: all 0.3s ease 0.2s;
    -o-transition: all 0.3s ease 0.2s;
    transition: all 0.3s ease 0.2s;
}


/*********************\
      FIN A PROPOS
\*********************/


/*********************\
      SINGLE DC
\*********************/

.dc-description {
    column-count: 2;
}

.dc-description li {
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 20px;
    vertical-align: top;
}

.dc-description li:before {
    content: '\f105';
    font-family: 'FontAwesome', sans-serif;
    font-size: 1.75rem;
    color: #00c29a;
    margin-right: 10px;
    vertical-align: middle;
}

.dc-description li span {
    vertical-align: middle;
}

.techno-bloc {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    border: 5px solid #f8f8f8;
}

.techno-name {
    font-size: 1.5rem;
    font-weight: 700;
    color: #FFF;
    text-align: center;
    padding: 10px 20px;
    background-color: #25c6a1;
    z-index: 20;
}

.techno-name.long {
	width: calc(50% - 15px);
    font-size: 1.125rem;
}

@-moz-keyframes bounceX {
    0% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -moz-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -moz-transform: translateX(0);
        transform: translateX(0);
    }
}
@-webkit-keyframes bounceX {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}
@keyframes bounceX {
    0% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    50% {
        -moz-transform: translateX(-10px);
        -ms-transform: translateX(-10px);
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px);
    }
    100% {
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.back-to i {
    margin-right: 10px;
}

.back-to:hover i,
.back-to:focus i {
    -moz-animation: bounceX 0.5s infinite;
    -webkit-animation: bounceX 0.5s infinite;
    animation: bounceX 0.5s infinite;
}

/*********************\
    FIN SINGLE DC
\*********************/


/*********************\
     REJOIGNEZ-NOUS
\*********************/

.page-template-rejoignez-nous #masthead {
    background-color: transparent;
}

.page-template-rejoignez-nous #content {
    padding-top: 0;
}

#header_banner {
    padding: 9.375rem 0 2.5rem;
}

.video-bloc footer {
    position: absolute;
    bottom: 0; left: 0; right: 0;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    font-size: 0.875rem;
    font-weight: 700;
    color: #FFF;
    padding: 0.625rem 15px;
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#99000000',GradientType=0 );
}

.video-bloc:hover footer span,
.video-bloc:focus footer span {
    background-color: #ffb901;
}

.video-bloc footer span {
    display: inline-block;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 35px;
    margin-right: 10px;
    padding-left: 4px;
    background-color: #ff8a15;
    border-radius: 50%;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.chiffres-container {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: center;
    justify-content: center;
    -moz-box-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -1px;
}

.chiffres-container > .nombre-item {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 1.875rem 0.625rem;
    width: 50%;
    flex: 1 1 auto;
    text-align: center;
    line-height: 24px;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
}

.chiffres-container > .nombre-item.wide {
    width: 100%;
}

.chiffres-container > .nombre-item span.nombre-label {
    font-size: 0.75rem;
    text-transform: uppercase;
    line-height: 1.125rem;
    margin-bottom: 0.75rem;
}

.chiffres-container > .nombre-item span.nombre-value {
    font-size:  1.9375rem;
    color: #ff8a16;
    text-transform: uppercase;
}

.bloc-offres {
    padding: 2.5rem 1.875rem;
    background-color: #f8f8f8;
}

.offers-list li {
    margin-bottom: 1.875rem;
    padding-left: 0.9375rem;
    border-left: 1px solid #d4d4d4;
}

.offers-list li .offer-title {
    font-size: 1.125rem;
    line-height: 1.5rem;
    margin-bottom: 0.9375rem;
}

.offers-list li .offer-location {
    position: relative;
    font-size:  0.875rem;
    padding-left: 25px;
}

.offers-list li .offer-location:before {
    content: '';
    position: absolute;
    left: 0; top: 50%;
    width: 13px; height: 17px;
    background: url('images/map-icon-future-implantation.png') center center no-repeat transparent;
    background-size: cover;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.citation-bloc {
    color: #FFF;
    text-align: center;
    padding: 2.5rem 3.75rem 5rem;
    background-color: #ff3200;
}

.citation-bloc:before {
    content: '‘‘';
    font-family: 'PlayfairDisplay', sans-serif;
    font-size: 6.25rem;
    font-weight: 700;
    color: #ff704d;
    line-height: 5.625rem;
}

.citation-bloc .citation {
    font-size: 2rem;
    font-weight: 700;
    font-style: italic;
    line-height: normal;
    margin-bottom: 1.25rem;
}

.citation-bloc .author {
    font-size: 1.125rem;
}

aside .wysiwyg-content h2 {
    position: relative;
    font-size: 1.375rem;
    margin-bottom: 1.875rem;
    padding-bottom: 1.5rem;
}

aside .wysiwyg-content h2:after {
    content: '';
    position: absolute;
    left: 0; bottom: 0;
    width: 45px; height: 1px;
    background-color: #d4d4d4;
}

aside .wysiwyg-content p {
    font-size: 0.9375rem;
    margin-bottom: 1.875rem;
    line-height: 1.5rem;
}

aside .wysiwyg-content ul {
    margin-bottom: 1.875rem;
}

aside .wysiwyg-content li {
    position: relative;
    font-size: 0.9375rem;
    line-height: 1.5rem;
    padding-left: 30px;
}

aside .wysiwyg-content li:before {
    content: '';
    position: absolute;
    top: 50%; left: 10px;
    width: 4px; height: 4px;
    border-radius: 50%;
    background-color: #ff8a16;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*********************\
  FIN REJOIGNEZ-NOUS
\*********************/


/*********************\
      NOS OFFRES
\*********************/

#search_bar {
    padding: 16px 30px;
    background-color: #f8f8f8;
}

#search_inputs {
    width: calc(100% - 50px);
}

.jobs-lines li {
    background-color: #FFF;
    background-clip: content-box;
}

.jobs-lines li a {
    position: relative;
    display: block;
    padding: 3.125rem 70px 3.125rem 2.5rem;
}

.jobs-lines li a:before,
.jobs-lines li a:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 45px;
    width: 18px;
    height: 2px;
    background-color: #222222;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.jobs-lines li a:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

.jobs-lines .job-type {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
}

.jobs-lines .job-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.jobs-lines .job-infos {
    font-size: 12px;
    line-height: normal;
}

.border-right {
    border-right: 1px solid #cecece;
}

.bootstrap-select .heading {
    font-weight: 700;
}

@media screen and (min-width: 1025px) {

    #search_heading {
        position: fixed;
        left: 50%;
        background: #FFF;
        z-index: 30;
        margin-bottom: 0;
        padding-top: 30px;
        padding-bottom: 30px;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: padding 0.3s;
        -moz-transition: padding 0.3s;
        -ms-transition: padding 0.3s;
        -o-transition: padding 0.3s;
        transition: padding 0.3s;
    }

    .page-template-nos-offres #content {
        padding-top: 90px;
    }

    #search_results {
        padding-top: 140px;
    }

    .sticky-part {
        position: absolute;
    }

    .mac-os .sticky-part {
        position: -webkit-sticky;
        position: -moz-sticky;
        position: -o-sticky;
        position: -ms-sticky;
        position: sticky;
        top: 90px !important;
    }

    .mac-os #search_results .sticky-part {
        top: 200px !important;
    }

    body.page-template-nos-offres #masthead.shrink {
        border: none;
    }

    #masthead.shrink + main #search_heading {
        padding-top: 0;
    }

}

.sticky-wrapper {
    min-height: 50vh;
}

html:lang(pt-pt) .sticky-part,
html:lang(de-DE) .sticky-part {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
}

.gdpr-notice p {
    color: #FFF;
    font-size: 14px;
    line-height: normal;
    font-weight: 300;
}

.engineering-style .gdpr-notice strong {
    color: #ff8a16;
}

.digital-style .gdpr-notice strong {
    color: #00c29a;
}

.page-numbers {
    font-size: 1rem;
    font-weight: 300;
    padding: 0 10px;
}

.page-numbers.current {
    font-weight: 700;
}

/*********************\
    FIN NOS OFFRES
\*********************/

/*********************\
     DETAIL OFFRE
\*********************/

.engineering-style {
    border-top: 2px solid #ff8a16;
}

.digital-style {
    border-top: 3px solid #00c29a;
}

.job_description > * {
    padding-left: 2.375rem;
    padding-right: 2.375rem;
}

.job_description h3 {
    position: relative;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding-top: 110px;
    margin-bottom: 25px;
}

.engineering-style .job_description h3 {
    color: #ff8a16;
}

.digital-style .job_description h3 {
    color: #00c29a;
}

.job_description h3:first-of-type {
    padding-top: 0;
}

.job_description h3:first-of-type:before {
    content: none;
}

.job_description h3:before {
    content: '';
    position: absolute;
    top: 30px; left: 0;
    width: 100%;
    height: 30px;
    background-color: #222;
}

.job_description p {
    font-size: 15px;
    line-height: 26px;
}

.single_job_listing .meta {
    display: none;
}

.single_job_listing .job_description {
    background-color: #FFF;
    padding: 3.125rem 0;
}

.application_details,
.single_job_listing .application .application_details {
    display: none;
    border: none;
    padding: 0;
}

.single_job_listing .application .application_details:before,
.single_job_listing .application .application_details:after {
    content: none;
}

.job-manager-form fieldset {
    border: none;
}

.application_button.button,
.wp_job_manager_send_application_button {
    display: inline-block;
    font-size: 1.125rem;
    font-weight: 700;
    color: #222222;
    padding: 0.75rem 1.875rem;
    border-radius: 0;
    border: 2px solid #222222;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.application_button.button:hover,
.wp_job_manager_send_application_button:hover {
    background-color: #222;
    color: #FFF;
}

.job-manager-form {
    padding: 30px 0;
}

.job-manager-form fieldset label {
    display: none;
}

.job-manager-form fieldset div.field {
    width: 100%;
    float: none;
}

#job_description .application_button.button {
    border-color: #FFF;
    color: #FFF;
}

/*********************\
    FIN OFFRE DETAIL
\*********************/



/*********************\
 CANDIDATURE SPONTANEE
\*********************/

#spontaneous_application input[type=text],
#spontaneous_application input[type=email],
#spontaneous_application textarea,
.inputfile-label,
.application_details input,
.job-manager-form fieldset textarea {
    display: inline-block;
    width: 100%;
    font-size: 16px;
    color: #222;
    padding: 1.25rem;
    border: none;
    background-color: #FFF;
}

#spontaneous_application textarea,
.job-manager-form fieldset textarea {
    height: 220px;
    resize: vertical;
}

#spontaneous_application input[type=submit],
#spontaneous_application button {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    margin-right: 10px;
    padding: 10px 40px;
    border: 2px solid #FFF;
    background-color: transparent;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

#spontaneous_application .wpcf7-form p {
    margin-bottom: 1.5625rem;
}

#spontaneous_application .wpcf7-response-output {
    text-align: center;
    color: #FFF;
}

span.wpcf7-not-valid-tip {
    font-size: 14px;
}

#spontaneous_application input[type=submit]:hover,
#spontaneous_application button:hover {
    background-color: #FFF;
    color: #222;
}

::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #222;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #222;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #222;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:    #222;
}
::-ms-input-placeholder { /* Microsoft Edge */
    color:    #222;
}

#spontaneous_application .inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

#spontaneous_application .inputfile-label {
    position: relative;
    border: 2px solid #FFF;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.inputfile-label:hover,
.inputfile-label:focus {
    background-color: #222;
    color: #FFF;
}

#spontaneous_application label.inputfile-label.edit:after {
    content: '\f040';
    font-family: 'FontAwesome', sans-serif;
    position: absolute;
    top: 50%; right: 20px;
    font-size: 1.25rem;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

div.wpcf7-response-output {
    margin: 0;
}

#spontaneous_application div.wpcf7 .ajax-loader {
    background: none;
    height: auto;
    width: auto;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
}

#spontaneous_application div.wpcf7 .ajax-loader:before {
    content: '\f021';
    font-family: 'FontAwesome', sans-serif;
    font-size: 16px;
    color: #FFF;
}

#job_description .application_details .wp_job_manager_send_application_button{
    background:#222222;
    color: #ffffff;
    border: 2px solid #ffffff;
    font-size: 1.125rem;
}

.black-bg .button:hover,.black-bg #job_description .application_button.button:hover,#job_description .application_details .wp_job_manager_send_application_button:hover{
    background:#ffffff;
    color: #222222;
}
.job-manager-form fieldset {
    position: relative;
}
.job-manager-form fieldset small.description {
    color: #ffffff;
    font-size: 16px;
    margin-top: 0;
    opacity: 1;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    top: -10px;
    z-index: 100;
}
.job-manager-form #fichiers{
    margin-top: 20px;
}

@media (max-width: 1560px) {
    .header-main { width: 95%; }

    .insta-flux h3 {
        font-size: 1.125rem;
    }
}

@media (max-width: 1400px) {
    #primary_menu > li { padding-left: 20px; }
    #primary-navigation > .toggle-menu { width: 55px; }
}


@media (max-width: 1200px) {
    #search_button {
        font-size: 1.25rem;
        width: 100%;
    }

    #search_inputs {
        width: 100%;
    }

    .bloc-offre h5 {
        font-size: 35px;
    }

    .bloc-offre > div {
        padding: 30px 20px;
    }


}

/* IPAD PAYSAGE */
@media (max-width: 1024px), (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
    body {
        padding-top: 90px;
    }

    .disable-scroll {
        position: fixed;
        overflow: hidden;
        width: 100%;
    }

    .blocks-content {
        height: auto !important;
    }

    .blocks {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        pointer-events: fill;
    }

    .block,
    .blocks.-is-active .block.-left,
    .blocks.-is-active .block.-right,
    .blocks .block.-left,
    .blocks.-is-prev .block.-right,
    .blocks.-is-prev .block.-left,
    .blocks .block.-right {
        height: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .blocks .block.-left {
        order: 2;
    }

    #primary_menu {
        display: none;
    }

    #masthead,
    body.home #masthead {
        background-color: #FFF;
        line-height: 90px;
        border-bottom: 1px solid #ccc;
    }

    .burger,
    .burger:before,
    .burger:after,
    .right-clear .burger,
    .right-clear .burger::before,
    .right-clear .burger::after {
        background-color: #222;
    }

    #logo,
    .left-clear #logo {
        background-image: url('images/logo-dark.svg');
    }

    #burger_menu {
        padding-top: 90px;
        display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    #burger_menu .toggle-menu {
        top: 15px;
    }

    #menu_burger {
        flex: 1;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
    }

    #burger_menu footer {
        position: relative;
    }

    .-text {
        padding: 3.125rem;
        text-align: center;
        min-height: 27rem;
    }

    .text-content p {
        font-size: 0;
    }

    .text-content p a {
        font-size: 1rem;
    }

    #content,
    body.home #content {
        position: relative;
        padding-top: 0;
    }

    #mask,
    .-display-content #mask {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .bottom-banner {
        height: auto;
    }

    #search_button > i {
        margin-left: 10px;
    }

    #masthead.is-hidden, body.home #masthead.is-hidden
    {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        transform: translateY(-100%);
        box-shadow: none;
    }

    .grid-sizer,
    .grid-item {
        width: 50%;
    }

    .grid-item.dimensions-x2 {
        width: 100%;
    }

    .insta-flux:nth-child(4) .insta-text {
        order: 1;
    }

    .insta-flux h3 {
        font-size: 2rem;
    }

    .text-content {
        padding: 0;
    }

}

/* IPAD PORTRAIT */
@media (max-width: 991px), (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : portrait) {
    #colophon {
        padding: 3.125rem 0 1.875rem;
    }

    #footer_lang {
        order: 0;
        text-align: center;
    }

    #footer_copyright {
        order: 1;
    }

    #footer_menu_1 {
        order: 2;
        text-align: center;
    }

    #footer_menu_2 {
        order: 3;
        text-align: center;
    }

    .footer-title {
        display: none;
    }

    #colophon .copyright {
        text-align: center;
    }

    #header_bloc {
        height: auto;
        padding-top: 20px;
    }

    #header_bloc > .full-bg {
        background-clip: border-box;
    }

    #header_bloc > .full-bg:after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

    .lang-icons {
        text-align: center;
    }

    #managers {
        padding-bottom: 0;
    }

    #managers .square-bloc:nth-child(3n+2) {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

    #map_wrapper:after {
        content: '';
        display: block;
        padding-bottom: 100%;
    }

    p,
    .bloc-chiffre .subtitle,
    .left-line,
    aside .wysiwyg-content p {
        font-size: 16px;
        line-height: 29px;
    }

    .border-right {
        border: none;
    }

    .sm-hidden {
        display: none;
    }

    #chiffres {
        display: block;
    }

    #chiffres .square-bloc:nth-child(4),
    #chiffres .square-bloc:nth-child(6) {
        float: right;
    }
}


/* IPHONE 6/7 PLUS */
@media (max-width: 767px) {
    .xs-hidden { display: none; }

    body {
        padding-top: 70px;
    }

    #logo,
    #footer_logo {
        width: 215px;
        height: 17px;
    }

    .btn {
        font-size: 18px;
    }

    .ph-80 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .pv-80 {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }

    #masthead, body.home #masthead,
    body #masthead.shrink {
        line-height: 70px;
    }

    #burger_menu,
    .shrink #burger_menu {
        padding-top: 70px;
    }

    .entry-title {
    text-align: center;
    font-weight: bold;
    }


    #burger_menu .toggle-menu,
    .shrink #burger_menu .toggle-menu {
        top: 0;
    }

    .block,
    .blocks.-is-active .block.-left,
    .blocks.-is-active .block.-right,
    .blocks .block.-left,
    .blocks.-is-prev .block.-right,
    .blocks.-is-prev .block.-left,
    .blocks .block.-right {
        width: 100%;
        min-height: 330px;
    }

    .block.-left .-text,
    .block.-right .-text {
        position: relative;
        z-index: 10;
        background-color: transparent;
        color: #FFF;
    }

    .block.-left.-image,
    .block.-right.-image {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 5;
    }

    .block.-image:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.2);
        z-index: 1;
    }

    .text-content p {
        line-height: 0;
    }

    .text-content p a {
        font-size: 16px;
        line-height: normal;
        color: #FFF;
        border: 2px solid #FFF;
    }

    #offre_emploi {
        background-image: none;
        min-height: 0;
    }

    #offre_emploi > div {
        padding-left: 15px;
        padding-right: 15px;
    }

    #actus {
        padding-top: 0;
    }

    .insta-text.first {
        padding: 3.125rem 0;
    }

    .insta-text {
        position: relative;
        height: auto;
        padding-bottom: 3.125rem;
    }

    .insta-flux > .full-width {
        order: 2;
    }

    .insta-text time {
        font-size: 14px;
    }

    .techno-name,
    .techno-name.long {
        position: static;
        width: 100%;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
    }

    .spot-type {
        position: relative;
        background-color: #fff;
        top: 0;
        left: 0;
        padding: 10px 0;
    }

    .footer-menu {
        width: 100%;
        padding: 0 15px;
        margin-bottom: 0;
    }

    .footer-menu > li > a,
    #footer_contact_link {
        display: block;
        position: relative;
        line-height: 80px;
        font-size: 18px;
        color: #434343;
        border-bottom: 1px solid #d4d4d4;
        margin-bottom: 0;
    }

    .footer-menu > li > a:after {
        content: '\f107';
        position: absolute;
        top: 50%; right: 0;
        font-family: 'FontAwesome', sans-serif;
        font-size: 28px;
        color: #434343;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

    .footer-menu > li > .sub-menu {
        display: none;
        font-size: 14px;
        line-height: normal;
        padding: 20px 0;
    }

    #footer_menu_1, #footer_menu_2 {
        margin-bottom: 0;
    }

    #footer_contact_link {
        text-align: left;
        border-bottom: none;
    }

    #map {
        top: 100px;
    }

    #references_slider {
        padding: 0;
    }

    .grid-sizer,
    .grid-item {
        width: 100%;
    }

    .ph-xs-0 {
        padding-left: 0;
        padding-right: 0;
    }

    #footer_contact_link {
        padding: 0 15px;
    }

    .ph-50,
    .ph-60,
    .ph-70,
    .ph-80,
    .ph-90,
    .ph-100 {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .pv-50,
    .pv-60,
    .pv-70,
    .pv-80,
    .pv-90,
    .pv-100 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    #chiffres {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }

    #chiffres .square-bloc:nth-child(6) {
        order: 10;
    }

    .chiffre-column:nth-child(2n-1) .chiffre-image {
        order: 1;
    }
}

/* IPHONE 6/7 */
@media (max-width: 375px) {
    #burger_menu {
        width: 320px;
        right: -320px;
    }

    .-text {
        padding: 0;
    }

    .ph-60 {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
    }
}


/* IPHONE 4/5 */
@media (max-width: 320px) {

    .dc-description {
        column-count: 1;
    }


}


/* article details */
.content-article{border-top:2px solid #f8f8f8}
.content-article h1{margin-bottom:30px;}
.content-article .back-link{margin-top:80px;}
.force-black p, .force-black span { color: #222222 !important; }
.date-article{margin-bottom:35px;}
.content-article img{margin:0 0 60px 0;}
.footer-article{background:#f4f4f4;padding:42px 20px;margin:55px 0 80px 0;}
.content-article h3{margin-bottom:30px;}
.content-article a.insta-text:hover { background-color: #ff8a16; color: #FFF; }
.articles-connexes .insta-text h4 {font-size: 1.4rem;margin-top:30px;}
.articles-connexes .insta-text{height: 290px;}
.content-article #commentaires{margin-top:100px;}
#reply-title{text-align:center;margin-bottom:50px;}
#commentform input, #commentform select, #commentform textarea {
    width:100%;
	border:none;
	border-bottom:1px solid #cecece;
	padding:10px 0;
}
#commentform input:focus, #commentform select:focus, #commentform textarea:focus{
	border-bottom:1px solid #222222;
	outline:none !important;
}
#commentform textarea {height:90px;}
#commentform label{width:100%;margin-top:30px;margin-bottom:0;}
#commentform #submit{width:auto;display:inline-block;margin-top:40px;padding:15px 60px;background:#ffffff;border:2px solid #222222;-webkit-transition: all 0.5s ease;/* Safari 3.2+, Chrome */
	-moz-transition: all 0.5s ease;/* Firefox 4-15 */
	-o-transition: all 0.5s ease;/* Opera 10.5-12.00 */
	transition: all 0.5s ease;/* Firefox 16+, Opera 12.50+ */}
#commentform #submit:hover{background:#222222;color:#ffffff;}
#commentform .form-submit{text-align:center;}
#bt-com .fa{margin-right:10px;font-size:20px;}
#bt-com{cursor:pointer;line-height:46px;}
.rs-article{float:right;}
.rs-article .share{width:46px;height:46px;line-height:40px;display:inline-block;color:#ffffff;font-size:20px;text-align:center;margin-left:5px;border:2px solid #f4f4f4}
.rs-article .fa-facebook{background:#415b92}
.rs-article .fa-twitter{background:#1da1f2}
.rs-article .fa-google-plus{background:#dd4b39}
.rs-article .fa-pinterest{background:#c5282f}
.rs-article .fa-envelope{background:#222222}
.rs-article span{margin-right:30px;}
.rs-article .share:hover{background:#ffffff;}
.rs-article .fa-facebook:hover{color:#415b92;border:2px solid #415b92}
.rs-article .fa-twitter:hover{color:#1da1f2;border:2px solid #1da1f2}
.rs-article .fa-google-plus:hover{color:#dd4b39;border:2px solid #dd4b39}
.rs-article .fa-pinterest:hover{color:#c5282f;border:2px solid #c5282f}
.rs-article .fa-envelope:hover{color:#222222;border:2px solid #222222}

/* STYLE DU VOLET APPARAISSANT SUR LA GAUCHE POUR LE DEBUG */
#debug {
    position: fixed;
    top: 32px;
    left: 0;
    bottom: 0;
    background-color: #FFF;
    border-right: 1px solid #000;
    z-index: 3000;
    width: 300px;
    overflow: scroll;
    padding: 10px;
}

#basic-content .container{width:100%}
#basic-content .spb_content_element{padding:0;}
#basic-content h3{margin-top:50px;}

/* Styles sur la vidéo Business Lines 

.video-4-area { 
    background: url(http://demo.wpshopmart.com/construction-zone-pro/wp-content/uploads/sites/50/2018/06/post-2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    background-attachment:fixed;
    position:relative;
    text-align:center!important;}
.overlay { 
    z-index: 1;
    }
.section-space-88-100 { 
    padding: 88px 0 100px;
    }*/
