/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 767px) {
	.flex-item-right, .flex-item-left {
    flex: 100%;
  }
  .indexbox {
	position: absolute;
	clear:both;
	background-color: rgba(255,255,255,0.5);
	padding:20px;
	bottom: 5px;
	height: auto;
	margin-right: 15px;  	
	}
.contactbox {
	position: absolute;
	clear:both;
	background-color: rgba(255,255,255,0.8);
	padding:20px;
	bottom: 5px;
	height: auto;
	margin-right: 15px;  	
	}
	
.textbox {
		display:inherit;
		align-items: baseline;
		height: auto;
	}
	
.textboxcontact {
		display: inherit;
		align-items: center;
		height: auto;
	}		
.height {
		height: auto;
	}
.container-fluid2 {
		position:relative;
	}
.texte-footer{
		text-align: center;
	}
.banner-footer {
  left: 0;
  bottom: 0 !important;
  width: 100%;
  background-color: #F1F1F1;
  color: white;
  margin-top:2rem;
position:relative;	
}
.textecontact {
	color:#000000;
	text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 0.8rem;
	padding-left: 0rem;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
}
.textetagline {
	color:#000000;
	text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 0.9rem;
	padding-left: 0rem;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
}
	.texteindex {
	color:#000000;
	text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 0.9rem;
	padding-left: 0rem;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
}
	
}

/* Small devices (portrait tablets and large phones, 600px and up) 
@media only screen and (min-width: 600px) {
.grid {
  display: grid;
  grid-template-areas: '.';
  grid-gap: 10px;
  background-color: white;
  padding: 10px;
}

.grid > div {
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  padding: 0px 0;
  font-size: 30px;
}
.indexbox {
	
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	padding-left: 10;
	background-color: rgba(255,255,255,0.5);
	padding:20px;
	height:100%;
	width: 30vw;
}
}
*/

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 769px) {
	
	.grid {
  display: grid;
  grid-template-areas: '. .';
  grid-gap: 10px;
  background-color: white;
  padding: 10px;
}

.grid > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0px 0;
  font-size: 30px;
}
.indexbox {
	
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	padding-left: 10;
	background-color: rgba(255,255,255,0.5);
	padding:20px;
	height:100%;
	width: 30vw;
}
.contactbox {	
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	padding-left: 10;
	background-color: rgba(255,255,255,0.8);
	padding:20px;
	height:100%;
	width: 50vw;
}
	.textbox {
		display: flex;
		align-items: baseline;
		height: 50vh;
	}
.textboxcontact {
		display: flex;
		align-items: center;
		height: 70vh;
	}		
	.texte-footer{
		text-align: left;
	}
	.banner-footer {
  left: 0;
  bottom: 0 !important;
  width: 100%;
  background-color: #F1F1F1;
  color: white;
  margin-top:2rem;
	position:relative;
}
	.textecontact {
	color:#000000;
	text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	padding-left: 0rem;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
}
.textetagline {
color:#000000;
	text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 1.2rem;
	padding-left: 0rem;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
}
	.texteindex {
	color:#000000;
	text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	padding-left: 0rem;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.grid {
  display: grid;
  grid-template-areas: '. . . .';
  grid-gap: 10px;
 background-color: #FFFFFF;
  padding: 10px;
}

.grid > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0px 0;
  font-size: 30px;
}

.indexbox {	
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	padding-left: 10;
	background-color: rgba(255,255,255,0.5);
	padding:20px;
	height:100%;
	width: 30vw;
}
.contactbox {	
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 10;
	float: left;
	background-color: rgba(255,255,255,0.8);
	padding:20px;
	height:100%;
	width: 50vw;
}
.textbox {
		display: flex;
		align-items: baseline;
		height: 50vh;
	}
.textboxcontact {
		display: flex;
		align-items: center;
		height: 70vh;
	}	
	.texte-footer{
		text-align: left;
	}
	.banner-footer {
  left: 0;
  bottom: 0 !important;
  width: 100%;
  background-color: #F1F1F1;
  color: white;
  margin-top:2rem;
  position:relative;	
  height: 35vh;
}
		.textecontact {
	color:#000000;
	text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	padding-left: 0rem;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
}
.textetagline {
	color:#000000;
	text-align: center;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	font-style: italic;
	font-size: 1.2rem;
	padding-left: 0rem;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
}
	.texteindex {
	color:#000000;
	text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	padding-left: 0rem;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.grid {
  display: grid;
  grid-template-areas: '. . . .';
  grid-gap: 10px;
 background-color: #FFFFFF;
  padding: 10px;
}

.grid > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 0px 0;
  font-size: 30px;
}

.indexbox {
	
	margin-top: 10px;
	margin-bottom: 10px;
	float: right;
	padding-left: 10;
	background-color: rgba(255,255,255,0.5);
	padding:20px;
	height:100%;
	width: 30vw;
}
.contactbox {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	padding-left: 10;
	background-color: rgba(255,255,255,0.8);
	padding:20px;
	height:100%;
	width: 50vw;
}	
	.textbox {
		display: flex;
		align-items: flex-end;
		height: 50vh;
	}
