/* COULEURS 173, 136, 212;98, 43, 115; FIN COULEURS */
*{
    margin:0;
    padding: 0;
}

body{
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 1em;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Montserrat", sans-serif;
}

blockquote, blockquote p {
    color:#0a0a0a;
}
.row {
    max-width: 70rem;
}

#preloader {
    position:fixed;
    top:0;
    left:0;
    right:0;
    bottom:0;
    background-color:white; /* change if the mask should have another color then white */
    z-index:999999; /* makes sure it stays on top */
	opacity : 1;
}


#status {
    width:300px;
    height:300px;
    position:absolute;
    left:50%; /* centers the loading animation horizontally one the screen */
    top:50%; /* centers the loading animation vertically one the screen */
    /*background-image:url(../images/status.gif); /* path to your loading animation */
    background-repeat:no-repeat;
    background-position:center;
    margin:-150px 0 0 -150px; /* is width and height divided by two */
}

#scroll_down{
	position: fixed;
	display: block;
	bottom: 0;
	left: 50%;
	margin-left: -11.4px;
	z-index: 100000;
	margin-bottom: 10px;
}

img{
    width: 100%;
}

#logo, 
.insta img, 
.slider img, 
.langue img, 
.cooltapas img, 
#banniere img, 
#preloader img, 
.contact img,
#logo_footer{
    border: none !important;
}

p{
    line-height: 1.4;
}

a{
    text-decoration: none;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

iframe{
    border: none;
}

.margin_0{
    margin: 0 !important;
}

.padding_0{
    padding: 0 !important;
}

.padding_20{
    padding: 20px !important;
}

.padding_10{
    padding: 10px !important;
}

.padding_50{
    padding: 50px !important;
}

.padding_5{
    padding: 5px !important;
}

.padding_b_5{
    padding-bottom: 5px !important;
}

.padding_b_15{
    padding-bottom: 15px !important;
}

.padding_t_30{
    padding-top: 30px !important;
}

.padding_t_50{
    padding-top: 50px !important;
}

.padding_tb_30{
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

.padding_b_20{
    padding-bottom: 20px !important;
}

.padding_b_50{
    padding-bottom: 50px !important;
}

.padding_b_100{
    padding-bottom: 100px !important;
}

.padding_l_0{
    padding-left: 0 !important;
}

.padding_r_0{
    padding-right: 0 !important;
}

.padding_r_10{
    padding-right: 10px !important;
}

.padding_b_0{
    padding-bottom: 0 !important;
}

.pm_0{
    padding: 0 !important;
    margin: 0 !important;
}

.margin_l_0{
    margin-left: 0 !important;
}

.margin_b_10{
    margin-bottom: 10px !important;
}

.margin_b_20{
    margin-bottom: 20px !important;
}

.margin_b_30{
    margin-bottom: 30px !important;
}

.margin_b_40{
    margin-bottom: 40px !important;
}

.margin_b_50{
    margin-bottom: 50px !important;
}

.margin_t_50{
    margin-top: 50px !important;
}

.margin_t_10{
    margin-top: 10px !important;
}

.margin_t_15{
    margin-top: 15px !important;
}

.margin_t_20{
    margin-top: 20px !important;
}

.margin_t_30{
    margin-top: 30px !important;
}

.margin_dg_10pc{
    margin-left: 10%;
    margin-right: 10%;
}

.margin_r_0{
    margin-right: 0 !important;
}

.border{
    border: 1px solid #F1F1F1;
}

a:hover, button:hover{
    cursor: pointer;
}

.btn{
    background: #60cdc7;
    color: white;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
    text-transform: uppercase;
    line-height: 1;
    border-radius: 0 !important;
}

.btn2{
    background-color: #3fa09b;
    color: white;
}

.btn:hover,
.btn:focus{
    background: #3fa09b;
    color: white !important;
}

.btn2:hover,
.btn2:focus{
    background: #252525;
    color: white !important;
}

.uppercase{
    text-transform: uppercase;
}

.row_100{
    margin: 0;
    max-width: 100%;
}

.row .row{
    margin-left: auto;
    margin-right: auto;
}

.row .row_100{
    margin: 0;
}

form input,
form select,
form textarea{
    box-shadow: none !important;
    border: 1px solid lightgray !important;
}

form input::placeholder,
form select::placeholder,
form textarea::placeholder{
    color: black;
}

input{
    padding: 0 0.5rem !important;
}

/* MENU */
.js-off-canvas-exit{
    z-index: 10000;
}

#offCanvas .social-links a i {
  color: white;
}
#offCanvas .social-links li {
  border: 1px solid white;
  border-radius: 50px;
  height: 40px;
  width: 40px;
  padding: 8px;
  text-align: center;
}
#offCanvas .social-links{
    margin: 20px;
}

