/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
*/



/*Add your own styles here:*/


/* FONTS */

@import url('https://fonts.googleapis.com/css?family=Muli:400,400i,600,700,800,900|Poppins:200,300,400,600,700,800&display=swap');

@font-face {
    font-family: 'Fractul';
    src: url('fonts/Fractul-Medium.woff2') format('woff2'),
        url('fonts/Fractul-Medium.woff') format('woff'),
        url('Fractul-Medium.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* GENERAL */


.avia-post-nav {
  display: none;
}

/* redefinition colonnes Enfold */

div .el_before_av_one_half.av_one_half,
div .el_after_av_one_half.av_one_half {
    margin-left: 4%;
    width: 48%;
}
div .first.el_before_av_one_half.av_one_half,
div .first.el_after_av_one_half.av_one_half {
    margin-left: 0;
}
#top .av-flex-placeholder {
    width: 4%;
}
div .el_before_av_one_third.av_one_third,
div .el_after_av_one_third.av_one_third {
    margin-left: 3%;
    width: 31.333%;
}
div .first.el_before_av_one_third.av_one_third,
div .first.el_after_av_one_third.av_one_third {
    margin-left: 0;
}

strong, b {
    font-weight: 900;
}
.main_color p strong,
.main_color p b {
    color: #023152;
}
.main_color li strong,
.main_color li b{
    color: #0466ab;
}
.entry-content-wrapper li {
    /*padding: 0.6em 0;*/
    padding: 0.3em 0;
    font-size: 18px;
    line-height: 1.5;
}
.entry-content-wrapper .avia_textblock li::before {
    content: "→";
    margin-right: 8px;
    color: #0466ab;
    font-family: 'Fractul';
}

.entry-content-wrapper .liste-carre.avia_textblock li::before,
.entry-content-wrapper .liste-carre .avia_textblock li::before {
  content: "■";
  margin-right: 6px;
}

.entry-content-wrapper ul {
    list-style: none;
}
.entry-content-wrapper li {
    margin-left: 0;
}

p {
    line-height: 1.5;
}

.flex_column.av_one_full p {
    max-width: 1060px;
    margin-right: auto;
    margin-left: auto;
}
#top .widgettitle {
    font-weight: 700;
    letter-spacing: 0;
}
h1 {
    font-size: 70px;
}
p + h1 {
    margin-top: 0.3em;
}

.template-page .entry-content-wrapper h1, .template-page .entry-content-wrapper h2 {
    text-transform: inherit;
}
.avia-section h2 {
    font-size: 55px;
    margin-bottom: 0.9em;
    /*margin-top: 0.6em;*/
    font-weight: 700;
    line-height: 1.3;
}
.single-post h2 {
    font-size: 45px;
}
.avia-section h3 {
    font-size: 32px;
}
.avia-section h5 {
    line-height: 1.5;
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 2em;
}

h3 + h4 {
  margin-top: 1.3em;
}

.avia_textblock.text-w640 {
    max-width: 640px;
    margin: auto;
}

.container_wrap {
    border-top-width: 0;
}

@media only screen and (max-width: 1600px) {
    h1 {
        font-size: 60px;
    }
    .avia-section h2 {
        font-size: 48px;
    }
}

@media only screen and (max-width: 1200px) {
    h1 {
        font-size: 44px;
    }
    .avia-section h2 {
        font-size: 38px;
    }
    .avia-section h3 {
        font-size: 26px;
    }
    p,
    .entry-content-wrapper li {
        font-size: 16px;
    }
}

@media only screen and (max-width: 767px) {
    h1,
    .avia-section h2 {
        font-size: 24px;
    }
    .avia-section h3 {
        font-size: 20px;
    }
    p,
    .entry-content-wrapper li {
        padding: 0.3em 0;
        font-size: 13px;
    }
    .avia-section-huge .content {
        padding-top: 90px;
        padding-bottom: 90px;
    }
    .avia-section h5 {
        font-size: 16px;
    }
}

/* Boutons */
body div .avia-button {
    border-radius: 0;
    border-width: 0;
}
.avia_iconbox_title,
#top input[type="submit"] {
    font-weight: 800;
    font-size: 20px;
}
.avia-button.avia-size-medium {
    padding: 15px 24px 14px;
}
#top input[type="submit"] {
    padding: 11px 24px 12px;
}
.main_color .avia-button.avia-color-theme-color,
#top input[type="submit"] {
    border: 3px solid #0466ab !important;
    background-color: #0466ab;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.page-template-template-jaune .main_color .avia-button.avia-color-theme-color {
    border: 3px solid #f18a00 !important;
    background-color: #f18a00;
}
.page-template-template-vert .main_color .avia-button.avia-color-theme-color {
    border: 3px solid #308e7e !important;
    background-color: #308e7e;
}
.page-template-template-rouge .main_color .avia-button.avia-color-theme-color {
    border: 3px solid #c0393b !important;
    background-color: #c0393b;
}
.main_color .avia-button.avia-color-theme-color:hover,
#top input[type="submit"]:hover {
    background-color: #023152;
    border-color: #023152 !important;
    opacity: 1;
}
.avia_button_icon[data-av_icon=""]::before,
#top input[type="submit"]::before {
    content: '⟶';
    font-family: 'Fractul';
    font-size: 20px;
}

@media only screen and (max-width: 767px) {
    .avia_iconbox_title {
        font-size: 15px;
    }
    .avia-button.avia-size-medium {
        padding: 10px 12px 9px;
    }
    .avia_button_icon[data-av_icon=""]::before {
        font-size: 15px;
    }
}


#orleans-centre.main_color .avia-button.avia-color-theme-color,
#top.page-template-template-violet .alternate_color .avia-button.avia-color-theme-color {
    border: 3px solid #fff !important;
    background-color: #fff;
    color: #8f4370;
}
#orleans-centre.main_color .avia-button.avia-color-theme-color:hover,
#top.page-template-template-violet .alternate_color .avia-button.avia-color-theme-color:hover {
    background-color: #4a2038;
    border-color: #fff !important;
    color: #fff;
}

/* scroll to top button */
#top #scroll-top-link {
    background-color: #023152;
    color: #fff;
    border: 3px solid #023152;
    opacity: 1;
    border-radius: 0;
    line-height: 45px;
}
#top #scroll-top-link:hover {
    background-color: transparent;
    color: #023152;
    border: 3px solid #023152;
}
#scroll-top-link::before {
    content: '↑';
    font-family: 'Fractul';
    font-weight: 400;
    font-size: 26px;
}

/* scroll to next section */

#top .scroll-down-col {
    border-radius: 0px;
    position: absolute;
    bottom: -85px;
    z-index: 1000;
}
#top .scroll-down-link {
    background-color: #004997; /*#0466ab*/
    width: 2px;
    border-radius: 100%;
    height: 170px;
    margin: 0;
    opacity: 0.5;
    -webkit-animation: none !important;
    animation: none !important;
}
#top .scroll-down-link::before {
    width: 30px;
    height: 170px;
    position: absolute;
    left: -15px;
    opacity: 0;
}

@media only screen and (max-width:767px) {
    #top .scroll-down-link {
        height: 130px;
    }
}

#top.page-template-template-violet .scroll-down-link,
#top.category_formation .scroll-down-link{
    background-color: #750f49; /*#4a2038*/
}
#top.page-template-template-jaune .scroll-down-link,
#top.category_etudes-techniques .scroll-down-link {
    background-color: #bf6e00; /*#f18a00*/
}
#top.page-template-template-vert .scroll-down-link,
#top.category_production-audiovisuelle .scroll-down-link {
    background-color: #0d3831; /*#0d3831*/
}
#top.page-template-template-rouge .scroll-down-link,
#top.category_securite .scroll-down-link {
    background-color: #a61619; /*#c0393b*/
}
#home-header .scroll-down-link::after {
    content: '';
    width: 2px;
    height: 85px;
    position: absolute;
    background-color: #fff;
    left: 0;
}
@media only screen and (max-width:767px) {
    #home-header .scroll-down-link::after {
        height: 65px;
    }
}

/* Sections */
.section-w1060 .container {
    max-width: 1160px;
}

/* Section video fixe */

.video-cover .avia-slideshow-inner {
     position: fixed;
}
.video-cover .avia-slideshow {
     overflow: visible;
}
.js_active .av-minimum-height .container,
.container {
    z-index: 2;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
}

@media only screen and (min-width:1081px) {
    #home-header.video-cover {
        background-image: none !important;
    }
}
@media only screen and (max-width:1080px) {
    .video-cover .avia-slideshow-inner {
        display: none;
    }
}


/* Menu */

#avia-menu li .avia-menu-text {
    border-bottom: 1px solid transparent;
    font-size: 18px;
    font-weight: 400;
    padding: 2px 0;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.av-main-nav > li > a {
    padding: 0 18px;
}
#avia-menu li:hover .avia-menu-text {
    border-bottom-color: #fff;
    padding: 5px 0;
}

@media only screen and (max-width: 1200px) {
    #avia-menu li .avia-menu-text {
        font-size: 15px;
    }
    .av-main-nav > li > a {
        padding: 0 10px;
    }
}

/* burger */
.html_av-overlay-side #top .av-burger-overlay-scroll {
    background: #023152;
}
.html_av-overlay-side #top #wrap_all div .av-burger-overlay-scroll #av-burger-menu-ul a:hover {
    background-color: rgba(255,255,255,0.1);
}

/* HEADER */
#top .av_header_with_border.av_header_transparency #header_main {
    border: none;
}
#header .logo {
    width: 150px;
}
#header .logo a {
    margin-top: 18px;
}

/* PRE-FOOTER */
#pre-footer .content {
    padding-top: 80px;
}

/* FOOTER */
#footer {
    /*background: url('https://www.drone-expertise-centre.com/wp-content/uploads/2020/02/drone-expertise-centre-footer-logo.png') top center no-repeat #0466ab;*/
}

@media only screen and (max-width:1200px) {
    #footer {
        background-size: 60%;
    }
}
@media only screen and (max-width:767px) {
    #footer {
        background-size: 80%;
    }
}

#interesse,
#parlons-en {
    margin: 0;
    font-size: 70px;
    line-height: 1.2;
    font-family: 'Poppins', serif;
}
#interesse {
    font-weight: 200;
}
#interesse.landing {
  font-size: 45px;
}
#parlons-en {
    text-align: center;
    font-weight: 600;
}
#parlons-en.landing {
  text-align: left;
}
#parlons-en a::after {
    content: " ⟶";
    font-family: 'Fractul';
}

#parlons-en a:hover {
    color: #023152;
}

@media only screen and (max-width:1600px) {
    #interesse,
    #parlons-en {
        font-size: 60px;
    }

    #interesse.landing {
      font-size: 35px;
    }
}

@media only screen and (max-width:1200px) {
    #interesse,
    #parlons-en {
        font-size: 50px;
    }
    #interesse.landing {
      font-size: 30px;
    }
}

@media only screen and (max-width:767px) {
    #interesse,
    #parlons-en {
        font-size: 30px;
        line-height: 1;
    }
    #interesse.landing {
      font-size: 24px;
    }
}

#footer .widget_recent_entries li {
    border: none;
    padding: 0;
}
#footer .widget_recent_entries li a {
    font-style: normal;
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    line-height: 1.4;
}
#footer .widget_recent_entries li a:before {
    content: "→ ";
    font-family: 'Fractul';
}
#footer .widget#text-8 {
  text-align: right;
  margin-bottom: 0;
}

