body{
    background-color: #401A71;
}

[class*="mb-"] p {
    margin: inherit;
}

#aoc p strong{
    color: #FFAC2D!important;
}

.button-group.filters-button-group{
    margin-bottom: 0;
}

.button-header{
    vertical-align: middle;
    margin-bottom:4px!important;
}

.side-navigation .button-header {
    margin-bottom: 40px!important;
}

.video { 
    position: relative; 
    padding-bottom: 56.25%; 
    height: 0; 
    overflow: hidden; 
    max-width: 100%; 
    margin-top:30px;
    margin-bottom:30px;
} 

.video iframe, .video object, .video embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}

.button-filter {
    border-width: 0.2rem;
    color: #666!important;
    border-color: #666;
    border-radius: 0!important;
    background-color: transparent!important;
    margin-bottom:0;
}

.button-filter:hover, .button-filter.is-checked {
    border-width: 0.2rem;
    color: white!important;
    border-color: #401A71!important;
    border-radius: 0!important;
    background-color: #401A71!important;
}

/* Base Theme Color */
.bkg-theme{
	background-color: rgba(0,0,0,0.3);
	border-color: rgba(0,0,0,0.3);
}

.section-block.featured-media{
    background-color: #401A71;
}

.color-theme,
.color-hover-theme:hover{
	color: #401A71;
}
.color-theme-alt-2,
.color-hover-theme-alt-2:hover{
	color: #FFAC2D;
}
.color-theme-alt-3,
.color-hover-theme-alt-2:hover{
	color: #969AA1;
}
.bkg-theme-alt-1{
	background-color: #F2F2F2;
	border-color: #F2F2F2;
}
.bkg-theme-alt-2{
	background-color: #FFAC2D;
	border-color: #FFAC2D;
}

.button-filter-articles .button-filter {
    margin-top: 20px;
}

.hero-home-2 {
    background-image: url(/media/images/slider/home-top@2x.jpg);
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    background-repeat: no-repeat;
}

.icon-boxed.small, .icon-circled.small{
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.3rem;
}

a:hover, p a:hover, .box a:not(.button):hover, .social-list li a:hover, .team-1 .social-list a:hover, .team-2 .social-list a:hover, .blog-masonry .with-background .post-read-more a:hover, .post-info a:hover, .post-info-over a:hover, .post-info-over a:hover span, .post-author-aside a:hover, .post-love a:hover, .post-love a:hover span, .scroll-down a:hover, .widget a:not(.button):hover, .shop .product-summary a:hover, .shop .cart-overview a:hover{
    color: #401A71;
}

.header-transparent .navigation.primary-navigation > ul > li > a {
    opacity: 1;
}

.header-transparent .navigation.primary-navigation > ul > li > a:before {
    content: "";
    position: absolute;
    height: 2px;
    bottom: 20px;
    left: 1.5rem;
    right:1.5rem;
    background-color: #FFAC2D;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.header-transparent.header-compact .navigation.primary-navigation > ul > li > a:before {
    bottom: 15px;
}

.header-transparent .navigation.primary-navigation > ul > li:last-child > a:before {
    left: 1.5rem;
    right:0;
}

.header-transparent .secondary-navigation.nav-right > ul > li > a {
    margin: 0 0.5rem;
    opacity: 1;
}

.header-transparent .secondary-navigation.nav-right > ul > li > a:before {
    left: 0.5rem;
    right:0.5rem;
}

.header-transparent .secondary-navigation.nav-right > ul > li:last-child > a:before {
    left: 0.5rem;
    right:0.5rem;
}


.header-transparent .navigation.primary-navigation > ul > li > a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.footer{
    background-color: #401A71;
    background: #401A71;
    color:white;
}

.post-thumb {
    margin:0 0 20px 0;
}

.footer .footer-bottom, .footer .footer-bottom a{
    color: white;
}

/* Font Size */
.call-to-action-2 p, .call-to-action-3 p{
    font-size: 1.5rem;
}

.text-large-id{
	font-size: 7rem;
    line-height: 0.8;
    font-weight: bold;
}

/* Button */
.button, button{
    border-radius: 5px;
    color: white;
}
.button:hover, button:hover{
    background-color: #F2F2F2;
    border-color: #F2F2F2;
    color: #666;
}

.read-more {
    text-transform: uppercase;
}

.post-content p {
    margin-bottom:10px;
}

.post-category{
    text-transform: uppercase;
}

.post-info {
    margin-bottom: 1rem;
    letter-spacing: normal;
}

.hero-4 > .row::before {
    background-color: rgba(0,0,0,0)
}

.hero-slider .hero-content-inner, .section-block .hero-content-inner{
    vertical-align: top;
}

.hero-4-1{
    background-image: url(../../media/images/heros/home-hero-4@2x.jpg);
}

