/*	#A64B00	#A65411	#592800	#008EA6	#004C59	*/
/* Box sizing rules */
*, *::before, *::after {
	box-sizing: border-box;
}
/* Remove default margin */
* {
	margin: 0;
	padding: 0;
/* Inherit fonts for inputs, buttons and all */
	font: inherit;
}
.container-fixed {

}
html {
    font-size: 1em;
	line-height: 1.25;
}
body {
	font-family: "mr-eaves-xl-modern", Roboto, Helvetica, Arial, "sans-serif";
	background-color: rgba(215,215,215,1.00);
    background: url("../media/cream-pixels.png") repeat;
/*	position: relative;*/
}
svg, img, video {
    max-width: 100%;
}
/* Page Loading START*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}
#status {
    width: 200px;
    height: 200px;
    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("../media/preload2.gif");
    /* path to your loading animation */
    background-repeat: no-repeat;
    background-position: center;
    margin: -100px 0 0 -100px;  /* is width and height divided by two */
}
/* Page Loading END*/
a {
	color:inherit;
}
a:hover {
	color: rgba(0,141,151,1.00);
}
a[target=_blank], a[target=_top], a[target=_self] {
    background-color: rgba(89,40,0,.25);
    padding: 3px 5px 0;
    border-bottom: 2px solid rgba(89,40,0,.75);
    border-radius: 4px;
}
a[target=_blank]:hover, a[target=_top]:hover, a[target=_self]:hover {
    border-bottom:  2px solid rgba(89,40,0,0.25);
}
a.d-block, a.d-block:hover {
    background-color: rgba(139,139,139,0);
    border:none;
}
.text_deco_none {
	text-decoration: none;	
}
h1, h2, h3, h4, h5, h6 {
    
    font-weight: bold;
}
/* Masque D'ébène title */ 
h1 {
    color: rgba(255,255,255,1.00);
    text-shadow: 0px 0px 8px #000;
}
h1 {
    margin-top: 1em;
    font-size: 14vmin;
	/*    font-weight: 900;*/
    line-height: .90em;
}
.superscript {
	vertical-align: super;
	font-size:.55em;
}
.elevage {
    color: #fff;
    font-size: 4.5vmin;
    display: inline-block;
    vertical-align: baseline;
	*display: inline;
 	*vertical-align: auto;
    position: relative;
    padding: 0 20px;
    margin: 0;
}
.elevage:before, .elevage:after {
    content: '';
    display: block;
    width: 65%;
    position: absolute;
    top: 1em;
    border-top: solid 1px #fff;
    box-shadow: 4px -3px 0 .1px #fff, 4px 3px 0 .1px #fff ;
}
.elevage:before {
    right: 93%;
}
.elevage:after {
    left: 96%;
	transform: rotate(180deg);
}
.thin {
    font-family: "mr-eaves-xl-modern", "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
    font-style: normal;
    font-weight: 100;
    letter-spacing: 0.09em;
}
.text-lowercase {    
    text-transform:lowercase;
}
blockquote p, .slogan {
    font-family: "sheila";
    font-weight: 100;
    font-style: normal;
	margin-bottom: 1%;
}
blockquote  p {	
	font-size: 1.5em;
	display: block;
	line-height: 1.25em;
	margin-left: 5%;
	border-left : solid 6px rgba(75,75,75,.50);
	padding: 2% 2% 2% 4%;
	background: url("../media/asfalt-light.png") repeat;
	background-color:  rgba(255,255,255,0.35);
}
p > br {
	margin-bottom: 1.5em;
}
.slogan {
    margin: 0;
    font-size: 6vmin;
    text-shadow: 0px 0px 8px #000;
}
.smallcaps {
    font-variant-caps: all-small-caps;
}
/* general site definition */
p, p ~ ul , blockquote ~ ul, p ~ ol {
    font-family: "mrs-eaves-xl-serif", Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
    font-size: 1rem;
    font-style: normal;
    font-weight: normal;
    color: rgba(66,29,0,1.00); /* 89,40,0,1.00 */
	margin: 1% 5%;
}
.p-linked {
    /*background-color: rgba(0,142,166,0.35);*/
    background-color: rgba(185, 185, 185, 0.35);
    border-radius: 8px;
    padding: 2% 4%;
}
.p-linked iframe {
    position: relative;
    top: -50px;
    float: right;
}
#fourOfour {
    background-color: #f7ebdd;
    background-image:  url("/../media/watercolor_paper_bg.png");
    background-repeat: repeat;
    background-image: url("/../media/Jaina19120160103_watercolor_wide.jpg");
/*    background-attachment: fixed; */
	position: sticky;
	top: 0;	
	background-size: cover;
	background-position: right top;
	background-repeat: no-repeat;
}
@media only screen and (max-width : 768px) {
    #fourOfour p, #fourOfour h2, #fourOfour h3 {
        background-color: #f0ece37a;
    }
}
#fourOfour p {
    color: #131313;
    font-family: "sheila";
    font-size: 1.75em;
    font-weight: 300;
    font-style: normal;
	line-height: 2em;
}
#fourOfour hr {
	background: rgb(0,0,0);
	background: -moz-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 10%, rgba(0,0,0,1) 43%, rgba(0,0,0,0.2539216370141807) 50%, rgba(0,0,0,1) 57%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0) 100%);
	background: -webkit-linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 10%, rgba(0,0,0,1) 43%, rgba(0,0,0,0.2539216370141807) 50%, rgba(0,0,0,1) 57%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0) 100%);
	background: linear-gradient(90deg, rgba(0,0,0,0) 0%, rgba(0,0,0,0.7) 10%, rgba(0,0,0,1) 43%, rgba(0,0,0,0.2539216370141807) 50%, rgba(0,0,0,1) 57%, rgba(0,0,0,0.7) 90%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1); 
}
#fourOfour hr:after {
    color:#000;
    content: "\01F441"; /*\002297   	\002315   */
    background-color: #f7ebdd;
}
.form-control {
    border-radius: 0;
    background: #fff url("../media/asfalt-light.png") repeat;
}
.btn-primary {
    color: #fff;
    background-color: #008EA6;
    border-color: #008EA6;
	}
