/*
 * Bootstrap - Sillages Edition (https://sillages.net)
 * Copyright 2018 Sillages Edition
 */

 @import url('https://fonts.googleapis.com/css?family=Muli');
 
 body {
	 color:#787c80;
	 font-family:'Muli', sans-serif;
 }
 
header {
  padding: 154px 0 100px;
}

@font-face {
	font-family:vijaya;
	src:url(../fonts/vijayab.ttf) format('truetype');
	font-style:normal;
	font-weight:bold;
	
}

@media (min-width: 992px) {
  header {
    padding: 156px 0 100px;
  }
}

section {
padding: 0 0 80px 0px;
}


[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
}


/* The Gallery: */

.portfolio-container,
.portfolio-list {
		width: 100%;
}

.portfolio-list {
		margin: 0;
		padding: 0;
		list-style: none;
}

.portfolio-list li {
		position: relative;
		display: block;
		float: left;
		width: 33.333333%;
}

.portfolio-list li img {
		display: block;
		width: 100%;
		margin: 0;
		vertical-align: top;
}

.portfolio-list a:after {
		content: '\A';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background-color: rgba(0, 0, 0, 0.6);
		opacity: 0;
		transition: all 0.5s;
		-webkit-transition: all 0.5s;
}

.portfolio-list a:after {
		opacity: 1;
}

@media all and (max-width: 1080px) {
		.portfolio-list li {
				width: 25%;
		}
}

@media all and (max-width: 879px) {
		.portfolio-list li {
				width: 33.3333333%;
		}
}

@media all and (max-width: 560px) {
		.portfolio-list li {
				width: 50%;
		}
}

@media all and (max-width: 480px) {
	.portfolio-list li {
				width: 70%;
			  float: none;
				clear: both;
				margin: 0 auto;
		}
.portfolio-list a:after {
		width: 100%;
	}
	.portfolio-list li img {
				width: 100%;
				margin: 0 auto;
		}
}
/* Pen Description: */

h1,
h2 {
		font-weight: bold;
        font-family: 'Muli', sans-serif;
		font-size:30px;
		padding-bottom:20px;


}


h3 {
		font-weight: bold;
        font-family: vijaya;
		font-size:30px;
		padding-bottom:20px;


}

h1.trait:after, h2.trait:after {
content:' ' !important;
position: absolute;
top:100%;
left:6%;
width: 100px;
border:2px solid #212529;
box-shadow:inset 0 1px 1px rgba(0, 0, 0, .05);
transform:translateX(-50%);
}

p {
		line-height: 1.5;
}

#description {
		max-width: 40em;
		margin: 0 auto 4.125em;
		padding: 0 3%;
}
/* Prevent element from collapsing by self-clearing its children */

.group:before,
.group:after {
		content: "";
		display: table
}

.group:after {
		clear: both
}

.group {
		zoom: 1
}


#about {
    padding-top: 80px;
    margin-top: 40px;
}


.button-acc {
background-color: #787c80;

padding: 7px 18px;

text-align: center;

margin: 0 auto;

border-radius: 3px;

font-family: Arial;
margin-top:50px;
}






.button-acc a {
	color:white;
	font-size:15px;
	text-decoration:none;
}


#histoire {
    padding: 40px 0 0 0px;
}


#histoire h2:after {

top: 42%;
left: 12%;

}

#prestations {
    padding-top: 80px;
    margin-top: 40px;
}


#prestations img {

    max-width: 80px !important;
    text-align: center;
    display: block;
    margin: 0 auto;
	margin-bottom:0

}


.box-contenu h3, .box-contenu p {
	text-align:center;
}

.box-contenu {
	display:block;
	margin:0 auto;
}

.box-contenu h3 {
	
	font-family:vijaya !important;
	font-weight:bold;
	font-size: 42px !important;
    color: #787c80;
	margin-top: 8px;
    margin-bottom: 0;
	padding:0 !important;
	
}


.button-acc-2 {
    background-color: #ffba1f;
    padding: 7px 45px;
    text-align: center;
    margin: 30px auto;
        margin-top: 30px;
    margin-top: 30px;
    margin-top: 0px;
    max-width: 80%;
    margin-top: 25px;
    font-family: inherit;
    color: white;
}

.button-acc-2:hover {
    color: white;
    text-decoration: none;
}

button, input[type="button"] {
    transition: .3s all ease;
    background: none;
    border: none;
    display: inline-block;
    margin: 0;
    padding: 0;
    outline: none;
    outline-offset: 0;
    font-family: inherit;
    line-height: inherit;
    overflow: visible;
    cursor: pointer;
    -webkit-appearance: none;
}


[type=reset], [type=submit], button, html [type=button] {
    -webkit-appearance: none;
}

.button-acc-2 a {
color: white;
font-size: 15px;
text-decoration: none;
}



#nouveautes {
	padding:30px 0;
	background-color:#787C80;
}


#nouveautes h3 {
	color:white;
	font-size:55px !important;
	font-family:vijaya !important;
	font-weight:bold;
}

