/*
Theme Name: Global Drones
Theme URI: http://underscores.me/
Author: l'Agence secrète - communication d'influence
Author URI: https://agencesecrete.com/
Description: Global Drones est une entreprise, située à Val-d'Or, qui a développée une expertise dans l'opération d'une flotte de drones de haute technologie permettant de capter des données géographiques par voie aérienne.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: global-drones
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

global-drones is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Header
# Accessibility
# Alignments
# Clearings
# Plugin
    #Slick
# Widgets
    # Bloc services
    # Bloc partenaire
# Content
	## Posts and pages
    ## Secteurs
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Temporaire
--------------------------------------------------------------*/
#pg-6-2 {
    margin-bottom: 0!important;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
::-moz-selection { 
    background: #024b74;
    color: #fff; 
}
::selection { 
    background: #024b74;
    color: #fff; 
}
a {
    text-decoration: none!important;
}
body {
    font-family: 'Rubik', sans-serif;
    background-repeat: no-repeat!important;
    background-position: center top;
}
h1 {
    font-family: 'Raleway', sans-serif;
    font-weight: 900;
    font-size: 44px;
    color: #004a79;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;

}
h2  {
    font-size: 5em;
    font-weight: 700;
    line-height: 1.2em;
    font-family: 'Poppins', sans-serif;
    color: #fff;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
h3 {
    font-family: 'Raleway', sans-serif;
    border-bottom: 0!important;
    font-weight: 900;
    font-size: 48px!important;
    margin-bottom: 30px!important;
    color: #004a79;
    line-height: 1em!important;
    text-transform: uppercase;
    margin-top: 0;
}
h4 {
    font-family: 'Raleway', sans-serif;
    color: #ccc;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 1.1em;
    padding: 5px 0 0 0;
    margin: 10px 0 0 0;
}
h5 {
    font-family: 'Raleway', sans-serif;
    font-weight: 800;
    font-size: 28px;
    color: #fff;
    line-height: 1.2em;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
}
h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: normal;
    line-height: 1em;
    font-size: 24px;
    letter-spacing: 0px;
    padding-bottom: 5px;
    margin: 0;
}
blockquote {
    font-style: italic;
    color: #363b41;
    max-width: 700px;
    border-left: solid 0px #cda96a;
    padding-left: auto;
    padding: 30px;
    font-family: 'Rubik', sans-serif;
    font-weight: 500;
    font-size: 1.8em;
}
.fa {
    color: #000;
    font-size: 1.8em!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.fa:hover {
    color: #666666!important;
    -webkit-transform: scale(1.5);  /*Chrome, Opera 15+, Safari 3.1+ */
    -ms-transform: scale(1.5);   /* IE 9 */
    transform: scale(1.4);  /* Firefox 16+, IE 10+, Opera */
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.os_single {
	float: left;
	max-width: 100px;
	padding: 15px 10px;
}
.textwidget {
    padding: 0px 20px;
}
.btn_02 {
    width: 180px;
    height: 40px;
    text-align: center;
    border-radius: 3px;
    overflow: hidden;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 2px;
    background-color:#8c7458;
}
.btn_02 div {
    color:#fff!important;
    width: 100%;
    line-height: 2.5em;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.btn_02:hover {
    background-color: #000;
    color: #fff!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn_02:hover div {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px);
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}
.btn {
    padding:0;
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    font-family: 'Rubik', sans-serif;
    letter-spacing: 2px;
    overflow: hidden;
}
.btn-couleur a {
    font-weight: 400;
    border-radius: 3px;
    color: #fff!important;
    font-size: 0.8em;
    text-align: center;
    padding: 15px 50px;
    background-color: #8c7458;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.btn-couleur a:hover {
    background-color: #000;
    color: #fff!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -ms-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.btn-noir a {
    border-radius: 2px;
    font-weight: 700;
    background-color: #000;
    padding: 15px 50px;
    color: #fff!important;
    font-size: 0.9em;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.btn-noir a:hover {
    background-color: #434443;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.btn-blanc a {
    font-family: 'Rubik', sans-serif;
    font-weight: 300;
    border-radius: 2px;
    color: #000!important;
    font-size: 0.8em;
    text-align: center;
    padding: 15px 50px;
    background-color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.btn-blanc a:hover {
    background-color: #fafafa;
    color: #000!important;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.break {
    width: 100%;
    display: table;
}
.absolute {
	position: absolute;
}
.blanc, .blanc p  {
    color: #fff;
}
.gg_ligne {
    border-left: solid 5px #8c7458!important;
    padding-left: 20px;
}
.widget_sow-editor h3.widget-title {
    border-bottom: 0!important;
    font-weight: 600;
    font-size: 32px!important;
    text-transform: initial;
    margin-bottom: 10px!important;
    font-family: 'poppins', sans-serif;
    color: #95999c;
    line-height: 1.3em!important;
    }
}
#separateur_haut, .separateur_haut {
    margin-top: -50px;
}
.page-title {
    margin-bottom: 10px;
}
.introduction-wrapper {
    padding:0 65px;
    margin-bottom: 60px;
}
.introduction-wrapper img {
    max-height: 500px;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.texte-introduction {
    font-family: 'Poppins', sans-serif;
    font-size: 1.4em;
    font-weight: 300;
    color: #95999c;
    padding-bottom: 40px;
}
.offset-introduction {
    padding: 20px;
    margin-left: -80px;
}
.language-switcher {
    float: right;
    height: 100px;
    width: 60px;
    display: flex;
    align-items: center;
    text-transform: uppercase;
}
.wpml-ls-current-language {
    display: none!important;
}
.wpml-ls-menu-item {
    float: right!important;
}
.wpml-ls-menu-item a {
    width: 40px;
    height: 40px;
    border:solid 1px #95999c;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
    transition:0.7s;
}
.wpml-ls-menu-item a::after {
    display: none!important; 
}
.wpml-ls-menu-item a:hover {
    transition:0.3s;
    border:solid 1px #e35106;
}
.site-menu-left .wpml-ls-menu-item {
    display: none;
}
.galerie.layout-flex {
    flex-wrap: nowrap;
}
.galerie img {
    width: 100%;
    height: 350px;
    object-fit: cover;
    object-position: center;
    vertical-align: top;
}
#loader {
    z-index: 999999;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("../global-drones/images/loader.gif") 50% 50% no-repeat #fff;
}

/*--------------------------------------------------------------
# Layout & Builder
--------------------------------------------------------------*/
.full {
    width: 100%;
    margin: auto !important;
    margin-right: auto!important;
    margin-left: auto!important;
    display: table;
}
.boxed {
    width: 100%;
    max-width: 1170px;
    margin: auto !important;
    margin-right: auto!important;
    margin-left: auto!important;
    display: table;
}
.primaire {
    float: left;
    width: 75%;
    display: table;
}
.secondaire {
    float: left;
    width: 25%;
    padding:0 20px;
}
.gauche{
    text-align: left;
}
.droite{
    text-align: right;
}
.centre, .center{
    text-align: center;
}
.break {
    display: table;
    width: 100%;
}
.layout-menu {
    width: 14%;
    min-width: 260px;
    display: table;
    height: 100%;
    float: left;
}
.layout-content {
    display:table;
    width: 100%;
    padding-left: 260px;
    overflow: hidden;
}
.padding-right-0 {
    padding-right: 0!important;
}
.so-panel {
    margin-bottom:0!important;
    padding: 0px!important;
}
.panel-grid {
    margin-right: 0px!important;
    margin-left: 0px!important;
    padding-left: 0px!important;
    padding-right: 0px!important;
}
.panel-grid-cell {
    /*padding-left: 0px!important;*/
    /*padding-right: 0px!important;*/
}
.textwidget {
    padding: 0px 0px;   
}
.entry-content {
    /*margin: 0em 0 2em 0!important;*/
    margin:0;
}
.content-area {
    margin-top:0px!important;
}


/*--------------------------------------------------------------
## Module - Themes
--------------------------------------------------------------*/

/* Dark Theme */

.dark-theme ::-moz-selection {
    background: #fff;
    color: #000;
}

.dark-theme ::selection {
    background: #fff;
    color: #000;
}

.dark-theme {
    background-color: #1e1e1c;
}

.dark-theme,
.dark-theme h1,
.dark-theme h3,
.dark-theme h4,
.dark-theme h5,
.dark-theme h6,
.dark-theme label,
.dark-theme input[type="checkbox"]:checked + label,
.dark-theme input[type="radio"]:checked + label {
    color: #fff;
}

.dark-theme p,
.dark-theme ul,
.dark-theme ol,
.dark-theme span,
.dark-theme svg {
    color: #fff;
}

.dark-theme input[type="text"],
.dark-theme input[type="email"],
.dark-theme input[type="url"],
.dark-theme input[type="password"],
.dark-theme input[type="search"],
.dark-theme input[type="number"],
.dark-theme input[type="tel"],
.dark-theme input[type="range"],
.dark-theme input[type="date"],
.dark-theme input[type="month"],
.dark-theme input[type="week"],
.dark-theme input[type="time"],
.dark-theme input[type="datetime"],
.dark-theme input[type="datetime-local"],
.dark-theme input[type="color"],
.dark-theme textarea,
.dark-theme select,
body .dark-theme .gform_wrapper .gform_body .gform_fields .gfield input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]),
body .dark-theme .gform_wrapper .gform_body .gform_fields .gfield select,
body .dark-theme .gform_wrapper .gform_body .gform_fields .gfield textarea {
    background-color: transparent;
    color:#fff;
    height: 35px;
}

.dark-theme input[type="checkbox"] + label::before,
.dark-theme input[type="radio"] + label::before,
.dark-theme input[type="checkbox"] + label::after,
.dark-theme input[type="radio"] + label::after {
    border-color: #fff;
}

.dark-theme input[type="checkbox"] + label::after,
.dark-theme input[type="radio"] + label::after {
    background-color: #fff;
}


/*--------------------------------------------------------------
## Module - Layout
--------------------------------------------------------------*/

.full {
    width: 100%;
    margin-right: auto!important;
    margin-left: auto!important;
}

.boxed {
    width: 100%;
    max-width: 1250px;
    margin-right: auto!important;
    margin-left: auto!important;
}

.full .boxed-half-left {
    padding-left: calc((100vw - 1250px) / 2)!important;
}

.full .boxed-half-right {
    padding-right: calc((100vw - 1250px) / 2)!important;
}

.gauche {
    text-align: left;
}

.droite {
    text-align: right;
}

.centre,
.center {
    text-align: center;
}

.layout-flex {    
    display: flex!important;
    flex-direction: row;
    flex-wrap: wrap;
}

.layout-flex > * {
    padding-left: 15px;
    padding-right: 15px;
}

.layout-flex.layout-gapless > * {
    padding-left: 0;
    padding-right: 0;
}

.layout-flex.layout-full > * {
    flex-grow: 1;
}

.layout-flex.flex-direction-row {
    flex-direction: row;
}

.layout-flex.flex-direction-row-reverse {
    flex-direction: row-reverse;
}

.layout-flex.flex-direction-column {
    flex-direction: column;
}

.layout-flex.flex-direction-column-reverse {
    flex-direction: column-reverse;
}

.layout-flex.flex-wrap {
    flex-wrap: wrap;
}

.layout-flex.flex-wrap-nowrap {
    flex-wrap: nowrap;
}

.layout-flex.align-items-flex-start {
    align-items: flex-start;
}

.layout-flex.align-items-center {
    align-items: center;
}

.layout-flex.align-items-flex-end {
    align-items: flex-end;
}

.layout-flex.justify-content-flex-start {
    justify-content: flex-start;
}

.layout-flex.justify-content-center {
    justify-content: center;
}

.layout-flex.justify-content-flex-end {
    justify-content: flex-end;
}

.layout-flex.flex-direction-row-reverse {
    flex-direction: row-reverse;
}

.layout-flex.justify-content-space-between {
    justify-content: space-between;
}

.layout-flex.justify-content-space-around {
    justify-content: space-around;
}

.layout-flex.justify-content-evenly {
    justify-content: space-evenly;
}

.align-self-flex-start {
    align-self: flex-start;
}

.align-self-center {
    align-self: center;
}

.align-self-flex-end {
    align-self: flex-end;
}

.layout-flex .layout-fit {
    min-width: 0;
    
    -webkit-flex: 1; /* Safari 6.1+ */
    -ms-flex: 1; /* IE 10 */ 
    flex: 1;
}

.layout-flex .layout-max {
    min-width: 0;
    
    -webkit-flex: 1 1 auto; /* Safari 6.1+ */
    -ms-flex: 1 1 auto; /* IE 10 */ 
    
    flex-grow: 1;
    flex-shrink: 1;
    flex-basis: auto;
}

.layout-flex .layout-min {
    min-width: 0;
    
    -webkit-flex: 0 0 auto; /* Safari 6.1+ */
    -ms-flex: 0 0 auto; /* IE 10 */ 
    
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: auto;
}

.layout-flex .layout-100 {
    width: 100%;
}

.layout-flex .layout-95 {
    width: 95%;
}

.layout-flex .layout-90 {
    width: 90%;
}

.layout-flex .layout-85 {
    width: 85%;
}

.layout-flex .layout-80 {
    width: 80%;
}

.layout-flex .layout-75 {
    width: 75%;
}

.layout-flex .layout-70 {
    width: 70%;
}

.layout-flex .layout-66 {
    width: 66.66%;
}

.layout-flex .layout-65 {
    width: 65%;
}

.layout-flex .layout-60 {
    width: 60%;
}

.layout-flex .layout-55 {
    width: 55%;
}

.layout-flex .layout-50 {
    width: 50%;
}

.layout-flex .layout-45 {
    width: 45%;
}

.layout-flex .layout-40 {
    width: 40%;
}

.layout-flex .layout-35 {
    width: 35%;
}

.layout-flex .layout-33 {
    width: 33.33%;
}

.layout-flex .layout-30 {
    width: 30%;
}

.layout-flex .layout-25 {
    width: 25%;
}

.layout-flex .layout-20 {
    width: 20%;
}

.layout-flex .layout-15 {
    width: 15%;
}

.layout-flex .layout-10 {
    width: 10%;
}

.layout-flex .layout-5 {
    width: 5%;
}


/*--------------------------------------------------------------
# Menu / Navigation
--------------------------------------------------------------*/
.site-menu-left {
    position: fixed;
    background-color:#fff;
    z-index: 999;
    top:0;
    /*bottom: 0;*/
    left:0;
    height: 100%;
    width: 260px;
    display: table;
    margin: auto 0;
    text-align: center;
    border-right: solid 1px #fafafa;
}
.site-menu-left #primary-menu {
    opacity: 0;
    padding: 30px 0;
    visibility: hidden;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    transition: 0.7s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.site-menu-left-visible #primary-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -o-transform: translateY(-10px);
    transform: translateY(-10px);
    transition: 0.7s ease;
}
.site-menu-left-visible #primary-menu li {
    text-align:center;
}
.site-menu-left #primary-menu li {
    padding:15px 0px;
    width: 100%;
}
.site-menu-left #primary-menu li a {
    transition: 0.7s
}
.site-menu-left #primary-menu li a:hover {
    color:#e35106;
    transition: 0.3s
}
.site-menu-left #primary-menu li a::after {
    display: none;
}
.site-menu-left .main-navigation ul ul a {
    width: auto;
}
.site-menu-left .main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 0em;
    left: -999em;
    z-index: 99999;
}
.site-menu-left li.menu-item-has-children:hover .sub-menu {
    left: 180px;
    width: 400px;
}
.site-branding {
    width: 100%;
    padding:10px;
    text-align:center;
    max-width: 225px;
    margin: auto;
}
#site-navigation {
    padding-left: 260px;
    height: 100px;
    width: 100%;
}
.logo {
    text-align: center;
    transition:0.7s;
}
.logo:hover {
    transform:scale(1.05);
    transition:0.3s;
}
.logo_wrap {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.logo_wrap:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#primary-menu {
    margin: 0;
    padding: 20px;
    width: 100%;
}
#primary-menu li {
    color: #000;
    font-family: 'Rubik', sans-serif;
    font-weight: 400;
    font-size: 0.9em;
    line-height: 1.1em;
    letter-spacing: 1px;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    padding:15px 25px;
}
#primary-menu li a {
    cursor: pointer;
    color: #004d71;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#primary-menu li a:after {
    content:'';
    display: table;
    width: 0px;
    height: 2px;
    background-color: #e45205;
    margin: auto;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#primary-menu li:hover a:after {
    width: 100%;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#site-navigation #primary-menu li {
    line-height: 2.5em;
}
.sub-menu {
    position: relative;
    margin:0;
    padding: 0;
    box-shadow:none!important;
}
.sub-menu li {
    background: rgb(226,83,5);
    background: -moz-linear-gradient(145deg, rgba(226,83,5,1) 0%, rgba(241,118,51,1) 100%);
    background: -webkit-linear-gradient(145deg, rgba(226,83,5,1) 0%, rgba(241,118,51,1) 100%);
    background: linear-gradient(145deg, rgba(226,83,5,1) 0%, rgba(241,118,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e25305",endColorstr="#f17633",GradientType=1);
    padding:0!important;
    margin: auto;
    transition:0.7s;
}
.sub-menu li:hover {
    transform: translateX(10px);
    display: inline-block;
    transition:0.3s;
}
.sub-menu li a {
    color:#fff!important;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: left;
    text-align: center;
    padding-left: 20px;
}
.sub-menu li a::after {
    display: none!important;
}
.os_adresse {
    text-align: center;
}
.os_logogalarneau {
    padding:30px;
}
.os_logogalarneau img {
    max-width: 130px;
}
.os_logog4 img {
    max-width: 70px;
}
nav.pagination {
    display: table;
    width: 100%;
    text-align: center;nter;
    height: 80px;
    padding: 20px;
}
nav.pagination .page-numbers {
    color: #363a40;
    background-color: #8c7458;
    padding: 10px 15px;
    border-radius: 50%;
    margin: 0 5px;  
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
nav.pagination .page-numbers:hover {
    color: #000;
    background-color: #fafafa;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
nav.pagination .current {
    background-color: #fafafa!important;
    color: #8c7458!important;
    padding: 10px 16px;
    border-radius: 50%;
}
nav.pagination .nav-links a.prev, nav .nav-links a.next {
    display: none;
}
#site-navigation .current_page_item a {
    color:#e25307;
}
.os_info_wrap h4 {
    color: #004a79;
    font-size: 1.2em;
    letter-spacing: 0px;
}
.os_info_wrap .reseaux-sociaux-wrap {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.os_info_wrap .reseaux-sociaux-wrap > * {
    padding-right: 15px;
}
.separateur {
    width: 100%;
    height: 100px;
    margin: 10px 0;
    position: relative;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.separateur::after {
    content:"";
    position: absolute;
    width: 1px;
    height: 80px;
    background-color: #f26322;
    display: flex;
    justify-content: center;
    align-items: center;

}

/*--------------------------------------------------------------
# Babillard
--------------------------------------------------------------*/
.babillard_wrap {
    background-color: #fafafa;
    height: 700px;
    position: relative;
    width: 100%;
    display: table;
}
.babillard_wrap .layout-25 {
    position: relative;
    padding-right: 0!important;
    overflow: hidden;
}
.annonce_wrap {
    width: 100%;
    background-position: center center;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    text-align: center;
    opacity: 0.3;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
.annonce_color_01 {
    width: 100%;
    background-position: center center;
    height: 700px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    text-align: center;
    background-color: rgba(150, 153, 158, 1);
}
.annonce_color_02 {
    width: 100%;
    background-position: center center;
    height: 700px;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 99;
    text-align: center;
    background-color: rgba(141, 117, 89, 1);
}
.annonce_titre {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
#babillard .annonce_titre:after {
    content:'';
    display: table;
    height: 5px;
    background-color: #fff;
    width: 30px;
    margin: auto;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
} 
.babillard_wrap .layout-25:hover .annonce_titre:after {
    content:'';
    width: 160px!important;
}
.babillard_wrap .layout-25:hover .annonce_wrap {
    opacity: 0.7;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}

/*--------------------------------------------------------------
# Hero Slider - Carousel
--------------------------------------------------------------*/
.sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
    padding-top: 30vh;
    padding-left: 30px;
}
.sow-slider-image-wrapper p, .sow-slider-image-wrapper {
    font-size: 70px!important;
    text-transform: uppercase;
    line-height: 1.1em;
    color: #fff!important;
    font-weight: 700;
    letter-spacing: 3px;
    padding: 10px 0;
    display: table;
    width: 100%;
    max-width: 600px;
}
.hero_title_1 {
	font-family: 'Raleway', sans-serif;
    font-weight: 500;
    font-size: 3em!important;
    color: #8c7458;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.hero_title_2 {
	font-family: 'Raleway', sans-serif;
	font-weight: 900;
	font-size: 5em!important;
	color: #363a40;
	text-transform: uppercase;
	background-color:#fff;
	padding: 10px 15px;
	letter-spacing: 1px;
	display: inline-block;
	margin-bottom: 30px;
}


/*--------------------------------------------------------------
# Offres d'emplois - En manchette
--------------------------------------------------------------*/
.om_wrap {
    border-left: solid 5px #8c7458;
    display: table;
    padding: 50px;
    margin-bottom: 20px;
}
.om_description, .om_description p {
    color: #fff;
    height: auto;
}
.om_lieu {  
    color: #8d7559;
    height: 40px;
    line-height: 2.5em;
    margin: 20px 0 20px 0px;
    padding-left: 55px;
    background-image: url("../global-drones/images/marker-global-drones.png");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
}

/*--------------------------------------------------------------
# Offre d'emploi unique - Single
--------------------------------------------------------------*/
.offre_img_intro {
    background-color: #fafafa;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 37vw;
    max-height: 700px;
    display: table;
    width: 100%;
    position: relative;
    padding: 50px;
}
.offre_img_intro h2 {
    width: 100%;
    max-width: 600px;
    line-height: 1.1em;
}
.offre_info_wrap {
    background-color: #363a40;
    color: #fff;
    padding: 60px 0;
}
.offre_wrap {
    color: #fff;
}
.offre_form_wrap {
    padding:50px 0;
}
.offre_form_wrap h3 {
    margin-bottom: 0!important;
}

/*--------------------------------------------------------------
# Réalisations - En manchette
--------------------------------------------------------------*/
.rm_wrap {
    margin-bottom: 30px;
    overflow: hidden;
}
.rm_wrap:hover .rm_couleur {
    width: 100%;
    height: 100%;
    opacity: 0.7;
    -webkit-transform: scale(5);
    -moz-transform: scale(5);
    -o-transform: scale(5);
    transform: scale(5);
    -webkit-transition: 0.7s ease;
    -moz-transition: 0.7s ease;
    -ms-transition: 0.7s ease;
    -o-transition: 0.7s ease;
    transition: 0.7s ease;
    
}
.rm_img {
    height: 300px;
    background-position: center center;
    background-size: cover;
    position: relative;
}
.rm_titre {
    display: none;
}
.rm_couleur {
    height: 1px;
    width: 1px;
    border-radius: 50%;
    opacity: 0;
    display: table;
    position: absolute;
    left: 40%;
    right: 50%;
    top: 40%;
    bottom: 50%;
    background-color:#96999e;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.2s ease;
    -moz-transition: 0.2s ease;
    -ms-transition: 0.2s ease;
    -o-transition: 0.2s ease;
    transition: 0.2s ease;
}

/*--------------------------------------------------------------
# Services - Single
--------------------------------------------------------------*/
.service_var_titre h4 {
    text-transform: uppercase;
    padding: 40px 0 0 0!important;
}
.services_avantages_wrap {
    background-color: #363a40;
    padding: 40px 0 60px 0;
    display: table;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
}
.services_avantages_wrap h3, .services_real_wrap h3 {
    font-size: 2em!important;
    margin-bottom: 30px!important;
}
.services_avantages_wrap h5 {
    font-weight: 300!important;
    font-size: 1.2em!important;
}
.services_avantages_wrap h5::before {
    font-family: 'Font Awesome 5 Pro';
    content: "\f055";
    padding-right: 10px;
    height: 200px;
    font-size: 1.2em;
    font-weight: 900;
    display: inline-block;
    height: 1.2ex;
    text-align: right;
}
.services_real_wrap .layout-33 {
    padding-right: 1%!important;
}
.services_img_intro {
    background-color: #fafafa;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 700px;
    display: table;
    width: 100%;
    position: relative;
    padding: 50px;
    margin-bottom: 50px;
}
.services_img_intro h2 {
    width: 100%;
    max-width: 600px;
    line-height: 1.1em;
}


/*--------------------------------------------------------------
# Widget - Équipe membres
--------------------------------------------------------------*/
.equipe_wrap {
    margin-bottom: 40px;
}
.equipe_info {
    background-color: #fff;
    width: 100%;
    max-width: 350px;   
    padding: 30px;
    margin-left: -50px;
    margin-top: 30px;
    position: absolute;
}
.equipe_img {
    height: 375px;
    width: 100%;
    display: table;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.equipe_fonction {
    font-family: 'Raleway', sans-serif;
    color: #ccc;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0px;
    line-height: 1.1em;
    padding: 0;
    margin-bottom: 15px;
}

/*--------------------------------------------------------------
# Widget - Bloc intro
--------------------------------------------------------------*/
.bloc_intro_wrap {
    padding: 50px;
    background-color: #fff;
    display:table;
    position: absolute;
    margin-left: -80px;
    margin-top: 30px;
    max-width: 550px;
}


/*--------------------------------------------------------------
## Widget - Bloc visuel
--------------------------------------------------------------*/

.bloc-visuel-wrap {
    position: relative;
    border:solid 1px #fafafa;
}

.bloc-visuel-wrap .bloc-visuel-image {
    height: 20vw;
    min-height: 200px;
    max-height: 300px;
    background-size: cover;
    background-position: center;
}

.bloc-visuel-wrap .bloc-visuel-tuile {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    /*background-color: rgba(0,0,0,0.3);*/
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}

.bloc-visuel-wrap:hover .bloc-visuel-tuile {
    background-color: rgba(0,0,0,0.7);
}

.bloc-visuel-wrap .bloc-visuel-titre {
    text-align: center;
    position: relative;
    display: flex:
    justify-content:center;
}
.bloc-visuel-titre::after {
    content:"";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: white;
    margin: auto;
    transition: 1s;
    text-align: center;
    display: flex;
    margin-top:10px;

}
.bloc-visuel-wrap:hover .bloc-visuel-titre::after {
    width: 100%;
    height: 4px;
    border-radius: 0;
    transition:0.3s ease;    
}

.bloc-visuel-wrap .bloc-visuel-titre h3 {
    font-size: 1.6em!important;
    line-height: 1!important;
    font-weight: 700;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 0!important;
    position: relative;
    z-index: 9;
}

.bloc-visuel-wrap .bloc-visuel-titre h3 span.surtitre {
    display: block;
    font-family: 'Noto Serif', serif; 
    font-size: 0.6em;
    font-style: italic;
    font-weight: 500;
    line-height: 1.4;
    text-transform: none;
}
.couleur {
    position: absolute;
    opacity: 0.3;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
.couleur.gris {
    background-color: #95999c;
}
.couleur.bleu {
    background-color: #014a75; 
}

/*--------------------------------------------------------------
# Carousel Owl
--------------------------------------------------------------*/
.owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #df2027;
}
.owl-theme .owl-dots {
    margin: 20px;
}
.owl-nav {
    display: none;
}
.owl-stage {
    cursor: move; /* fallback if grab cursor is unsupported */
    cursor: grab;
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

/*--------------------------------------------------------------
# Footer & copyright
--------------------------------------------------------------*/

footer {
    background-color: #004a79;
    color: #fff;
    display: table;
    font-size: 0.9em;
    font-family: 'Rubik', sans-serif;
}
footer .footer-column {
    padding: 20px 20px 40px 0;
    display: table;
}
footer #footer-column-first {
    padding: 0px 20px 40px 0!important;
}
footer h3.widget-title {
    font-family: 'Rubik', sans-serif;
    color: #08abbd!important;
    font-weight: 600!important;
    font-size: 18px!important;
    font-weight: 100!important;
    border-bottom: solid 0px #000!important;
    text-align: center!important;
    width: 100%;
    margin-bottom: 10px!important;
}
footer .boutique_ville {
    font-family: 'Gilroy Semi Bold', sans-serif!important;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 1.4em;
    letter-spacing: 1px;
    margin-bottom: 5px;
}
footer p {
    font-size: 1em!important;
}
footer a{
    color: #ccc;
}
footer .fa {
    color: #fff;   
}
footer #boxed-footer {
    padding : 80px 0 80px 0; 
}
footer .copyright_wrap {
    color: #fff;
    padding: 20px 20px;
    border-top: solid 1px #fff;
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 0.8em;
    background-color:#e55205;
}
footer .copyright_wrap a {
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
footer .copyright_wrap a:hover {
    color: #fafafa;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
footer .copyright_wrap p {
    margin: 0!important;
    padding: 0!important;
    font-weight: 400;
}
footer .footer-column {
    padding:0 20px 0 0;
}
footer #footer-column-first img {
    max-width: 300px;
}
footer ul.menu  {
    margin:0;
    padding: 0;
}
footer ul.menu li {
    list-style-type: none;
    line-height: 2em;
    padding-bottom: 5px;
    margin-bottom: 10px;
    padding-top: 0px;
}
footer ul.menu li a {
    color: #94999c;
    text-transform: uppercase;
    font-weight: 500;
    width: auto;
    border-bottom:solid 1px #94999c;
    display: inline-block;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
footer .widget_nav_menu svg {
    margin-right: 20px;
    color:#e55405;
    transition: 0.7s;
}
footer .widget_nav_menu ul li a::before {
    content: "\f0a9";
    font-family: 'Font Awesome 5 Pro';
    font-weight: 900;
    height: 30px;
    width: 30px;
    display: none;
    padding-right: 25px;
    color: #e55205;
    margin-right: 30px;
    transition: 0.3s;
}
footer .widget_nav_menu ul li:hover svg {
    content: "\f054";
    margin-right: 40px;
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    transform: translateX(10px);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease;
}
#footer-column-third img {
    max-width: 240px;
    padding:10px 0;
}

/*--------------------------------------------------------------
# Template - frontpage.php
--------------------------------------------------------------*/
.intro-services .layout-flex {
    flex-wrap: nowrap;
}
.intro-single {
    position: relative;
    height: 300px;
}

/*--------------------------------------------------------------
# Template Drones - content-drone.php
--------------------------------------------------------------*/
.single-drone .offset-introduction {
    background-color: #fff;
    padding: 40px;
    margin-left: -80px;
}
.single-drone .drone-info {
    align-items: center;
}
.single-drone .uti-titre {
    color: #f26322;
    font-size: 2em;
    margin-bottom: 40px;
}
.single-drone .uti-description {
    padding-bottom: 40px;
}
.single-drone .texte-introduction {
    padding-bottom: 0;
}


/*--------------------------------------------------------------
# Formulaire - Gravity Form
--------------------------------------------------------------*/
.gform_wrapper.gf_browser_chrome .gform_body {
    font-family: 'Raleway', arial!important;
    font-size: 0.9em!important;
}
.gform_wrapper .gfield_required {
    display: none;
}
.gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
    border: solid 3px #969a9d!important;
    padding: 10px 10px!important;
}
.gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
    border-top: 0px solid #969a9d!important;
    border-bottom: 0px solid #969a9d!important;
    background-color: transparent!important;
}
.gform_wrapper .top_label li.gfield.gf_left_half, .gform_wrapper .top_label li.gfield.gf_right_half {
    height: 70px!important;
}
.gform_wrapper button, input[type="button"], input[type="reset"], input[type="submit"] {
    border: 0px solid!important;
    border-color: #969a9d #969a9d #969a9d;
    border-radius: 3px;
    background: #969a9d!important;
    text-transform: uppercase;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1;
    font-family: 'Ralewat', sans-serif!important;
    font-weight: 300!important;
    color: #fff!important;
    text-align: center;
    padding: 15px 50px!important;
    text-decoration: none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.gform_wrapper textarea.medium {
    height: 160px;
    width: 100%;
    border: solid 3px #969a9d;
}
.gform_wrapper .field_sublabel_below .ginput_complex.ginput_container label, .gform_wrapper .field_sublabel_below div[class*=gfield_time_].ginput_container label {
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0;
}
.gform_wrapper .top_label li.gfield {
    margin-top: 0!important;
    padding-top: 0!important;
}
.gform_wrapper div.validation_error {
    display: none!important;
}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_right_half {
    background-color: transparent!important;
}
.gform_wrapper.gform_validation_error .top_label li.gfield.gfield_error.gf_left_half {
    background-color: transparent!important;
}
body .gform_wrapper ul li.gfield {
    margin-top: 0px;
    padding-top: 0;
}
.gform_wrapper .validation_message {
    color: crimson!important;  
}
.gform_wrapper .top_label .gfield_label {
    font-family: 'Raleway', sans-serif;
    color: #ccc;
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.1em;
    padding: 5px 0 0 0;
    margin: 10px 0 0 0;
}
.gform_wrapper .field_description_below .gfield_description {
    padding-top: 5px!important;
}
.gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description {
    font-style: italic!important;
    font-weight: 300!important;
}
.gfield .gfield_error {
    height: 90px!important;
}




/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: 'Rubik', arial, sans-serif;
	font-size: 16px;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
    font-family: 'Rubik', sans-serif;
    font-size: 1em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
}

blockquote,
q {
	quotes: "" "";
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 1.5em 0 1.5em 2em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, .8);
	font-size: 12px;
	font-size: 0.75rem;
	line-height: 1;
	padding: .6em 1em .4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

select {
	border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #004a79;
}

a:visited {
	color: #004a79;
}

a:hover,
a:focus,
a:active {
	color: #004a79;
}

a:focus {
	outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
}
.menu-menu-principale-container {
    float: left;
    display: table;
    width: 100%;
}
.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
}
.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 4em;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul a {
	width: 280px;
}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 960px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
header.banniere {
    position: relative;
    margin-bottom: 50px;
}
header.banniere img {
    width: 100%;
    height: 70vh;
    object-fit: cover;
    object-position: center center;
}
header .mention-introduction {
    position: absolute;
    top: 30px;
    left: 30px;
    width: 50%;
    max-width: 600px;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
## Plugin - Slick
--------------------------------------------------------------*/
.slick-trio {
    width: 100%;
    max-width: 2000px;
}
.slick-trio img {
    height: 316px;
    object-fit: cover;
}
.slick {
    position: relative;
    line-height: 1;
}

.slick-track {
    margin-left: 0;
    margin-right: 0;
}

.slick-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1em;
    height: 1em;
    font-size: 1em;
    
    position: absolute;
    top: 50%;
    
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    
    color: #000;
    background: transparent;
    cursor: pointer;
    z-index: 1;
}

.boxed-half-right .slick-prev {
    left: -1em;
}
.boxed-half-left .slick-next {
    right: -1em;
}

.slick-prev {
    left: -1.65em;
}
.slick-next {
    right: -1.65em;
}

.slick-prev .icon,
.slick-next .icon {
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    transition: 0.2s;
}

.slick-prev:hover .icon {
    -webkit-transform: translateX(-5px);
    -moz-transform: translateX(-5px);
    -o-transform: translateX(-5px);
    transform: translateX(-5px);
}

.slick-next:hover .icon {
    -webkit-transform: translateX(5px);
    -moz-transform: translateX(5px);
    -o-transform: translateX(5px);
    transform: translateX(5px);
}

.slick-dots {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    position: absolute;
    bottom: 10px;
    font-size: 0;
    z-index: 1;
}

.slick-dots li {
    display: inline-block;
    margin: 4px;
}

.slick-dots li button {
    background-color: transparent;
    border: 2px solid #000;
    width: 14px;
    height: 14px;
    border-radius: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    outline: 0;
    -webkit-appearance: none;
    cursor: pointer;
    
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;   
}

.slick-dots li button:hover,
.slick-dots li.slick-active button {
    background-color: #000!important;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Widgets - # Bloc services
--------------------------------------------------------------*/

.service-wrap {
    max-width: 500px;
    align-items: center; 
    min-height: 40px;
    flex-wrap: nowrap;
    flex-direction: column;
}
.service-wrap h4 {
    margin-top: 0!important;
}
.home .service-description {
    display: none;
}
.home .service-wrap {
    margin-bottom: 2px;
}
.bordure-couleur {
    border-left: solid 5px #f26322;
    padding-left: 40px!important;
    padding-right: 20px!important;
    margin-bottom: 50px;
}

/*--------------------------------------------------------------
# Widgets - # Bloc partenaire
--------------------------------------------------------------*/

.partenaire_logo {
    margin-bottom: 20px;
}
.partenaire_logo img {
    max-width: 200px;
}


/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	/*margin: 0 0 1.5em;*/
    margin:0;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Secteurs
--------------------------------------------------------------*/
.secteur .entry-content {
    margin: 0!important;
}
.secteur.hentry {
    margin-bottom: 0px!important;
}
.utilisations-wrap, .avantages-wrap {   
    padding:80px 40px;
}
.utilisations-wrap h4, .avantages-wrap h4 {
    margin-top:0px;
    margin-bottom:10px;
}
.utilisation-unique, .avantages-unique {
    padding:10px 0;
    display: flex;
    align-items: center;
    max-width: 500px;
}
.utilisation-unique svg, .avantages-unique svg {
    margin-right: 20px;
    color: #e25305;
    font-size: 1.4em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}



/*--------------------------------------------------------------
## Responsive
--------------------------------------------------------------*/
@media (max-width: 1600px) {
    .hero_title_1 {
        font-size: 4vw!important;
    }
    .hero_title_2 {
    	font-size: 5vw!important;
    }
    .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
        padding-top: 15vw;
    }
}

@media (max-width: 1500px) {
    .panel-grid .boxed {
        padding-right:40px!important;
        padding-left:40px!important;
    } 
    .hero_title_1 {
        font-size: 4vw!important;
    }
    .hero_title_2 {
        font-size: 5vw!important;
    }
    .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
        padding-top: 15vw;
    }
}

@media (max-width: 1450px) {
    .annonce_titre {
        font-size: 1.8em;
    }
    .bloc_intro_wrap {
        padding: 40px;
        position: relative;
        margin-left: 0px;
        margin-top: 0px;
        max-width: none;
    }
    footer .so-widget-sow-image-default-2daac9b0bc02 .sow-image-container {
        text-align: center;
    }
    footer #boxed-footer {
        padding: 80px 40px 80px 40px!important;
    }
    .equipe_info {
        position: relative;
        margin-left: 0px;
        display: table;
        margin-top: 20px;
    }
}


@media (max-width: 1350px) {
    .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
        padding-top: 15vw;
        padding-left: 30px;
        padding-right: 30px;
    }
    .sow-slider-image-wrapper h3 {
    	font-size: 3vw;
    }
    .sow-slider-base ul.sow-slider-images li.sow-slider-image .sow-slider-image-container .sow-slider-image-wrapper {
        padding-top: 3vw;
    }
    .boxed-half-left .slick-prev {
        left: -30px;
    }
    .boxed-half-right .slick-next {
        right: -30px;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }

}