#menu{
    z-index: 999;
    padding: 0;
    position: relative;
    display: block;
}

#logo{
    height: auto;
    width: 450px;
}

#offCanvas #logo{
    padding: 20px;
}
.top{
    background: #60cdc7;
    color: white;
    padding: 10px 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}
.top i{
    font-size: 1.2rem;
    color: white;
    margin: 0 10px;
}
.top a i{
    font-size: 2rem;
}
.top a:hover i{
    color: #3fa09b;
}

.title-bar{
    background-color: white;
    padding: 20px 0;
}
.title-bar .menu li a{
    color: black;
    padding: 10px 0;
    font-family: "Montserrat", sans-serif;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 300;
}

.top-bar-title{
    margin-right: 0;
}

.menu .active>a,
.menu a:hover{
    color: #60cdc7 !important;
    background: none;
}

.menu .active>a{
    font-weight: bold;
}

.menu .homeIcon.active>a{
    border-bottom: none;
}

.menu li{
    padding: 0 1rem;
    display: inline-block;
  margin: 5px 10px;
}
.homeIcon {
    position: relative;
    width: 200px;
    height: 60px;
}
.homeIcon img{
    position: absolute;
}

nav{
    display: block;
    width: 100%;
}

.fa-bars{
    color: #252525;
    font-size: 1.5rem;
}

.off-canvas.position-left{
    background: white;
    height: 100%;
    box-shadow: none;
}

.left-submenu.move-right.submenu.is-drilldown-submenu{
    margin-left: 0;
}
.is-drilldown{
    padding-right: 12px;
}

.is-drilldown li{
    padding: 0;
    margin-left: 10px;
}

.is-drilldown li a, .is-drilldown-submenu li a{
    color: black;
    border: none;
}

.is-drilldown li a::after{
    border-color: transparent transparent transparent #60cdc7;
}

.is-drilldown li a:hover, .is-drilldown-submenu li a:hover{
    color: #60cdc7;
}

.is-drilldown-submenu{
    height: 100%;
    background: white;
}

.is-drilldown a:hover {
    border: none;
}

.is-drilldown-submenu li a::before{
    border-color:  transparent #60cdc7 transparent transparent;
}

.is-drilldown{
    min-height: 100%;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a:after{
    content: "\f107"; /* exemple : chevron-down */
    font-family: "Font Awesome 5 Free";
    font-weight: 900; /* obligatoire pour les icônes solid */
    display: inline-block;
    margin-left: 8px;
    vertical-align: middle;

    border-radius: 50%;
    background: #60cdc7;
    color: white;
    height: 30px;
    width: 30px;
    border-color: transparent;
    font-size: 1.5rem;
    margin-top: -15px;
    text-align: center;
}

.dropdown.menu>li.is-dropdown-submenu-parent>a {
    padding-right: 50px;
}

input, select, textarea{
    border-radius: 0px !important;
}

.scrollToTop, #share_btn{
	width:40px; 
	height:40px; 
	text-align:center; 
	background: #3fa09b;
	font-weight: bold;
	color: white;
	text-decoration: none;
	position:fixed;
	bottom:30px;
	right:10px;
	display:none;
    font-size: 1.5em;
    z-index: 999;
    border: 1px solid white;
}
.scrollToTop:hover,
#share_btn:hover{
	text-decoration:none;
    background: #252525;
    color: white;
}

#share_btn{
    bottom: 80px;
    display: block;
}

/* POP UP */
#fond_partage{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
    z-index: 9999;
    display: none;
}

#partage{
    position: fixed;
    top: 20%;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    background: white;
    z-index: 99999;
    display: none;
}

#partage .titre{
    background: #60cdc7;
    color: white;
    font-size: 1.4rem;
    padding: 10px 20px;
}

#partage .close_partage{
    color: white;
    float: right;
    padding: 10px 20px;
}

#partage .close_partage:hover{
    color: #3fa09b;
}

#partage #share_popup{
    padding: 10px 20px 20px 20px;
}