.btn-primary:hover {
    color: #eee;
    background-color: #007588;
    border-color: #005D6C;
}
.list-group-item.active {
    color: #fff;
    background-color: #008EA6;
    border-color: #008EA6;
}
.list-group-item:hover {
    color: #eee;
    background-color: #007588;
    border-color: #005D6C;
}
.bottom_center {
   	position: absolute;
    bottom: 0px;
    left: 45%;
}
.mid-text {
	font-size: 1.5em;
	line-height: 1em;
}
.medium-text {
    font-size: 2.75em;
    margin-bottom: 5%;
}
.big-text {
    font-size: 4em;
    text-transform: uppercase;
    color: #fff;
    padding: 6% 0;
    background-color: rgba(12,12,12,.25);
/*    margin: 2% auto;*/
}
.big-text-shadow {
    text-shadow: 0px 0px 5rem #BDBDBD;
}
.bigger-text {
    font-size: 8em;
    text-transform: uppercase;
    color: #eee;
    padding: 2% 2%;
/*	margin: 2% 	auto;*/
    background-color: rgba(12,12,12,.25);
    text-shadow: 1px 2px 3px #111;	
}
.small-text {
	font-size: 1.5rem!important;
    text-transform: none!important;
    color: #ccc!important;
	background-color: rgba(255,255,255,.05)!important;
	padding: 15px 25px!important;
	border-radius: 15px!important;
}
.grecaptcha-badge {
    /*display: none;*/
    visibility:hidden;
}
.grecaptcha-policy {
    background-color: rgba(0,55,64,0.035);
    color: #003740;
    font-size: .90em;
    font-style: italic;
    text-align: center;
    margin: 0 auto;
    padding: 1%;
    width: 100%;
}
.center-to-border {
	margin: 0 auto;
}
.highlight_para {
	background-color: rgba(255,255,255,.5);
	padding: 2%;
	margin: 5% auto;
	border-radius: 15px;
}
#annonce_championne {
	display: inline-block;
	background-color: hsla(189,100%,33%,.5);
	max-width: 53%;
	padding: 5%;
	border-radius: 45% 0;
	margin: 40% 20% 0 27%;
	box-shadow: rgb(0, 0, 0) 0px 10px 36px 0px, rgb(255, 191, 0.9) 0px 0px 0px 6px;
}
#annonce_championne p {
	font-size: 1.25rem;
	color: white;
	font-style: italic;
}
#ania_championne {
	display:block;
	margin: 4% auto;
	height: 50%;
}
a, input[type="submit"], input[type="reset"], #copyright a {
    text-decoration: none;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
*:focus {
    outline: 0;
}
.bg-dark {
    background: url("../media/iron-grip.png") repeat;
}
.dark {
	text-shadow: 5px 10px 5px #8c5e25,10px 5px 10px #000;
}
.underline{
	text-decoration: underline;
}
/* Bootstrap modal overwrite */
.modal-dialog {
    min-width: 60%!important;
	max-width: 75%!important;
}
.modal-content p {
    margin-top: 1.5em;
}
.modal-header {
    background: url("../media/asfalt-light.png") repeat;	
    background-color: rgba(89,40,0,.85);	
}

.modal-title{
    color: #fff;
    padding: 4% 1%;
    text-shadow: 1px 1px 3px rgba(0,0,0,.75);
    font-weight: bolder;
    font-size: 2em;
    line-height: 1.25em;
}
.modal-body {
    background-color: rgba(220,220,220,.75);
}
.modal-body h4,#sensibilisation h5 {
    color: #fff;
    padding: 3% 0;
    background-color: #252525;
    text-align: center;
}
#intro {
	height: 100vh;
	background: rgb(42,25,3);
	background: radial-gradient(at top left, rgba(29,21,14,0) 0%, rgba(29,21,14,1) 100%) , url("../media/masque_landing4.jpg");
/*	background: radial-gradient(rgba(30, 30, 30, .05),rgba(30, 30, 30, .2)), url("../media/masque_landing4.jpg");*/
	background-position: 20% center;
	background-repeat: no-repeat;
	background-size: cover;
/*	background-attachment: fixed; */
	position: sticky;
	top: 0;
	-o-background-size: unset;
	-o-background-attachment: scroll;
	outline: 15px solid #ffffffad;
	outline-offset: -35px;
}
#intro .row {
	content: " ";
	position: absolute;
	top: 45px;
	left: 60px;
	right: 60px;
	bottom: 45px;
	border: 5px double #ffd6a196;
}
.backg-img{
	object-fit: cover;
	position: fixed;
}
.arrow_down {
	display:  grid;
	place-items: center;
	z-index: 1000;
	margin-bottom: 1.5em/*.1em*/;
}
#arrow p a {
	text-decoration: none;
}
.arrow_down, .arrow_up {
	z-index: 1000;
	font-size: 6em;
    color: rgba(255,255,255,0.50);
}
.arrow_up {
	filter: invert(100%);
}
.arrow_down:hover, .arrow_up:hover {
   	color: rgba(255,255,255,0.75);
}
.back-to-top {
 background: none;
 margin: 0;
 position: fixed;
 bottom: 0;
 right: -3em;
 display: none;
 text-decoration: none;
 }