#footer .widget#text-8 p {
  margin-bottom: 10px;
}

#footer .widget#text-5 img {
  margin-right: 25px;
}

#footer .widget#wc_shortcodes_social_icons-2 {
  text-align: right;
  margin-top: 0;
}




/* footer social */
#wc_shortcodes_social_icons-2 h3 {
    text-transform: inherit;
    display: inline-block;
    margin-right: 10px;
}
.wc-shortcodes-social-icons-wrapper.footer-social {
    display: inline-block;
    width: auto;
}
.footer-social li i {
    border-radius: 30px;
    background-color: #fff !important;
    color: #0466ab;
    font-size: 20px;
}


@media only screen and (max-width:1200px) {
    #footer .widget_recent_entries li a {
        font-size: 15px;
    }
}
@media only screen and (max-width:767px) {
    #footer .widget_recent_entries li a {
        font-size: 13px;
    }
    #wc_shortcodes_social_icons-2 h3 {
        font-size: 15px;
    }
    #footer .widget {
        margin: 10px 0;
    }
}

/* Accordeon */
/*
.js_active .togglecontainer .toggler {
    color: #fff;
    font-family: 'Poppins', serif;
    font-size: 34px;
    font-weight: 600;
    background-color: #0466ab;
    padding: 35px 50px 35px 170px;
    line-height: 1.1;
}
.main_color .toggler, .main_color .toggler.activeTitle:hover {
    color: #fff;
}
.main_color .toggle_content {
    background-color: #fff;
    font-size: 20px;
}
.av-elegant-toggle .single_toggle {
    margin-bottom: 40px;
}*/

/* Accordeons Angie */
/*
.wc-shortcodes-accordion .wc-shortcodes-accordion-trigger {
    min-height: 150px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0466ab;
    border-width: 0;
    font-family: 'Poppins', serif;
    font-size: 34px;
    font-weight: 600;
    margin-top: 40px;
}
.wc-shortcodes-accordion-trigger:hover {
    cursor: pointer;
}
#top .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a {
    color: #fff;
    text-decoration: none;
    line-height: 1.1;
    padding: 10px 20px 10px 150px;
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-trigger a::before {
    display: none !important;
}
.wc-shortcodes-accordion .wc-shortcodes-accordion-trigger.wc-shortcodes-accordion-header-active,
.wc-shortcodes-accordion-trigger:hover {
    background-color: #023152;
}
.wc-shortcodes-accordion-content.wc-shortcodes-content {
    border-width: 0;
    background: #fff;
    padding: 30px;
}
.accordeon .av_one_half {
    margin-top: 0;
    width: 48%;
}
.accordeon .av_one_half.el_after_av_one_half.avia-builder-el-last {
    margin-left: 4%;
}

.wc-shortcodes-accordion-trigger::before {
    content: '';
    position: absolute;
    left: 16px;
    font-family: 'Fontello';
    font-size: 110px;
    font-weight: normal;
    color: #fff;
}
.wc-shortcodes-accordion-trigger.objectif::before {
    content: '';
}
.wc-shortcodes-accordion-trigger.bouclier::before {
    content: '';
}
.wc-shortcodes-accordion-trigger.carte::before {
    content: '';
}
.wc-shortcodes-accordion-trigger.formation::before {
    content: '';
}
.wc-shortcodes-accordion-trigger.nuage::before {
    content: '';
}
.wc-shortcodes-accordion-trigger.photo::before {
    content: '';
}*/

/* Prestations */
.presta .presta-link {
    text-decoration: none !important;
}
.presta-link .presta-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #0466ab;
    padding: 20px;
}
.presta-link .presta-title img {
    max-width: 100px;
}
.presta-link .presta-title p {
    margin: 0 !important;
}
.presta-link .presta-title h3 {
    color: #fff;
    margin: 0 0 0 5px;
}
.presta-link .presta-desc {
    background-color: #fff;
    color: #000;
    padding: 0 40px;
    opacity: 0;
    height: 0;
    margin-top: 0;
    margin-bottom: 15px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.presta-link:hover .presta-title {
    background-color: #023152;
}
.presta-link:hover .presta-desc {
    display: block;
    opacity: 1;
    height: auto;
    padding: 30px 40px;
}

@media only screen and (max-width:989px) {
    .presta-link .presta-title h3 {
        font-size: 20px;
        padding: 15px;
    }
    .presta-link .presta-title img {
        max-width: 70px;
    }
}
@media only screen and (max-width:767px) {
    .presta-link .presta-title {
        padding: 10px;
        width: 90vw;
    }
    .presta-link .presta-title img {
        max-width: 60px;
    }
    .presta-link .presta-desc {
        padding: 0;
        display: none;
    }
    .presta-link:hover .presta-desc {
        padding: 0;
        display: none;
    }
    .presta-link:hover .presta-desc {
        display: none;
    }
    .presta-link + p {
        margin: 0;
    }
    .presta {
        margin-bottom: 0 !important;
    }
}

/* Masonry Portfolio */
#top .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content {
    background-color: rgba(0,102,175,0.6);
}
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
    text-align: left;
}
#top .av-caption-style-overlay .av-masonry-item-with-image .av-inner-masonry-content-pos {
    vertical-align: inherit;
}
.av-large-gap.av-fixed-size .av-masonry-entry .av-inner-masonry {
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
#top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
    font-size: 1.5em;
    font-weight: 700;
}

@media only screen and (max-width:1600px) {
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 1.3em;
    }
}
@media only screen and (max-width:1200px) {
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 1em;
    }
}
@media only screen and (max-width:989px) {
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 0.8em;
    }
}
@media only screen and (max-width:767px) {
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 1em;
    }
}
@media only screen and (max-width:600px) {
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 0.8em;
    }
}
@media only screen and (max-width:480px) {
    #top .av-caption-style-overlay .av-masonry-entry .av-masonry-entry-title {
        font-size: 1em;
    }
}

.text-sep.avia_show_sort {
    display: none;
}
.av-large-gap .av-masonry-sort {
    margin: 0 0 15px 0;
}
#top .all_sort_button,
#top .avia_show_sort {
    padding: 8px 20px;
    background: #0466ab;
    margin: 5px 15px;
    border: 3px solid #0466ab;
    text-decoration: none;
}
.inner_sort_button span {
    color: #fff;
    font-size: 19px;
}
#top .all_sort_button.active_sort,
#top .avia_show_sort.active_sort {
    background: #fff;
    border-color: #023152;
}
.all_sort_button.active_sort span,
.active_sort .inner_sort_button span {
    color: #023152;
    font-weight: 700;
}

@media only screen and (max-width:767px) {
    #top .all_sort_button,
    #top .avia_show_sort {
        padding: 0px 6px;
        margin: 3px;
    }
    .inner_sort_button span {
        font-size: 12px;
    }
}


/* PAGE ACCUEIL */

/* logo home */
#top.home .av_header_transparency.av_alternate_logo_active .logo a > img,
#header:not(.header-scrolled):not(.av_header_transparency) img {
    opacity: 1;
    margin-top: 30px;
}
#top.home .av_header_transparency .logo img.alternate {
    opacity: 0;
}
#top.home .logo a img,
#header:not(.header-scrolled):not(.av_header_transparency) img {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

@media only screen and (max-width:989px) {
    #top.home .av_header_transparency.av_alternate_logo_active .logo a > img,
    #header:not(.header-scrolled):not(.av_header_transparency) img {
        margin-top: 10px;
    }
}

/*solution*/
#home-solutions .av-icon-char {
    margin-bottom: 10px;
    display: block;
}
#home-solutions .av-icon-char::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#home-solutions-bloc-imagerie h3,
#home-solutions-bloc-imagerie:hover .av-icon-char::before {
    color: #308e7e;
}
#home-solutions-bloc-technique h3,
#home-solutions-bloc-technique:hover .av-icon-char::before {
    color: #f18a00;
}
#home-solutions-bloc-securite h3,
#home-solutions-bloc-securite:hover .av-icon-char::before {
    color: #c0393b;
}
#home-solutions-bloc-formation h3,
#home-solutions-bloc-formation:hover .av-icon-char::before {
    color: #8f4370;
}
#top #home-solutions .av-flex-placeholder {
    width: 3%;
}

@media only screen and (max-width:767px) {
    #home-solutions-bloc-imagerie,
    #home-solutions-bloc-technique,
    #home-solutions-bloc-securite,
    #home-solutions-bloc-formation {
        padding: 0 !important;
        background-color: transparent !important;
    }
}

/*expertise*/
#home-expertise p {
    font-size: 20px;
}
#home-expertise .avia_image {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#home-expertise .flex_column:hover .avia_image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

@media only screen and (min-width:990px) {
    #home-expertise div .av_one_fourth {
        margin-left: 2%;
        width: 23%;
    }
}

@media only screen and (max-width:767px) {
    #home-expertise p {
        font-size: 13px;
    }
    #home-expertise .avia_image {
        max-width: 70px;
    }
}

/* carousel articles */
.slick-list.draggable {
    overflow: visible;
}
.wppsac-post-carousel.design-1 .wppsac-carousel-slides {
    padding: 0 20px;
}
.slick-slide {
    opacity: 0.3;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.slick-slide .wppsac-post-content-position {
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.slick-slide.slick-active,
.slick-slide.slick-active .wppsac-post-content-position {
    opacity: 1;
}

@media only screen and (max-width:767px) {
    .wppsac-post-carousel.design-1 .wppsac-carousel-slides {
        padding: 0 10px;
    }
    .wppsac-post-carousel h2.wppsac-post-title a {
        font-size: 17px;
        line-height: 1.3;
    }
    .wppsac-post-content {
        font-size: 13px;
        line-height: 1.5;
    }
}

/* PAGE Production Visuelle */
#av-layout-grid-1::before,
#av-layout-grid-2::before,
#av-layout-grid-3::before,
#av-layout-grid-4::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(246,249,248,0.9);
    z-index: 10;
}
@media only screen and (min-width: 768px) {
    #av-layout-grid-2::before {
        top: 9vw;
    }
    #av-layout-grid-3::before {
        top: 25vw;
    }
    #av-layout-grid-4::before {
        top: 16vw;
    }
}
@media only screen and (max-width: 767px) {
    #av-layout-grid-1::before,
    #av-layout-grid-2::before,
    #av-layout-grid-3::before,
    #av-layout-grid-4::before {
        background-color: #fff;
    }
}
/* PAGE FORMATION */

/* formations Orleans Centre */
#orleans-centre p {
    color: #fff;
    margin-bottom: 1.2em;
}