.hero-gradient{
    background: #7502f5; /* Old browsers */
    background: -moz-linear-gradient(top, #7502f5 0%, #3d008b 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #7502f5 0%,#3d008b 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #7502f5 0%,#3d008b 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7502f5', endColorstr='#3d008b',GradientType=0 ); /* IE6-9 */
}

.hero-approche{
    height: 350px;
}

.list-hero-approche {
    width: 100%;
    height: 250px;
    background-position: center center!important;
    background-repeat: no-repeat;
    background-size: cover;
}

.intro-approche ul {
    list-style: initial;
    list-style-position: inside;
}

.accordion-content p {
    margin: 0 0 2rem;
}

ol {
    list-style: decimal!important;
}

.list-approche ul > li::before {
    content: "\25A0";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: #FFAC2D; /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    display: inline-block; /* Needed to add space between the bullet and the text */
    width: 2em; /* Also needed for space (tweak if needed) */
    margin-left: -2em; /* Also needed for space (tweak if needed) */
}

.list-approche ul{
    margin-left: 3rem;
}

.list-approche ul > li, .accordion > ul > li > div :not(.form-element):last-child {
    margin-bottom: 20px!important;
}

.hero-approche p{
    line-height: 1.5;
}

.accordion.style-2 > ul > li.active > a, .accordion.style-2 > ul > li.active > a:hover {
    color : #401A71;
    font-weight: bold;
}

.accordion.style-2 > ul > li > a, .accordion.style-2 > ul > li > a:hover {
    color : #401A71;
    font-weight: bold;
}

.accordion > ul > li > a{
    font-size: 2rem;
}

.icon-minus::before{
    color: #FFAC2D;
    font-weight: bold;
}

.icon-plus::before{
    color: #FFAC2D;
    font-weight: bold;
}

.accordion.style-2 > ul > li.active > div, .accordion.style-2 > ul > li > a{
    border : none;
}

.chrono{
    position: absolute;
    top:-400px;
    width: 350px;
    right: 0;
}

.article-cover{
    position: absolute;
    top:-350px;
    width: 500px;
    height: 300px;
    right: 0;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.knife{
    position: absolute;
    top:-380px;
    width: 450px;
    right: -60px;
}

.container-floating-image{
    position: relative;
}

.section-block.approche, .section-block.article{
    overflow: visible;
}

.social-share-article a:hover{
    color: #401A71!important
}

.quote-box{
    border:none;
    background-color: #F2F2F2;
    color:#666;
}

.form-element, textarea, select{
    color:white!important;
    opacity: 1;
    padding:10px!important;
}

#checkbox-1{
    opacity:0;
}

.checkbox:checked + .checkbox-label::before, .checkbox:checked + .checkbox-label::before{
    background-color: #FFAC2D;
    border-color: #FFAC2D;
}

textarea.form-element, textarea.form-element.required-field, textarea.form-element:focus {
    background-color:rgba(255,255,255,0.1);
    border-bottom: none;
}

textarea.form-element.required-field {
    background-color:rgba(255,255,255,0.1);
}

.form-element:focus, textarea:focus{
    color:#FFAC2D!important;
    border-color: #FFAC2D;
    opacity: 1;
}

.contact-form-container :focus::placeholder{
    color:#FFAC2D!important;
    opacity: 1;
}

.contact-form-container ::placeholder{
    color:white;
    opacity: 1;
}

.form-element::placeholder{
    color:white;
    opacity: 1;
}

.form-element.required-field, textarea.required-field, .form-element.required-field::placeholder{
    border-color: red;
    color:red!important;
    font-weight: 100;
}

.form-element.required-field:focus::placeholder, .form-element.required-field:focus{
    border-color: white;
    color:white!important;
} 

.checkbox-label, .radio-label {
    color: white;
}

.post-thumb-container{
    width: 100%;
    height: 300px;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-sharing ul li {
    display: inline;
}

.footer-sharing{
    visibility: hidden;
}

.side-navigation-wrapper{
    background-color: #381966;
}

.side-navigation > ul > li > a, .navigation-hide a{
    color:white;

}

.side-navigation ul li a:hover, .side-navigation ul li.current a:hover, .navigation-hide a:hover{
    color: #FFAC2D;
}

.side-navigation ul li a:hover, .side-navigation ul li.current > a:hover{
    color: #FFAC2D;
}

.header-transparent .secondary-navigation.nav-right > ul > li > a:hover, .header-transparent .secondary-navigation.nav-right > ul > li > a.active, .side-navigation.nav-block > ul > li > a.active {
    color: #FFAC2D;
}

.form-response {
    width:100%;
    color:white!important;
}

@media only screen and (max-width: 768px){
	
    .chrono{
        display: none;
    }
    
    .knife{
        display: none;
    }

    .article-cover{
        position: initial;
        width: 100%;
        margin-bottom: 60px;
    }

    .article-cover img{
        width: 100%;
    }

    .list-hero-approche {
        width: 100%;
        height: 130px;
    }

    .post-thumb-container{
        height: 200px;
    }

    .sidebar-sharing{
        display: none;
    }

    .footer-sharing{
        visibility: visible;
    }

    .chapeau-hero {
        font-size: 1.4rem !important;
    }
}

@media only screen and (max-width: 960px) and (min-width: 769px){
    .chrono{
        top:-340px;
        width: 280px;
    }
    
    .knife{
        top:-250px;
        width: 300px;
        right: -20px;
    }

    .article-cover{
        position: initial;
        width: 100%;
        margin-bottom: 60px;
    }

    .article-cover img{
        width: 100%;
    }

    .list-hero-approche {
        width: 100%;
        height: 150px;
    }

    .post-thumb-container{
        height: 200px;
    }

    .sidebar-sharing{
        display: none;
    }

    .footer-sharing{
        visibility: visible;
    }
}

/* reveal grid after images loaded */
.grid.are-images-unloaded {
    opacity: 0;
}

.page-load-status {
    display: none; /* hidden by default */
    padding-top: 20px;
    text-align: center;
    color: #777;
}
  