/*
	Theme Name: Modèle Minisite
	Theme URI : challans-gois.dev.inovagora.work
	Description: Challans-Gois-Template
	Author: Inovagora
	Template: novacity
	Version: 1.0
*/


/* @INFOS : ajout de l'effet de survol sur le menu */
.layout-navigation ul.navbar-nav li a:hover, 
.layout-navigation ul.navbar-nav li a:focus, 
.layout-navigation ul.navbar-nav li a:active,
.layout-navigation ul.navbar-nav li a.fm-is-active {
    color: #00a1c6;
}
.layout-navigation .navbar-fatmenu .menu-item-3093 a:hover,
.layout-navigation .navbar-fatmenu .menu-item-3093 a:focus,
.layout-navigation .navbar-fatmenu .menu-item-3093 a:active,
.layout-navigation .navbar-fatmenu .menu-item-3093 a.fm-is-active {
	color: #2c2c2c;
}
/*
.layout-navigation .navbar-nav > li > a:after {
    content: '';
    height: 2px;
    background-color: #00a1c6;
    position: absolute;
    margin: 0 auto;
    width: 0;
    bottom: 3px;
    left: 0;
    right: 0;
    -webkit-transition: width .3s;
    transition: width .3s;
}

.layout-navigation .navbar-nav > li > a:hover:after, 
.layout-navigation .navbar-nav > li > a:active:after, 
.layout-navigation .navbar-nav > li > a:focus:after, 
.layout-navigation .navbar-nav > li > a.active:after, 
.layout-navigation .navbar-nav > li > a.fm-is-active:after {
    width: calc(100% - 10px) !important;
}
*/

.layout-navigation ul.navbar-nav li a:before {
    margin-top: -2px;
}
.section-news .owl-carousel .owl-nav .owl-prev {
    left: -75px;
}
.section-news .owl-carousel .owl-nav .owl-next {
    right: -75px;
}
.section-news .owl-carousel .owl-nav .owl-prev i {
    left: -1px;
    top: 2px;
}
.section-news .owl-carousel .owl-nav .owl-next i {
    right: -1px;
    top: 2px;
}

/* @INFOS : ajout d'une ombre portée sur la barre de menu */

.layout-navigation.affix {
    box-shadow: 0 5px 10px rgba(45, 45, 45, 0.2);
}

/* @INFOS : ajout d'une marge à gauche sur les icones qui sont dans des boutons */
.btn .fa-long-arrow-right {
	margin-left: 8px;
}

/*
** !@/$#%!!
*/

.section-contactinfo-logo img {
    display: block;
    height: auto;
    margin: 0 auto;
    max-width: 100%;
    width: 180px;
}

select.form-control {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    background-image: url('assets/img/down.png');
    background-position: right 10px center;
    background-repeat: no-repeat;
}
.section-events .panel select.form-control {
    border-color: #fff;
    border-radius: 5px;
    line-height: 26px;
    padding: 1px 20px;
}

.layout-navigation .search-toggle, .layout-navigation .navbar-toggle {
    border: none!important;
    color: #3cb4a4;
    text-align: center!important;
    font-size: 25px!important;
}
.layout-navigation .search-toggle i {
    position: relative;
    top: -2px;
}
.layout-navigation .search-toggle .span-titre, .layout-navigation .navbar-toggle .span-titre {
    color: #000;
    display: block;
    text-transform: uppercase;
    font-size: 10px;
}
.navbar-toggle {
    position: relative!important;
    float: right!important;
    padding: 9px 10px!important;
    margin-right: 15px!important;
    margin-top: 8px!important;
    margin-bottom: 8px!important;
    background-color: transparent!important;
    background-image: none!important;
    border: 1px solid transparent!important;
    border-radius: 0!important;
}
.layout-navigation .search-toggle, .layout-navigation .navbar-toggle {
    -webkit-transition: border .3s,color,.3s,background-color .3s;
    transition: border .3s,color,.3s,background-color .3s;
}
.layout-navigation .search-toggle, .layout-navigation .navbar-toggle {
    border: none;
    color: #3cb4a4;
    text-align: center;
    font-size: 25px;
}
@media screen and (max-width: 1199px) {
    .layout-navigation .search-toggle, .layout-navigation .navbar-toggle {
        margin: 0;
    }
}
.layout-navigation .navbar-toggle .icon-bar {
    background-color: #3cb4a4;
    margin-bottom: 4px;
    width: 31px;
    height: 3px;
}

.layout-navigation .navbar-brand {
    top: 0;
}
.layout-navigation .navbar-brand img,
.layout-navigation .navbar-brand svg {
    max-height: 80px;
    max-width: 180px;
    width: auto;
}
@media screen and (max-width: 1199px) {
    .layout-navigation .navbar-brand img,
    .layout-navigation .navbar-brand svg {
        max-height: 60px;
    }
}

.fm-wrapper {
    background-color: #fff;
}

a.fm-textline,
a.fm-textline:active,
a.fm-textline:focus,
a.fm-textline:hover,
.fm-trigger.fm-textline .fm-trigger-icon,
a.fm-textline:hover .fm-trigger-icon,
a.fm-textline:active .fm-trigger-icon,
a.fm-textline:focus .fm-trigger-icon {
    color: #2c2c2c
}

.fm-breadcrumb li + li {
    margin-left: 18px;
}

.section-breadcrumb {
    font-size: 0;
}
.section-breadcrumb .breadcrumbs > span {
    font-size: 14px;
}
.section-breadcrumb .breadcrumbs > span + span {
    margin-left: 18px;
}
.section-breadcrumb .breadcrumbs > span + span:before {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f0da";
    margin-right: 18px;
}