.bg-grey {
background-color:#ffba1f
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255,255,255,.5);
    font-family: 'Muli', sans-serif;
    font-size: 18px !important;
    color: white !important;
    font-weight: bolder;
}
.abs-center-x {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

/* NOUVEAUTES NEWSLETTER */

form.news {
  position: relative;
  display: block;
  height: 70px;
  border-radius: 35px;
  background: white;
  margin: 0 auto;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.28);
  overflow: hidden;
  padding: 0;
}
form.news input {
  line-height: 70px;
  padding: 0;
  border: none;
  outline: none;
  font-size: 1rem;
  font-weight: 300;
  background: #eee;
  letter-spacing: 0.02em;
}
form.news input:not([type=submit]) {
  width: 100%;
  display: block;
  padding: 0 150px 0 30px;
}
form.news input:not([type=email]) {
  position: absolute;
  height: 50px;
  line-height: 50px;
  top: 10px;
  right: 10px;
  border-radius: 25px;
  padding: 0 25px;
  background: #ffba1f;
  color: white;
  cursor: pointer;
}

form.news input:not([type=email]):hover {
  background: #ffbd29;
}

form.news input:focus {
  outline: none;
  background: white;
}


.w3-content {
    max-width: 100% !important;
    margin: 0 auto !important;
	padding-top:50px;
    max-height: 400px !important;
}

img.mySlides {
	max-height: 400px;
}


#contact{
	background:#232c3b;
	color:#f4f4f4;
	padding-bottom:80px;
}

#contact h2 {
margin-top: 0;
padding-top: 40px;
padding-bottom: 0 !important;
margin-bottom: 0 !important;
}


#contact textarea.form-control{
    height:100px;
}



#contact .btn-lg, .btn-group-lg > .btn {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 6px;
}
#contact .btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}
#contact .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
}




/* FOOTER */

footer {
  background-color: #232c3b !important;
  min-height: 350px;
  font-family: 'Open Sans', sans-serif;
  padding-top: 30px !important;
}

.footerleft {
  margin-top: 20px;
  padding: 0 36px;
  text-align:left
}

.logofooter {
  margin-bottom: 10px;
  font-size: 25px;
  color: white;
  font-weight: 700;
}

.footerleft p {
  color: white;
  font-size: 12px !important;
  font-family: 'Open Sans', sans-serif;
  margin-bottom: 15px;
}

.footerleft p i {
  width: 20px;
  color: #fff;
}

.paddingtop-bottom {
  margin-top: 20px;
  text-align:left;
}

.footer-ul {
  list-style-type: none;
  padding-left: 0px;
  margin-left: 2px;
}

.footer-ul li {
  line-height: 29px;
  font-size: 12px;
  margin-top: 5px;
}

.footer-ul li a {
  font-size: 17px;
  text-decoration: none;
  font-weight: 200;
  color: #fff;
  transition: color 0.2s linear 0s, background 0.2s linear 0s;
  display: block;
  padding-bottom: 5px;
  border-bottom: 1px dotted #fff;
}


.footer-ul li a:hover {
  transition: color 0.2s linear 0s, background 0.2s linear 0s;
  color: #73b0f4;
}

.social:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.icon-ul {
  list-style-type: none !important;
  margin: 0px;
  padding: 0px;
}

.icon-ul li {
  line-height: 75px;
  width: 100%;
  float: left;
}

.icon {
  float: left;
  margin-right: 5px;
}

.copyright {
  min-height: 40px;
  background-color: #141d29;
}

.copyright p {
  text-align: center;
  color: white;
  padding: 10px 0;
  margin-bottom: 0px;
}

.heading7 {
  position: relative;
  margin: 0 0 25px;
  color: #fff;
  padding-bottom: 5px;
  font-weight: 900;
  font-size: 24px;
  line-height: 28px;
  font-family:vijaya;
}

.heading7:before {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 60px;
  height: 1px;
  background-color: #fff;
}

.post p a {
  font-size: 12px;
  color: white !important;
  line-height: 20px;
}

.post p a span {
  display: block;
  color: #8f8f8f !important;
}

.bottom_ul {
  list-style-type: none;
  float: right;
  margin-bottom: 0px;
}

.bottom_ul li {
  float: left;
  line-height: 40px;
}

.bottom_ul li:after {
  content: "/";
  color: white;
  margin-right: 8px;
  margin-left: 8px;
}

.bottom_ul li a {
  color: white;
  font-size: 12px;
}

.post a:hover {

  text-decoration: none;
}

.btn-insta {
  color: white !important;
  background: transparent;
}

.fields {
  color: white;
  font-size: 15px;
  text-decoration: none;
}


.textoverflow {
    background-color: grey;
    height: 0.1px;
    vertical-align: middle;
    line-height: 0.7;
}


.textoverflow span {
    padding: 0px 10px;
    background-color: #ffba1f;
    font-family: vijaya;
    color: white;
}
.textoverflow.rght { text-align: right;}
.textoverflow.cntr { text-align: center;}


