/*
Theme Name: Pyrenia
Description: Theme enfant de Simon Divi Child
Author: Simon - Divi
Author URI: https://www.cetir.net
Template: Divi
Version: 0.1.0
*/
#logo{
    display: inline!important;
}
/*typographie*/
.et_pb_blurb_description,
.et_pb_text,
.post-content,
blockquote
{
    text-align: justify;
}
.et_pb_text_inner li
{
    text-align: left;
}
.et_pb_text.et_pb_text_align_center 
{
    text-align: center !important;
}

@media (max-width:980px){
    .mobile_display_none
    {
        display: none;
    }
}
#main-slider-big {
    padding: 0;
}
#main-slider-big  .et_pb_slides .et_pb_slider_container_inner {
    vertical-align: middle !important;
}
#main-slider-big .et_pb_bg_layout_dark .et_pb_button {
    border-color: #fff;
    color: #fff;
}
#main-slider-big .et_pb_bg_layout_light .et_pb_button {
    border-color: #10acdb;
    color: #10acdb;
}
#main-slider-big .et_pb_slider .et_pb_slide {
    height: 600px;
    padding: 0;
}
.et_pb_slider .et_pb_slide {
    background-size: cover!important;
    height: 0;
    padding-bottom: 56.29%;
}
@media (max-width:980px) {
    #main-slider-big .et_pb_slider .et_pb_slide {
        height: 400px;
        padding: 0;
    }
}
@media (max-width:480PX) {
    #main-slider-big .et_pb_slider .et_pb_slide {
        height: 320px;
        padding: 0;
    }
    .et_pb_fullwidth_header .et_pb_fullwidth_header_container {
        width: 100%;
    }
}
.et_pb_slide_title {
    position: relative;
    display: inline-block;
}
.et_pb_slide_title:empty::before,
.et_pb_slide_title:empty::after {
    display: none;
}
.et_pb_slide_title::before {
    position: absolute;
    top: -20px;
    left: -40px;
    display: block;
    content: "";
    height: 60px;
    width: 60px;
    z-index: -1;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='70' height='70'> <path fill-rule='evenodd' fill='rgb(255, 225, 53)' d='M6.000,70.000 L-0.000,70.000 L-0.000,-0.000 L70.000,-0.000 L70.000,6.000 L6.000,6.000 L6.000,70.000 Z'/></svg>");
}
@media(min-width:980px) {
    .et_pb_slide_title::before {
        top: -10px;
        left: -20px;
        height: 30px;
        width: 30px;
    }
}
@media (min-width:980px) {
    .et_pb_slide_title::after {
        position: absolute;
        bottom: 0;
        right: -20px;
        display: block;
        content: "";
        height: 30px;
        width: 30px;
        z-index: -1;
        background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='70' height='70'> <path fill-rule='evenodd' fill='rgb(255, 225, 53)' d='M64.000,-0.000 L70.000,-0.000 L70.000,70.000 L-0.000,70.000 L-0.000,64.000 L64.000,64.000 L64.000,-0.000 Z'/></svg>");
        background-position: bottom right;
    }
}
.et_fullscreen_slider .et_pb_slides,
.et_fullscreen_slider .et_pb_slide,
.et_fullscreen_slider .et_pb_container {}
.et_pb_slides .et_pb_slider_container_inner {
    display: table-cell;
    vertical-align: top !important;
    padding-top: 5%;
}
img[usemap] {
    height: auto;
    max-width: 100%;
    width: auto;
}
.image-anim {
    opacity: 1;
    -webkit-animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
    animation: fadeLeft 1s 1 cubic-bezier(0.77, 0, 0.175, 1);
}
hr {
    height: 5px;
    max-width: 170px;
    background-color: #ffe135;
    border: none;
}
.et_pb_text_align_center hr {
    margin: 1.2em auto 2em;
}
.et_pb_text_align_left hr {
    margin: 1.2em auto 2em 0;
}
.et_pb_text_align_right hr {
    margin: 1.2em 0 2em auto;
}
.cta-bloc hr {}