@media (max-width: 1250px) {
    h1 {
        font-size: 3.2em;
    }

    h3 {
        font-size: 1.4em;
    }
    
    .boxed {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    
    .boxed .boxed {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    .full > .layout-flex > .boxed-half-left,
    .panel-row-style.full > .panel-grid-cell > .panel-cell-style.boxed-half-left {
        padding-left: 30px!important;
    }

    .full > .layout-flex > .boxed-half-right,
    .panel-row-style.full > .panel-grid-cell > .panel-cell-style.boxed-half-right {
        padding-right: 30px!important;
    }
    
    .ol-elem,
    .ol-orig .ol-elem.ol-abs {
        position: static;
    }

    .ol-elem.ol-os-bottom-s.ol-ng-bottom,
    .ol-elem.ol-os-bottom-m.ol-ng-bottom,
    .ol-elem.ol-os-bottom-l.ol-ng-bottom {
        margin-top: 0;
    }

    .ol-elem.ol-os-top-s.ol-ng-top,
    .ol-elem.ol-os-top-m.ol-ng-top,
    .ol-elem.ol-os-top-l.ol-ng-top {
        margin-bottom: 0;
    }

    .ol-elem.ol-os-left-s.ol-ng-left,
    .ol-elem.ol-os-left-m.ol-ng-left,
    .ol-elem.ol-os-left-l.ol-ng-left {
        margin-right: 0;
    }

    .ol-elem.ol-os-right-s.ol-ng-right,
    .ol-elem.ol-os-right-m.ol-ng-right,
    .ol-elem.ol-os-right-l.ol-ng-right {
        margin-left: 0;
    }
    
    .boxed .slick-prev {
        left: -30px;
    }
    .boxed .slick-next {
        right: -30px;
    }
    .bloc_info_contact_wrap .layout-50 {
        width: 100%;
        margin: auto;
        text-align: center;
    }
    .bloc_info_contact_wrap .entreprise-contact > div {
        justify-content: center;
        padding: 5px 0px 5px 0;
    }
    .bloc_info_contact_wrap .entreprise-contact > div svg {
        display: none;
    }
    .bloc_info_contact_wrap .bloc_img {
        margin-bottom: 30px;
    }
}

@media (max-width: 1200px) {
    .babillard_wrap .layout-25 {
        width: 50%;
    }
    .annonce_color_01, .annonce_color_02 {
        height: 300px;
    }
    .annonce_titre {
        top: 140px;
    }
    .babillard_wrap {
        height: 600px;
    }
    .menu #site-navigation {
        display: none;
    }
    .site-menu-left {
        position: relative;
        width: 100%;
        display: table;
        border-right: solid 0px #fafafa;
    }
    .layout-content {
        padding-left: 0px;
    }
    .logo {
        text-align: left;
        width: auto!important;
        float: none;
        margin: auto;
        text-align: center;
    }
    #primary-menu li {
        padding: 0px 10px;
    }
    #primary-menu {
        display: flex;
        justify-content: center;
    }
    .os_info_wrap {
        display: none;
    }
    #site-navigation {
        padding-left: 0px;
        height: auto;
        width: 100%;
        background-color: #fafafa;
        display: table;
        height: 70px;
    }
    .main-navigation-hide {
        /*display: none;*/
    }
    .site-branding {
        position: relative;
        padding:10px;
    }
    .site-menu-left .menu {
        display: none;
    }
    h1 {
        max-width: none;
    }
    #panel-6-0-1-0> .panel-widget-style {
        margin-left: 0px!important;
    }
    h3 {
        font-size: 36px!important;
    }
    .widget_sow-editor h3.widget-title {
        font-size: 36px!important;
    }
    .rm_img {
        height: 200px;
    }
    .services_img_intro {
        height: 38vw;
    }
    .utilisations-wrap, .avantages-wrap {
        padding: 60px 0px;
    }
    .main-navigation ul ul {
        top: 2.5em;
    }
}