.formation-col-lien-fiche {
    /*padding: 40px 0;*/
    margin-bottom: 120px;
}
.formation-col-lien-fiche .avia-image-container {
    background-color: rgba(108, 2, 63, 0.7);
    padding: 50px;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.formation-col-lien-fiche:hover .avia-image-container {
    opacity: 0;
}
.formation-col-lien-fiche:hover p {
    color: #4a2038;
}
.formation-col-lien-fiche .av_textblock_section {
    position: absolute;
    left: 0;
    right: 0;
}
.formation-col-lien-fiche p {
    /*position: absolute;*/
    font-family: 'Poppins', sans-serif;
    text-align: center;
    font-weight: 700;
    font-size: 30px;
    color: #8f4370;
}
.av_one_third.formation-col-lien-fiche p {
    font-size: 22px;
}

@media only screen and (max-width: 1200px) {
    .formation-col-lien-fiche .avia-image-container {
        padding: 30px;
    }
    .formation-col-lien-fiche .avia-image-container-inner {
        max-width: 130px;
    }
    .formation-col-lien-fiche p {
        font-size: 25px;
    }
    .av_one_third.formation-col-lien-fiche p {
        font-size: 18px;
    }
}
@media only screen and (max-width: 767px) {
    .formation-col-lien-fiche .avia-image-container {
        padding: 20px;
    }
    .formation-col-lien-fiche .avia-image-container-inner {
        max-width: 100px;
    }
    .formation-col-lien-fiche p {
        font-size: 20px;
        margin: 0.3em 0;
    }
    #top #wrap_all #main .flex_column.formation-col-lien-fiche {
        margin-bottom: 100px;
    }
    .av_one_third.formation-col-lien-fiche p {
        font-size: 16px;
    }
}
@media only screen and (max-width: 600px) {
    .formation-col-lien-fiche p {
        font-size: 15px;
    }
}


/* temoignages */
.sa_hover_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
#top .owl-carousel .sa_hover_container img {
    max-width: 200px;
}
.sa_hover_container .flex_column {
    text-align: center;
    font-size: 24px;
    font-style: italic;
    line-height: 1.5;
}
#top .white .sa_owl_theme .owl-nav .owl-next {
    background: rgba(0,0,0,0) url('/wp-content/uploads/2020/02/fleche-droite-violet.png') no-repeat center center !important;
}
#top .white .sa_owl_theme .owl-nav .owl-prev {
    background: rgba(0,0,0,0) url('/wp-content/uploads/2020/02/fleche-gauche-violet.png') no-repeat center center !important;
}
#top .sa_owl_theme .owl-nav div,
#top .sa_owl_theme .owl-nav button {
    height: 52px !important;
}
#top .white .sa_owl_theme .owl-nav .owl-prev:hover,
#top .white .sa_owl_theme .owl-nav .owl-next:hover {
    -webkit-filter: brightness(0.5) !important;
    filter: brightness(0.5) !important;
}

@media only screen and (max-width: 1200px) {
    .sa_hover_container .flex_column {
        font-size: 18px;
    }
    #top .sa_owl_theme .owl-nav .owl-prev {
        left: 0px;
    }
    #top .sa_owl_theme .owl-nav .owl-next {
        right: 0px;
    }
}

@media only screen and (max-width: 767px) {
    .sa_hover_container .flex_column {
        font-size: 13px;
    }
    .sa_hover_container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    #top .sa_owl_theme .owl-nav .owl-prev {
        left: -20px;
    }
    #top .sa_owl_theme .owl-nav .owl-next {
        right: -20px;
    }
}

/* PAGE CONTACT */

.contact-bloc-tel-mail p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.contact-bloc-tel-mail p img {
  margin-right: 10px;
}

.contact-bloc-tel-mail p a {
  text-decoration: none;
}

.page-id-1314 #home-header::after {
    position: absolute;
    content: '';
    width: 2px;
    height: 320px;
    background-color: #fff;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-3px);
    transform: translateX(-3px);
    z-index: 10;
    opacity: 0.9;
}
@media only screen and (max-width: 989px) {
    .page-id-1314 #home-header::after {
        content: none;
    }
}

#top h3.av-special-heading-tag,
#top .av-subheading p {
    font-family: 'Poppins', sans-serif;
    font-size: 26px;
    font-weight: 700;
    color: #023152;
    line-height: 1.4;
}
#top .av-subheading {
    margin-top: 0;
}
#top h3.av-special-heading-tag {
    text-transform: uppercase;
    color: #93aad7;
}
#contact-tabs .av-tab-section-tab-title-container {
    display: none;
}
@media only screen and (max-width: 767px) {
    #top h3.av-special-heading-tag,
    #top .av-subheading p {
        font-size: 18px;
    }
}

.link-tab1 h3,
.link-tab2 h3 {
    text-transform: uppercase;
    line-height: 1.4;
    font-size: 40px;
}
h3 span.contact-subt {
    font-weight: 200;
    text-transform: initial;
}

@media only screen and (max-width: 1200px) {
    .link-tab1 h3,
    .link-tab2 h3 {
        font-size: 25px;
    }
}
@media only screen and (max-width: 767px) {
    .link-tab1 h3,
    .link-tab2 h3 {
        font-size: 16px;
    }
    .col-tabs-nav {
        width: 50% !important;
    }
}


#contact-tabs .av-layout-tab {
    padding: 140px 0 50px 0;
}

.link-tab2 a,
.link-tab1 a {
    padding: 50px 0;
    opacity: 0.8;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.link-tab2 a:hover,
.link-tab1 a:hover {
    opacity: 1;
}
.link-tab2 h3::after,
.link-tab1 h3::after {
    content: '';
    width: 80px;
    height: 50px;
    background: red;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%) rotate(90deg);
    transform: translateX(-50%) rotate(90deg);
    bottom: -50px;
    background: rgba(0,0,0,0) url('/wp-content/uploads/2020/02/fleche-droite-violet.png') no-repeat center center;
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
    z-index: -1;
}

@media only screen and (max-width: 767px) {
    .link-tab2 a,
    .link-tab1 a {
        opacity: 1;
    }
    .link-tab2 h3::after,
    .link-tab1 h3::after {
        -webkit-transform: translateX(-50%) rotate(90deg) scale(0.6);
        transform: translateX(-50%) rotate(90deg) scale(0.6);
    }
}

/*form formations*/
.av-layout-tab .container {
    max-width: 1160px;
}

.wpcf7-form-control.g-recaptcha.wpcf7-recaptcha {
    margin-top: 40px;
}

.form-col-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.form-col {
    width: 48%;
}

#top .main_color .input-text,
#top .main_color input[type="text"],
#top .main_color input[type="input"],
#top .main_color input[type="password"],
#top .main_color input[type="email"],
#top .main_color input[type="number"],
#top .main_color input[type="url"],
#top .main_color input[type="tel"],
#top .main_color input[type="search"],
#top .main_color textarea,
#top .main_color select {
    background-color: #fff;
    color: #0466ab;
    border-bottom: 1px solid #93aad7;
    padding: 8px 0px;
    margin: 18px 0 5px 0;
}
#top .main_color textarea {
    max-width: 100%;
    height: 240px;
}
#top .main_color .input-text::-webkit-input-placeholder,
#top .main_color input[type="text"]::-webkit-input-placeholder,
#top .main_color input[type="input"]::-webkit-input-placeholder,
#top .main_color input[type="password"]::-webkit-input-placeholder,
#top .main_color input[type="email"]::-webkit-input-placeholder,
#top .main_color input[type="number"]::-webkit-input-placeholder,
#top .main_color input[type="url"]::-webkit-input-placeholder,
#top .main_color input[type="tel"]::-webkit-input-placeholder,
#top .main_color input[type="search"]::-webkit-input-placeholder,
#top .main_color textarea::-webkit-input-placeholder,
#top .main_color select::-webkit-input-placeholder {
    color: #93aad7;
}
#top .main_color .input-text:-ms-input-placeholder,
#top .main_color input[type="text"]:-ms-input-placeholder,
#top .main_color input[type="input"]:-ms-input-placeholder,
#top .main_color input[type="password"]:-ms-input-placeholder,
#top .main_color input[type="email"]:-ms-input-placeholder,
#top .main_color input[type="number"]:-ms-input-placeholder,
#top .main_color input[type="url"]:-ms-input-placeholder,
#top .main_color input[type="tel"]:-ms-input-placeholder,
#top .main_color input[type="search"]:-ms-input-placeholder,
#top .main_color textarea:-ms-input-placeholder,
#top .main_color select:-ms-input-placeholder {
    color: #93aad7;
}
#top .main_color .input-text::placeholder,
#top .main_color input[type="text"]::placeholder,
#top .main_color input[type="input"]::placeholder,
#top .main_color input[type="password"]::placeholder,
#top .main_color input[type="email"]::placeholder,
#top .main_color input[type="number"]::placeholder,
#top .main_color input[type="url"]::placeholder,
#top .main_color input[type="tel"]::placeholder,
#top .main_color input[type="search"]::placeholder,
#top .main_color textarea::placeholder,
#top .main_color select::placeholder {
    color: #93aad7;
}
#top input[type="text"]:focus,
#top input[type="password"]:focus,
#top input[type="email"]:focus,
#top input[type="number"]:focus,
#top input[type="url"]:focus,
#top input[type="tel"]:focus,
#top input[type="search"]:focus,
#top textarea:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #0466ab;
}

.wpcf7-not-valid-tip {
    line-height: 1;
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .wpcf7-form-control-wrap {
        font-size: 13px;
    }
    .wpcf7-not-valid-tip {
        font-size: 11px !important;
    }
    #top .main_color textarea {
        height: 136px;
    }
}



/* PAGE 404 */

#erreur404 p {
    color: #023152;
    font-size: 30px;
    margin: 0.2em auto;
}
#erreur404 p:first-child {
    font-weight: 600;
}
#erreur404 p:nth-child(2) {
    font-weight: 800;
    font-family: 'Poppins',sans-serif;
}

/* FICHES FORMATION */

#top .formation-objectif .av-special-heading h3 {
    font-size: 24px;
    color: #8f4370;
    text-transform: uppercase;
    font-weight: 700;
    padding: 60px 0 30px;
}

#top .formation-objectif .av-subheading.av-subheading_above p {
    font-size: 180px;
    color: #8f4370;
    opacity: 0.3;
    position: absolute;
    left: 50%;
    top: -65px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media only screen and (max-width: 767px) {
    #top .formation-objectif .av-subheading.av-subheading_above p {
        top: -125px;
    }
}

/*progress bar*/
/*
#top .avia-progress-bar-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
#top .avia-progress-bar {
}
#top .avia-progress-bar:first-child {
}
#top .avia-progress-bar .progress {
    border-radius: 30px;
    position: absolute;
    top: 2px;
    left: 0;
}
#top .avia-progress-bar .progress .bar {
    border-radius: 30px !important;
    background-color: #8f4370;
}
#top .avia-progress-bar .progress .bar-outer {
    background-color: #e5d9e1;
}
#top .avia-progress-bar .progressbar-percent {

    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 30px;
    color: #8f4370;
    opacity: 0.9;
}
#top .avia-progress-bar .progressbar-title {
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.4;
}
#top .avia-progress-bar .progressbar-title-wrap {
}
#top .avia-progress-bar .progressbar-title-wrap .progressbar-title {
    text-transform: initial;
}

.avia-progress-bar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}
#top .avia-progress-bar .progressbar-title-wrap {
    width: 57%;
}
#top .avia-progress-bar .progressbar-percent {
    width: 90px;
}
#top .avia-progress-bar .progress {
    width: 30%;
}

@media only screen and (max-width: 989px) {
    #top .avia-progress-bar .progressbar-title-wrap {
        width: 54%;
    }
}

@media only screen and (max-width: 767px) {
    .avia-progress-bar {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }
    #top .avia-progress-bar .progress {
        width: 68%;
        max-width: 300px;
        margin-left: 83px;
    }
    #top .avia-progress-bar .progressbar-title-wrap {
        width: 100%;
    }
    #top .avia-progress-bar .progressbar-title {
        font-size: 15px;
    }
}

*/