/*<span class="et-pb-icon icon-list">&#xe0e3;</span>
icon de liste pour les lien
*/
li .icon-list{
    font-size: 1em;
}
    
@media (max-width:480px) {
    h1 {
        font-size: 1.8rem!important;
    }
    h2 {
        font-size: 1.6rem!important;
    }
}
h1,
h2 {
    text-transform: uppercase;
}
h1 {
    margin: 10px 0;
}
h2 {
    font-weight: bold !important;
    font-size: 1.6em !important;
    line-height: 1.25em !important;
    margin: 6px 0;
}
h1 + h2,
h1 + h3 {
    margin-top: -15px!important;
}
h3 {
    font-size: 1.5em !important;
}
h3 strong,
h4 strong h5 strong h6 strong {
    font-weight: 500;
}
h4 {
    font-size: 1.2em !important;
    font-weight: bold!important;
    text-transform: uppercase;
    margin-bottom: 16px;
}
h5 {
    color: #555;
}
h3,
h4,
h5,
h6 {
    line-height: 1.25em!important;
}
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6{
    margin-top: 20px;
}
blockquote b,
blockquote strong {
    text-transform: uppercase;
    color: #10acdb;
}
blockquote ul {
    padding-bottom: 0;
}
blockquote li strong {
    font-size: 90%;
}
p + ul {
    padding-top: .6em!important;
}
p + ul > li {
    padding: 0 0 .6em 0;
}
.flex-align-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
}
.et_pb_button {
    padding: .6em 1.6em;
    margin: 16px 0;
    line-height: 1.3em!important;
}
.et_pb_button:hover {
    padding: .6em 2em !important;
}
.et_pb_row {
    overflow: visible;
}
.et_pb_fullwidth_header {
    padding: 0;
}
@media (min-width: 1350px) {
    .et_pb_section {
        padding: 30px 0;
    }
}
@media (min-width: 981px) {
    .et_pb_section {
        padding: 2% 0;
    }
}
@media (max-width: 980px) {
    .et_pb_section {
        padding: 30px 0;
    }
}
@media (max-width:980px) {
    .et_pb_button_module_wrapper {
        text-align: center;
    }
    .et_pb_button {
        width: 100%;
        text-align: center;
        max-width: 440px;
        margin: 16px auto !important;
    }
}
.et-search-form,
.nav li ul,
.et_mobile_menu,
.footer-widget li:before,
.et_pb_pricing li:before,
blockquote {
    border-color: #ffe137 !important;
}
#full-map {
    width: 100%!important;
    max-width: 100%!important;
}
#top-menu-nav {}
#top-menu li {
    letter-spacing: -.3px;
}
@media (max-width:1080px) {
    #top-menu li {
        padding-right: 10px!important;
        font-size: 13px;
    }
}
#top-menu a,
.et-fixed-header #top-menu a {
    text-transform: uppercase;
    color: #4e6063!important;
    padding: .5em 0 1.5em!important;
    line-height: 1.4;
    margin-top: 1em;
}
#top-menu a:hover {
    opacity: 1 !important;
    color: #0c3283!important;
}
#top-menu li.current-menu-item>a {
    color: #0c3283!important;
    border-top: 3px solid #ffe135;
}
#top-menu li li.current-menu-item>a {
    border-top: none;
}
.et_mobile_menu li a:hover,
.nav ul li a:hover {
    opacity: 1;
}
#top-menu .sub-menu a:hover {
    color: #0c3283!important;
    background: none;
}
#top-menu li .menu-item-has-children>a:first-child:after {
    right: 0;
}
.nav li ul {
    border-color: 4px solid #ffe135;
    padding: 0;
}
#top-menu li li a {
    width: 200px;
    padding: 16px 20px;
    border-bottom: 1px solid #eee;
    text-transform: none;
}
.nav li li ul {
    top: 0px;
}
@media only screen and (min-width: 981px) {
    #main-header #top-menu li.current-menu-item>a {
        color: #0c3283!important;
    }
}
@media (max-width: 980px) {
    #et_top_search {
        margin: -14px 35px 0 0;
    }
}
#et-secondary-nav>.menu-item-has-children>a:first-child:after,
#top-menu>.menu-item-has-children>a:first-child:after {
    visibility: hidden;
}
#et-secondary-nav .menu-item-has-children>a:first-child:after,
#top-menu .menu-item-has-children>a:first-child:after {
    content: "5";
    right: 0;
}
form.et-search-form {
    background-color: #eee;
}
.et-search-form input {
    font-size: 2em!important;
}
#et_search_icon:before {
    top: 20px;
}
@media (min-width: 981px) {
    .et_right_sidebar #left-area {
        padding-left: 2%;
    }
}
@media (min-width:981px) {
    [id^="synergie-bloc"] {
        position: absolute;
    }
    #synergie-bloc1 {
        top: -650px;
        left: -30px;
    }
    #synergie-bloc2 {
        top: -680px;
        right: -60px;
    }
    #synergie-bloc3 {
        top: -230px;
        left: 30px;
    }
    #synergie-bloc4 {
        top: -200px;
        right: 100px;
    }
}
#row-full-width {
    max-width: 100%!important;
    width: 100%!important;
}
.et_pb_column_1_2 .et_pb_promo,
.et_pb_column_1_3 .et_pb_promo,
.et_pb_column_1_4 .et_pb_promo {
    padding: 20px;
}
@media (max-width:800px) {
    .et_pb_column_1_2 .et_pb_promo,
    .et_pb_column_1_3 .et_pb_promo,
    .et_pb_column_1_4 .et_pb_promo {
        padding: 0;
    }
}
.et_pb_post_title .entry-title {
    padding-bottom: 0;
    margin-bottom: 0;
}
.et_pb_post_title .et_pb_title_container {
    padding: 30px 0;
}
.et_pb_post_title .et_pb_title_container::after {
    display: block;
    content: "";
    width: 20%;
    margin: 1.2em 0 2em;
    height: 5px;
    max-width: 170px;
    background-color: #ffe135;
}
.count-in-minute .percent-value::after {
    content: "min";
    font-size: .6em;
}
.count-in-hour .percent-value::after {
    content: "h";
    font-size: .6em;
}
.page .YouTubePopUp-Content {
    max-width: 980px!important;
}
.page .YouTubePopUp-Content iframe {
    height: 550px!important;
}
.page .YouTubePopUp-Close {
    bottom: 590px!important;
}
ol[id^="menu-ssmenu-"],
ul[id^="menu-ssmenu-"] {
    border-bottom: 1px solid #f2f3f3;
    padding: 0 20px;
}
ol[id^="menu-ssmenu-"] li,
ul[id^="menu-ssmenu-"] li {
    list-style: none!important;
    display: inline-block!important;
    margin: 0;
}
ol[id^="menu-ssmenu-"] li a,
ul[id^="menu-ssmenu-"] li a {
    color: #4e6063;
    text-transform: uppercase;
    font-size: .80em;
    letter-spacing: .1em;
    padding: 18px 8px;
    font-weight: bold;
    display: inline-block;
    border-bottom: 3px solid transparent;
}
ol[id^="menu-ssmenu-"] li a:hover,
ul[id^="menu-ssmenu-"] li a:hover {
    color: #0c3283;
    border-bottom: 3px solid #ffe135;
}
.blurb_click,
.blurb_click_newtab {
    cursor: pointer!important;
    padding: 16px 8px;
    background: #FFF;
}
.blurb_click:hover,
.blurb_click_newtab:hover {
    -webkit-box-shadow: inset 0 0 30px rgba(0, 0, 0, .05);
            box-shadow: inset 0 0 30px rgba(0, 0, 0, .05);
}
.blurb_click .et_pb_blurb_content:hover .et_pb_main_blurb_image,
.blurb_click_newtab .et_pb_blurb_content:hover .et_pb_main_blurb_image {
    -webkit-transform: scale(1.06, 1.06);
    -ms-transform: scale(1.06, 1.06);
        transform: scale(1.06, 1.06);
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
        transform-origin: center center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: all 200ms;
    -o-transition: all 200ms;
    transition: all 200ms;
}
.blurb_click .et_pb_main_blurb_image,
.blurb_click_newtab .et_pb_main_blurb_image {
    padding: 10px;
    margin-bottom: 0px;
}
.blurb_click .et_pb_main_blurb_image img,
.blurb_click_newtab .et_pb_main_blurb_image img {
    border-radius: 10em;
}
.blurb_click h4 a::after,
.blurb_click_newtab h4 a::after {
    display: block;
    content: '';
    border-bottom: 3px solid #ffe135;
    padding-bottom: 10px;
    width: 30%;
    margin: 0 auto;
}
.module-av .et_pb_main_blurb_image {
    margin-bottom: 0;
}
.av-icon {
    color: #fff;
    text-align: center;
    display: block;
    font-size: 1.2rem;
}
.av-icon::before {
    position: absolute;
    top: -50px;
    left: 0;
    padding-top: 50px;
    width: 100%;
    content: "";
    background-size: contain;
}
.av-point-innovation {
    position: absolute;
    top: 60%;
    left: 5%;
    width: 21%;
}
.av-innovation::before {
    background: url(https://pyrenia.fr/wp-content/uploads/2017/08/innovation_formation.png) no-repeat top center;
}
.av-point-synergie {
    position: absolute;
    top: 60%;
    left: 76%;
    width: 20%;
}
.av-synergie::before {
    background: url(https://pyrenia.fr/wp-content/uploads/2017/08/synergie_dynamisme-1.png) no-repeat top center;
}
.av-point-aides {
    position: absolute;
    top: 36%;
    left: 68%;
    width: 17%;
}
.av-aides::before {
    background: url(https://pyrenia.fr/wp-content/uploads/2017/08/aides_financières-1.png) no-repeat top center;
}
.av-point-reseau {
    position: absolute;
    top: 36%;
    left: 14%;
    width: 20%;
}
.av-reseau::before {
    background: url(https://pyrenia.fr/wp-content/uploads/2017/08/reseau_partenaires-1.png) no-repeat top center;
}
.av-point-aeroport {
    position: absolute;
    top: 17%;
    left: 58%;
    width: 22%;
}
.av-aeroport::before {
    background: url(https://pyrenia.fr/wp-content/uploads/2017/08/aeroport_internationnal.png) no-repeat top center;
}
.av-point-accompagnement {
    position: absolute;
    top: 17%;
    left: 21%;
    width: 17%;
}
.av-accompagnement::before {
    background: url(https://pyrenia.fr/wp-content/uploads/2017/08/accompagnement-1.png) no-repeat top center;
}
.et_pb_post h2 {
    font-size: 1.25em !important;
    margin-bottom: 0;
    padding-bottom: 0;
}
.et_pb_blog_grid_dropshadow .et_pb_post {
    -webkit-box-shadow: 0 1px 70px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 70px rgba(0, 0, 0, .1);
    border: none;
}
.et_pb_post .post-meta {
    margin-bottom: 1.5em;
    font-family: sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.75em !important;
    color: #999;
}
.et_pb_post .post-content .more-link {
    border-bottom: 2px solid #10acdb;
    color: #0c3283!important;
    display: inline-block;
    font: .85em;
    font-weight: bold;
    margin: 6px -4px 0;
    padding: 4px;
    text-transform: capitalize;
}
.et_pb_post .post-content .more-link:hover {
    border-bottom: 2px solid #ffe115;
}
#breadcrump,
#breadcrump .et_pb_row {
    padding: 0;
}
#breadcrump .et_pb_text_inner {
    padding: 10px;
    letter-spacing: 2px;
    color: #4e6063!important;
    text-transform: uppercase;
    font-size: .7em!important;
    font-weight: bold;
}
#breadcrump a {
    color: #969d9e!important;
}
#breadcrump a:hover {
    color: #0c3283!important
}
#breadcrump + .et_pb_section {
    padding-top: 0 !important;
}
.galerie-full {}
.galerie-full .et_pb_gallery_item h3,
.galerie-full .et_overlay {
    display: none;
}
.galerie-full .et_pb_gallery_item {
    position: relative;
}
.galerie-full .et_pb_gallery_caption {
    margin: 0 !important;
}
.galerie-full .et_pb_gallery_caption a {
    color: #fff;
}
.galerie-full .et_pb_gallery_caption a b {
    display: block;
}
.galerie-full p.et_pb_gallery_caption {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
            -ms-flex-pack: center;
        justify-content: center;
    -webkit-box-align: center;
            -ms-flex-align: center;
        align-items: center;
    background: rgba(0, 0, 0, .5);
    border: none;
    outline: 3px solid rgba(255, 255, 255, .5);
    outline-offset: -20px;
    text-align: center;
    padding: 25% 16%;
    cursor: pointer;
    opacity: 0;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}
.galerie-full p.et_pb_gallery_caption:hover {
    opacity: 1;
}
@media only screen and (max-width:1366px) {
    .galerie-full p.et_pb_gallery_caption {
        padding: 23.7% 5%;
    }
}
@media only screen and (max-width:1280px) {
    .galerie-full p.et_pb_gallery_caption {
        padding: 19% 5%;
    }
}
@media only screen and (max-width:1024px) {
    .galerie-full p.et_pb_gallery_caption {
        padding: 15% 5%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 980px) {
    .et_pb_column .et_pb_grid_item:nth-child(2n+1) {
        clear: both !important;
    }
    .et_pb_gutters1 .et_pb_grid_item:nth-child(n) {
        width: 50% !important;
        margin: 0 !important;
        clear: none;
    }
    .galerie-full p.et_pb_gallery_caption {
        padding: 26.5% 5%;
    }
}
@media only screen and (max-width: 480px) {
    .galerie-full.et_pb_gallery_grid .et_pb_gallery_image {
        width: 100% !important;
        max-width: 100% !important;
    }
    .galerie-full p.et_pb_gallery_caption {
        padding: 24.8% 5%;
    }
}
@media only screen and (max-width: 320px) {
    .galerie-full.et_pb_gallery_grid .et_pb_gallery_image {
        width: 100% !important;
        max-width: 100% !important;
    }
    .galerie-full p.et_pb_gallery_caption {
        padding: 19.4% 5%;
    }
}
.et_pb_contact p input,
.et_pb_contact p textarea {
    background-color: #f8f8f8;
}
#et_pb_contact_pyrenia .et_pb_contact_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -3%;
}
#et_pb_contact_pyrenia .et_pb_contact_field {
    margin-bottom: 16px!important;
}
#et_pb_contact_pyrenia .et_contact_bottom_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            -ms-flex-flow: column;
        flex-flow: column;
    margin-left: 3%;
    text-align: left;
}
#et_pb_contact_pyrenia .et_pb_text_inner h5 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: .85em;
    letter-spacing: 2px;
}
#et_pb_contact_pyrenia p[data-id=message] {
    width: 100%;
}
#et_pb_contact_pyrenia .et_pb_contact_field_last{
    width: 100%;
    padding-bottom: 30px;
}
@media (min-width:981px) {
    #et_pb_contact_pyrenia .et_pb_text_inner p {
        padding-bottom: 1em;
        font-size: .9em;
        line-height: 1.3em;
    }
}
@media (max-width:980px) {
    #et_pb_contact_pyrenia .et_contact_bottom_container {
        width: 100%;
    }
}
.imp-tooltip {
    background: #fff;
    -webkit-box-shadow: 0 0 70px rgba(0, 0, 0, .2);
            box-shadow: 0 0 70px rgba(0, 0, 0, .2);
}
.imp-tooltip-plain-text {
    color: #333;
}
.wpdm-link-tpl .pull-left,
.wpdm-link-tpl .ptitle {
    display: none;
}
.wpdm-link-tpl .wpdm-download-link,
.footer-widget a {
    text-transform: uppercase;
    font-weight: bold;
}
.wpdm-link-tpl .wpdm-download-link:hover,
.footer-widget a:hover {
    text-decoration: none;
    color: #10acdb!important;
}
#footer-widgets {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
#footer-widgets a.contact-tel {}
#footer-widgets a.contact-mail {}
#footer-widgets a.contact-twitter {}
#footer-widgets p {
    text-align: justify;
}
@media all and (min-width:981px) {
    #footer-widgets #text-5 .textwidget,
    #footer-widgets #text-9 .textwidget {
        padding-top: 6.5em;
    }
}
.title-glyphe {
    font-size: 4em;
    float: left;
    font-weight: 200;
    line-height: .9em;
    color: #10acdb;
}
@media all and (max-width:720px) {
    #footer-widgets h4 {
        font-size: 4.5vw !important;
    }
}
.block-glyphe {
    display: block;
    text-transform: uppercase;
}
a.contact-tel,
a.contact-mail,
a.contact-twitter {
    position: relative;
    color: #fff !important;
    padding: .618em 1em;
    display: inline-block;
    font-size: 1.4em;
    margin: .2em 0;
    z-index: 1;
}
a.contact-tel::before {
    background: #104d99;
}
a.contact-mail::before,
a.contact-twitter::before {
    background: #10acdb;
}
a.contact-tel::before,
a.contact-mail::before,
a.contact-twitter::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    opacity: 1;
    -webkit-transition: opacity 150ms;
    -o-transition: opacity 150ms;
    transition: opacity 150ms;
    -webkit-transition-timing-function: ease-in-out;
    -o-transition-timing-function: ease-in-out;
       transition-timing-function: ease-in-out;
}
a.contact-tel:hover,
a.contact-mail:hover,
a.contact-twitter:hover {
    color: #fff!important;
}
a.contact-tel:hover::before,
a.contact-mail:hover::before,
a.contact-twitter:hover::before {
    opacity: .5;
}
#footer-widgets .footer-widget:nth-of-type(3) h4 {
    color: #fff !important;
}
#footer-widgets .footer-widget:nth-of-type(3) {
    background: #123b93;
}
@media (min-width:981px) {
    #footer-widgets .footer-widget:nth-of-type(3) {
        background: -webkit-linear-gradient(93deg, #ffffff 5%, #ffffff 5%, #0a1b59 5.4%, #123b93 100%);
        background: -webkit-linear-gradient(357deg, #ffffff 5%, #ffffff 5%, #0a1b59 5.4%, #123b93 100%);
        background: -o-linear-gradient(357deg, #ffffff 5%, #ffffff 5%, #0a1b59 5.4%, #123b93 100%);
        background: linear-gradient(93deg, #ffffff 5%, #ffffff 5%, #0a1b59 5.4%, #123b93 100%);
        filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0a1b59', endColorstr='#123b93', GradientType=1);
    }
    #footer-widgets .footer-widget:last-child .et_pb_widget {
        float: right;
    }
}
#main-footer {
    background-image: -webkit-gradient( linear, left top, right top, color-stop(70%, #ffffff), color-stop(70%, #123b93)) !important;
    background-image: -webkit-linear-gradient( left, #ffffff 70%, #123b93 70%) !important;
    background-image: -o-linear-gradient( left, #ffffff 70%, #123b93 70%) !important;
    background-image: linear-gradient( 90deg, #ffffff 70%, #123b93 70%) !important;
    -webkit-box-shadow: 0 0px 80px rgba(100, 100, 100, .1);
            box-shadow: 0 0px 80px rgba(100, 100, 100, .1);
    position: relative;
}
@media (max-width: 981px) {
    #main-footer {
        background-image: none !important;
    }
    #main-footer>.container {
        width: 100%;
    }
    #footer-widgets .footer-widget {
        width: 100% !important;
        padding: 1.5em 8%;
        margin: 0!immportant;
    }
    #main-footer .footer-widget:nth-of-type(1),
    #main-footer .footer-widget:nth-of-type(2) {
        margin-bottom: 0!important;
        font-size: 1em;
    }
    #main-footer .footer-widget:nth-of-type(2) {
        padding-top: 0!important;
    }
}
.et_pb_gutters3 .footer-widget {
    padding: 32px 2%;
}
@media (min-width: 981px) {
    .et_pb_gutters3.et_pb_footer_columns3 .footer-widget {
        width: 33.33% !important;
    }
    .et_pb_gutters3 .footer-widget {
        margin: 0;
    }
}
#footer-bottom {
    padding: 20px 0 0;
    background: #e8e8e8;
    background: -webkit-gradient(linear, left top, left bottom, from(#efefef), color-stop(27%, #ffffff));
    background: -webkit-linear-gradient(top, #efefef 0%, #ffffff 27%);
    background: -o-linear-gradient(top, #efefef 0%, #ffffff 27%);
    background: linear-gradient(to bottom, #efefef 0%, #ffffff 27%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#efefef', endColorstr='#ffffff', GradientType=0);
}
#footer-info {
    width: 100%;
}
#footer-info .et_pb_widget {
    float: none;
}
#footer-info .et_pb_row {
    padding: 0!important;
    width: 100%!important;
}
#footer-info .et_pb_column .et_pb_text {
    margin-bottom: 0!important;
}
#footer-info .copyright::before {
    content: "";
    width: 110px;
    display: block;
    float: left;
    padding-bottom: 46px;
    margin: -10px 20px 0 0;
    background: transparent url("images/footer_logo.png") no-repeat center;
    background-size: contain;
}
#footer-info .realisation {
    text-transform: uppercase;
    color: #abacad;
    margin-top: -8px;
    display: block;
}
#footer-info .realisation a {
    font-weight: normal;
    display: inline;
    color: #abacad !important;
}
#footer-info .et_pb_text_inner {
    padding-top: 10px;
}
#footer-info .et_pb_row.et_pb_row_fullwidth,
#footer-info .et_pb_row.et_pb_row_fullwidth {
    width: 100%!important;
    max-width: 100%!important;
}
[id*="menu-menu-pied-de-page"] {
    text-align: right;
}
@media (max-width: 980px) {
    #footer-info .et_pb_row_fullwidth {
        width: 100% !important;
        max-width: 100% !important;
    }
    [id*="menu-menu-pied-de-page"] {
        text-align: center;
    }
}
[id*="menu-menu-pied-de-page"] li {
    display: inline-block;
    text-transform: uppercase;
}
[id*="menu-menu-pied-de-page"] li::after {
    content: "-";
    display: inline-block;
    margin: 0 4px 0 6px;
}
[id*="menu-menu-pied-de-page"] li:last-child:after {
    display: none;
}
@media (max-width: 981px) {
    [id*="menu-menu-pied-de-page"],
    #footer-info .et_pb_text_inner {
        text-align: left;
    }
    .et_pb_column {
        margin-bottom: 0;
    }
}
@media (max-width: 980px) {
    #footer-widgets .footer-widget:nth-child(n),
    .footer-widget .fwidget {
        margin: 0!important;
    }
}
.ailerons_line {
    -webkit-box-shadow: 0 1px 70px rgba(0, 0, 0, .1);
            box-shadow: 0 1px 70px rgba(0, 0, 0, .1);
    margin: 10px;
    overflow: visible !important;
}
.ailerons_line::before,
.ailerons_line::after {
    content: "";
    display: block;
    position: absolute;
    background: #ffe135;
    height: 0;
    width: 20%;
    padding-bottom: 20%;
}
.ailerons_line::before {
    top: -10px;
    left: -10px;
}
.ailerons_line::after {
    bottom: -10px;
    right: -10px;
}
.ailerons_line .et_pb_text_inner {
    padding: 1em 2em;
}
.titre-bloc-flotant {
    color: #10acdb !important;
}
.big-texte {
    font-size: 2em;
    line-height: 1em;
}