/* Navigation section*/
.dropdown-divider {
    border-color: #5b5b5b!important;
}
#nav, #nav .dropdown-item {
	font-size: 1.5em;
}
.dropdown-menu {
	width: auto;
}
.dropdown-menu .nav-link {
	font-size: 1.5em;
}
.navbar-brand > span {
    margin-left: 90px;
}
.navbar-brand img {
    position: absolute;
    top: 2px;
    width: 90px;
    height: 90px;
}
.navbar-nav {
    padding-right: 3em;
}
ul.navbar-nav {
    padding-left: 90px;
}
.nav-item .active, .nav-item .current, .nav-item:hover, .dropdown-item:hover {
	background-color: rgba(255, 255, 255, 0.1);
	border-radius: 5px;
}
.dropdown-item {
	color: #fff;
	width: 97%;
	margin-left: 3%;
	margin-right: 3%;
}
.dropdown-submenu {
	position: relative;
}
.dropdown-submenu { 
	top: 1%;
	left: 15%;
}
.main-item {
	font-weight: bolder;
}
.circle {
	position: relative;
	border-radius: 50%;
	width: 47px;
	height: 47px;
	margin: 0 auto;
}
.langue {
	padding-top: 5px;
	background-color: rgba(200, 200, 200, 0.5);
    color: #000!important;
    font-weight: 900;
    text-align: center;
    -webkit-transition: all 0.2s tada;
    -moz-transition: all 0.2s tada;
    -o-transition: all 0.2s tada;
    transition: all 0.2s tada;
}
.langue:hover {
    background-color: rgba(0, 0, 0, 1);
    color: #fff!important;
    font-weight: 100;
}
/* Annonce section*/
#annonce, #noschiens, #jainagallery, #jainatate, #photoalbum, #jaina_tate, #pedigree, #portee, #album, #aniakenner {
    background: url("../media/black-felt.png");	
    background-color: rgba(76,34,0,0.93);
    color: #fff;
    text-shadow: 1px 1px 4px #000;
    min-height: 1vh;
}
#annonce_miseajour {
	padding: 2%;
	margin:0 auto;
	text-align: center;
}
#annonce_miseajour .title {
	font-family: "mr-eaves-xl-modern", Roboto, Helvetica, Arial, "sans-serif";
	font-size: 2rem;	
	font-weight: 700;
}
#annonce_miseajour hr {
    margin: 1.5em auto;
	width: 50%;
}
#annonce_miseajour .subtitle {
	font-family: "mr-eaves-xl-modern", Roboto, Helvetica, Arial, "sans-serif";
	font-size: 1.5rem;
	margin-top: 3rem;	
}

#annonce_miseajour img {
	display: inline-grid;
	margin: .5rem;	
}
.radio {
	border: 7px solid white;
	width: max(45%, 900px);
}
#annonce_miseajour p {
	color: #fff;
	font-size: 1.4rem;
}
.annonce_highlight {
	padding:1px;
	color:#ddd;
	font-style: italic;
	font-size:150%;
}
#jainatate, #photoalbum {
	position: relative;
	width: auto;
	height: 100vh;
}
#photoalbum { 
	height: auto;
	padding: 0 3% ;
	margin: auto;
}
#photoalbum .big-text  {
	width: 100%;
	padding: 8%;
	margin: 2% auto;
	border-radius:25px;
}
#photoalbum h1, #photoalbum h2 {
	width: 100%;
	margin: 1% auto;
	text-align: center;
}
#photoalbum h1, #photoalbum h2 {
	background-color: rgba(166,75,0,0.16);
	padding: 2%;
	font-size: 200%;
}

#photoalbum h2 {
	background-color: rgba(96,90,0,0.18);
	padding: 1%;
	font-size: 150%;
}
#jainagallery .div-content {
	padding-top: 10%;
	position: relative;
	width:94%;
	min-height: 100vh;
	margin: auto;
}
#jainagallery h4.titleclip {
    background-image: url("../media/masque_landing1.jpg");
	background-position: center center;
	background-size: cover;
	background-clip: text;
	-webkit-background-clip: text;
	padding-top: 10%;
	font-size:32vw;
	line-height:14vw;
    font-weight: 800;
	font-family: "mr-eaves-xl-modern";
	letter-spacing: .01rem;
	text-align: center;
    text-transform: uppercase;
	text-shadow: 0 0 0 transparent; 
	-webkit-text-fill-color: transparent;	
}
.closer {
    letter-spacing: -2rem;
} 
.smaller {
	padding-left: 9%;
	font-size: 14rem;
	letter-spacing: -.35rem;
}
#jainagallery .btn {
	position: relative;
	margin:0 auto;
	left:50%;
}
hr {
    position: relative;
    margin:auto;
	margin-top: 3em;
    margin-bottom: 3em;
	width: 70%;
    border: 0;
    height: 1px;
/*    background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.75), rgba(255, 255, 255, 0));  */
     background: rgb(255,255,255);
background: -moz-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 10%, rgba(255,255,255,1) 43%, rgba(255,255,255,0.2539216370141807) 50%, rgba(255,255,255,1) 57%, rgba(255,255,255,0.7) 90%, rgba(255,255,255,0) 100%);
background: -webkit-linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 10%, rgba(255,255,255,1) 43%, rgba(255,255,255,0.2539216370141807) 50%, rgba(255,255,255,1) 57%, rgba(255,255,255,0.7) 90%, rgba(255,255,255,0) 100%);
background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,0.7) 10%, rgba(255,255,255,1) 43%, rgba(255,255,255,0.2539216370141807) 50%, rgba(255,255,255,1) 57%, rgba(255,255,255,0.7) 90%, rgba(255,255,255,0) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1); 
}
hr:after {
    content: '\0026a4';
    display: inline-block;
    position: absolute;
    top: -17px;
    left: 49.5%;
    background-color: transparent;
    color: #fffffff0;
    font-size: 25px;
}
#jainatate .div-content {
	background-image: url("../media/JainaAndTate.jpg");
	background-size:contain;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 100vh;
}
#jainatate .div-content h4 {
	color: rgba(119, 9, 9, 1.00);
	text-shadow: 1px 1px 0 #fff
		,-1px -1px 0 #fff
		,1px -1px 0 #fff
		,-1px 1px 0 #fff;
	font-size: 9em;