.formation-certification p {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 50px;
    font-size: 28px;
    color: #fff;
}
.formation-certification p strong {
    color: #000;
    margin-right: 20px;
}
.formation-formule .av_textblock_section {
    padding: 20px;
}
.formation-formule .av_textblock_section:first-child {
    background-color: #8f4370;
    padding: 30px 20px 25px;
}
.formation-formule .av_textblock_section:first-child h3 {
    color: #fff;
    font-weight: 300;
}
.formation-formule:hover .av_textblock_section:first-child {
    background-color: #4a2038;
}

@media only screen and (max-width: 767px) {
    .formation-certification p {
        font-size: 20px;
    }
}
@media only screen and (max-width: 480px) {
    .formation-certification p {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        font-size: 17px;
    }
}


/* ARTICLES */

/*
.single-post .avia-section .container {
    max-width: 1160px;
}*/

.main_color blockquote {
    border: none;
    margin: 20px 0;
    padding: 10px 40px;
    background-color: #f2f7fb;
}
.main_color blockquote p {
    font-size: 18px;
    font-weight: 700;
    color: #0466ab;
}
.documents .entry-content-wrapper li {
    padding: 0;
}
.documents.avia-section h2 {
    margin-bottom: 0em;
}

h5.av-share-link-description {
    color: #0466ab;
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
}
#top .av-share-box ul {
    width: auto;
    display: inline-block;
}
.av-share-box ul li.av-share-link a {
    width: 36px;
    background-color: #0466ab;
    height: 36px;
    font-size: 17px;
    line-height: 6px;
    margin-right: 16px;
    border-radius: 50px;
    color: #fff;
}
#top #wrap_all .av-share-box ul li.av-share-link:hover a {
    background-color: #023152;
}
.inner_tooltip {
    font-size: 16px;
    line-height: 1.5;
}
.av-share-box .avia-related-tooltip {
    display: none !important;
}

@media only screen and (max-width: 767px) {
    .av-social-sharing-box .av-share-box {
        margin-top: 25px;
    }
    h5.av-share-link-description {
        margin-right: 12px;
    }
    .av-share-box ul li.av-share-link a {
        margin-right: 10px;
    }
    .main_color blockquote {
        padding: 1px 16px;
    }
    .main_color blockquote p {
        font-size: 15px;
    }
    .documents ul {
        margin-bottom: 0;
    }
    #top #wrap_all .documents .av_one_third.flex_column {
        margin-bottom: 0;
    }
}

/*tags*/

#top .cool-tag-cloud .ctcdefault .ctcleft a,
#top .cool-tag-cloud .ctcdefault .ctcleft .tag-cloud-link {
    background: none !important;
    color: #0466ab !important;
    font-family: 'Muli';
    padding: 0 7px !important;
    margin: 0 !important;
    font-weight: 600;
}
#top .cool-tag-cloud .ctcdefault .ctcleft a::after,
#top .cool-tag-cloud .ctcdefault .ctcleft .tag-cloud-link::after {
    background: none !important;
}
#top .cool-tag-cloud .ctcdefault .ctcleft a:hover {
    color: #023152 !important;
    text-decoration: underline !important;
}
.tag-cloud-link::before {
    content: "#";
}
.widget_cool_tag_cloud .widgettitle {
    display: none;
}
.cool-tag-cloud {
    text-align: right;
    line-height: 1.3;
}

@media only screen and (max-width: 767px) {
    .cool-tag-cloud {
        text-align: left;
    }
}



/* galerie */
.av-horizontal-gallery-enlarge-effect .av-horizontal-gallery-wrap.av-active-gal-item {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}
.av-horizontal-gallery {
    overflow: visible;
}
.av-horizontal-gallery-wrap.noHover {
    padding: 28px;
}
#top .av-horizontal-gallery-link {
    background-color: rgba(2,49,82,0.7);
    line-height: 38px;
    width: 38px;
    border-radius: 0px;
    bottom: 40px;
    right: 40px;
}
/*
.av-horizontal-gallery-large-gap .av-horizontal-gallery-wrap.av-active-gal-item {
    margin: 0 50px 0 35px;
}*/
#top .av-horizontal-gallery-link:hover {
    -webkit-transform: none;
    transform: none;
    background-color: #023152;
}

@media only screen and (max-width: 767px) {
    .av-horizontal-gallery-wrap.noHover {
        padding: 10px;
    }
}


/* autres articles */

.wppsac-post-carousel h2.wppsac-post-title /*,
.avia-content-slider h3.entry-title*/{
    margin-top: 20px !important;
    margin-bottom: 12px !important;
    color: #0466ab;
    line-height: 1.2;
    font-size: 24px;
    font-weight: 700;
}
/*
.avia-content-slider .slide-meta {
    display: none;
}
.avia-content-slider .slide-entry-excerpt.entry-content {
    line-height: 1.4;
}
.avia-content-slider .slide-image,
.avia-content-slider .slide-image img {
    border-radius: 0;
}*/
.wppsac-post-carousel h2.wppsac-post-title:hover {
    color: #023152;
    text-decoration: underline;
}
#top .wppsac-post-carousel.design-1 .slick-prev,
#top .wppsac-post-carousel.design-1 .slick-next {
    top: 0;
    width: 400px;
    height: 100%;
    opacity: 0;
    -webkit-transform: none;
    transform: none;
}
#top .wppsac-post-carousel.design-1 .slick-prev {
    left: -400px !important;
}
#top .wppsac-post-carousel.design-1 .slick-next {
    right: -400px !important;
}
/*
#top .wppsac-post-carousel.design-1 .slick-prev:hover {
    cursor: w-resize;
}
#top .wppsac-post-carousel.design-1 .slick-next:hover {
    cursor: e-resize;
}*/

/**************************** GESTION COULEURS ******************************/

/* liens */

.main_color a {
    color: #023152;
    text-decoration: underline;
}
.main_color a:hover {
    color: #0466ab;
}
.page-template-template-jaune .main_color a,
.category_etudes-techniques .main_color a {
    color: #5e3300;
}
.page-template-template-jaune .main_color a:hover,
.category_etudes-techniques .main_color a:hover {
    color: #f18a00;
}
.page-template-template-rouge .main_color a,
.category_securite .main_color a {
    color: #782121;
}
.page-template-template-rouge .main_color a:hover,
.category_securite .main_color a:hover {
    color: #c0393b;
}
.page-template-template-vert .main_color a,
.category_production-audiovisuelle .main_color a {
    color: #0d3831;
}
.page-template-template-vert .main_color a:hover,
.category_production-audiovisuelle .main_color a:hover {
    color: #308e7e;
}
.page-template-template-violet .main_color a,
.category_formation .main_color a {
    color: #4a2038;
}
.page-template-template-violet .main_color a:hover,
.category_formation .main_color a:hover {
    color: #8f4370;
}

.fond-clair {
    background-color: #f2f7fb;
}

/* header videos */
#home-header .container {
    margin: 0;
    max-width: 100%;
}
#home-header .container::before {
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    background: linear-gradient(170deg, rgb(4, 102, 171) 10%, rgba(4,102,171,0) 75%);
}

@media only screen and (max-width: 767px) {
    #home-header .container::before {
        left: -15%;
        right: -15%;
    }
}
/* JAUNE */

@media only screen and (max-width: 989px) {
    #top.page-template-template-jaune .av_header_transparency .header_bg,
    #top.category_etudes-techniques .av_header_transparency .header_bg {
        background-color: #f18a00;
    }
}

.page-template-template-jaune .main_color p strong,
.page-template-template-jaune .main_color li strong,
.category_etudes-techniques .main_color p strong,
.category_etudes-techniques .main_color li strong,
.page-template-template-jaune .main_color p b,
.page-template-template-jaune .main_color li b,
.category_etudes-techniques .main_color p b,
.category_etudes-techniques .main_color li b {
    color: #f18a00;
}
.page-template-template-jaune .entry-content-wrapper .avia_textblock li::before,
.category_etudes-techniques .entry-content-wrapper .avia_textblock li::before {
    color: #f18a00;
}

.page-template-template-jaune #main,
.page-template-template-jaune .header_color .header_bg,
.page-template-template-jaune #pre-footer,
.page-template-template-jaune #footer,
.page-template-template-jaune #socket,
.page-template-template-jaune .alternate_color,
.category_etudes-techniques #main,
.category_etudes-techniques .header_color .header_bg,
.category_etudes-techniques #pre-footer,
.category_etudes-techniques #footer,
.category_etudes-techniques #socket,
.category_etudes-techniques .alternate_color {
    background-color: #f18a00;
}

.category_etudes-techniques #pre-footer .av-section-color-overlay {
    background-color: #f18a00 !important;
}
.page-template-template-jaune .fond-clair,
.category_etudes-techniques .fond-clair {
    background-color: #fff9f3;
}
.page-template-template-jaune #home-header .container::before,
.category_etudes-techniques #home-header .container::before {
    background: linear-gradient(170deg, rgb(241, 138, 0) 10%, rgba(241, 138, 0,0) 75%);
}
/*
.js_active .page-template-template-jaune .togglecontainer .toggler {
    background-color: #f18a00;
}
.js_active .page-template-template-jaune .togglecontainer .toggler.activeTitle {
    background-color: #5e3300;
}
#top.page-template-template-jaune .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger {
    background-color: #f18a00;
}
#top.page-template-template-jaune .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger.wc-shortcodes-accordion-header-active,
#top.page-template-template-jaune .wc-shortcodes-accordion-trigger:hover {
    background-color: #5e3300;
}*/

/* portfolio fond transparent */
/*
#top.page-template-template-jaune .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content,
#top.category_etudes-techniques .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content {
    background-color: rgba(176, 96, 0, 0.6);
}*/

#top .av-caption-style-overlay.av-hover-overlay- .portfolio_entries-etudes-techniques.av-masonry-item-with-image .av-inner-masonry-content {
    background-color: rgba(176, 96, 0, 0.6);
}

/* portfolio filtres */
/*
#top.page-template-template-jaune .all_sort_button,
#top.page-template-template-jaune .avia_show_sort,
#top.category_etudes-techniques .all_sort_button,
#top.category_etudes-techniques .avia_show_sort {
    background: #f18a00;
    border-color: #f18a00;
}
#top.page-template-template-jaune .all_sort_button.active_sort,
#top.page-template-template-jaune .avia_show_sort.active_sort,
#top.category_etudes-techniques .all_sort_button.active_sort,
#top.category_etudes-techniques .avia_show_sort.active_sort {
    background: #fff;
    border-color: #5e3300;
}
#top.page-template-template-jaune .all_sort_button.active_sort span,
#top.page-template-template-jaune .active_sort .inner_sort_button span,
#top.category_etudes-techniques .all_sort_button.active_sort span,
#top.category_etudes-techniques .active_sort .inner_sort_button span {
    color: #5e3300;
}*/

#top .avia_show_sort.etudes-techniques_sort_button,
#top .avia_show_sort.lidar_sort_button,
#top .avia_show_sort.photogrammetrie_sort_button,
#top .avia_show_sort.topographie_sort_button {
    background: #f18a00;
    border-color: #f18a00;
}