.rond{
    border-radius: 50%;
}

.zoom:hover img{
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.zoom img{
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.relative{
    position: relative;
}

.zoom{
    overflow: hidden;
}

.align-vertical{
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}

.align-horizontal{
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
}

.align-milieu{
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
}

.cc-cookies{
    top: auto;
    bottom: 0;
}

/* SLIDER */
.slider{
    z-index: 0;
    margin: 0;
    height: 100%;
    width: 100%;
}

#bx_slider{
    list-style-type: none;
    margin: 0;
}

.bx-clone{
    display: none;
}

.slider .bx-viewport{
    position: relative;
    height: auto !important;
}

.bx-wrapper{
    box-shadow: none;
    border: none;
    margin-bottom: 0;
}

.bx-wrapper img{
    display:block;
    width: 100%;
}

.slider .text {
    position: absolute;
    z-index: 9999;
    width: 100%;  
}

.slider p, #banniere .text-ban{
    color: white;
    line-height: 1;
    margin: 0;/*
    text-shadow: rgba(6,63,87,0.8) 0 0 10px;*/
}

.slider .slider-titre p{
    font-size: 2em;
    text-transform: uppercase;
    font-weight: bold;
    background: rgba(6,63,87,0.8);
    padding: 20px;
}

.slider .slider-text p{
    font-size: 1.2em;
}

.slider-titre,
.slider-text {
    visibility:hidden;
}

.slider-titre.active-slide,
.slider-text.active-slide {
    visibility: visible;
}

.bx-wrapper .bx-prev,
.bx-wrapper .bx-next{
    background: none;
    color: rgba(255,255,255,0.8);
    font-size: 40px;
    position: absolute;
    top: 40%;
}

.bx-wrapper .bx-next{
    right: 10px;
}
.bx-wrapper .bx-prev{
    left: 10px;
}

.bx-wrapper .bx-prev:hover,
.bx-wrapper .bx-next:hover{
    color: rgba(255,255,255,1);
}

.bx-wrapper .bx-controls-direction a{
    text-indent: 0;
}

/* BANNIERE */
#banniere{
    height: 400px;
    padding: 0;
    margin-top: -70px;
}

#banniere .row{
    height: 100%;
}

#banniere .columns{
    z-index: 1;
    position: relative;
}

#banniere .text-ban{
    color: white;
    font-size: 1.8rem;
    text-transform: uppercase;
    background: rgba(98, 43, 115, .8);
    padding: 20px 50px;
    display: inline-block;
}

#banniere .text-ban h1{
    margin: 0;
}

.no-ban{
    padding: 50px 0; position: absolute;top: 0;
    right: 0;
}

/* FIL D'ARIANE */
.breadcumbs{
    list-style-type: none;
    margin: 0;
    display:inline-block;
}

.breadcumbs li{
    display: inline-block;
}

.breadcumbs li:after{
    content: "/";
    color: black;
}

.breadcumbs li a{
    margin: 0 5px;
    color: black;
    font-size: .75rem;
}

.no-ban .breadcumbs li a,
.no-ban .breadcumbs li:after{
    color: black;
}

.no-ban .breadcumbs{
    text-shadow: none;
}

.breadcumbs li a:hover{
    color: #60cdc7;
}

.breadcumbs li.current:after{
    content: "";
}

.fildariane{
    margin-top: -30px;
}

/* TEXT CACHE */
.texte-cache { 
  position: relative;
  max-height: 200px; /*Hauteur du texte visible avant le clic*/
  overflow: hidden; /*On cache tout ce qui dépasse des 100px*/
  -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out

}
  
.texte-cache.ouvert {
    max-height: 100%; /* On lui définit une hauteur max de tout l'écran si nécessaire pour qu'il affiche tout son contenu*/
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
  }

.texte-cache:not(.ouvert)::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  /*background: linear-gradient(rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 1) 100%); /*Couleur de notre effet*/
}

.bouton-ouverture{
    font-family: 'Rochester', cursive;
    font-size: 1.2rem;
    color: rgba(173, 136, 212, 1);
}

.bouton-ouverture:hover{
    color: rgba(98, 43, 115, 1);
}