.textboxcontact {
		display: flex;
		align-items: center;
		height: 70vh;
	}	
	.texte-footer{
		text-align: left;
	}
	.banner-footer {
  left: 0;
  bottom: 0 !important;
  width: 100%;
  background-color: #F1F1F1;
  color: white;
  margin-top:2rem;
	position:relative;	
}
		.textecontact {
	color:#000000;
	text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	padding-left: 0rem;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
}
	.texteindex {
	color:#000000;
	text-align: left;
    font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	font-size: 1.2rem;
	padding-left: 0rem;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
}
}
















@media (min-width: 576px) { 
	.grid {
  display: grid;
  grid-template-areas: '.';
  grid-gap: 10px;
  background-color: white;
  padding: 10px;
}

.grid > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}

}
/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) { 
.grid {
  display: grid;
  grid-template-areas: '. .';
  grid-gap: 10px;
  background-color: white;
  padding: 10px;
}

.grid > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
}
/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) { 
.grid {
  display: grid;
  grid-template-areas: '. . . ';
  grid-gap: 10px;
  background-color: white;
  padding: 10px;
}

.grid > div {
  background-color: rgba(255, 255, 255, 0.8);
  text-align: center;
  padding: 20px 0;
  font-size: 30px;
}
}

/* Responsive layout - makes a one column-layout instead of a two-column layout */
@media (max-width: 800px) {
  
}

.container-fluid2 {
    width: 100%;
    /* padding-right: 15px; */
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}


* {
  box-sizing: border-box;
}
.height {
	height: 100%;
}

.flex-container {
  display: flex;
  flex-wrap: wrap;
  font-size: 15px;
  text-align: center;
}

.flex-item-left {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
  flex: 10%;
  border: thin solid #000000;
}

.flex-item-right {
  background: rgba(255, 255, 255, 1);
  padding: 5px;
  flex: 10%;
}


.test {
	width: 100%;
	height: 80vh;
	background-size: cover;
	background-image: url('images/index-sous-la-peau.jpg');
	
}
.contact {
	width: 100%;
	height: 80vh;
	background-size: cover;
	background-image: url('images/photo-vitrine.jpg');
	
}
.zinzinule {
	width: 100%;
	height: 80vh;
	background-size: cover;
	background-image: url('images/zinzinule.jpg');
	
}
.thanks {
	width: 100%;
	height: 80vh;
	background-size: cover;
	background-image: url('images/thanks.jpg');
	
}


.body {
	background-image: url("images/glace.jpg");
}


a.arianne{
	color: #c5ca39;
	
}
.breadcrumb {
	background-color: #FFFFFF !important;
	padding: .75rem 1rem 0rem 1rem;
}
.breadcrumb-item {
	font-size: 0.8rem;
}
.card__overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: none;
  transition: .5s ease;
  background-color: #393839;
}

.card:hover .card__overlay {
  opacity: 0.8;
}

.overlay__text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

h1 {
	color:#000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	text-decoration:none;
	padding-top: 1.2rem;
	padding-bottom: 0.5rem;
	
	padding-left: 1rem;
}
.h1-crochet {
	
	color:#000000;
	font-family: 'fira code 600', sans-serif;
	font-weight: 600;
	text-decoration:none;
	font-size: 3.0rem;
	
}
h2 {
	color:#c5ca39;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 1.2rem;
	text-decoration:none;
	padding-bottom: 0.5rem;
	padding-top: 0.5rem;
	padding-left: 0.8rem;
	
}
.h2-crochet {
	font-family: 'fira code 600', sans-serif;
	font-weight: 600;
	text-decoration:none;
	font-size: 3.0rem;
	
}
h3 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 800;
	font-style: normal;
	color:#c5ca39;
	font-size: 1.2rem !important;
	text-decoration:none;
	padding-left: 0.2rem;
	padding-bottom: 0.2rem;
	padding-top: 0.2rem;
	
}
.card-body2 {
	flex: 1 1 auto;
	padding:0;
	text-align: center;
}
.texte-TitreCard {
	color:#000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 0.9rem;
	text-decoration:none;
}
.texte-TitreCardSmaller {
	color:#000000;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
	font-size: 0.8rem;
	text-decoration:none;
}

.titreauteur {
	color:#c5ca39;
	font-family: 'Roboto Condensed', sans-serif;	
	font-size: 1.1rem;
	text-decoration:none;
	
	padding-bottom: 0.5rem;
}

.textactu {
	color:#000000;
	font-family: 'Open Sans', sans-serif;	
	font-size: 18px;
	padding-bottom: 20px;
	padding-left: 20px;
}
/* Couleur des titres affichés dans la barre */
.navbar-custom {
    background-color: #FFFFFF;
	border-bottom: 1px solid black;
}