#top .avia_show_sort.formation_sort_button {
    background: #8F4370;
    border-color: #8F4370;
}

#top .avia_show_sort.securite_sort_button {
    background: #C0393B;
    border-color: #C0393B;
}


#top .avia_show_sort.active_sort {
    background: #fff;
    border-color: #5e3300;
}


#top .avia_show_sort.etudes-techniques_sort_button.active_sort .inner_sort_button span,
#top .avia_show_sort.lidar_sort_button.active_sort .inner_sort_button span,
#top .avia_show_sort.photogrammetrie_sort_button.active_sort .inner_sort_button span,
#top .avia_show_sort.topographie_sort_button.active_sort .inner_sort_button span {
    color: #5e3300;
}


/* ROUGE */

@media only screen and (max-width: 989px) {
    #top.page-template-template-rouge .av_header_transparency .header_bg,
    #top.category_securite .av_header_transparency .header_bg {
        background-color: #c0393b;
    }
}

.page-template-template-rouge .main_color p strong,
.page-template-template-rouge .main_color li strong,
.category_securite .main_color p strong,
.category_securite .main_color li strong,
.page-template-template-rouge .main_color p b,
.page-template-template-rouge .main_color li b,
.category_securite .main_color p b,
.category_securite .main_color li b {
    color: #c0393b;
}
.page-template-template-rouge .entry-content-wrapper .avia_textblock li::before,
.category_securite .entry-content-wrapper .avia_textblock li::before {
    color: #c0393b;
}

.page-template-template-rouge #main,
.page-template-template-rouge .header_color .header_bg,
.page-template-template-rouge #pre-footer,
.page-template-template-rouge #footer,
.page-template-template-rouge #socket,
.page-template-template-rouge .alternate_color,
.category_securite #main,
.category_securite .header_color .header_bg,
.category_securite #pre-footer,
.category_securite #footer,
.category_securite #socket,
.category_securite .alternate_color {
    background-color: #c0393b;
}
.category_security #pre-footer .av-section-color-overlay {
    background-color: #c0393b !important;
}
.page-template-template-rouge .fond-clair,
.category_securite .fond-clair {
    background-color: #fcf5f5;
}
.page-template-template-rouge #home-header .container::before,
.category_securite #home-header .container::before {
    background: linear-gradient(170deg, rgb(192, 57, 59) 10%, rgba(192, 57, 59,0) 75%);
}
/*
.js_active .page-template-template-rouge .togglecontainer .toggler {
    background-color: #c0393b;
}
.js_active .page-template-template-rouge .togglecontainer .toggler.activeTitle {
    background-color: #782121;
}
#top.page-template-template-rouge .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger {
    background-color: #c0393b;
}
#top.page-template-template-rouge .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger.wc-shortcodes-accordion-header-active,
#top.page-template-template-rouge .wc-shortcodes-accordion-trigger:hover {
    background-color: #782121;
}*/

/* portfolio fond transparent */
/*
#top.page-template-template-rouge .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content,
#top.category_securite .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content {
    background-color: rgba(120, 33, 33,0.6);
}*/

#top .av-caption-style-overlay.av-hover-overlay- .portfolio_entries-securite.av-masonry-item-with-image .av-inner-masonry-content {
    background-color: rgba(157, 26, 26, 0.6) /*rgba(120, 33, 33,0.6)*/;
}

/* portfolio filtres */
/*
#top.page-template-template-rouge .all_sort_button,
#top.page-template-template-rouge .avia_show_sort,
#top.category_securite .all_sort_button,
#top.category_securite .avia_show_sort {
    background: #c0393b;
    border-color: #c0393b;
}
#top.page-template-template-rouge .all_sort_button.active_sort,
#top.page-template-template-rouge .avia_show_sort.active_sort,
#top.category_securite .all_sort_button.active_sort,
#top.category_securite .avia_show_sort.active_sort {
    background: #fff;
    border-color: #782121;
}
#top.page-template-template-rouge .all_sort_button.active_sort span,
#top.page-template-template-rouge .active_sort .inner_sort_button span,
#top.category_securite .all_sort_button.active_sort span,
#top.category_securite .active_sort .inner_sort_button span {
    color: #782121;
}*/

#top .avia_show_sort.securite_sort_button {
    background: #c0393b;
    border-color: #c0393b;
}
#top .avia_show_sort.securite_sort_button.active_sort {
    background: #fff;
    border-color: #782121;
}
#top .avia_show_sort.securite_sort_button.active_sort .inner_sort_button span {
    color: #782121;
}

/* VERT */

@media only screen and (max-width: 989px) {
    #top.page-template-template-vert .av_header_transparency .header_bg,
    #top.category_production-audiovisuelle .av_header_transparency .header_bg {
        background-color: #308e7e;
    }
}

.page-template-template-vert .main_color p strong,
.page-template-template-vert .main_color li strong,
.category_production-audiovisuelle .main_color p strong,
.category_production-audiovisuelle .main_color li strong,
.page-template-template-vert .main_color p b,
.page-template-template-vert .main_color li b,
.category_production-audiovisuelle .main_color p b,
.category_production-audiovisuelle .main_color li b {
    color: #308e7e;
}
.page-template-template-vert .entry-content-wrapper .avia_textblock li::before,
.category_production-audiovisuelle .entry-content-wrapper .avia_textblock li::before {
    color: #308e7e;
}

.page-template-template-vert #main,
.page-template-template-vert .header_color .header_bg,
.page-template-template-vert #pre-footer,
.page-template-template-vert #footer,
.page-template-template-vert #socket,
.page-template-template-vert .alternate_color,
.category_production-audiovisuelle #main,
.category_production-audiovisuelle .header_color .header_bg,
.category_production-audiovisuelle #pre-footer,
.category_production-audiovisuelle #footer,
.category_production-audiovisuelle #socket,
.category_production-audiovisuelle .alternate_color {
    background-color: #308e7e;
}
.category_production-audiovisuelle #pre-footer .av-section-color-overlay {
    background-color: #308e7e !important;
}
.page-template-template-vert .fond-clair,
.category_production-audiovisuelle .fond-clair {
    background-color: #f6f9f8;
}
.page-template-template-vert #home-header .container::before,
.category_production-audiovisuelle #home-header .container::before {
    background: linear-gradient(170deg, rgb(48, 142, 126) 10%, rgba(48, 142, 126,0) 75%);
}
/*
.js_active .page-template-template-vert .togglecontainer .toggler {
    background-color: #308e7e;
}
.js_active .page-template-template-vert .togglecontainer .toggler.activeTitle {
    background-color: #0d3831;
}
#top.page-template-template-vert .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger {
    background-color: #308e7e;
}
#top.page-template-template-vert .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger.wc-shortcodes-accordion-header-active,
#top.page-template-template-vert .wc-shortcodes-accordion-trigger:hover {
    background-color: #0d3831;
}
*/
/* portfolio fond transparent */
/*
#top.page-template-template-vert .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content,
#top.category_production-audiovisuelle .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content {
    background-color: rgba(13, 56, 49,0.6);
}*/
#top .av-caption-style-overlay.av-hover-overlay- .portfolio_entries-production-audiovisuelle.av-masonry-item-with-image .av-inner-masonry-content {
    background-color: rgba(0, 123, 104, 0.6) /*rgba(13, 56, 49,0.6)*/;
}

/* portfolio filtres */
/*
#top.page-template-template-vert .all_sort_button,
#top.page-template-template-vert .avia_show_sort,
#top.category_production-audiovisuelle .all_sort_button,
#top.category_production-audiovisuelle .avia_show_sort {
    background: #308e7e;
    border-color: #308e7e;
}
#top.page-template-template-vert .all_sort_button.active_sort,
#top.page-template-template-vert .avia_show_sort.active_sort,
#top.category_production-audiovisuelle .all_sort_button.active_sort,
#top.category_production-audiovisuelle .avia_show_sort.active_sort{
    background: #fff;
    border-color: #0d3831;
}
#top.page-template-template-vert .all_sort_button.active_sort span,
#top.page-template-template-vert .active_sort .inner_sort_button span,
#top.category_production-audiovisuelle .all_sort_button.active_sort span,
#top.category_production-audiovisuelle .active_sort .inner_sort_button span {
    color: #0d3831;
}*/

#top .avia_show_sort.production-audiovisuelle_sort_button {
    background: #308e7e;
    border-color: #308e7e;
}
#top .avia_show_sort.production-audiovisuelle_sort_button.active_sort {
    background: #fff;
    border-color: #0d3831;
}
#top .avia_show_sort.production-audiovisuelle_sort_button.active_sort .inner_sort_button span {
    color: #0d3831;
}

/* VOILET */

@media only screen and (max-width: 989px) {
    #top.page-template-template-violet .av_header_transparency .header_bg,
    #top.category_formation .av_header_transparency .header_bg {
        background-color: #8f4370;
    }
}

.page-template-template-violet .main_color p strong,
.page-template-template-violet .main_color li strong,
.category_formation .main_color p strong,
.category_formation .main_color li strong,
.page-template-template-violet .main_color p b,
.page-template-template-violet .main_color li b,
.category_formation .main_color p b,
.category_formation .main_color li b {
    color: #8f4370;
}
.page-template-template-violet .entry-content-wrapper .avia_textblock li::before,
.category_formation .entry-content-wrapper .avia_textblock li::before {
    color: #8f4370;
}

.page-template-template-violet .main_color .avia-button.avia-color-theme-color {
    border: 3px solid #8f4370 !important;
    background-color: #8f4370;
}
.page-template-template-violet .main_color .avia-button.avia-color-theme-color:hover {
    background-color: #4a2038;
    border-color: #4a2038 !important;
}

.page-template-template-violet #main,
.page-template-template-violet .header_color .header_bg,
.page-template-template-violet #pre-footer,
.page-template-template-violet #footer,
.page-template-template-violet #socket,
.page-template-template-violet .alternate_color,
.category_formation #main,
.category_formation .header_color .header_bg,
.category_formation #pre-footer,
.category_formation #footer,
.category_formation #socket,
.category_formation .alternate_color {
    background-color: #8f4370;
}
.category_formation #pre-footer .av-section-color-overlay {
    background-color: #8f4370 !important;
}
.page-template-template-violet .fond-clair,
.category_formation .fond-clair {
    background-color: /*#f5edf1*/#f9f6f8;
}
.page-template-template-violet #home-header .container::before,
.category_formation #home-header .container::before {
    background: linear-gradient(170deg, rgb(143, 67, 112) 10%, rgba(143, 67, 112,0) 75%);
}
/*
.js_active .page-template-template-violet .togglecontainer .toggler {
    background-color: #8f4370;
}
.js_active .page-template-template-violet .togglecontainer .toggler.activeTitle {
    background-color: #4a2038;
}
#top.page-template-template-violet .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger {
    background-color: #8f4370;
}
#top.page-template-template-violet .wc-shortcodes-accordion .wc-shortcodes-accordion-trigger.wc-shortcodes-accordion-header-active,
#top.page-template-template-violet .wc-shortcodes-accordion-trigger:hover {
    background-color: #4a2038;
}*/