/*    font-family: "Mr Eaves XL Mod Nar OT";*/
	font-family: "mr-eaves-xl-modern";
	font-weight: 400;
	padding: .25% 0 0;
}
#jainatate .div-content .btn {
    display: block;
    position: relative;
    background-color: rgba(0,0,0,.25);
    padding: 3%;
    border-radius: 15px;
    font-size: 3rem;
    border: none;
    top: 13%;
	width: 50vh;
	box-shadow: inset 0 0 0 0 rgba(255,255,255,0);
	transition: all 0.25s;
}
#jainatate .div-content .btn:hover {
	box-shadow: inset 0 0 0 300px rgba(255,255,255,.25);
}
#jaina_tate {
/*	padding: 1% 6%; */
	font-size: 1vmax;
}
#jaina_tate p, #jaina_tate blockquote, #jaina_tate p ~ ul,
#aniakenner p, #aniakenner blockquote, #aniakenner p ~ ul {
	color: #fff;
}
#jaina_tate ul {
	list-style: none;
}h4
#jaina_tate li i {
	padding-right: 1.5%;
}
#jaina_tate h2 {
	position: relative;
	font-size: 7vw;
	text-align: center;
	font-family: "sheila" !important;
	text-shadow: 2px 2px 1px #000, 1px 1px 10px #000;
}
#jaina_tate h3 {
	font-style: italic;
}
#jaina_tate h5 span {
	font-style: normal;
	color:rgba(200,200,200,1.00)
}
.contrast-color {
	color:bisque!important;
}
#jaina_tate #jaina, #jaina_tate #tate, #jaina_tate #jaina1, #jaina_tate #tate1 {
	position: relative;
	background-color: rgba(255, 255, 255, 0.35);
	color: oldlace;
	margin: 1% 2%;
	padding:1% 1% 5%;
	border: solid white 10px;
	border-radius: 60px;
	-webkit-box-shadow: 0px 1px 6px 2px rgba(0,0,0,0.76) inset;
	box-shadow: 0px 1px 6px 2px rgba(0,0,0,0.76) inset;
}
#jaina1, #tate1 {
    background: rgb(44,117,138);
    background: -moz-linear-gradient(126deg, rgba(44,117,138,1) 0%, rgba(78,145,164,1) 27%, rgba(50,145,171,1) 54%, rgba(61,145,168,1) 80%, rgba(34,151,185,1) 100%);
    background: -webkit-linear-gradient(126deg, rgba(44,117,138,1) 0%, rgba(78,145,164,1) 27%, rgba(50,145,171,1) 54%, rgba(61,145,168,1) 80%, rgba(34,151,185,1) 100%);
    background: linear-gradient(126deg, rgba(44,117,138,1) 0%, rgba(78,145,164,1) 27%, rgba(50,145,171,1) 54%, rgba(61,145,168,1) 80%, rgba(34,151,185,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#2c758a",endColorstr="#2297b9",GradientType=1); 
}
.flipCard{
	position: relative;
	font-size: 3.5rem;
	text-align: center;
	z-index: 200;
	background-color: rgba(255, 255, 255,.65);
	color: #fff;
	margin: 1% auto;
	padding: 2.5%;
	border-radius: 15px;
	width: 92%;
}
#jaina_tate_large .row {
	padding: 1% 0;
	margin: 0 auto;
}
#img_jainatate {
	position: relative;
	margin:auto;
}
#img_jainatate img {
	width: 100%;
    margin: 0 auto;
    padding: 0;
    height: 100%;
}
#img_jainatate .img-fluid {
    border-radius: 15px;
}
#img_jainatate .heartBeat {
	position: absolute;
	margin: auto;
	z-index: 100;
	width: 8.5% !important;
	height: auto;
	bottom:45%;
	left:45.5%;	
}
lightcase-info, #lightcase-caption, #lightcase-sequenceInfo, #lightcase-title {
	font-family: "mr-eaves-xl-modern", Roboto, Helvetica, Arial, "sans-serif";
	font-size: 1rem !important;
	padding: 0 0 0 10px;
}
.hide {
	display: none;
}
.albums {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
	justify-content:space-evenly ;
}
#album h2 {
	font-size:3.5rem;
	padding: 5% 0;
}
#album h3 {
	font-size: 3rem;
	text-align: center;
}
#albums_photo, #albums_video {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
	justify-content:space-evenly;
}
#album p, #album ul {
    text-decoration: none;
    text-shadow: none;
    color: #a2733d;
    font-size: 1.75em;
    line-height: 1.25em;	
    list-style: none;
}
#album p {
    padding-block: 5%;
}
.text-lighter {
    color: #a2733d !important;    
}
.pic_of_the_day ,.vid_of_the_day  {
    display: flex;
	flex-direction: column;
	justify-content: center;
  	align-items: center;
	position: relative;
	overflow: hidden;
	height: 300px;
	width: 300px;	
    margin: 2% auto;
}
.pic_of_the_day a,.vid_of_the_day a {
    text-decoration: none;
}
.pic_of_the_day h4, .vid_of_the_day h4  {
	position:relative;
    top: 125px;
    left:auto;
	z-index: 1000;
	color: #fff;
	font-size: 3rem;
}
.pic_of_the_day h4 span {
    font-size: 1.5rem;
}
.pic_of_the_day img, .vid_of_the_day img   {
	height: 300px;
	width: auto;
	object-fit: cover;
	align-items: stretch;
	transform-origin: center;
	-webkit-filter: grayscale(60%);
	filter: grayscale(60%);
	-moz-transition: all .25s ease-in-out;
	-webkit-transition: all .25s ease-in-out;
	-o-transition: all .25s ease-in-out;
	transition: all .25s ease-in-out; 
	-moz-transform: scale(1.25) rotateZ(15deg);
    -webkit-transform: scale(1.25) rotateZ(15deg);
    -o-transform: scale(1.25) rotateZ(15deg);
	transform: scale(1.25) rotate(15deg);
/**/
    top: -33px;
    position: relative;
/**/
}
.ajust90 {
    top: -90px !important;
}
.pic_of_the_day:hover img, .vid_of_the_day:hover img  {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
	-moz-transform: scale(1) rotateZ(0deg);
    -webkit-transform: scale(1) rotateZ(0deg);
    -o-transform: scale(1) rotateZ(0deg);
	transform: scale(1) rotate(0deg);
}
.flipHorizontal {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	filter: FlipH;
	-ms-filter: "FlipH";
}
.fit {
	object-fit: cover;
}
.albums img.fit {
	height: 400px;
	width: 400px;
	padding: 2%;
	margin: auto;
	overflow: hidden;
}
.picture_frame {
    box-shadow: 0 0 5px 2px #000 inset;
    outline: 3px #fff solid;
    outline-offset: 7px;
}
.page_album {
    background-color: rgba(245,245,245,0.8);
    background-image:url("../media/asfalt-light.png");
    background-position: center;
    background-size: cover;
    text-align: center;
    margin: 5% 2.5%;
}
.page_album > a {
	text-decoration: none;
}
/*----MS Edge Browser CSS Start----*/
@supports (-ms-ime-align:auto)  {
	.selector { property:value; } 
	#img_jainatate .heartBeat{ bottom: 2% !important; }
}
/*----MS Edge Browser CSS End----*/
#jaina_tate blockquote, #aniakenner blockquote  {
	width:100%;
