/*
 Theme Name: Vikser Child
 Theme URI: http://www.azapp.fr/
 Description: AZApp Theme created for the best experience
 Version: 2.2
 Author: AZApp Team
 Author URI: http://www.azapp.fr/
 Template: vikser
 Date: 17/05/2016
*/


/*======================================
=            Theme Style               =
======================================*/

/* CSS RESET
/* --------------------------------------------------------------------------------------------------------------- */
*, html, div, ul, li, h1, h2, h3, h4, h5, h6, form, label, fieldset, input, th, td, hr, p, ol, dl, dt, dd {margin:0; padding:0;}
fieldset, img, hr { border:0;}
ol, ul, li { list-style:none;}
a img { border:0;}
body {
  font-family:'Open Sans', sans-serif;
  color: #333333;
  background-color: #FFFFFF;
  
}




/*======================================
=               Links                  =
======================================*/

a, a:link, a:visited {
	color: #3772ac; /*main_color*/
}

a:hover, a:active {
	color: #000; /*hover_color*/
}

.lien01 a, a:link, a:visited {
    color: #fff;
}

/*======================================
=               Button                 =
======================================*/

a.btn.btn-theme,  a:link.btn.btn-theme, a:visited.btn.btn-theme, 
.btn.btn-theme {
    color: #ffffff;
    background-color: #3772ac; /*main_color*/
    border:none;
}

.btn.btn-theme:hover, 
.btn.btn-theme:focus, .btn.btn-theme.focus, 
.btn.btn-theme:active, .btn.btn-theme.active,
a:hover.btn.btn-theme, 
a:focus.btn.btn-theme, a.focus.btn.btn-theme, 
a:active.btn.btn-theme, a.active.btn.btn-theme,
.btn.btn-theme.is-checked {
    color: #ffffff;
    background-color: #000; /*hover_color*/
    border:none;
}

.btn-pages-bleu{
background-color: #3772AC;
    padding: 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    color:white !important;
}

.page-id-2135 .btn-pages-bleu, .page-id-2169 .btn-pages-bleu, .page-id-5473 .btn-pages-bleu, .page-id-5476 .btn-pages-bleu, .page-id-5478 .btn-pages-bleu, .page-id-5480 .btn-pages-bleu, .page-id-5482 .btn-pages-bleu, .page-id-5485 .btn-pages-bleu {
    background-color: #3c3c3c;
    padding: 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    color:#fff !important;
}