/* change the brand and text color */
.navbar-custom .navbar-brand,
.navbar-custom .navbar-text {
    color: rgba(0,0,0,1);
	font-size: 0.9rem;
	
}
/* change the link color */
.navbar-custom .navbar-nav .nav-link {
    color: rgba(0,0,0,1);
}

/* change the color of active or hovered links */
.navbar-custom .nav-item.active .nav-link,
.navbar-custom .nav-item:hover .nav-link {
    color: #c5ca39;
	margin-right:5px;
}
.navbar-custom .nav-item .nav-link {
	margin-right:5px;
}
.navbar-custom .navbar-toggler-icon{background-image:url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}
a.menuindex {
	color:#000000;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration:none;
	text-align:center;
}
a.menuindex:hover {
	color: #ff9933;
}
a.ssmenuindex {
	color:#000000;
	font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 10px;
	text-decoration:none;
	text-align:center;
}
a.ssmenuindex:hover {
	color: #ffffff;
}
a.menugrise {
	color: #ff9933;
	text-align: center;
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	font-size: 12px;
	text-decoration:none;
}
.cellmenu {
	 text-align:center;
	 border-bottom: 0px solid #000000;

}
.cellmenuimg {
	 text-align:center;
	 border-right: 1px solid #000000;
	 border-top: 1px solid #000000;

}
a.lien {
	color:#c5ca39;
	text-decoration: underline;
}
a.lien:hover {
	color:#000000;
	text-decoration: underline;
}
a.lienauteur {
	color:#c5ca39;
	
}
a.lienauteur:hover {
	color:#000000;
	text-decoration: none;
}
a.lien2 {
	color:#000000;
	text-decoration: underline;
}
a.lien2:hover {
	color:#c5ca39;
	text-decoration: underline;
}
.contacttexte{
    padding-top: 20px;
	 padding-left: 10px;
	 padding-right: 10px;
	 font-family: verdana;
	 font-size: 14px;
	 line-height: 25px;
}
a.contactlien {
	color:#ff9933;
	text-align: center;
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	text-decoration: underline;
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
}
a.contactlien:hover {
	color:#000000;
	text-align: center;
    font-family: "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
	text-decoration: underline;
	font-size: 14px;
	padding-right: 10px;
	padding-bottom: 10px;
}
.texte {
	color:#000000;
	text-align: justify;
    font-family: 'Roboto Condensed', sans-serif;	
	font-size: 1rem;
	padding-left: 0.8rem;
	padding-right: 1.1rem;
	padding-bottom: 0.8rem;
}
.credit {
	color:#000000;
	text-align: justify;
    font-family: 'Roboto Condensed', sans-serif;	
	font-size: 0.8rem;
}
.titretexte {
	font-size: 1.1rem;
	font-weight: bold;
	text-decoration: underline;
	
}
.texteactu {
	color:#000000;
	text-align: left;
    font-family: 'Roboto Condensed', sans-serif;	
	font-size: 1rem;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
}
.textebox {
	text-align: center;
    font-family: 'Roboto Condensed', sans-serif;	
	font-size: 0.8rem;
	padding-left: 0.8rem;
	padding-right: 0.8rem;
	padding-bottom: 0.8rem;
}

.titreindex {
	color:#000000;	
	font-size:3rem;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	
}
.titreindexsmaller {
	color:#000000;	
	font-size:2.5rem;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	
}
.titre-index {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	color:#000000;	
	font-size: 1.1rem;
	text-decoration:none;
	
	
}
.titrecontact {
	color:#000000;	
	font-size:2rem;
	text-decoration:none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 900;
	
}

.barre {
	text-decoration: line-through;
}
.gras {
	font-weight:bold;
}
.titre {
	color:#000000;
	text-align: justify;
    font-family: 'Roboto Condensed', sans-serif;	
	font-size: 18px;
	font-weight:bold;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-top: 20px;
	border-bottom:thin #000000 solid;
	margin-bottom:15px;
}
.antispam {
	display:none;
}

.btn-livre {
	color: #fff;
    background-color: #c5ca39;
    border-color: #c5ca39;

}
.btn-livre:hover {
	color: #fff;
    background-color: #7E8122;
    border-color: #c5ca39;

}
/* menu deroulant */

#dropdown-menu3 {
    position: absolute;
    left: 740px
}


 /* start slide */

* {box-sizing: border-box}
body {font-family: Verdana, sans-serif; margin:0}
.mySlides1 {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 1000px;
  position: relative;
  margin: auto;
}

/* Next & previous buttons */
.prev1, .next1 {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -22px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next1 {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev1:hover, .next1:hover {
  background-color: rgba(239,240,223,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */
.dot1 {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #c5ca39;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active1, .dot1:hover {
  background-color: #717171;
}

/* Fading animation */
.fade1 {
  animation-name: fade;
  animation-duration: 1.5s;
}

/* axeptio */



@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev1, .next1,.text {font-size: 11px}
}

/* end slide */