/*	-webkit-clip-path:ellipse(67% 96% at 50% 0%);
	clip-path:ellipse(67% 96% at 50% 0%);*/
	-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 49% 100%, 0 80%);
	clip-path: polygon(0 0, 100% 0, 100% 80%, 49% 100%, 0 80%);
	background-color:rgba(255, 107, 13, 0.1);
	padding:3% 8%;
	margin:auto;
}
#pedigree {
    position: relative;
    padding: 2% 0;
}
.wrapper {
    font-size: 1vmax;
	color: #1D1D1D;
    display: flex;
    width: 98%;
    margin: 3% auto;
	text-shadow: none;	
	justify-content: center;
}
.column {
	display: flex;
	justify-content: center;
	flex-direction: column;
  	text-align: center;
	width: 20%;
}
#pedigree div span {
	text-align: center;
	font-size:.75vmax;
	color: darkslategray;
	font-weight: bolder;
}
.column .parent {
    font-size: 2.5vmax;
    font-weight: bold;
    background-color: rgba(255,250,205,1); /*lemonchiffon */
}
.column > div {
	margin: .1em;
	padding: .3em 1em;
	flex: 1;
	border-radius: 15px;
	box-shadow: 0 0 2px 6px rgba(0,0,0,0.25) inset;
}
.empty {
	background-color: transparent!important;
	border: none!important;
	box-shadow: none !important;
}
.sire {
	border: inset 2px solid #DDDDDD;
	background-color: rgba(135,206,235,1)!important; /*skyblue*/
	background-color: rgb(159, 130, 72)!important;
	background: url("../media/brushed-alum.png");
}
.dame {
	background-color:rgba(238,130,238,1)!important;/*violet*/
	background-color: rgb(222, 233, 180) !important;
	background: url("../media/brushed-alum.png");	
}
#annonce > .form-group {
    margin: 5% 25%;
}
/* Annonce section *//*	Mail chimp embeded form */
#mc_embed_signup form {
    text-align: center;
    padding: 10px 0 10px 0;
}
#mc_embed_signup input.email {
    font-family: "mr-eaves-xl-modern", Roboto, Helvetica, Arial, "sans-serif";
    font-size: 1em;
    border: 1px solid #ABB0B2;
    border-radius: 0;
    color: #343434;
    background-color: #fff;
    box-sizing: border-box;
    height: 32px;
    padding: 0px  8px;
    display: inline-block;
    margin: 0 15%;
    vertical-align: top;
}
#mc_embed_signup label {
    display: block;
    font-size: 1em;
    padding-bottom: 10px;
    font-weight: bold;
}
#mc_embed_signup .clear {
    display: inline-block;
}
#mc_embed_signup .button {
    font-size: 1em;
    border: none;
    border-radius: 0;
    letter-spacing: .03em;
    color: #fff;
    background-color: hsla(189,100%,33%,1.00);
    box-sizing: border-box;
    height: 32px;
    line-height: 32px;
    padding: 0 25%;
    display: inline-block;
    margin: 0 0 0 4%;
    transition: all 0.23s ease-in-out 0s;
}
#mc_embed_signup .button:hover {
    background-color: rgba(0,119,140,1);
    cursor: pointer;
}
#mc_embed_signup #emailHelp {
    margin: 0;
    padding: .6% 0;
    color: slategrey;
}
#mc_embed_signup {
	max-width: 75em;
	margin: auto;
	padding-block: 3%;
	border-top: 1px solid #fff;
}
#mc_embed_signup #mc-embedded-subscribe, #mc_embed_signup #mce-EMAIL {
    border-radius: 0;
}
.cta_button  {
	font-size: clamp(1.2em,2.5vw, 2rem);
	padding: 15px 25px;
	position: relative;
	top: clamp(25vh,50%,50vh);
	left: clamp(10%,20%,25%);
	background-color: rgba(0, 143, 168, .65);
}

/*	accueil section	*/
#accueil {
	background-image: url("../media/_LEP9938a.jpg");
}
#achetezduneleveur {
	background-image: url("../media/masque_landingca.jpg");
}
#accueil, #achetezduneleveur {
	position: relative;
    background-repeat: no-repeat;
    background-position: top center;
