/* :root { */
/*     --couleur-fg-rgb: 255,0,0; */
/*     --couleur-fg: rgb(var(--couleur-fg)); */
    
/*     --couleur-fg2: #ff00ff; */
/*     --couleur-fg2-rgb: 255,0,255; */
/*     --couleur-bg: blue; */
/*     --couleur-bg2: #00ff00; */
/*     --couleur-bg-rgb: 0,0,255; */
/* } */

:root {
	--color1: rgb(246,244,222);
	--color2: rgb(29,74,93);
}
body {
  font-family: 'Crimson Text', serif;
  font-weight: normal;
  !background: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url("../img/bg.jpg");
  !background:  linear-gradient(rgba(var(--couleur-bg-rgb), 0.65),rgba(var(--couleur-bg-rgb), 0.65)),  url("../img/bg.jpg");
  background: rgb(246,244,222);
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}
html,body{
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
/*  font-family: 'Raleway';*/
}

p {
  line-height: 1.75;
}

.text-faded {
  color: rgba(255, 255, 255, 0.3);
}

.silentlink {
    text-decoration: none;
    color: black;
}
.silentlink a {
    text-decoration: none;
    color: black;
}
.site-heading {
    !margin-top: 5rem;
    padding-top: 1rem;
!    margin-bottom: 5rem;
    padding-bottom: 1rem;
!  text-transform: uppercase;
  line-height: 1;
  background:  linear-gradient(rgb(72,106,122), rgb(29,74,93));
  margin: 0;
  text-decoration: none;
}

.site-heading .site-heading-upper {
    font-family: 'scriptorama_hostess_jfregular';
    display: block;
    font-size: 10vw;
    margin-bottom: 0rem;
}

.site-heading .site-heading-middle {
    font-family: 'Kelly Slab', cursive;
    letter-spacing: 0.1em;
    display: block;
    padding-bottom: 1rem;
    font-size: 5vw;
}
.site-heading .site-heading-down {
    font-family: 'adage';
    display: block;
    font-size: 1em;
}
@media (max-width: 991.98px)  {
    .site-heading .site-heading-upper {
        font-size: 1.5em;
    }
    .site-heading .site-heading-middle {
        font-size: 0.5em;
    }
    .site-heading .site-heading-down {
        font-size: 0.8em;
    }
}



.site-menu {
    padding: 0;
    margin: 0;
    border: 0;
}

.site-menu .site-menu-top {
    display: block;
    padding: 0;
    margin: 0;
    border: 0;
		
 
}


.site-menu-navbar {
    color: rgb(255,0,0);
    font-family: 'Kelly Slab', cursive;
    font-size: 1em;
    background-color: rgb(16,63,84);
}
.navbar {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1em;
    background-color: rgb(29,74,93);
    color: white;
}
.nav li a {
    text-align: center;
    line-height: 1;
    color: white;
    height: 100%;
}
.nav-active{
    background-color: rgb(3, 26,37);
    color: red;
}
.nav-active li {
color: red;
}
.nav li:hover {
    background-color: rgb(72,106,122);
}
@media (max-width: 991.98px)  {    
  .nav li a {
    text-align: left;
  }
  .nav li a br {
      display: none;
  }
}
.nav-link {
    font-family: 'Kelly Slab', cursive;
 }
.navbar-toggler{
       font-family: 'Kelly Slab', cursive;
}
.nav-item {
    margin-left:  0.3em;
    margin-right: 0.3em;
}

.mycard {
	text-align: center;
}

.mycard a{
	color: rgb(29,74,93);
	text-decoration: none;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
}
.mycard .card-body {
	background:rgb(29,74,93);
	color: rgb(246,244,222);
}
.mycard .card-body p {
}
.mycard .card-body strong {
	font-weight: 900;
	font-size: 1.13em;
}



.mycard .card-header {
	text-transform: uppercase;
	background: white;
	font-weight: bold;
}
.mycard .card-footer {
	background: rgb(29,74,93);

	color: rgb(246,244,222);
	margin-top: auto;
	border-top-style: none;
}
.mycard .card-footer strong {
	font-weight: 900;
	font-size: 1.13em;
}

.mycard2 {
	text-align: center;
	color: rgb(29,74,93);
	text-decoration: none;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;

}