@media (max-width: 1080px) {
    .introduction-mention {
        font-size: 2.4em;
        padding: 60px 0px 20px 40px;
    }
    .layout-30.entreprise-logo, .layout-60.entreprise-info, .layout-10.entreprise-secteur {
        width: 100%;
    }
    .entreprise-secteur {
        display: none;
    }
    .entreprise-logo img {
        padding: 0px 20px 20px 20px;
    }
    .entreprise-image, .entreprise-info-wrap {
        width: 100%!important;
    }
}


@media (max-width: 960px) {
    h1 {
        font-size: 2.8em;
    }

    h2 {
        font-size: 3em;
    }

    h3 {
        font-size: 1.2em;
    }
    .main-navigation ul li a {
        padding: 10px 10px;
        font-size: 14px;
    }
    #footer-column-first {
        width: 100%;
        text-align: center;
    }
    footer #footer-column-first img {
        max-width: 200px;
    }
    #footer-column-second, #footer-column-third {
        width: 100%;
        text-align: center;
    }
    footer .widget_nav_menu svg {
        display: none;
    }
    nav button {
        display: block;
        width: 100%;
        height: 70px;
        background: #024d77;
        border: 0;
        padding-top: 0px;
    }
    nav button svg {
        color:#fff;
        font-size: 2em!important;
    }
    nav button:before {
        font-family: 'Font Awesome 5 Pro';
        content: "\f0c9";
        height: 200px;
        font-size: 3em;
        display: none;
        text-align: center;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }
    nav.toggled button:before {
        font-family: 'Font Awesome 5 Pro';
        content: "\f00d";
        display: none;
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -o-transition: 0.3s;
        -ms-transition: 0.3s;
        transition: 0.3s;
    }
    #primary-menu li {
        width: 100%;
        text-align: center;
        border-bottom:solid 1px #fff;
        padding: 0px;
    }
    #primary-menu li:hover {
        transform: translateX(0px);
    }
    #primary-menu li a {
        height: 60px;
        padding-top: 15px;
        width: 100%;
        /*margin: auto;*/
    }
    .menu-menu-principale-container {
        display: none;
    }
    .toggled .menu-menu-principale-container {
        display: block;
    }
    #primary-menu {
        display: flex;
        flex-direction: column;
        justify-content: center;
        padding: 0;
    }
    #primary-menu li a:after {
        display: none;
    }
    .main-navigation ul ul.sub-menu {
        width: 100%;
        box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
        position: relative;
        top: 0em;
        display: none;
    }
    .main-navigation ul li.menu-item-has-children > a::after {
        content: "+";
        display: block;
        font-weight: 900;
    }   
    .sub-open .sub-menu {
        display: block!important;
    }
    header.banniere img {
        height: 50vh;
    }
    .texte-introduction {
        font-size: 1.2em;
    }
    .equipe_info {
        margin-top: -50px;
        max-width: 65%;
    }
    .site-menu-left .wpml-ls-menu-item {
        display: block;
    }
    .wpml-ls-menu-item a {
        border:solid 0px #95999c!important;
    }

}