/*    background-attachment: fixed; */
    background-size: cover;
	position: sticky;
	top: 0;
	min-height: 100vh;	
}
#accueil .col,  #achetezduneleveur .col {
    background: url("../media/brushed-alum.png") repreat;
	background-color: rgba(220,220,220,.75);
    margin: 5% 15%;
    padding: 4% 2%;
    border-radius: 25px;
}
#accueil p {
    font-size: 1.25em;
    line-height: 1.25em;
    margin-bottom: 6%;
}
#achetezduneleveur row {
	margin-bottom: 6%;
}
#achetezduneleveur p {
	padding: 1 8%;
}
/* A propos section*/
#apropos {
	margin-top: 1em;
	max-width:100%;
	min-height: 100vh;
}
#apropos h3.big-text {
	background-color: rgba(53,53,53,0.75);
}
.card-title {
    background-color: #252525;
    color: rgba(217,222,225,1.00);
    /*font-variant: small-caps;
    font-weight: bold;
    padding: 2%;	*/
	font-family: "sheila";
	padding: 5% 0;
	font-size: 2em;
}
p.card-text {
    text-align: left;
}
/* Nos chiens */
#noschiens {
	background-color: rgba(76,34,0,1);	
	max-width: 100%;
	position: relative;
	padding:0;
}
#noschiens svg.top {
	position: absolute;
	top: 0;
	left:0;
	width: 100%;
	height: 20%;
	z-index: 100;
	/* set height to pixels if you want angle to change with screen width */
}
#noschiens svg.bottom {
	position: absolute;
	bottom: 0;
	left:0;	
	width: 100%;
	height: 20%;
	z-index: 100;
	/* set height to pixels if you want angle to change with screen width */
}
#jaina, #ania {
	padding: 0 3% 3%;
	background-color: rgba(230,230,230, .50);
	border-radius: 10px;
	margin: 6% 10% 5%;
}
.no-text-shadow {
	text-shadow: none;	
}
#jaina.row, #ania.row {
	position:relative;
	top: -18px;
}
#jaina h2, #ania h2, #jaina h4, #ania h4 {
	margin: 2% auto 0;
}
sub-title {
    font-family: "mr-eaves-xl-modern", Roboto, Helvetica, Arial, "sans-serif";
    font-size: 1em;
    padding: 0;
	display: block;
    margin: 1% auto 5%;
    text-shadow: none;
	text-align: center;
	font-weight: 500;
}
#jaina .col h5 {
	color: rgba(66,29,0,1.00);
    font-weight: 600;
}
.boldy {
    font-weight: 600;
}
#jaina ul {
	margin: 1%;
}
#jaina ul .contrast {
	color: grey;
}
.medaillon {
	padding: 0%;
	margin: 1% 7% 2% 0%;
	shape-outside: circle(50%);
	shape-margin: 4%;
}
/* Sensibilisation */
#sensibilisation{
	padding-top: 5%;
}
.list-group-item .active {
	background-color: #008EA6;
}
/* Contact us section*/
#contact, #contact form, #pedigree {
    background: url("../media/cream-dust.png");	
    background-color: #b07c00;	
}
#contact form {
    padding: 5% 5% 2%;
	position:relative;
/*    background-color: rgba(255,255,255,0.05);*/
}
#contact .invalid {
    border: thin red solid;
}
#contact .invalid-tooltip {
    display: inherit;
    position: relative;
    top: -100%;
    left: 0%;
    max-width: 95%;
    z-index: 100;
    margin-top: 0%;
    font-size: 1em;
    line-height: 1;
    color: #fff;
    background-color: rgba(143, 0, 14,1);
    border-radius: 6px;
}
#contact .invalid-tooltip::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 80%;
    width: 10px;
    height: 10px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background-color: inherit;
    border-bottom: solid 1px rgba(143, 0, 14,1);
    border-right: solid 1px rgba(143, 0, 14, 1);
	padding: 1%;
}
.contact_form_bnt {
    color: #fff;
    margin-right: 1em;
    padding: 1% 2%;
    background-color: rgba(0,142,166,1.00);
    border: 0;
	min-width: 20%;
}
.contact_form_bnt:hover {
    background-color: rgba(0,119,140,1.00);
}
#contact #name, #contact #email_from {
    margin: 0 -5px;
}
#contact #email_from {
    min-width: 104%;
}
#contact .emailSent{
	background-color: rgba(240,240,240,.25);
	color: rgba(0,142,166,1.00);
	text-align: center;
	padding: 1%;
}
.contact_details {
	list-style: none;
	margin: 0;
	padding: 0;
}
.contact_details li {
	margin: 1.5em 5em;
}
.contact_details span {
	padding-left: 5%;
}
#calendar {
	margin: 2% auto 0;
	padding-bottom: 2%;
	height: auto;
	color: #fff ;
   	background-color: rgba(12,12,12,.25);
}
#banner-calendar {
	position: relative;
}
#calendar .row {
	height: auto;
	margin-top: 1%;
}
#calendar .event-title {
	font-size: 3em;
	text-shadow: 0 0 2px #fff;
}
.event-title, #banner-calendar {
	color: rgba(66,29,0,1.00);
	text-align: center;
}
#calendar img {
	width: 80%;
	height: auto;
	margin: 0;
	border: solid #fff 10px;
	border-bottom: solid #fff 35px;
}
#banner-calendar h6 {
	position: relative;
	bottom: 25px;
}
#calendar .eventdate {
	color:rgba(50,50,50,1.00);
	text-align: center;
	background-color: whitesmoke;
	font-size: 2.5em;
	font-weight: bolder;
	border: solid #444 4px;
	line-height: .75em;
	padding: 1% 0;
}
#calendar .eventdate > span {
	display: block;
	font-size: .5em;
	font-weight: 100;
}
#calendar .eventtext {
	padding: 2%;
	text-align: center;
	border: solid #444 1px;	
	background-image: url("../media/brushed-alum-dark.png");
}
#associations {
	line-height: 2.5em;
	list-style: none;
}
#associations li img {
	width: 35px;
	height: auto;
	margin: 0 1em 0;
	padding: 0;
}
/* Footer section*/
#footer { 
    background-image: url("../media/bg.siteorigin.com_4fbe281b.png");
    color: #bd7f2c;
    min-height: 75px; /* 250px */
    padding-bottom:  1%;
	margin-top: 1em;
}
#copyright img {
    height: 100px;
    padding-right: 1%;
}
#copyright {
    font-family: "sheila";
    font-size: 1.25em;
    display: inline-block;
    /*height: 35px;*/
    margin: 1% auto;
    text-align: center;
	min-width: 100%;
		}
.lastupdate {
	display: block;
	font-family: "mr-eaves-xl-modern", Roboto, Helvetica, Arial, "sans-serif";
	font-size: .6em;
	margin: 1% auto 0;
	color: antiquewhite;
}