/* COULEURS */
.rose{
    color: #ff8075;
}
.roseBG{
    background: #ff8075;
    color: white;
}
.vert{
    color: #60cdc7;
}
.pagination #svt_act,
.pagination #prct_act,
.vertBG{
    background: #60cdc7;
    color: white;
}
.orange{
    color: #ff9f6f;
}
.orangeBG{
    background: #ff9f6f;
    color: white;
}
.blancBG{
    background: white;
}
.BGgris{
    background: #f8f4ee;
}

/* HOME */
.jaune{
    background: #ffca58;
}
.jaune1{
    background: #ffd780;
}
.jaune2{
    background: #ffd16e;
}
.jaune h2,
.jaune h3{
    margin-bottom: 0;
}
.jaune h2{
    font-size: 2rem;
}
.jaune h2,
.jaune a{
    font-weight: 300;
}
.jaune img{
    max-height: 60px;
}
.jaune a{
    color: black;
    padding: 30px 0;
}
.jaune a:hover{
    color: white;
}
.jaune h3{
    font-size: 1.6rem;
    font-weight: 300;
}
.agenda .titre.roseBG,
.titre h1,
.titre h2,
.titre h3{
    line-height: 1;
}
.agenda .titre.roseBG,
.titre h1,
.titre h2{
    font-weight: bold;
    font-size: 4rem;
}
.agenda .titre.roseBG em,
.titre h1 span,
.titre h3{
    font-weight: 300;
    font-size: 2rem;
    font-style: italic;
}
.actus .item h4{
    font-weight: 600;
    margin-bottom: 0;
}
.actusDetail .rub a,
.actus .item span{
    text-transform: uppercase;
    color: #8b8b8b;
}
.liensHome {
    padding-left: 100px;
}
.liensHome a{
    color: white;
    font-weight: 600;
    font-size: 1.5rem;
}
.actusDetail .rub a:hover,
.liensHome a:hover,
.actus .item a:hover h4, 
.actus .item a:hover span{
    color: black;
}
#svt_act,
#prct_act,
.fleche {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    padding: 3px 15px;
}
#svt_act i,
#prct_act i,
.fleche i{
    font-size: 2rem;
}
.menuHome .titre {
    background: white;
    padding: 10px 20px;
    margin-left: -20%;
    display: inline-block;
    width: 100%;
    margin-top: 40px;
    position: relative;
    margin-bottom: 30px;
}
.menuHome .medium-order-1 .titre {
    margin-left: 50px;
}
.liensHome .fleche,
.liensHome .text{
    display: inline-block;
}
.archives a h2,
.archives a h3{
    color: #4a4a4a;
    padding: 0 10px;
}
.archives a:hover h2,
.archives a:hover h3{
    color: #60cdc7;
}
.archives img{
    max-width: 130px;
}
.archives{
    padding: 50px 0 80px 0;
}

/**/

/* DEFAUT */

/* LISTING */
.listing a{
    color: white;
}
.listing .text{
    background: #f8f4ee;
    padding-bottom: 20px;
}
.listing .topTitre{
    padding: 10px 20px;
}
.listing .topTitre h2{
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
}
.listing .topTitre h2 span{
    font-size: 1.2rem;
    font-weight: 300;
    font-style: italic;
}
.detail_listing a.doc,
.listing .text a{
    color: #434344;
}
.detail_listing a.doc:hover,
.listing a:hover,
.listing .text a:hover{
    color: black;
}
.listing .text .txt{
    font-size: 1.4rem;
    font-weight: 600;
    text-transform: uppercase;
}
.listing .fleche{
    margin: auto;
    margin-top: -25px;
    display: inline-block;
    height: 60px;
    width: 60px;
    margin-bottom: 5px;
}
.listing .fleche i {
    font-size: 3rem;
}

.detail_listing .desc img{
    max-width: fit-content;
}
.lightgallery{
    background: #f8f4ee;
}
.detail_listing .desc a{
    color: black;
}
.detail_listing .desc a:hover{
    color:#3fa09b;
}
.actusDetail.img{
    background-color: #f8f4ee;
}



.owl-dots{
    text-align: center;
}

.owl-dots .owl-dot span{
    width: 12px;
    height: 12px;
    background: rgba(255, 255, 255, .8);
    display: inline-block; 
    margin: 5px;
    border-radius: 50px;
}

.owl-dots .owl-dot span:hover,
.owl-dots .owl-dot.active span{
    background: rgba(255, 255, 255, 1);
}

.owl-nav {
  position: absolute;
  width: 100%;
  top: 40%;
}