.btn-pages{
background-color: white;
    padding: 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.btn-pages-bleu:hover{
background-color:#D4D4D4;
    color:#1D1D1B !important;
    text-decoration:none;
}

.btn-pages:hover {
    background-color:#D4D4D4;
    color:#1D1D1B;
    text-decoration:none;
}

/*======================================
=              Top bar                 =
======================================*/

.top-bar {
    min-height: 30px;
    color: #fff;
    background: rgba(54, 54, 54, 0.8);
}

.top-bar .blog-info h1,
.top-bar .blog-info h2 {
    line-height: 30px;
	margin: 0px;
	padding: 0px;
}

.top-bar .blog-info h1 {
    border-right: 1px solid #000;
    padding-right: 10px;
    margin-right: 5px;
}

.top-bar .contact-info .text {
    height: 30px;
    line-height: 30px;
    padding: 0;
    margin-bottom: 0;
    margin-right: 5px;
}
.top-bar .contact-info .text i {
    margin-right: 5px;
}

.top-bar .contact-info a.btn {
    border: none;
    padding: 0 10px;
    line-height: 30px;
    border-radius: 0;
    vertical-align: bottom;
}

@media (max-width : 767px) {
   
}

.top-bar a.btn.btn-theme, .top-bar a:link.btn.btn-theme, .top-bar a:visited.btn.btn-theme, 
.top-bar .btn.btn-theme {
    vertical-align: bottom;
    border-radius: 0;
    height: 30px;
}


/*======================================
=               Header                 =
======================================*/

header {
	position: relative;
	background: #444444;
}

.logo {
    
}


.logo a {
	display: block;
	width: 100%;
	/* height: 100%;
	min-height: 100%;
	min-width: 100%; */
}

/*======================================
=           Breadcrumbs                =
======================================*/




/*======================================
=           Carousel                   =
======================================*/

.carousel-full {
    height: calc(100vh - 0px);
}

.carousel-full .logo {
    margin-top: calc(50vh - 100px);
}

.carousel-slider {
    height: 300px;
}

.carousel-slide {
    height: 100%;
    width: 100%;
}

.carousel-bg {
    position: absolute;
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    z-index: 1;
}

.carousel-content {
    position: relative;
    z-index: 2;
}

.flickity-prev-next-button {
    z-index: 999;
}

.flickity-page-dots {
    bottom: 10px;
}

.carousel-wrap {
    padding-left: 15px;
    padding-right: 15px;
}


.carousel-image {
    height: 150px;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


.carousel-element {
  height: 200px;
}

@media (max-width: 767px) {
    .carousel-element {
      height: 150px;
    }  
}


.woocommerce .carousel-element {
  height: 400px;
}

.arrows {
    width: 50px;
    height: auto;
    position: absolute;
    left: 50%;
    margin-left: -25px;
    bottom: 10vh;
    z-index: 999;
}

.arrows i {
	animation: arrow 2s infinite;
	-webkit-animation: arrow 2s infinite; 
    margin-top: -35px;
}


@keyframes arrow {
    0% {opacity:0}
    40% {opacity:1}
    80% {opacity:0}
    100% {opacity:0}
}

@-webkit-keyframes arrow {
    0% {opacity:0}
    40% {opacity:1}
    80% {opacity:0}
    100% {opacity:0}
}

.arrows i:nth-child(1) {
	animation-delay:-1s;
	-webkit-animation-delay:-1s; /* Safari Ã¥â€™Å’ Chrome */
}

.arrows i:nth-child(2) {
	animation-delay:-0.5s;
	-webkit-animation-delay:-0.5s; /* Safari Ã¥â€™Å’ Chrome */
}

.arrows i:nth-child(3) {	
	animation-delay:0s;
	-webkit-animation-delay:0s; /* Safari Ã¥â€™Å’ Chrome */
}


/*======================================
=               Menu                   =
======================================*/

.navbar-default {
	background-color: #3772ac; /*main_color*/
}

.navbar-default .navbar-text {
   color: #fff;
}

.navbar-default .navbar-nav > li > a, 
.navbar-default .navbar-nav > .open > a, 
.navbar-default .navbar-nav .dropdown-menu > li > a, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a,
.navbar-default .navbar-nav > li > a:focus,
.navbar-default .navbar-nav > li > a[href='#']:focus
{
     /* Font */
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    /* Couleur Lien */
    color: #fff;
	background: #3772ac; /*main_color*/
    /* Bordure */
    border-right: 1px solid #000; /*hover_color*/
    /* Apparence */
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
}

 /* Taille du navbar-brand et des menus si il existe */
.navbar-brand-img .navbar-nav > li > a,
.navbar-brand-img .navbar-nav > .open > a,
.navbar-brand-img .navbar-nav > li > a:focus,
.navbar-brand-img .navbar-nav > li > a[href='#']:focus{
    height: 50px;
    line-height: 50px;
}

@media (min-width : 992px) { 
     /* Correction navbar-center => height of navbar a */
    .navbar-default .navbar-collapse.navbar-center {
        height: 40px !important;
    }
}

/* Correction border-right */
.navbar-default .navbar-nav > li:last-child > a, 
.navbar-default .navbar-nav .dropdown-menu > li > a, 
.navbar-default .navbar-nav .open .dropdown-menu > li > a {	
    border-right: none;
}

/* Sous titre du menu */
.navbar-default .navbar-nav > li > a > small {
    display: block;
    font-size: 12px;
    line-height: 0;
    margin-top: -8px;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus,
.navbar-default .navbar-nav > .open > a[href='#']:focus,
.navbar-default .navbar-nav .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus,
.navbar-default .navbar-nav > li > a[href='#']:hover {
	color: #fff;
	background: #000; /*hover_color*/
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav .dropdown-menu > .active > a,
.navbar-default .navbar-nav .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus,
.navbar-default .navbar-nav .dropdown-menu > li:hover > .dropdown-menu > .active > a,
.navbar-default .navbar-nav .dropdown-menu > li:hover > .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .dropdown-menu > li:hover > .dropdown-menu > .active > a:focus
{
	color: #fff;
	background: #1B1B1B;
}
.navbar-default .navbar-nav .current-menu-ancestor > a, 
.navbar-default .navbar-nav .dropdown-menu .current-menu-ancestor > a,
.navbar-default .navbar-nav .open .dropdown-menu .current-menu-ancestor > a {
	color: #fff;
	background: #3772ac; /*ancestor_color*/
}

/* Soulignement lien actif */
.navbar-default .navbar-nav > .current-menu-item:after {
    content: " ";
    width: calc(100% - 1px);
    height: 2px;
    position: absolute;
    background: #000; /*hover_color*/
    z-index: 10;
    left: 0;
}

/* Couleur fond pour le mode responsive */
.navbar-header { 
    background: #3772ac; /*main_color*/ 
}

.navbar-default .navbar-toggle {
	border: 0;
	padding: 5px 10px;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-collapse,
.navbar-default .navbar-form{
  border-color: transparent;
  background-color: transparent;
  overflow: hidden;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}


.navbar-default .dropdown-menu .divider {
	height: 1px;
	margin: 0px;
	overflow: hidden;
	background-color: #000; /*hover_color*/
}


.affix {
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}

@media (min-width : 992px) {    
    /* Correction sens de la fleche */
	.navbar-default .navbar-nav>li>.dropdown-menu > .dropdown > a:after {
	    border-top-color: transparent;
	    border-width: 5px 0 5px 5px;
	    border-left-color: #ccc;
	}
}

@media (max-width : 991px) {
    /* Correction bordure */
    .navbar-default .navbar-nav > li > a, 
    .navbar-default .navbar-nav > .open > a {
        border-right: none;
    } 
    /* Soulignement lien actif */
    .navbar-default .navbar-nav > .current-menu-item:after {
        display: none;
    }
    /* Ligne d'arborescence */
    .navbar-default .navbar-nav .dropdown .dropdown-menu a:before {
        content: "";
        height: 40px;
        width: 1px;
        background: #fff;
        display: block;
        position: absolute;
        margin-left: -15px;
    }

    .navbar-default .navbar-collapse {
        background: #3772ac; /*main_color*/
        box-shadow: none;
        border: none;
    }
}




/*======================================
=              Content                 =
======================================*/

.page-id-999 .img-responsive {
    margin:0 auto;
}

.page-id-999 .carousel-slider {
    height:200px;
}


.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 0;
    list-style: none;
    background-color: #f5f5f5;
    border-radius: 0;
}

.content {
	padding-top: 40px;
    padding-bottom: 90px;
    background-image: url(img/bg-services.jpg);
}

.content h1{
	text-align:center;
	text-transform: uppercase;
	color:#608cbb;
	font-weight: 100;
	margin-bottom:10px;
}
.content h1 span{
	font-weight: 600;
}
/*======================================
=             Actualites               =
======================================*/

.actualites {
   
}

.actualites-button {
   
}

.actualites a {
	
}

.actualites .actualite-container {
	margin-bottom: 35px;
}

.actualites .img-actualite {
	
}




.actualites .img-actualite .en-savoir-plus {
	display: table-cell;
	vertical-align: middle;
    color: #fff;
    font-size: 0px;
    position: relative;
    z-index: 2;
	-webkit-transition: .35s;
	transition: .35s;
}

.actualites .img-actualite .date-actualite {
	position: absolute;
	top: -15px;
	left: 0px;
    color: #fff;
    font-size: 20px;
    padding: 2px 10px;
	background: #3772ac; /*main_color*/
	z-index: 5;
}

.actualites .block-actualite {
	background: #fff;
	border: 1px solid #E3E1E4;
	border-top: 0px;
	padding: 10px;
}

.actualites .block-actualite .title {
    color: #000;
    text-transform: uppercase;
    font-size: 16px;
}

.actualites .block-actualite .excerpt {
	font-size: 12px;
    color: #333333;
	line-height: 14px;
	height: 70px;
	overflow: hidden;
}

/* Hover */

.actualites .actualite-container:hover .img-actualite .en-savoir-plus {
    font-size: 20px;
	-webkit-transition: .35s;
	transition: .35s;
}

.actualites .actualite-container:hover .img-actualite:before {
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	top: 10px;
	left: 10px;
	border: 5px solid rgba(255,255,255,.2);
	-webkit-transition: .35s;
	transition: .35s;
}

.actualites .actualite-container:hover .img-actualite:after {
	background: rgba(0,0,0,.25);
	-webkit-transition: .35s;
	transition: .35s;
}



/*======================================
=       Actualite [Post Single]        =
======================================*/


/*==============================
=         Formulaire           =
==============================*/


.formulaire *::-webkit-input-placeholder {
    color: inherit;
}
.formulaire *:-moz-placeholder {
    color: inherit;
}
.formulaire *::-moz-placeholder {
    color: inherit;
}
.formulaire *:-ms-input-placeholder {
    color: inherit;
}


/*======================================
=            Temoignages               =
======================================*/

.title-testimonials {
    margin-bottom: 35px;
    color: #3772ac; /*main_color*/
    text-transform: uppercase;
}

.title-testimonials:before,
.title-testimonials:after{
	content: "";
	display: block;
	position: absolute;
}
.title-testimonials:before {
    width: calc(100% - 30px);
    height: 1px;
    background: #3772ac; /*main_color*/
    margin-top: 40px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}
.title-testimonials:after {
    width: 20px;
    height: 30px;
    border-left: 1px solid #3772ac; /*main_color*/
    border-bottom: 1px solid #3772ac; /*main_color*/
    left: 60%;
    background: #FFFFFF;
    -webkit-transform: skewY(-56deg);
    -moz-transform: skewY(-56deg);
    -ms-transform: skewY(-56deg);
    -o-transform: skewY(-56deg);
    transform: skewY(-56deg);
}


/*======================================
=               Social                 =
======================================*/

.social li {
    margin-right: 0.1em;
}

.social li a {
    display: block;
	width: 1.8em;
	line-height: 1.8em;
	text-align: center;
}

.social-round li a {
	background: #000000;
	border-radius: 50%;
}

.social-square li {
	background: #000000;
    border: 1px solid #464646;
}

.social-top-bar li {
    border-right: 1px solid #444;
    margin-right: 0;
}
.social-top-bar li:last-child {
    border-right:0;
}

.social-top-bar li a {
	background: #000000;
	width: 30px;
	height: 30px;
	line-height: 30px;
}

.social[class*="-"] a, .social[class*="-"] a:link, .social[class*="-"] a:visited {
	color: #fff;
    text-decoration: none;
}

.social[class*="-"] a:hover, .social[class*="-"] a:active {
	color: #3772ac; /*main_color*/

}

/*======================================
=            Partenaires               =
======================================*/

.partenaires {
    background: #fff;
    padding: 35px 0;
}

/*======================================
=              Footer                  =
======================================*/

footer .vitrine {
    color: #fff;    
	background: #1B1B1B;
}


footer a, footer a:link, footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
footer a:hover, footer a:active {
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 1px #333;
}

footer .menu > li:after  {
	content: ' | ';
}

footer .menu > li:last-child:after {
	content: '';
}

.logo-footer {
    height: 50px;
    background-image: url(img/white-logo.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: left;
}

.logo-footer a{
	display: block;
	width: 100%;
	height: 100%;
	min-height: 100%;
	min-width: 100%;
}

.footer-actualites .actu .row {
    padding-top: 15px;
}

.footer-actualites .actu .row:first-child {
    padding-top: 0px;
}

.footer-actualites .actu .row:after {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-top: 15px;
    content: "";
    width: calc(100% - 30px);
    margin: auto;
}

.footer-actualites .row:last-child:after {
    display: none;
}


.footer-actualites .actu .block-img {
    height: 70px;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    margin-right: -15px;
}                                                               

.footer-actualites  .actu p {
    font-size: 11px;
}


.footer-horaires .horaire {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 5px 0px;
}


.vitrine > .container > .row > [class*="col-"]:after {
    content: "";
    height: 2px;
    width: 100%;
    display: block;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 25px;
}

.vitrine > .container > .row > [class*="col-"]:last-child:after {
    display: none
} 



@media (min-width : 768px) and (max-width : 991px) {
    .vitrine > .container > .row > [class*="col-"]:before {
        content: "";
        height: 2px;
        width: 100%;
        display: block;
        top: 0px;
        border-bottom: 1px dashed rgba(255, 255, 255, 0.3);
        margin-bottom: 25px;
    }

 
    .vitrine > .container > .row > [class*="col-"]:nth-child(1):before, 
    .vitrine > .container > .row > [class*="col-"]:nth-child(2):before, 
    .vitrine > .container > .row > [class*="col-"]:nth-child(2):after {
        display: none;
    }  
}

@media (min-width : 768px) {
    .vitrine > .container > .row > [class*="col-"]:after {
        content: "";
        height: calc(100% - 20px);
        width: 2px;
        display: block;
        position: absolute;
        top: 10px;
        right: 0px;
        border-bottom: none;
        border-right: 1px dashed rgba(255, 255, 255, 0.3);
    }

    .vitrine > .container > .row > [class*="col-"]:last-child:after {
        display: none;
    }  

    .vitrine .col-md-3 {
        height: 360px;
    }
}

.footer-testimonial blockquote {
    font-size: 12px;
    border: none;
    background: rgba(0, 0, 0, 0.7);
    position: relative;
}

.footer-testimonial blockquote:after {
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 20px 12.5px 0 12.5px;
    border-color: rgba(0, 0, 0, 0.7) transparent transparent transparent;
    display: block;
    position: absolute;
    bottom: -20px;
}



footer .bottom-bar {
    color: #fff;    
    background: #000;
	text-align: center;
}

footer .bottom-bar .date,
footer .bottom-bar h2, footer .bottom-bar h3, 
footer .bottom-bar a.mentions-legales,  footer .bottom-bar a.site-map, 
footer .bottom-bar .azapp {
	font-size: 14px;
    line-height: 14px;
	display: inline-block;
	margin: 0px;
	padding: 0px;
}
                                 

footer .bottom-bar h2, footer .bottom-bar h3, footer .bottom-bar a.mentions-legales,  footer .bottom-bar a.site-map {
    border-right: 1px solid;
    padding-right: 6px;
    margin-right: 4px;
}

@media (max-width : 767px) {
    footer .bottom-bar h2, footer .bottom-bar h3, footer .bottom-bar a.site-map {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
}

@media (max-width: 991px) and (min-width: 768px) {
     footer .bottom-bar h3, footer .bottom-bar a.site-map {
        border-right: none;
        padding-right: 0;
        margin-right: 0;
    }
}

/*======================================
=             MEDIA QUERY              =
=      ----  Mobile Method  ----       =
======================================*/


/* col-sm  */
@media (min-width: 768px) {
}
/* col-md  */
@media (min-width: 992px) {
}
/* col-lg  */
@media (min-width: 1200px) {
    
}


/*======================================
=             MEDIA QUERY              =
=  -  Only Column detection Method -   =
======================================*/

/* col-xs  */
@media (max-width: 767px) {
}

/* col-sm  */
@media (min-width: 768px) and (max-width: 991px) {
}

/* col-md  */
@media (min-width: 992px) and (max-width: 1199px) {
}

/* col-lg  */
/* use @media (min-width : 1200px) */



/*======================================
=             MEDIA QUERY              =
=     ----  Max Width Method  ----       =
======================================*/

/* col-xs  */
@media (max-width : 767px) {
}

/* col-sm  */
@media (max-width : 991px) {
}

/* col-md  */
@media (max-width : 1199px) {
}

/* col-lg  */
/* use @media (min-width : 1200px) */

/******************************/
.social.social-top-bar.inline-sm.text-center {
    margin-top: 2rem;
}
.top-bar {
    min-height: 50px;
    color: #fff;
    background: #3772ac;
    position: relative;
    margin-top: -2rem;
}
.top-bar p{
    margin-top: 2rem!important;
    margin: 0;
    line-height: 50px;
    border-left: 1px solid #5689b8;
    padding-left: 15px;
    padding-right: 20px;
}
.top-bar p:last-child{
	border-right: 1px solid #5689b8;
}
.top-bar p img{
	margin-right:15px;
}
.top-bar .contact-info .text {
    height: auto;
    line-height: 50px;
    padding: 0 35px;
    margin-bottom: 0;
    margin-right: 0;
}
.social-top-bar li {
    border-right: 0;
}
.social-top-bar li:last-child {
    border-right: 1px solid #5689b8;
}
.social-top-bar li a {
    background: #3772ac;
    width: 35px;
    height: 50px;
    line-height: 50px;
	font-size: 15px;
}
.social-top-bar li a:hover {
    color: #fff!important;
}
.banner{
	background:#fff;
	padding-top: 15px;
	-webkit-box-shadow: 0px 4px 5px 0px rgba(153,153,153,1);
	-moz-box-shadow: 0px 4px 5px 0px rgba(153,153,153,1);
	box-shadow: 0px 4px 5px 0px rgba(153,153,153,1);
}
.banner .logo {
    text-align: center;
	margin-bottom: 25px;
}
.navbar-default {
    background-color: transparent;
    border-top: 1px solid #eee;
}
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav .dropdown-menu > li > a, .navbar-default .navbar-nav .open .dropdown-menu > li > a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a[href='#']:focus {
    color: #7a7474;
    background: transparent;
    border-right: 0;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 13px;
}
.navbar-default .caret{
	display:none;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav .dropdown-menu > .active > a, .navbar-default .navbar-nav .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .dropdown-menu > li:hover > .dropdown-menu > .active > a, .navbar-default .navbar-nav .dropdown-menu > li:hover > .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .dropdown-menu > li:hover > .dropdown-menu > .active > a:focus {
    color: #3772ac;
    background: transparent;
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .open > a[href='#']:focus, .navbar-default .navbar-nav .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .dropdown-menu > li > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus, .navbar-default .navbar-nav > li > a[href='#']:hover {
    color: #3772ac;
    background: transparent;
}
.navbar-default .navbar-nav > .current-menu-item:after {
    display:none;
}
.navbar-default .navbar-nav > li > a:before {
    content: " - ";
	position:absolute;
	left:0;
}
.navbar-default .navbar-nav > li:first-child  a:before {
    display:none;
}
@media (min-width: 992px){
	.navbar-default .navbar-collapse.navbar-center {
		height: 50px !important;
	}
}

.home .banner{ display:none;}
.home .banner-home{ 
	display:block;
	background:transparent;
	height: auto;
	background-size:cover !important;
	height:720px;
}
.home .banner-home .logo, .home .banner-home .navbar-default{ 
	position:relative;
	z-index:9;
}
.home .banner-home .img-banner{
	position:absolute;
	width:100%;
	top:0;
}

/***Temoignages****/
.actualites-top{
    position: relative;
    z-index: 9;
    background: transparent;
	top: -80px;
}
.bg-top-act{}
.bg-top-act img{
	width:100%;
}
.bg-bottom-act{}
.bg-bottom-act img{
	width:100%;
}
.contenu-top-act{
	background:#fff;
}
.one-act{}
.one-act .date-act{
	padding-right: 30px;
	padding-top: 25px;
}
.one-act .date-act p{
	text-align: right;
    text-transform: uppercase;
    color: #2666a6;
    font-size: 24px;
    font-weight: 100;
}
.one-act .date-act .year{
	color: #000;
    font-weight: bolder;
    font-size: 35px;
	margin-top:-10px;
}
.one-act .content-act{
	border-left: 1px solid #eee;
	color: #2666a6;
	padding-left: 23px;
	padding-top: 15px;
	padding-bottom: 20px;
}
.one-act .content-act h3{
	margin-bottom: 13px;
	text-transform: uppercase;
}
.one-act .content-act p{
	font-size: 13px;
}
.carousel-control.left, .carousel-control.right{
	background-image: none;
}
.carousel-control{
	opacity: 1;
	text-shadow: none;
}
.carousel-control img{
	top: 30%;
    position: absolute;
}
.carousel-indicators {
    bottom: 0;
}
.carousel-indicators li{
	width: 6px;
	height: 6px;
	background: #2865a4;
	border:0;
	margin: 0;
}
.carousel-indicators .active{
	width: 6px;
	height: 6px;
	background: #655a54;
	border:0;
}
/***Services****/
.services{
	background-image: url('img/bg-services.jpg');
	padding-top: 140px;
	padding-bottom: 70px;
	position: relative;
}
.bg-services{
	background-image: url('img/bg-service1.png');
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.title{
	text-align: center;
    text-transform: uppercase;
    margin-bottom: 40;
    margin-top: 60px;
    color: #2666a6;
    position: relative;
}
.title span{
	font-weight: bold;
}
.title:after{
	content: " ";
    width: 47px;
    height: 1px;
    background: #2666a6;
    position: absolute;
    bottom: -10px;
    left: 48%;
}
.list-services{}
.one-service{
	width: 280px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.one-service .img-service{
	margin-bottom: 38px;
	min-height: 170px;
}
.one-service .img-service img{}
.one-service .desc-service{}
.one-service .desc-service h3{
	text-transform: uppercase;
    color: #2666a6;
    font-weight: 800;
    font-size: 16px;
    letter-spacing: -1px;
    margin-bottom: 25px;
    position: relative;
    padding-left: 40px;
    padding-right: 40px;
}
.one-service .desc-service h3:after{
	content: " ";
    width: 30px;
    height: 1px;
    background: #2666a6;
    position: absolute;
    bottom: 8px;
    left: 0;
    top: 8px;
}
.one-service .desc-service h3:before{
	content: " ";
    width: 30px;
    height: 1px;
    background: #2666a6;
    position: absolute;
    bottom: 8px;
    right: 0;
    top: 8px;
}
.one-service .desc-service p{
	color: #2666a6;
}

/**Actualites*/
.actualites {
    padding-top: 115px;
    padding-bottom: 75px;
    background-size: cover !important;
    background: url(/wp-content/uploads/2020/11/Pierres-de-meditation-scaled.jpeg) !important;
    background-position: center !important;
}
.list-actualite{
	display: inline-block;
    width: 100%;
    margin-top: 60px;
}
.one-actualite{
	margin-bottom: 55px;
}
.top-actualite{
	padding-top: 33px;
	padding-bottom: 15px;
	position: relative;
	background-size: cover !important;
}
.top-actualite .bg-act{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
}
.top-actualite .date{
	padding-left: 30px;
	color: #fff;
	text-align: center;
	display: inline-block;
    position: relative;
}
.top-actualite .date .day{
	color: #2666a6;
    font-size: 32px;
    font-weight: 600;
}
.top-actualite .date .month{
	font-weight: 600;
    margin-top: -8px;
    display: block;
}
.top-actualite .date .year{
	font-weight: 100;
    margin-top: -20px;
    display: block;
    font-size: 17px;
}
.top-actualite hr{
	width: 80%;
	background: #fff;
	height: 1px;
	margin: 0 auto;
	margin-top: 15px;
	margin-bottom: 15px;
	position: relative;
}
.top-actualite h3{
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 18px;
    min-height: 40px;
}
.bottom-actualite{
	background: #f7f7f7;
	border:1px solid #cccccc;
	padding: 20px;
	padding-bottom: 50px;
	text-align: center;
	position: relative;
	min-height: 140px;
}
.bottom-actualite p{
	color: #000;
}
.bottom-actualite .plus{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	background: #353535;
	color: #fff;
	position: absolute;
    bottom: -35px;
    left: 38%;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out; 
    text-align: center;
}

.page-id-1015 .content-soph .desc-soph .one-actualite h3 {
    color: #fff;
}
.bottom-actualite .plus i{
	line-height: 70px;
    font-size: 22px;
}
.bottom-actualite .plus:hover, .bottom-actualite .plus:focus{
	background: #1f6dab;
	color: #fff;
	-webkit-transform: matrix(-0.007,-1.000,1.000,-0.007,0,0);
-moz-transform: matrix(-0.007,-1.000,1.000,-0.007,0px,0px);
-ms-transform: matrix(-0.007,-1.000,1.000,-0.007,0,0);
-o-transform: matrix(-0.007,-1.000,1.000,-0.007,0,0);
transform: matrix(-0.007,-1.000,1.000,-0.007,0,0);
}

/***Partenaires***/
.partenaires{
	padding-top: 120px;
	padding-bottom: 120px;
	position: relative;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
    cursor: pointer;
    width: 43px;
    height: 81px;
    position: absolute;
}
.owl-prev{
	left: -50px;
    top: 40px;
}
.owl-next{
	right: -50px;
    top: 40px;
}
.img-part{
	text-align: center;
}

/**temoignages**/
.temoignages {
    padding-top: 90px;
    padding-bottom: 95px;
    background-size: cover !important;
    background: url(/wp-content/uploads/2020/11/Sophrologie-et-meditation-sophrologue-sophie-vermandel-scaled.jpeg) !important;
    background-position: center bottom 4rem !important;
    background-repeat: no-repeat !important;
}
.bloc-temoi{
	width: 100%;
	background: rgba(240,240,240,0.5);
	border:1px solid #cccccc;
}
.header-temoi{
	padding: 25px 35px;
	border-bottom:1px solid #cccccc;
}
.header-temoi h4{
	text-align: center;
	color: #2666a4;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 25px;
}
.header-temoi p{
	text-align: left;
	color: #000;
	font-weight: 400;
}
.body-temoi{
	padding: 20px 35px;
	padding-bottom: 40px;
}
.body-temoi p{
	color: #000;
    font-size: 14px;
    font-weight: 400;
}
.body-temoi p.blue{
	margin-top: 30px;
	color: #2666a4;
	font-style: italic;
}
.bloc-temoi .carousel-indicators {
    bottom: -35px;
}
.bloc-contact .header-temoi h4{
	text-align: left;
} 
.bloc-contact .body-temoi {
    padding-bottom: 20px;
}
.bloc-contact .form-control{
	border-radius: 0;
	border: 1px solid #cccccc;
	background: #f0f0f0;
	color: #000;
	margin-top: 10px;
	transition: none;
}
.bloc-contact .form-control:focus{
	box-shadow: none;
}
.bloc-contact label{
	color: #000;
}
.bloc-contact label span{
	color: #2666a4;
}
.btn-contact{
	border-radius: 0;
	border:0;
	background: #2666a6;
	color: #fff;
	height: 45px;
	-webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.btn-contact:hover, .btn-contact:focus{
	background: #024d99;
	color: #fff;
}

.top-footer{
	background: #3c3c3c;
	padding-top:85px;
	padding-bottom:70px;
	position:relative;
}
.bg-footer{
	position: absolute;
    top: -21px;
}
.bg-footer img{
	width:100%;
}
.top-footer .white-logo{
	text-align:center;
	padding-top: 15px;
}
.top-footer .white-logo img{}
.top-footer .informations{}
.top-footer .informations h2{
	color: #4e89c5;
    margin-bottom: 15px;
    text-transform: uppercase;
    position: relative;
    font-size: 20px;
    display: inline-block;
}
.top-footer .informations h2:after{
	content:" ";
	width:40px;
	height:1px;
	background:#4e89c5;
	position: absolute;
	bottom: -5px;
	right:0;
}
.top-footer .informations p{
	font-weight:13px;
	color:#b0b0b0;
	margin-bottom:5px;
}
.top-footer .informations p.adresse{
	color:#fff;
	font-size:14px;
}
.top-footer .informations p a{
	color:#b0b0b0;
}
.top-footer  .social{
	padding-top:40px;
}
.top-footer  .social ul li{
	padding:0;
	margin:0;
}
.top-footer  .social ul li a{
	font-size: 45px;
}
.top-footer  .social ul li a:hover{
	color:#2666a6;
}
.bottom-footer{
	background: #434343;
	min-height:60px;
	line-height:60px;
	color: #fff;
}
.bottom-footer p{
	font-size: 13px;
}

.breadcrumb {
    background-color: transparent;
    text-align: center;
    margin-bottom: 70px;
	padding-left: 0;
    padding-right: 0;
}
.breadcrumb .container{
	width:100%;
}
.breadcrumb span {
    background: #fff;
    padding: 0 5px;
	color:#5c5c5a;
}
.breadcrumb span a {
    color: #5c5c5a;
    text-decoration: none;
}
.breadcrumb hr {
    width: 100%;
    height: 1px;
    background: #5c5c5a;
    margin-top: -10px;
}
.content p{
	text-align: left;
    color: #5c5c5a;
	margin-bottom: 25px;
}
.formulaire-contact{
	margin-top:85px;
}
.formulaire-contact .form-control{
	min-height: 45px;
    background: #d5d5d5;
    border: 0;
    text-align: center;
    border-radius: 25px;
    box-shadow: none;
	margin-top: -20px;
	padding-top: 17px;
}
.formulaire-contact .icon-form{
	width: 40px;
    height: 40px;
    background: #3974ac;
    color: #fff;
    display: inline-block;
    border-radius: 50%;
    text-align: center;
	z-index: 9;
    position: relative;
}
.formulaire-contact .icon-form i{
	line-height: 40px;
}
.formulaire-contact .form-control::-webkit-input-placeholder { 
    color:   #5c5c5a;
}
.formulaire-contact .form-control:-moz-placeholder { 
   color:    #5c5c5a;
}
.formulaire-contact .form-control::-moz-placeholder { 
   color:    #5c5c5a;
}
.formulaire-contact .form-control:-ms-input-placeholder { 
   color:    #5c5c5a;
}
.formulaire-contact .btn-contact{
	border-radius: 25px;
	text-transform:uppercase;
	background: #3974ae;
	-webkit-transition: all 0.3s ease-out;
          transition: all 0.3s ease-out;
}
.formulaire-contact .btn-contact:hover, .formulaire-contact .btn-contact:focus{
	background: #024d99;
	color: #fff;
	outline:none;
}
.img-cabinet{
	margin-bottom:30px;
}
.content-soph{
	background:#3974ae;
	padding-top:40px;
	padding-bottom:50px;
	border-radius:5px;
	display:inline-block;
	margin-top: 30px;
    width: 100%;
}

.content-soph .img-soph{}
.content-soph .img-soph img{
	float: right;
    margin-top: -114px;
	width: 310px;
	border: 5px solid #fff;
}
.content-soph .desc-soph{}
.content-soph .desc-soph p{
	color:#fff;
	font-size: 15px;
	text-align:left;
    font-weight:100;
}
.content-soph .desc-soph ul{
	color:#fff;
	font-size: 14px;
	margin-bottom: 20px;
	padding-left: 20px;
    font-weight:100;
}
.content-soph .desc-soph ul > li{
	list-style-type: circle;
}
.content-soph .desc-soph p span a{
	color: #fff;
    font-weight: bold;
    text-decoration: underline;
}
.content-soph .desc-soph h1{
	color:#fff;
	font-size: 25px;
	margin-bottom:10px;
}
.content-soph .desc-soph h2{
	color: #fff;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.content-soph .desc-soph h2:after {
    content: '';
    height: 4px;
    width: 55px;
    background-color: #6c97c3;
    position: absolute;
    z-index: 1;
    margin-top: 25px;
    left: 15px;
}

.content-soph .desc-soph h2 span {
    position:relative;
    z-index:2;
}

.content-soph .desc-soph h3{
	color:#fff;
	font-size: 18px;
	margin-bottom:10px;
    font-weight: 700;
    margin-left:25px;
}
.content-soph .desc-soph h4{
	color:#fff;
	font-size: 16px;
	margin-bottom:10px;
}
.content-soph .desc-soph h5{
	color:#fff;
	font-size: 14px;
	margin-bottom:10px;
}
.content-soph .desc-soph h6{
	color:#fff;
	font-size: 12px;
	margin-bottom:10px;
}

.desc-soph.bg-bla {
    background-color: #fff;
    padding: 2rem 0;
}

.content-soph .desc-soph.bg-bla h3{
    margin-left: 0;
}

.content-soph .desc-soph.bg-bla h2,
.content-soph .desc-soph.bg-bla h3,
.content-soph .desc-soph.bg-bla h4,
.content-soph .desc-soph.bg-bla h5,
.content-soph .desc-soph.bg-bla h6,
.content-soph .desc-soph.bg-bla p,
.content-soph .desc-soph.bg-bla ul,
.content-soph .desc-soph.bg-bla li,
.content-soph .desc-soph.bg-bla a {
    color:#000;
}

.partage{
	text-transform:uppercase;
	color:#d5d3d6;
	float:left;
	margin-right:10px;
	font-weight:100;
}
.share-social {
	float:left;
}
.share-social li a{
	color:#d5d3d6;
}
.maps-contact{}

span.wpcf7-not-valid-tip {
    padding: 5px;
    background: transparent;
}
div.wpcf7-validation-errors {
    border: 0;
    background: #f00;
    color: #fff;
    text-align: center;
    padding: 10px;
}
div.wpcf7-mail-sent-ok {
    border: 0;
    padding: 10px;
    text-align: center;
    color: #fff;
    background: #398f14;
}
.post-content{
	color:#fff;
}
.fleur {
    width: 100%;
    height: 62px;
    background: url(img/fleur.png) no-repeat 50%;
    position: absolute;
    text-align: center;
    top: -20px;
}
.partenaires .fleur {
    top: -31px;
}

.custom-pagination{
	display: table;
    margin: 0 auto;
    width: auto;
    position: relative;
	padding-bottom: 20px
}
.page-numbers{
	min-width:32px;
	height:32px;
	border:1px solid #3772ac;
	text-decoration: none;
	color: #b4b4b4 !important;
	text-align:center;
	display: inline-block;
    line-height: 32px;
	margin-left: 10px;
}
.page-numbers.current{
	color: #fff !important;
	background: #3772ac;
}
.page-numbers:hover,.page-numbers:focus{
	color: #fff !important;
	background: #3772ac;
	text-decoration: none;
}
.page-numbers.prev, .page-numbers.next{
	border:0;
	background:transparent;
}
.page-numbers.prev:hover, .page-numbers.next:hover,
.page-numbers.prev:focus, .page-numbers.next:focus{
	border:0;
	background:transparent;
	color: #565656 !important;
}
div[id^=gmaps-]{
	border-radius: 10px;
    position: relative;
	margin-bottom: -105px;
    margin-top: 50px;
}
.gm-style > div > div:last-child  div:first-child{
	display:none !important;
}
.banner-title{
	position: absolute;
    top: 400px;
    left: 25%;
	text-align: center;
}
.banner-title h1{
	text-transform: uppercase;
	color: #000;
	font-weight: 600;
}
.banner-title h2{
	text-transform: uppercase;
    color: #2566a8;
    font-weight: bold;
    font-size: 35px;
}
.banner-title hr{
	content:" ";
	width:110px;
	height:1px;
	background:#2566a8;	
	margin:15px auto;
	
}
.content-mention{
	font-size: 15px;
}

.content-mention h5{
	margin-bottom: 15px;
	margin-top: 15px;
    font-size: 20px;
    font-weight: bold;
}
.content-mention  a{}

a.btn-pages {
    color: #000;
}


.page-id-1015 .content-soph .img-soph img {
    float: right;
    margin-top: -118px;
    width: auto;
    border: 5px solid #fff;
    margin-bottom: 2rem;
}


/*.page-id-1015 .content-soph .desc-soph h3 {
    color: #fff;
    font-size: 2.4rem;
    margin-bottom: 10px;
    font-weight: 700;
    margin-left: 25px;
    text-align: center;
}*/

.page-id-999 .img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img {
    display: block;
    max-width: 100%;
    height: 43rem !important;
}

.pic {
    height: 58rem;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.cabi {
    padding-bottom: 4rem;
}

.fancybox-title.fancybox-title-inside-wrap {
    display: none;
}


.acte h2 {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    color: #3772ac;
}


.acte {
    background-color: #f7f7f7;
    padding: 2rem;
    min-height: 23rem;
    margin-bottom: 2rem;
}

.acte.gris {
    background-color: #dedede;
    padding: 2rem;
    min-height: 23rem;
}

.detaile {
    padding-top: 7rem;
}

.acte p {
    padding: 5px;
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    -ms-flex-pack: center!important;
    justify-content: center!important;
    display: flex !important;
    flex-wrap: wrap;
}
.align-items-center {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}

.page-id-1015 .content-soph {
    background: transparent;
    padding-top: 40px;
    padding-bottom: 50px;
    border-radius: 5px;
    display: inline-block;
    margin-top: 30px;
}

.page-id-1015 .content-soph .desc-soph h3 {
    color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 700;
    margin-left: 25px;
}

.page-id-1015 .content-soph .desc-soph h2 {
    color: #3772ac;
    font-size: 22px;
    margin-bottom: 15px;
    margin-top: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.page-id-1015 .content-soph .desc-soph ul {
    color: #000;
    font-size: 14px;
    margin-bottom: 20px;
    padding-left: 20px;
    font-weight: 100;
}

.page-id-1015 .content-soph .desc-soph p {
    color: #000;
    font-size: 15px;
    text-align: left;
    font-weight: 100;
}



.rapide {
    background-color: #bbbbbb;
    padding: 1rem;
}

.temps {
    background-color: #eaeaea;
    padding: 1rem;
}
.present p {
    text-align: center !important;
}

.pho{
    padding: 0;
}

.conte{
    padding: 0;
}

.augmen {
    background-color: #eaeaea;
    padding: 2rem;
    min-height: 38.3rem;
}

.pedago {
    background-color: #bbbbbb;
    padding: 2rem;
}

p.one {
    background-color: #3772ac;
    padding: 2rem;
    color: #fff !important;
    font-weight: 700 !important;
}

p.two {
    background-color: #6997c4;
    padding: 2rem;
    color: #fff !important;
    font-weight: 700 !important;
}

p.three {
    background-color: #3772ac;
    padding: 2rem;
    color: #fff !important;
    font-weight: 700 !important;
}

a.actus-front {
    color: black;
}

.actualites .title {
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #ffffff;
    position: relative;
}

.actualites .title:after {
    content: " ";
    width: 47px;
    height: 1px;
    background: #ffffff;
    position: absolute;
    bottom: -10px;
    left: 48%;
}

.row-energetique p {
    text-align: left;
}


.row-energetique h2 {
    margin-bottom: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #2666A6;
        font-size: 2.3rem;
}


.row.row-energetique.mt-20 {
    -ms-flex-wrap: wrap!important;
   flex-wrap: wrap!important;
     display: -webkit-box!important;
  display: -webkit-flex!important;
  display: -ms-flexbox!important;
  display: flex!important;
}


img.img-reiki {
    max-height: 7rem;
}


.reiki-col h3 {
    margin-bottom: 1rem;
    margin-top: 2rem;
}


.reiki-col {
    border: 1px solid #e3e3e3;
    text-align: center;
    min-height: 37rem;
    margin-bottom: 3rem;
    padding: 2rem;
    border-radius: 20px;
    background: rgba(255,255,255,0.5);
}


.reiki-col ul {
    list-style: circle;
    padding: 1rem 1.5rem;
}

.reiki-col li {
    margin-bottom: 1rem;
    list-style: circle;
        text-align: left;
}

.page-id-2112 .content a{
    color: #2666a6;
}

/*.page-id-2112 .btn-pages-bleu {
    background-color: #3c3c3c;
    padding: 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-top: 10px;
    color: #fcfcfc !important;
}*/

.page-id-2112 .content .btn-pages-bleu{
    color: #fff!important
}

.page-id-2112 ul li {
  list-style-type: disc;
}

.page-id-2112 .p-text-left p
 {

	text-align: left;
}


@media (max-width : 575px) {

    .navbar-default .navbar-nav > li > a,
     .navbar-default .navbar-nav > .open > a, 
     .navbar-default .navbar-nav .dropdown-menu > li > a, 
     .navbar-default .navbar-nav .open .dropdown-menu > li > a, 
     .navbar-default .navbar-nav > li > a:focus, 
     .navbar-default .navbar-nav > li > a[href='#']:focus{

    line-height: 38px;
    margin-top: 1rem;
    margin-bottom: 1rem;

     }
   
}


.page-id-2207 ul li {
    list-style-type: disc;
}

.chiapi {
    background: rgb(57 116 174 / 6%);
    padding: 20px;
}

.chiapi ul li {
    list-style: circle;
    margin-left: 20px;
    padding-top: 10px;
}

.page-id-5241 .content-soph .img-soph img {
    float: right;
    margin-top: -114px;
    width: 310px;
    border: none!important;
}

.page-id-5241 .content-soph {
    background: #3974ae;
    padding-top: 40px;
    padding-bottom: 10px; 
    border-radius: 5px;
    display: inline-block;
    margin-top: 10px; 
    width: 100%;
}

.page-id-5241 .col-xs-12 h2 {
    margin-bottom: 2rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #2666A6;
    font-size: 2.3rem;
}

.page-id-5241 .col-xs-12 h3 {
    font-size: 1em!important;
    font-weight: 700;
}

.page-id-5241 a.btn-pages{
    color: #eadfdf;
}

.page-id-5241 .btn-pages {
    background-color: #3974ae;
    padding: 15px;
    border-radius: 25px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.page-id-5241 .btn-pages:hover {
    background-color: #D4D4D4;
    color: #1D1D1B !important;
    text-decoration: none;
}

.page-id-2207  {
    font-size: 16px;
}

.decouvrez_egalement .btn-pages-bleu {
    margin-right:  75px;
    margin-left:  75px;
}

.navbar {
    top: unset !important;
}