.mycard2 a{
	color: rgb(29,74,93);
	text-decoration: none;
	height: 100%;
	display: flex;
	flex-flow: column nowrap;
}
.mycard2 .card-header {
    	background:rgb(49,120,150);
	color: rgb(246,244,222);

	text-transform: uppercase;

	font-weight: bold;
	border-bottom-style: solid;

	border-bottom-color: rgb(29,74,93);;

}
.mycard2 .card-footer {
	color: rgb(29,74,93);

	background: white;/*rgb(246,244,222);*/

	margin-top: auto;
	border-top-style: solid;

	border-top-color: rgb(29,74,93);;
}
.mycard2 .card-footer strong {
	font-weight: 900;
	font-size: 1.13em;
}
.mycard2 .card-body {
	color:rgb(29,74,93);
	background: rgb(246,244,222);
	vertical-align: middle;
	padding: auto;
	margin: auto;

}
.mycard2 .card-body p {
    line-height: 1.1;
}
.mycard2 .card-body strong {
	font-weight: 900;
	font-size: 1.13em;
}

.wavy {
    text-decoration-style: wavy;
    text-decoration-color: green;
}
.fitter {
	height: 100%;
	background:rgb(29,74,93);
	display: flex;
}
.content {
	font-size: 1.1em;
	text-align: center;
}
.footer {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 1em;
    background-color: rgb(29,74,93);
    background: rgb(29,74,93);
    background-size: cover;
    color: white;
    margin: 0;
    position: relative;
    margin-top: -70px; /* negative value of footer height */
    height: 70px;
    clear:both;
    padding-top:10px;
}
.footer a{
	color: white;
	text-decoration: none;
}

#wrap {
min-height: 100%; 
}


#main {
overflow: auto;
padding-bottom:80px;
}
.prix {
	!background: rgb(29,74,93);
	min-width: 75%;
}
.prix a {
        color: rgb(29,74,93);
        text-decoration: none;
        height: 100%;
        display: flex;
        flex-flow: column nowrap;
}

.prix table {
	width:75%;
	!color: rgb(246,244,222);
        color: rgb(29,74,93);
	border-style: solid;
	background: white;
}
.prix th {
	text-align: center;
	border-style: solid;

}
.prix tr {
	border-style: solid;
}
.prix td {
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
}
.prix td:last-child {
	text-align: right;
	width: 25%;
}
.tableau2 {
	!background: rgb(29,74,93);
	min-width: 75%;
}
.tableau2 a {
        color: rgb(29,74,93);
        text-decoration: none;
        height: 100%;
        display: flex;
        flex-flow: column nowrap;
}

.tableau2 table {
	width:75%;
	!color: rgb(246,244,222);
        color: rgb(29,74,93);
	border-style: solid;
	background: white;
}
.tableau2 th {
	text-align: center;
	border-style: solid;

}
.tableau2 tr {
	border-style: solid;
}
.tableau2 td {
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	text-aligne: center;
}
.tableau2 td:first-child {
	text-align: left;
}


.prixc {
	min-width: 75%;
}
.prixc a {
        color: rgb(29,74,93);
        text-decoration: none;
        height: 100%;
        display: flex;
        flex-flow: column nowrap;
}

.prixc table {
	width:75%;
	border-style: solid;
//	background: white;
}
.prixc th {
	text-align: center;
	border-style: solid;

}
.prixc tr {
	border-style: solid;
}
.prixc td {
	border-style: solid;
	padding-top: 5px;
	padding-bottom: 5px;
	width: 50%;
}
.prixc td:last-child {
	width: 50%;
}

.huge {
	color: rgb(246,244,222);
	background: rgb(29,74,93);
	!font-weight: bolder;
	font-size: 1.4em;
}
.huge4t {
    width: 75%;
    vertical-align: center;
    margin: auto;
}
.content ul {
	text-align: left;
    list-style-type: '- ';
}

.content {

}
@media (max-width: 991.98px) {
    .content {
	width: 100% !important;
	text-align: left;

    }
    .huge {
	font-size: 1.0em;
    }
    .prix table {
	width: 100%;
    }
    .tableau2 table {
	width: 100%;
    }

    .huge4t {
	width: 100%;
	text-align: center;
    }
}

.content img{
    max-width: 50%;
}

.justified {
    text-align: justify;
}

.middle {
    text-align: justify;
    display: flex;
}
.middle p{
    width: 75%;
    margin: auto;
    margin-bottom: 1em;
}
.red {
    color: red;
    /*    font-size: 0.9em;*/
     text-decoration: none;
}
.green {
    color: green;
    text-decoration: none;
}

.blue {
    color: rgb(16,63,84);
    font-size: 0.9em;
}

.contact {
    background-color: white;
    margin: auto;
    border-color: black;
    border-style: solid;
    border-radius: 10px;
}
.contact p {
    margin: auto;
}
.mail input{
width: 40%;
}
.mail textarea{
width: 75%;
}