h2.textoverflow {
    margin: 20px 0;
    padding: 20px 0;
	font-size:40px
}




	
	 /* Dropdown Button */
.dropbtn {
    color: white;
    font-size: 25px;
    border: none;
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff8ea;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 9999;
    left: 22px;
    top: 45px;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    background: #ffba1f;
        background-color: rgb(255, 186, 31);
    font-family: 'Muli', sans-serif;
    font-size: 18px;
    font-weight: bolder;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #ddd}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

.nav-link.dropbtn::after {

    content: '\25bc';
    font-size: 15px;
    padding-left: 10px;

}

section#histoire p {
	font-family:'Muli', sans-serif !important;
}

section#histoire p span {
	font-family:'Muli', sans-serif !important;
}


/* Slider */

.slick-slider {
    position: relative;
    display: block;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: none;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
}
.slick-track:before,
.slick-track:after {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

.blue {
    background: #ffba1f;
}
.blue h3 {
    background: #fff;
    color: #3498db;
    font-size: 36px;
    line-height: 100px;
    margin: 10px;
    padding: 2%;
    position: relative;
    text-align: center;
}

.slick-slide .image {
    padding: 10px;
}
.slick-slide img {
    border: 5px solid #FFF;
    display: block;
    width: 100%;
}
.slick-slide img.slick-loading {
    border: 0
}
.slick-slider {
    margin: 30px auto 50px;
}


a.filterer {
    color: white;
    background: #39A9A4;
    padding: 10px 10px;
    margin: 4px auto;
    margin-top: 4px;
    margin-right: auto;
    margin-bottom: 4px;
    margin-left: auto;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    float: none;
    font-size: 12px;
    font-weight: bolder;
    font-family: 'Muli', sans-serif;
}


.slick-next, .slick-prev {
    background: #39A9A4;
    padding: 4px 10px;
    display: block !important;
    margin: 20px auto;
	color:white;
    text-align: center;
}

.slick-prev {
	position: absolute;
left: 15px;
top: -400%;
font-size: 30px;
padding: 5px 20px;
opacity: 0.6;
background: #ffba1f;
}
.slick-prev:hover {
	opacity:1
}


.slick-next {
	position: absolute;
right: 15px;
top: -400%;
font-size: 30px;
padding: 5px 20px;
opacity: 0.6;
background: #ffba1f;
}
.slick-next:hover {
	opacity:1
}



.coordonnees {
	background:#ffba1f;
	color:white;
	padding:45px;
}


.infos {
	margin:50px auto;
}

.infos h3 {
font-family: 'Muli', sans-serif;
font-weight: bolder;
margin: 0;
padding: 0;
color: black;
font-size: 20px;
}




a.button-acc-2-pres {
    background-color: #ffba1f;
    padding: 7px 45px;
    text-align: center;
    margin: 0 auto !important;
    width: 100%;
    font-family: inherit;
    color: white;
    display: block;
	font-size:14px;
	text-decoration:none
}




#histoire ul li {
    background: #787c80;
    padding: 10px 15px;
    margin: 40px 0;
	color:white;
}

/* TABLEAU CONTENU (SOMMAIRE) */


#toc {

    background-color: #ddd;
    padding: 1rem;
    border-radius: 5px;

}

#toc a {
  color: #000;
  text-decoration: none;
  border-bottom: 1px dotted #666;
  line-height: 1.5;
}

#toc a:hover {
  color: #666;
}

#toc ol {
  list-style-position: inside;
  padding: 0;
  margin: 0;
}

#toc ol ol {
  padding-left: 1rem;
}

#toc::before {
  content: 'Sommaire';
  display: block;
  color: #666;
  font-size: 0.8rem;
  text-transform: uppercase;
  margin-bottom: .5rem;
}



	@media screen and (max-width:768px) {
		
		
		.section-manuscrit h1 {font-size:50px;
		text-align:center;}
		
		
		.action-button {
    position: relative;
    padding: 10px 5px !important;
    display: block;
    border-radius: 10px;
    font-size: 15px;
    color: #FFF;
    text-decoration: none;
    max-width: 100%;
    text-align: center;
    margin: 20px auto;
}

		
	}
	
	
	
	.box {
    margin-bottom: 40px;
}



@media screen and (max-width:600px) {
	.section-manuscrit h1 {
    font-size: 30px !important;
    text-align: left !important;
}


img.hidden-img {
	display:none;
}


#nouveautes h3 {
    color: white;
    font-size: 35px !important;
    font-family: !vijaya important;
    font-weight: bold;
}


h2.line span {
    color: #ffba1f !important;
	background:none;
    color: white;
    font-family: vijaya;
    line-height: 1;
}


h1.trait:after, h2.trait:after {
	left:50%
}

h1.trait {
	text-align:center
}


a.filterer {
	width:auto;
	max-width: 95%;
	display:block
}


.slick-next {top:-1090%;}
.slick-prev {top:-1090%;}


}




@media screen and (min-width:768px) {
	
img.logo-pc {
	max-width:20% !important;
}
}


section#contact {
	padding:0 !important;
}