@media (max-width: 870px) {
    footer ul.menu li a {
        text-align: left;
    }
    footer .copyright_wrap {
        font-size: 0.6em;
        text-align: center;
        line-height: 1.8em;
    }
    footer #boxed-footer {
        padding: 80px 0 40px 0;
    }
}

@media (max-width: 780px) {

    .bloc_intro_wrap {
        padding: 10px;
    }
  
}

@media (max-width: 768px) {
    body.no-scroll:not(.device-mobile) {
        margin-right: 0;
    }
    
    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.4em;
    }
    
    .mobile-boxed {
        padding-left: 30px!important;
        padding-right: 30px!important;
    }
    
    .full > .layout-flex > .boxed-half-left,
    .full > .layout-flex > .boxed-half-right,
    .panel-row-style.full > .panel-grid-cell > .panel-cell-style.boxed-half-left,
    .panel-row-style.full > .panel-grid-cell > .panel-cell-style.boxed-half-right {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    
    .full.mobile-boxed .slick-prev {
        left: -30px;
    }
    .full.mobile-boxed .slick-next {
        right: -30px;
    }
    .boxed-half-left .slick-prev {
        left: 0;
    }
    .boxed-half-right .slick-next {
        right: 0;
    }
    
    .layout-flex > * {
        padding-left: 0;
        padding-right: 0;
    }
    .layout-flex .layout-100,
    .layout-flex .layout-95,
    .layout-flex .layout-90,
    .layout-flex .layout-85,
    .layout-flex .layout-80,
    .layout-flex .layout-75,
    .layout-flex .layout-70,
    .layout-flex .layout-66,
    .layout-flex .layout-65,
    .layout-flex .layout-60,
    .layout-flex .layout-55,
    .layout-flex .layout-50,
    .layout-flex .layout-45,
    .layout-flex .layout-40,
    .layout-flex .layout-35,
    .layout-flex .layout-33,
    .layout-flex .layout-30,
    .layout-flex .layout-25,
    .layout-flex .layout-20,
    .layout-flex .layout-15,
    .layout-flex .layout-10,
    .layout-flex .layout-5 {
        width: 100%;
    }
    .site-footer {
        text-align: center;
    }
    .site-footer .widget ul.menu {
        display: inline-block;
    }
    .copyright-wrap,
    .os_credit {
        text-align: center;
    }
    .widget_element-bouton {
        display: block;
    }
    .offset-introduction {
        padding: 0px;
        margin-left: 0px;
    } 
    .texte-introduction {
        font-size: 1.1em;
    }
    .single-drone .offset-introduction {
        background-color: #fff;
        padding: 0;
        margin-left: 0px;
    }
    .introduction-wrapper {
        padding: 0px 20px;
        margin-bottom: 40px;
    }
}


@media (max-width: 768px) {
    .galerie.layout-flex {
        flex-wrap: nowrap;
        flex-direction: column;
    }
}