/* portfolio fond transparent */
#top.page-template-template-violet .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content,
#top.category_formation .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content {
    background-color: rgba(143, 67, 112, 0.6);
}
/* portfolio filtres */
/*
#top.page-template-template-violet .all_sort_button,
#top.page-template-template-violet .avia_show_sort,
#top.category_formation .all_sort_button,
#top.category_formation .avia_show_sort {
    background: #8f4370;
    border-color: #8f4370;
}
#top.page-template-template-violet .all_sort_button.active_sort,
#top.page-template-template-violet .avia_show_sort.active_sort,
#top.category_formation .all_sort_button.active_sort,
#top.category_formation .avia_show_sort.active_sort{
    background: #fff;
    border-color: #4a2038;
}
#top.page-template-template-violet .all_sort_button.active_sort span,
#top.page-template-template-violet .active_sort .inner_sort_button span,
#top.category_formation .all_sort_button.active_sort span,
#top.category_formation .active_sort .inner_sort_button span {
    color: #4a2038;
}*/




/* footer */
.page-template-template-jaune .footer-social li i,
.category_etudes-techniques .footer-social li i {
    color: #f18a00;
}
.page-template-template-vert .footer-social li i,
.category_production-audiovisuelle .footer-social li i {
    color: #308e7e;
}
.page-template-template-rouge .footer-social li i,
.category_securite .footer-social li i {
    color: #c0393b;
}
.page-template-template-violet .footer-social li i,
.category_formation .footer-social li i {
    color: #8f4370;
}

/* portfolio fond transparent */
#top.page-template-template-violet .av-caption-style-overlay.av-hover-overlay- .av-masonry-item-with-image .av-inner-masonry-content {
    background-color: rgba(74, 32, 56,0.6);
}
/* portfolio filtres */
/*
#top.page-template-template-violet .all_sort_button,
#top.page-template-template-violet .avia_show_sort {
    background: #8f4370;
    border-color: #8f4370;
}
#top.page-template-template-violet .all_sort_button.active_sort,
#top.page-template-template-violet .avia_show_sort.active_sort {
    background: #fff;
    border-color: #4a2038;
}
#top.page-template-template-violet .all_sort_button.active_sort span,
#top.page-template-template-violet .active_sort .inner_sort_button span {
    color: #4a2038;
}*/

/* Prestations */

#top.page-template-template-jaune .presta-link .presta-title {
    background-color: #f18a00;
}
#top.page-template-template-jaune .presta-link:hover .presta-title {
    background-color: #5e3300;
}
#top.page-template-template-vert .presta-link .presta-title {
    background-color: #308e7e;
}
#top.page-template-template-vert .presta-link:hover .presta-title {
    background-color: #0d3831;
}
#top.page-template-template-rouge .presta-link .presta-title {
    background-color: #c0393b;
}
#top.page-template-template-rouge .presta-link:hover .presta-title {
    background-color: #782121;
}
#top.page-template-template-violet .presta-link .presta-title {
    background-color: #8f4370;
}
#top.page-template-template-violet .presta-link:hover .presta-title {
    background-color: #4a2038;
}

/* Blockquotes */
#top.page-template-template-jaune blockquote,
#top.category_etudes-techniques blockquote {
    background-color: #fff9f3;
}
#top.page-template-template-jaune blockquote p,
#top.category_etudes-techniques blockquote p {
    color: #f18a00;
}
#top.page-template-template-vert blockquote,
#top.category_production-audiovisuelle blockquote {
    background-color: #f6f9f8;
}
#top.page-template-template-vert blockquote p,
#top.category_production-audiovisuelle blockquote p {
    color: #308e7e;
}
#top.page-template-template-rouge blockquote,
#top.category_securite blockquote {
    background-color: #fcf5f5;
}
#top.page-template-template-rouge blockquote p,
#top.category_securite blockquote p {
    color: #c0393b;
}
#top.page-template-template-violet blockquote,
#top.category_formation blockquote {
    background-color: #f5edf1/*#f9f6f8*/;
}
#top.page-template-template-violet blockquote p,
#top.category_formation blockquote p {
    color: #8f4370;
}


/* Partage article */
#top.category_etudes-techniques h5.av-share-link-description {
    color: #f18a00;
}
#top.category_etudes-techniques .av-share-box ul li.av-share-link a {
    background-color: #f18a00;
}
#top.category_etudes-techniques #wrap_all .av-share-box ul li.av-share-link:hover a {
    background-color: #5e3300;
}
#top.category_etudes-techniques .documents h2 {
    color: #f18a00;
}
#top.category_production-audiovisuelle h5.av-share-link-description {
    color: #308e7e;
}
#top.category_production-audiovisuelle .av-share-box ul li.av-share-link a {
    background-color: #308e7e;
}
#top.category_production-audiovisuelle #wrap_all .av-share-box ul li.av-share-link:hover a {
    background-color: #0d3831;
}
#top.category_production-audiovisuelle .documents h2 {
    color: #308e7e;
}
#top.category_securite h5.av-share-link-description {
    color: #c0393b;
}
#top.category_securite .av-share-box ul li.av-share-link a {
    background-color: #c0393b;
}
#top.category_securite #wrap_all .av-share-box ul li.av-share-link:hover a {
    background-color: #782121;
}
#top.category_securite .documents h2 {
    color: #c0393b;
}
#top.category_formation h5.av-share-link-description {
    color: #8f4370;
}
#top.category_formation .av-share-box ul li.av-share-link a {
    background-color: #8f4370;
}
#top.category_formation #wrap_all .av-share-box ul li.av-share-link:hover a {
    background-color: #4a2038;
}
#top.category_formation .documents h2 {
    color: #8f4370;
}

/* tags */
#top.category_etudes-techniques .cool-tag-cloud .ctcdefault .ctcleft a,
#top.category_etudes-techniques .cool-tag-cloud .ctcdefault .ctcleft .tag-cloud-link {
    color: #f18a00 !important;
}
#top.category_etudes-techniques .cool-tag-cloud .ctcdefault .ctcleft a:hover {
    color: #5e3300 !important;
}
#top.category_production-audiovisuelle .cool-tag-cloud .ctcdefault .ctcleft a,
#top.category_production-audiovisuelle .cool-tag-cloud .ctcdefault .ctcleft .tag-cloud-link {
    color: #308e7e !important;
}
#top.category_production-audiovisuelle .cool-tag-cloud .ctcdefault .ctcleft a:hover {
    color: #0d3831 !important;
}
#top.category_securite .cool-tag-cloud .ctcdefault .ctcleft a,
#top.category_securite .cool-tag-cloud .ctcdefault .ctcleft .tag-cloud-link {
    color: #c0393b !important;
}
#top.category_securite .cool-tag-cloud .ctcdefault .ctcleft a:hover {
    color: #782121 !important;
}
#top.category_formation .cool-tag-cloud .ctcdefault .ctcleft a,
#top.category_formation .cool-tag-cloud .ctcdefault .ctcleft .tag-cloud-link {
    color: #8f4370 !important;
}
#top.category_formation .cool-tag-cloud .ctcdefault .ctcleft a:hover {
    color: #4a2038 !important;
}

/* autres articles */
/*
#top.category_etudes-techniques .avia-content-slider h3.entry-title {
    color: #f18a00;
}
#top.category_production-audiovisuelle .avia-content-slider h3.entry-title {
    color: #308e7e;
}
#top.category_securite .avia-content-slider h3.entry-title {
    color: #c0393b;
}
#top.category_formation .avia-content-slider h3.entry-title {
    color: #8f4370;
}*/

#top.category_etudes-techniques .wppsac-post-carousel h2.wppsac-post-title {
    color: #f18a00;
}
#top.category_etudes-techniques .wppsac-post-carousel h2.wppsac-post-title:hover {
    color: #5e3300;
}
#top.category_production-audiovisuelle .wppsac-post-carousel h2.wppsac-post-title {
    color: #308e7e;
}
#top.category_production-audiovisuelle .wppsac-post-carousel h2.wppsac-post-title:hover {
    color: #0d3831;
}
#top.category_securite .wppsac-post-carousel h2.wppsac-post-title {
    color: #c0393b;
}
#top.category_securite .wppsac-post-carousel h2.wppsac-post-title:hover {
    color: #782121;
}
#top.category_formation .wppsac-post-carousel h2.wppsac-post-title {
    color: #8f4370;
}
#top.category_formation .wppsac-post-carousel h2.wppsac-post-title:hover {
    color: #4a2038;
}



/* Sous menu */

#top #header_main .sub-menu {
  background-color: #FFFFFF;
  margin-top: -20px;
  min-width: 260px;
}

#top #header_main .av-burger-overlay .sub-menu {
  background-color: #023152;
  margin-top: auto;
  min-width: auto;
  border: 0 !important;
}

#top #header_main .av-burger-overlay .sub-menu li a {
  color: #FFFFFF;
  background-color: #023152;
  font-weight: 400;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

#top #header_main .av-burger-overlay .sub-menu li a span {
  font-weight: 400;
}

/*
#top #header_main.av_header_transparency .sub-menu {
  margin-top: -40px !important;
}
*/

#top #header_main .sub-menu li a {
  background-color: #FFFFFF;
  color: #023152;
}

#top #header_main .sub-menu li a span {
  font-weight: 700;
  font-size: 15px;
}

#top #header_main .sub-menu li a:before {
  content: "→ ";
  font-family: 'Fractul';
}


#top .main_menu li.color-blue .sub-menu {
  border-top: 7px solid #0465AB !important;
}

#top .main_menu li.color-purple .sub-menu {
  border-top: 7px solid #8F4370 !important;
}





/* Bloc Contenu texte + images */

.bloc-contenu-texte-image .av_textblock_section  {
  padding: 0 20px 0 20px;
}

#top.home .bloc-contenu-texte-image .av_textblock_section h3  {
  font-size: 23px;
}

#top .bloc-formation .av_textblock_section h3  {
  font-size: 28px;
}

#top .bloc-formation .av_textblock_section p  {
  font-size: 16px;
}

#top.home .bloc-contenu-texte-image .av_textblock_section p  {
  font-size: 16px;
}

.bloc-contenu-texte-image.color-green img {
  border-bottom: 7px solid #308E7E;
}

.bloc-contenu-texte-image.color-orange img {
  border-bottom: 7px solid #F18A00;
}

.bloc-contenu-texte-image.color-red img {
  border-bottom: 7px solid #C0393B;
}

.bloc-contenu-texte-image.color-purple img {
  border-bottom: 7px solid #8F4370;
}


@media only screen and (max-width: 600px) {
  #top .bloc-formation .av_textblock_section h3  {
    font-size: 25px;
  }
}



/* Qui sommes nous - chiffres */

.bloc-qui-sommes-nous-chiffres .avia-single-number,
.formation-chiffres .avia-single-number {
  font-family: "Poppins";
  color: #0465AB !important;
  margin-top: 10px;
  display: inline-block;
  font-weight: 600;
}

.bloc-qui-sommes-nous-chiffres .avia-no-number,
.formation-chiffres .avia-no-number {
  color: #0465AB !important;
  opacity: 1;
}

.bloc-qui-sommes-nous-chiffres .avia-animated-number-content p,
.formation-chiffres .avia-animated-number-content {
  font-weight: 100;
  font-family: "Poppins";
}

.formation-chiffres .avia-animated-number-icon.av-icon-before-number.av-icon-char {
  display: block;
  margin-right: 0;
  margin-bottom: 3px;
}