/* Back to TOP */
.back-to-top {
	margin: 0;
	position: fixed;
	bottom: 0;
	right: 0;
	width: 70px;
	height: 70px;
	z-index: 9999;
	display: none;
	text-decoration: none;
}
.back-to-top i {
  font-size: 60px;
}
#coefficient {
    background-color: #257DB7;
	-webkit-background: linear-gradient(130deg, rgba(41,101,140,1) 0%, rgba(42,121,173,0.85) 57%, rgba(48,121,170,0.70) 100%); 	
	background: linear-gradient(130deg, rgba(41,101,140,1) 0%, rgba(42,121,173,0.85) 57%, rgba(48,121,170,0.70) 100%); 	
    margin: 0 auto;
}
#coefficient div {
	width: 96%;
	padding:1% 12%;
}
#coefficient p, #coefficient ul {
    color: rgba(0,41,71,1.00);
	margin: 0;
	padding: 1% 1.5% 1.5%;
}
#jaina_tate ul, #coefficient ul {
	padding: 0 5%;
}
#jaina_tate , #coefficient {
	font-size: 1vmax;
}
#portee { 
	padding: 3%;
	text-align: center;
}
#portee p {
    color: #eee;
	margin: 0;
    font-size: 1.25vmax;
	text-shadow: none;
	padding: 1.25em 0 0;
}
#jaina_tate_card, .jaina_tate_card_sub_menu {
	display: none!important;
}
#jaina_tate_large, .jaina_tate_large_sub_menu {
	display: inherit!important;
}
.sub-nav {
	background-image: linear-gradient(to right,  rgba(112,65,6, 0), rgba(112,65,6,0.75), rgba(112,65,6,0));
	color: #fff!important; 
    list-style: none;
    margin: 2% auto;
    padding: 0;
    text-align: center;
}
.sub-nav::before, .sub-nav::after {
	content: "\00a0";
	display: block;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.95), rgba(255, 255, 255, 0));
    margin: 0 auto;
}
.fs-1_5 {
    font-size:1.5em !important;
}
.sub-nav li{
    display: inline;
}
.sub-nav a{
    display: inline-block;
	padding: 1% 1.5%;	
	border-radius: 15px;
}
.sub-nav a:hover {
	background-color: rgba(0,0,0,.15);
	text-decoration: none;
	color: #fff;
}
/* flip card animation START */
.flip {
	width: 100%;
	height: 80vh;
	margin: 0 auto;
}
.flip > .front, .flip > .back { 
  	position: absolute;
  	top: 0;
  	left: 0;
	perspective: 1000px;
  	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip > .front {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);	
	z-index: 2;
}
.flip > .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);	
}
.flip:hover > .front {
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);	
}
.flip:hover > .back {
  -webkit-transform: rotateY(0deg);
  transform: rotateY(0deg);	
}
#politique {
	width: 110ch;
}
#politique p {
	font-size: 1.35em;
	line-height: 1.5em;
}
#politique ul {
	font-size: 1.25em;
	padding-left: 5%;
}
#politique h2, #politique h3 {
	width: max-content;
	margin-left: 5%;
	color: rgb(25,9,0);
}
.politique_cookie {
	font-family: "mr-eaves-xl-modern", Roboto, Helvetica, Arial, "sans-serif";
	font-size: .75em;
	font-weight: 400;
}
.responsable {
		font-size: 1.35rem;
		font-weight: 900;
		font-style: italic;
	}
/* flip card animation END */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */

@media only screen and (max-width : 1000px) {
	#annonce_championne {
		max-width:none;
		margin: auto;
	}
}
@media only screen and (max-width : 1170px) {
	#nav, #nav .dropdown-item {
		font-size: 1.2em;
	}
}
@media only screen and (max-width : 1096px) {
	#nav, #nav .dropdown-item {
		font-size: 1.15em;
	}
}
@media only screen and (max-width : 1073px) {
	#nav, #nav .dropdown-item {
		font-size: 1.1em;
	}
	.langue {
		padding-top: 11px;
	}
}
@media only screen and (max-width : 1050px) {
	#nav, #nav .dropdown-item {
		font-size: 1.05em;
	}
}
/* 	tablet-landscape-up */
@media only screen and (max-width : 1026px) {
	#nav, #nav .dropdown-item {
		font-size: 1em;
	}
}
@media only screen and (max-width : 999px) {
	#nav, #nav .dropdown-item {
		font-size: .95em;
	}
}
@media only screen and (max-width : 992px) {
	.modal-body p ul {
		margin-left: 3%;
	}
}
/* Medium Devices, Desktops */
@media only screen and (max-width : 850px) {
	.big-text {
		font-size: 3em;
		font-size: 7vmin;
	}
	.bigger-text{
		font-size:5em;
	}
	#emailHelp {
		font-size: .75em;
	}
	#accueil .col h4 {
		font-size: 2.25em;
		font-size: 8vmin;
	}
	#accueil .col p {
		position: relative;
		font-size: 1.15em;
		line-height: 1.5em;
	}
	#calendar .event-title {
		font-size: 2.5em;
	}
	#calendar .eventdate {
		font-size: 2em;
	}
	#calendar .eventdate > span {
		font-size: .45em;
	}
	#calendar .eventtext {
		font-size: 80%;	
	}
	#politique {
		width: 80%;
	}
	#politique p {
		font-size: 1em;
	}
	#politique ul {
		font-size: .9em;
		padding-left: 3%;
	}
	#politique h2, #politique h3 {
		width: initial;		
		padding: 3% 0;
	}
}
/*-------- iPads (portrait and landscape) --------*/
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	#jaina_tate_card, .jaina_tate_card_sub_menu {
		display: none!important;
	}
	#jaina_tate_large, .jaina_tate_large_sub_menu {
		display: inherit!important;
	}
    .p-linked iframe {
        top: -10px;
    }
}/* Small Devices, Tablets */
@media only screen and (max-width : 770px) {
    .arrow_down, .arrow_up {
         font-size: 4em;   
    }    
	.big-text {
		font-size: 2.75em;
		font-size: 6vmin;
	}
	#accueil .col,  #achetezduneleveur .col {
		background-color: rgba(220,220,220,.75);
		}
	#accueil .col h4 {
		font-size: 2.5em;
		font-size: 5.5vmin;
		}
	#accueil .col p {
		padding: 0 3%;
		font-size: 1.1em;
		line-height: 1.7em;
	}
	p {
		padding: 4% 0 0;
	}
	#contact #name, #contact #email {
		margin: 0 -5px;
		min-width: 102%;
	}
	.closer{
		letter-spacing:-1rem;
	}
	.smaller{
		padding-left:0%;
		font-size:11rem;
		line-height:4rem;
	}
	#jainagallery h4.titleclip{
		line-height:7.22rem;
		padding-bottom:5%;
	}
	#jainagallery .btn{
		left:41%;
	}
	#jainagallery .div-content{
		height:56vh;
	}
	#jaina_tate .card{
		border: none;
		border-radius: 0;
		width: 100%;
		height: auto;
		margin: 1% auto;
		padding: 1% ;
		background-color:transparent;
	}
	#jaina_tate h4 {
		font-size: 3.5rem;
	}
	#jainatate .div-content h4{
		padding: 13% 0
	}
	#jainatate .div-content .btn{
		font-size:3vh;
		top: 34%;
	}
	#jaina_tate #jaina, #jaina_tate #tate{
		min-width: 100%;
		margin: 0 auto;
		min-height: auto;
	}
	.flipCard{
	}
	#photoalbum .card-columns {
		column-count:2;
	}
	.politique_cookie {	
		display: block;
	}
}
/* 	phone-only */
@media only screen and (max-width: 599px) {
	.sub-nav a{
		font-size: 1.25em!important;
		padding: 2% 3%;
	}
    /* Bootstrap modal overwrite */
    .modal-dialog {
        max-width: 95%!important;
    }
}
@media only screen and (max-width: 578px) {
/*	#mc_embed_signup {
		margin: 2% 0 6%;
	}*/
	#mc_embed_signup .clear {
		margin: auto; /*3% 0;*/
	}
	#accueil .col {
		margin: 1%;
	}	
	.modal-body p ul {
		margin-left: .5%;
	}
	#calendar .event-title {
		font-size: 1.5em;
	}
	#banner-calendar h6 {
		font-size: 75%;
	}
	#calendar .eventdate {
		font-size: 1.5em;
	}
	#calendar .eventdate > span {
		font-size: .65em;
	}
	#calendar .eventtext {
		font-size: 70%;	
	}
	#mc_embed_signup form {
		width: 80%;
	}
    .albums {
        grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    }
    .albums img.fit {
        height: 200px;
        width: 200px;
    }
}
@media only screen and (max-width : 458px) {
    a.d-block img {
        width: 100%;
        height: 100%;
    }
}
/* Smaller Devices, phone */
@media only screen and (max-width : 405px) {
	.navbar-brand {
		font-size: 1.2em;
	}
	.navbar-brand img {
		 width: 70px;
		 height: 70px;
	}
	.navbar-brand > span {
		 margin-left: 80px;
	}
	 .big-text {
		 font-size: 1.75em;
		 font-size: 7vmin;
	}
	#accueil .col,  #achetezduneleveur .col {
		background-color: rgba(220,220,220,.85);
		margin: 4% 1%;
	}
	#accueil .col h4 {
		font-size: 2em;
		font-size: 7.75vmin;
	}
	}
	#annonce_miseajour p {
		line-height: 1.5rem;
		font-size: 1rem;
	}