.owl-next {
  float: right;
}

.owl-nav .owl-prev i,
.owl-nav .owl-next i{
    font-size: 2rem;
}
.owl-galerie .owl-nav.disabled {
    display: block !important;
}

/* BLOG */
.pagination {
    margin-top: 50px;
    text-align: center;
}
.pagination li{
    margin: 0 10px;
}
.pagination a:hover,
.pagination .current,
.pagination .current a{
    background: none;
    color: #3fa09b;
}
.agenda{
    margin-top: 100px;
}
.agenda .BGgris .txt{
    padding: 20px;
    padding-right: 50px;
}
.agenda .BGgris a{
    color: #ff8075;
}
.agenda .BGgris a .fleche{
    float: left;
}
.agenda .BGgris a .text{
    float: left;
    padding: 8px 20px;
    font-size: 1.2rem;
    font-weight: 500;
}
.agenda .titre.roseBG{
    position: absolute;
    padding: 10px 120px 10px 20px;
    margin-top: -40px;
    right: 40px;
    float: right;
    z-index: 99;
}
.agenda .owl-nav .fleche{
    background: #cecece;
}
.agenda .owl-nav button:hover .fleche{
    background: #252525;
}

/* GALERIE */
#filtres .button-group{
    display: inline-block;
}

#filtres input{
    display: none;
}

#filtres .btn{
    font-size: 1rem;
    margin-bottom: 20px;
}

/* CONTACT */
.contact .form{
    background: rgba(98, 43, 115, 1);
    color: white;
    padding: 20px;
}
.contact .form a{
    color: white;
}
.contact button{
    padding: 35px 10px;
}
.contact label{
    color: black;
}

.contact label a{
    color: rgba(98, 43, 115, 1);
}

.contact label a:hover{
    color: rgba(173, 136, 212, 1);
}

#map_canvas{
    min-height: 500px;
}

/* FOOTER */
footer .news span,
footer{
    background: #60cdc7;
    padding: 30px 0 60px 0;
    text-transform: uppercase;
    color: white;
    font-size: .875rem;
}
footer form label,
footer .news{
    text-transform: lowercase;
}

footer .news span{
    font-size: 1.2rem;
}
footer form label{
    font-size: .875rem;
}
footer form input{
    border: none !important;
}
footer #nomFooter{
    font-size: 3rem;
    font-weight: 300;
}

footer i{
    font-size: 3rem !important;
}
footer form label,
footer a{
    color: white;
}

footer a:hover{
    color: #3fa09b;
}

#logo_footer{
    max-width: 200px;
    width: auto;
}

.espace{
    display: inline-block;
    width: 80px;
    height: 5px;
}

.social-links{
    margin: 0;
    display: inline-block;
}

.social-links li{
    display: inline-block;
    margin-right: 10px;
}

.social-links li a i{
    font-size: 1.5rem;
    color: white
    font-style: normal;
}

.social-links li a:hover i{
    color: #3fa09b;
}

footer p{
    font-size: .875rem;
}

footer .email{
    text-transform: lowercase;
}

.copyright{
    padding: 10px 0;
    background: white;
    color: #333;
    font-size: 0.8rem;
}

.copyright p{
    margin-bottom: 0;
}

.copyright a{
    color: #333;
}
.mentions h1,
.mentions h2,
.mentions a,
.copyright a:hover{
    color: #fdc300;
}

.mentions h1,
.mentions h2{
    margin-top: 20px;
    font-weight: bold;
}

.sitemap h2{
    color: #333;
}

.mentions hr{
    margin-left: 0;
}

.mentions i{
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.sitemap h2 i{
    color: rgba(51, 51, 51, 1);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}


/* MEDIA QUERIES */
@media screen and (min-width:0em) and (max-width:64em){
    .slider .slider-text p {
        font-size: 1em;
        padding: 10px 20px 30px 20px;
    }
    .slider .slider-titre p {
        font-size: 2em;
        padding: 30px 20px 10px 20px;
    }
    .slider, #banniere{
        margin-top: 0;
    }
    .menu a{
        font-size: .875rem !important;
    }
    .home .img .illust {
        padding: 0 0 12% 12%;
    }
    .home.infos .cursive {
        font-size: 5rem;
      }
      h1{
        font-size: 4rem;;
      }
      footer .contact_footer.text-right{
        text-align: center;
      }
    .menuSlide .textSlide {
      max-width: 180px;
      height: auto;
    }
    .menuSlide#slide2{
        bottom: 10%;
        left: 10%;
    }

    .menuSlide#slide3{
        bottom: 10%;
        right: 10%;
    }
    #svt_act i, #prct_act i, .fleche i,
    .titre h1 span, .titre h3,
    .jaune h2 {
        font-size: 1.6rem;
    }
    .listing .text .txt,
    .listing .topTitre h2,
    .liensHome a,
    .jaune h3 {
        font-size: 1.2rem;
    }
    .jaune img {
        max-height: 50px;
    }

    .titre h1, .titre h2 {
        font-size: 3rem;
    }
    .liensHome {
        padding-left: 40px;
    }
}