.formation-chiffres .avia-animated-number-icon.av-icon-before-number.av-icon-char::before {
  /*color: #0465AB;*/
  color: #8F4370;
}


/* Formulaire de contact */

#top .wpcf7-form-control-wrap.type-demande .wpcf7-list-item-label {
  color: #0465AB;
  font-size: 17px;
}


/* Bloc réalisations */

#top .bloc-realisations .av-masonry-sort {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#top .bloc-realisations .avia-arrow {
  display: none;
}

#top .bloc-realisations .av-masonry-image-container {
  opacity: 1;
}

#top .bloc-realisations .av-inner-masonry-content {
  min-height: 90px;
}

/* Réalisations couleurs */

#top .bloc-realisations .portfolio_entries-etudes-techniques .av-inner-masonry-content {
  border-top: 7px solid #F18A00;
}

#top .bloc-realisations .portfolio_entries-production-audiovisuelle .av-inner-masonry-content {
  border-top: 7px solid #308E7E;
}

#top .bloc-realisations .portfolio_entries-securite .av-inner-masonry-content {
  border-top: 7px solid #C0393B;
}

#top .bloc-realisations .portfolio_entries-formation .av-inner-masonry-content {
  border-top: 7px solid #8F4370;
}

/* Réalisations détails */

#top.single-portfolio #home-header .template-page .entry-content-wrapper h2 {
  text-transform: none !important;
}

#top .realisation-details-droite h3 {
  font-size: 31px;
}

#top.category_production-audiovisuelle .realisation-details-liens a {
  background-color: #308E7E !important;
}

#top.category_etudes-techniques .realisation-details-liens a {
  background-color: #F18A00 !important;
}

#top.category_securite .realisation-details-liens a {
  background-color: #C0393B !important;
}

#top.category_formation .realisation-details-liens a {
  background-color: #8F4370 !important;
}

#top.category_etudes-techniques .realisation-details-gauche {
  border-top: 7px solid #F18A00;
}

#top.category_production-audiovisuelle .realisation-details-gauche {
  border-top: 7px solid #308E7E;
}

#top.category_securite .realisation-details-gauche {
  border-top: 7px solid #C0393B;
}

#top.category_formation .realisation-details-gauche {
  border-top: 7px solid #8F4370;
}



/* Bloc Grille articles blog */

#top .bloc-grille-articles-blog h3 {
  font-size: 20px;
  color: #004997;
  margin-bottom: 0;
}

#top .bloc-grille-articles-blog .blog-categories {
  display: none !important;
}

#top .bloc-grille-articles-blog .slide-entry-excerpt {
  font-size: 16px;
  line-height: 22px;
}

#top .bloc-grille-articles-blog .slide-meta-time {
  display: none !important;
}


/* Bloc vosu avez un projet - parlons en */

#top.category_formation .bloc-vous-avez-un-projet a.avia-button {
    background-color: #8F4370 !important; /*#4a2038*/
}
#top.category_etudes-techniques .bloc-vous-avez-un-projet a.avia-button {
    background-color: #F18A00 !important; /*#f18a00*/
}
#top.category_production-audiovisuelle .bloc-vous-avez-un-projet a.avia-button {
    background-color: #308e7e !important; /*#0d3831*/
}
#top.category_securite .bloc-vous-avez-un-projet a.avia-button {
    background-color: #C0393B !important; /*#c0393b*/
}

#top.page-template-template-violet .bloc-vous-avez-un-projet a.avia-button {
  background-color: #8F4370 !important; /*#4a2038*/
}

#top.page-template-template-violet .bloc-bordure-top {
  border-top: 7px solid #8F4370;
}




/* page nos formations - bloc logo txt */

.bloc-formation-logo-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bloc-formation-logo-txt img {
  width: 400px;
  padding-right: 20px;
}


/* page détails formation */

#top .progressbar-title{
  text-transform: none;
  font-size: 20px;
  font-family: "Poppins";
  color: #023152;
}

#top .avia-progress-bar .progress {
  height: 16px;
}

#top .bar-outer .bar {
  background-color: #8F4370;
}

#top .progressbar-percent {
  font-size: 42px;
  font-family: "Poppins";
  color: #023152 !important;
  opacity: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

#top .avia-progress-bar {
  margin-bottom: 70px;
}


/*
#top .fiche-formation p {
  font-size: 16px;
}*/

.fiche-formation .bloc-duree {
  background: url(gfx/icone-duree.png) no-repeat;
  background-size: 20px;
  background-position: left 2px;
  padding-left: 30px;
}

.fiche-formation .bloc-prix {
  background: url(gfx/icone-prix.png) no-repeat;
  background-size: 20px;
  background-position: left 2px;
  padding-left: 30px;
}

.fiche-formation .bloc-objectifs {
  background: url(gfx/icone-objectifs.png) no-repeat;
  background-size: 34px;
  background-position: left 0px;
  padding-left: 40px;
}

.fiche-formation .bloc-programme {
  background: url(gfx/icone-programme.png) no-repeat;
  background-size: 32px;
  background-position: left 0px;
  padding-left: 40px;
}

.fiche-formation .bloc-calendrier {
  background: url(gfx/icone-calendrier.png) no-repeat;
  background-size: 32px;
  background-position: left 0px;
  padding-left: 40px;
}

#top .fiche-formation .bloc-calendrier-date p {
  background-color: #8F4370;
  color: #FFFFFF;
  padding: 10px 15px;
  display: inline-block;
  margin-left: 40px;
}

.fiche-formation .bloc-lieu {
  background: url(gfx/icone-lieu.png) no-repeat;
  background-size: 21px;
  background-position: left 4px;
  padding-left: 35px;
}

.fiche-formation .bloc-inscription {
  background: url(gfx/icone-inscription.png) no-repeat;
  background-size: 35px;
  background-position: left 0px;
  padding-left: 40px;
}

#top .fiche-formation h4 {
  color: #023152;
  margin-top: 20px;
}

#top .formation-article-lien .slide-image {
  background: transparent;
}

#top .formation-article-lien .slide-image img {
  margin: 0;
  border-radius: 0;
}

#top .formation-article-lien .entry-content-header h3 {
  font-size: 20px;
  text-transform: none;
}

#top .formation-article-lien .slide-content {
  max-width: 490px;
}

#top .formation-article-lien .blog-categories {
  display: none !important;
}

#top .choix-drone-titre h3 img {
  margin-bottom: -5px;
}

#top #formation-inscription-fixed {
  position: fixed;
  bottom: 0px;
  z-index: 10;
}

#top #formation-inscription-fixed .template-page {
  padding-top: 10px;
  padding-bottom: 10px;
}


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

  #top #formation-inscription-fixed .avia_textblock {
    display: none;
  }


}





/* FAQ - Accordéon */

#top .togglecontainer.av-l2oli2m7-1410bf9962ecf823af03a2277de6fc3c p.toggler {
  border: 0 !important;
  border-bottom: 1px solid rgba(143,67,112,1) !important;
}


.bloc-faq .av_toggle_section .single_toggle p {
  font-size: 27px;
  font-weight: 600;
  margin: 0 !important;
  max-width: 1280px;
  line-height: 1.2;
}

.bloc-faq .av_toggle_section .single_toggle .toggle_content p {
  line-height: 1.4;
  margin: 0.6em 0 !important;
}

.bloc-faq .av_toggle_section .single_toggle .toggle_wrap p {
  font-size: 14px;
  color: #000000 !important;
}

.bloc-faq .av_toggle_section .single_toggle .toggle_wrap p a {
  border: 3px solid #8f4370 !important;
  background-color: #8f4370;
  padding: 10px 24px 14px;
  color: #FFFFFF !important;
  font-weight: 600 !important;
  display: inline-block;
  margin-top: 15px;
  text-decoration: none;
}

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

  .bloc-faq .av_toggle_section .single_toggle p {
    font-size: 18px;
  }

  .js_active .av-elegant-toggle .toggler {
    padding: 25px 55px 25px 0px;
  }

  .av-elegant-toggle .toggle_content {
    padding: 20px 0 30px;
  }
}


/* BLOG LISTING */

#top .listing-blog-article-avant .post-title {
  line-height: 24px !important;
}

#top .listing-blog-article-avant .post-title a {
  font-size: 24px;
  text-transform: none;
  color: #004997;
}

#top .listing-blog-article-avant .blog-categories a {
  font-size: 16px;
  text-decoration: none;
  text-transform: none;
  color: #023152;
}

#top .listing-blog-article-avant .entry-content p {
  font-size: 18px;
}

#top .listing-blog-article-avant .read-more-link {
  display: none;
}

#top .listing-blog-article-avant .category-etudes-techniques img {
  border-bottom: 7px solid #F18A00;
}

#top .listing-blog-article-avant .category-formation img {
  border-bottom: 7px solid #8f4370;
}

#top .listing-blog-article-avant .category-production-audiovisuelle img {
  border-bottom: 7px solid #308e7e;
}

#top .listing-blog-article-avant .category-securite img {
  border-bottom: 7px solid #c0393b;
}



#top .listing-blog-articles .post-entry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}


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

  #top .listing-blog-articles .post-entry {
    display: block;
  }

  #top .listing-blog-articles .post-entry .blog-meta {
    margin: 0 0 20px 0;
  }

}

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


  #top .listing-blog-articles .post-entry .blog-meta {
    width: 100%;
    min-width: auto;
  }

}


#top .listing-blog-articles .post-entry .blog-meta {
  min-width: 300px;
  margin-right: 25px;
}

#top .listing-blog-articles .post-entry .blog-meta a {
  width: 100%;
  height: auto;
}

#top .listing-blog-articles .post-title {
  line-height: 16px !important;
  text-transform: none !important;
}

#top .listing-blog-articles .post-title a {
  font-size: 16px;
  line-height: 16px;
  text-transform: none;
  color: #004997;
}

#top .listing-blog-articles .blog-categories a {
  font-size: 14px;
  text-decoration: none;
  text-transform: none;
  color: #023152;
}

#top .listing-blog-articles .entry-content p {
  font-size: 15px;
  margin-top: 0;
  margin-top: -10px;
}

#top .listing-blog-articles .read-more-link {
  display: none;
}

#top .listing-blog-articles .category-etudes-techniques img {
  border-bottom: 7px solid #F18A00;
}

#top .listing-blog-articles .category-formation img {
  border-bottom: 7px solid #8f4370;
}

#top .listing-blog-articles .category-production-audiovisuelle img {
  border-bottom: 7px solid #308e7e;
}

#top .listing-blog-articles .category-securite img {
  border-bottom: 7px solid #c0393b;
}

#top .listing-blog-articles .post-meta-infos {
  display: none;
}

#top .listing-blog-articles .post_delimiter {
  display: none;
}

#top .listing-blog-articles .pagination a {
  border-radius: 0;
  background-color: #023152;
}

#top .listing-blog-articles .pagination a {
  border-radius: 0 !important;
  background-color: #F2F7FB;
  text-decoration: none !important;
}

#top .listing-blog-articles .pagination .current {
  background-color: #023152;
  border-radius: 0;
  color: #FFFFFF;
}

#top .listing-blog-articles .pagination-meta {
  font-size: 15px;
  color: #023152;
}


/* BLOG SINGLE */