/*	#mc_embed_signup {
		margin: 2% 3% 8%;
	}	*/
	#mc_embed_signup > * {
		font-size: .90em;
	}
	#mc_embed_signup input.email {
		width: 80%;
		margin: 0 auto;
	}
	#mc_embed_signup .button {
		min-width: 100%;
		margin: 0 auto;
	}
	.contact_details li {
		font-size: 1em;
		margin: 5%;
		padding: 0 5%;
	}
	#contact .invalid-tooltip {
		font-size: .75em; 		
	}
	.smaller{
		letter-spacing:-.35rem;
		padding-left:0%;
		font-size:6rem;
		line-height:0rem;
	}
	#jainagallery h4.titleclip{
		font-size:35vw;
		line-height:6rem;
		padding-bottom:5%;
	}
	#jainagallery .btn{
		left:28%;
	}
	#jainagallery .div-content{
		height:80vh;
		margin:auto;
	}
	.closer{
		letter-spacing:-.25rem;
	}
	#jainatate {
		height:72vh;
	}
	#jainatate .div-content{
		min-height:58vh;
	}
	#jainatate .div-content h4{
		font-size:11vmax;
		padding: 0;
	}
	#jainatate .div-content .btn {
	    left: 0;
    	top: 54%;
	}
	#jaina_tate p, #jaina_tate p ~ ul {
		font-size:.75rem;
		padding: 0;
	}
	#jaina_tate {
		padding: 0;
	}
	#jaina_tate .row {
		margin: 2% auto;
	}
	#coefficient p, #coefficient ul {
    	font-size: .85rem;
	}
	#jaina_tate_card, .jaina_tate_card_sub_menu {
		display: inherit!important;
	}
	#jaina_tate_large, .jaina_tate_large_sub_menu {
/*		display: none!important;*/
	}
}
/* Even Smaller Devices, phone */
@media only screen and (max-width : 340px) {
	.navbar-brand {
		font-size: .90em;
	}
	.navbar-brand img {
		width: 55px;
		height: 55px;
	}
	.navbar-brand > span {
		margin-left: 55px;
	}
	 .big-text {
		 font-size: 1.5em;
		 font-size: 7vmin;
	}
/*	#mc_embed_signup {
		margin: 2% 3% 10%;
	}*/
}
.sticky-footer {
    position:absolute;
    bottom: 0;
}

.font-bigger {
	font-size: 2.5rem;
	line-height: 3rem
}

#jainamedaillon, #aniamedaillon {
	width: 200px;
	height: 200px;
	float: left;
}

.annonce_noce {
	width: min(100% - 1rem, 80rem);
	margin-inline: auto;
}

.pedi_img {
	display: block;
	border: white 1px solid;
	border-radius: 15px;
	max-width: 35%;
	max-height: 35%;
	box-shadow: 0 0 3px black inset;
	margin: 15px auto;
}

.serif {
	font-family: "mrs-eaves-xl-serif", serif;
}

.w600 {
	font-weight: 600;
}

.smallerblock {
	display:block;
	font-size: 0.5em;
	color: #f7e4c2;
}