@media only screen and (max-width: 39em){
    #logo{
        width: 200px;
    }
    .scrollToTop{
        bottom: 10px !important;
    }
    #share_btn{
        bottom: 60px !important;
    }
    #partage{
        width: 250px;
        margin-left: -125px;
    }
    #partage .titre{
        font-size: 1rem;
    }
    .top {
        font-size: .75rem;
    }
    .slider{
        margin-top: 0;
    }
    .slider .slider-text {
        font-size: .8em;
        top: 60%;
    }
    .slider .slider-titre {
        font-size: .5em;
        top: 15%;
    }
    .slider .btn_slider {
        margin-top: 5px !important;
        text-align: right !important;
    }
    .slider-titre.active-slide, .slider-text.active-slide{
        margin-left: 20px;
    }
    #banniere .text-ban{
        font-size: 1.2rem;
    }
    #banniere{
        height: 200px;
        margin-top: 0;
    }
    .breadcumbs{
        font-size: .8rem;
    }
    .fond h2,
    h2 {
        margin-right: 0;
        margin-left: 0;
    }
    h2 .cursive,.home.infos .cursive{
    font-size: 4rem;
    }
    .home .img .illust {
    padding: 10%;
    }
    .home .text.padText {
    padding-top: 0;
    padding-bottom: 20px;
    }
    .home .img .blocAnim {
    min-height: 300px;
    }
    .animation .obj img {
    max-width: 60%;
    }
    .home.infos .uppercase, .home.infos .texte {
    font-size: 1.5rem;
    }
    .home.infos .texte {
    margin-top: 20px;
    }
    .title-bar{
    position: relative;
    padding-top: 20px;
    padding-bottom: 0;
    }

    .animation #obj0{
    text-align: right;
    }

    .home{
    padding: 50px 0 80px 0;
    }
    
    .owl-nav {
        top: 30%;
    }
    .owl-next{
        margin-right: 0;
    }
    .owl-prev{
        margin-left: 0;
    }
    .detail_listing h2{
        text-align: center;
        margin-top: 20px
    }
    .home.contact, .home.listing, .home.defaut{
        padding-top: 0;
    }
    
    .defaut h1, .listing h1, h2{
        margin: 0;
        padding-top: 20px;
        padding-bottom: 20px;
    }
    h2 .cursive, .defaut h1 .cursive, .listing h1 .cursive{
        font-size: 4rem;
    }
    .owl-galerie .owl-nav {
        top: auto;
    }
    
    #map_canvas{
        min-height: 200px;
    }
    header{
        margin-bottom: 20px;
    }
    #svt_act i, #prct_act i, .fleche i,
    .titre h1 span, .titre h3,
    .jaune h2 {
        font-size: 1.6rem;
    }
    .listing .text .txt,
    .listing .topTitre h2,
    .liensHome a,
    .jaune h3 {
        font-size: 1.2rem;
    }
    .jaune img {
        max-height: 50px;
    }
    .menuHome .medium-order-1 .titre,
    .menuHome .titre{
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
    }
    .titre h1, .titre h2 {
        font-size: 3rem;
    }
    .liensHome {
        padding-left: 40px;
    }
    #svt_act, #prct_act, .fleche {
        height: 35px;
        width: 35px;
    }
    .archives{
        padding: 50px 20px 80px 20px;
    }
    .actus h1,
    footer #nomFooter {
        font-size: 2rem;
    }
    footer .news{
        margin-bottom: 20px;
    }

    footer .small-6 {
        font-size: .75rem;
    }
    .no-ban{
        position: relative;
        padding: 0 10px;
    }
    .titre.margin_b_50{
        margin-bottom: 0 !important;
    }

}