.blog-bloc-auteur {
  background-color: #F2F7FB !important;
  padding: 0px 10px 40px 10px;
  margin-bottom: 70px;
}

.blog-bloc-auteur img {
  top: -100px;
  margin-bottom: -100px;
}

#top .blog-bloc-auteur p strong {
  color: #023152;
}

.sidebar-blog-single #searchform #s {
  background-color: #F2F7FB;
  color: #023152;
}

.sidebar-blog-single #searchform #s::-webkit-input-placeholder {
  color: #023152 !important;
}

.sidebar-blog-single #searchform #s:-ms-input-placeholder {
  color: #023152 !important;
}

.sidebar-blog-single #searchform #s::placeholder {
  color: #023152 !important;
}

.sidebar-blog-single .widgettitle {
  text-transform: none;
  font-size: 30px;
  font-weight: 500 !important;
}

.sidebar-blog-single .widget_recent_entries ul li a {
  color: #000000;
  font-size: 20px;
  font-style: normal;
  text-decoration: none;
  font-family: 'muli','HelveticaNeue','Helvetica Neue','Helvetica-Neue',Helvetica,Arial,sans-serif;
}

#top .sidebar-blog-single .widget_cool_tag_cloud .widgettitle {
  display: block;
}

#top .sidebar-blog-single .widget_categories ul li a {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  text-decoration: none;
}

#top .sidebar-blog-single .widget_categories ul li {
  padding-bottom: 0;
}

#top .sidebar-blog-single .widget_categories ul li a:before {
  content: " ";
  width: 12px;
  height: 12px;
  display: inline-block;
  margin-right: 5px;
}

#top .sidebar-blog-single .widget_categories ul li.cat-item-156 a:before {
  background-color: #F18A00;
}

#top .sidebar-blog-single .widget_categories ul li.cat-item-159 a:before {
  background-color: #8F4370;
}

#top .sidebar-blog-single .widget_categories ul li.cat-item-157 a:before {
  background-color: #308E7E;
}

#top .sidebar-blog-single .widget_categories ul li.cat-item-158 a:before {
  background-color: #C0393B;
}

#top .sidebar-blog-single .cool-tag-cloud {
  text-align: left;
  margin-top: 20px;
}

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

  body.single-post h2 {
    font-size: 20px;
  }

  #top .blog-boutons-partage .template-page {
    padding-bottom: 0 !important;
  }

}

body.page-id-4502 .widget_recent_entries {
  display: none;
}


/* Modifs marges pour centrage */

div .el_before_av_one_third.av_one_third, div .el_after_av_one_third.av_one_third {
  margin-left: 2.3%;
}






/* Ajouts Home mobile + Responsive ajouts new design */


#top.home .home-blog-recents h2 {
  text-decoration: none !important;
}

#top .reals_home_mobile_slider h2 {
  background-color: #FFFFFF;
  font-size: 14px !important;
  margin-top: -12px !important;
  padding: 10px !important;
}



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

  #top #footer #text-5 p {
    clear: both;
  }

  #top #footer .textwidget p {
    text-align: center;
  }

  #top #footer .textwidget p img {
    text-align: center;
  }

  #top #footer .widget_wc_shortcodes_social_icons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 45px;
  }

  #top #footer #text-5 .textwidget p:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  #top #footer #text-5 .textwidget p:first-child img {
    margin: 0;
  }

}


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


    #top .bloc-revue-presse-texte {
      background-color: transparent;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0;
    }

    #top .bloc-revue-presse-texte h3 {
      text-align: center;
    }

    #top .bloc-revue-presse-btn {
      background-color: transparent;
      padding: 0;
    }

    #top .bloc-revue-presse-texte p {
      display: none;
    }

}


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

  #top.home .bloc-contenu-texte-image .av_textblock_section h3 {
    font-size: 17px;
  }

  #top.home .bloc-contenu-texte-image .av_textblock_section p {
    font-size: 13px;
  }

  #top .bloc-vous-avez-un-projet .avia_textblock p {
    display: none;
  }



}


/* PAGE ACCUEIL FORMATION */

/* chiffres */

.formation-chiffres .av_one_fifth.first {
  margin-left: 0;
}
.formation-chiffres .av_one_fifth {
  margin-left: 2.5%;
  width: 18%;
}

@media only screen and (max-width: 767px) {
  .formation-chiffres .av-section-color-overlay {
    background-color: #f9f6f8 !important;
    opacity: 1 !important;
  }
}

/* Engagements */

.flex_column.form-bloc-engagements {
  background-color: #fff;
}


.form-bloc-engagements.flex_column.av_one_full p {
  max-width: inherit;
}

.engagement-qualiopi {
  width: 270px;
  margin-left: 20px;
}

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

  .flex_column.form-bloc-engagements {
    padding: 50px 40px;
  }

  .engagement-qualiopi {
    float: right;
  }
}

/* Refencements Labelisation */

#top .referencements-labelisation .avia-logo-element-container .slide-entry {
  padding: 5px;
}

@media only screen and (min-width: 480px) {
  #top .referencements-labelisation .avia-logo-element-container .slide-entry {
    padding: 20px;
  }
}

/* Contact */

.formation-contact .entry-content-wrapper li::before {
  color: #fff !important;
}

.formation-contact .entry-content-wrapper li {
  padding: 0.2em;
  line-height: 1.3;
}


/******************************/
/*   tarte au citron (Cookies) */
/******************************/

body #tarteaucitron #tarteaucitronServices .tarteaucitronMainLine,
body #tarteaucitron #tarteaucitronInfo, #tarteaucitron #tarteaucitronServices .tarteaucitronDetails {
  background-color: #0466ab !important;
}

body #tarteaucitronRoot #tarteaucitronAlertBig {
  background-color: #0466ab;
  max-width: 550px;
  border: 4px solid #FFFFFF;
  border-radius: 0 !important;
}

body div#tarteaucitronRoot.tarteaucitronBeforeVisible:before {
  background-color: #0466ab;
}

body #tarteaucitronAlertBig #tarteaucitronCloseAlert,
body #tarteaucitronAlertBig #tarteaucitronPersonalize,
body #tarteaucitronAlertBig #tarteaucitronPersonalize2,
body .tarteaucitronCTAButton,
body #tarteaucitron #tarteaucitronPrivacyUrl,
body #tarteaucitron #tarteaucitronPrivacyUrlDialog,
body #tarteaucitronRoot .tarteaucitronDeny,
body #tarteaucitronRoot .tarteaucitronAllow,
body #tarteaucitron #tarteaucitronServices #tarteaucitronAllAllowed.tarteaucitronIsSelected{
    background: #308e7e;
}

body #tarteaucitronRoot .tarteaucitronDeny {
    background: transparent;
}
body #tarteaucitronAlertBig #tarteaucitronCloseAlert {
    color: #fff;
    background-color: transparent;
}
body #tarteaucitronAlertSmall #tarteaucitronManager #tarteaucitronDot {
    display: none;
}
body #tarteaucitronAlertBig #tarteaucitronDisclaimerAlert {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}
body #tarteaucitron #tarteaucitronServices .tarteaucitronLine .tarteaucitronAsk .tarteaucitronAllow {
    background-color: #308e7e;
}
body div#tarteaucitronAlertBig::before {
    content: 'Gestion des cookies';
    font-size: 26px;
}
body #tarteaucitronRoot span#tarteaucitronDisclaimerAlert {
    font-size: 16px;
}
body span#tarteaucitronDisclaimerAlert {
    padding: 0;
}

body #tarteaucitronRoot div#tarteaucitronAlertBig {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}


/* PAGE LIDAR */

.alternate_color .container .av-inner-masonry-content .av-masonry-entry-content {
  color: #fff;
}

.container .av-inner-masonry-content .av-masonry-entry-content {
  font-size: 0.9em;
  line-height: 1.4;
}


/***************************/
/*   LANDING PAGES LIDAR   */
/***************************/

/* Etapes */

.land-sect-etapes.avia-section h2 {
  margin-bottom: 0;
}

.land-sect-etapes .av_one_fourth {
  background-color: #fff9f3;
  padding: 20px 2%;
  font-size: 16px;
}

.land-sect-etapes .av_one_fourth h3 {
  font-size: 25px;
  margin-top: 10px;
}

.land-sect-etapes .av_one_fourth p em {
  color: #f18a00;
  text-transform: uppercase;
  font-weight: 700;
  font-style: normal;
  letter-spacing: 2px;
}

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

  .land-sect-etapes .av_one_fourth {
    padding: 25px 6%;
  }

  .land-sect-etapes .av_one_fourth h3 {
    font-size: 20px;
  }
}

/* Popup + Formulaire */

body .pum-theme-drone .pum-container {
  padding: 65px 4% 40px 4%
}

.pum-theme-drone .pum-content h2 {
  color: #023152;
  margin-bottom: 30px;
}

#top .pum-content .wpcf7-submit {
  color: #fff;
}

#top .pum-content textarea {
  height: 150px;
  min-width: 100%;
  max-width: 100%;
}

#top .pum-content .input-text,
#top .pum-content input[type="text"],
#top .pum-content input[type="input"],
#top .pum-content input[type="email"],
#top .pum-content input[type="tel"],
#top .pum-content textarea,
#top .pum-content select {
    background-color: #fff;
    color: #0466ab;
    border-color: #fff;
    border-bottom: 1px solid #93aad7;
    padding: 8px 0px;
    margin: 18px 0 5px 0;
    font-size: 18px;
}

#top .pum-content .input-text::-webkit-input-placeholder,
#top .pum-content input[type="text"]::-webkit-input-placeholder,
#top .pum-content input[type="input"]::-webkit-input-placeholder,
#top .pum-content input[type="email"]::-webkit-input-placeholder,
#top .pum-content input[type="tel"]::-webkit-input-placeholder,
#top .pum-content textarea::-webkit-input-placeholder,
#top .pum-content select::-webkit-input-placeholder {
    color: #93aad7;
    opacity: 1;
}

#top .pum-content .input-text:-ms-input-placeholder,
#top .pum-content input[type="text"]:-ms-input-placeholder,
#top .pum-content input[type="input"]:-ms-input-placeholder,
#top .pum-content input[type="email"]:-ms-input-placeholder,
#top .pum-content input[type="tel"]:-ms-input-placeholder,
#top .pum-content textarea:-ms-input-placeholder,
#top .pum-content select:-ms-input-placeholder {
    color: #93aad7;
    opacity: 1;
}

#top .pum-content .input-text::placeholder,
#top .pum-content input[type="text"]::placeholder,
#top .pum-content input[type="input"]::placeholder,
#top .pum-content input[type="email"]::placeholder,
#top .pum-content input[type="tel"]::placeholder,
#top .pum-content textarea::placeholder,
#top .pum-content select::placeholder {
    color: #93aad7;
    opacity: 1;
}


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

  .pum-theme-drone .pum-content h2 {
    font-size: 22px;
    margin-bottom: 15px;
  }
}




/* Landing LIDAR NATIONALE + BOURGOGNE DIJON */

#top .sliderLanding .owl-carousel .sa_hover_container p {
  text-align: center;
}

#top .sliderLanding .owl-carousel .sa_hover_container img {
  max-width: 100%;
}

#top #footer #text-9 {
  display: none;
}

#top.page-id-7470 #footer #text-5 {
  display: none;
}

#top.page-id-7470 #footer #text-9 {
  display: block;
}
