body {
	margin: 0;
    background: linear-gradient(to bottom right, #9e8878, #fce5b8);
	font-family: 'Playfair Display', serif;
	width: 100%;
}
@media (min-width: 1200px) {
	.footer {
		width: 100%;
	}
	.container-fluid {
		width: 75%;
	}
}

html { font-size: 1rem; }

@media (min-width: 300px) {
    html { font-size: 0.475rem; }
}
@media (min-width: 768px) {
    html { font-size: 0.65rem; }
}
@media (min-width: 992px) {
    html { font-size: 0.70rem; }
}
@media (min-width: 1200px) {
    html { font-size: 0.75rem; }
}

a {
	color: #000;
}
a:hover {
	color: #ab870d;
}

.navbar-nav > li {
  float: left;
  position: relative;
}
.navbar-light .navbar-nav .active a::after {
  border-bottom: 3px solid #ab870d;
  bottom: 0px;
  content: " ";
  left: 0;
  position: absolute;
  right: 0;
}
.navbar-brand
{
  font-family: 'Playfair Display', serif;
}
@media (min-width: 300px) {
    .nav-link
	{
		font-size: 15px;
	}
}
@media (min-width: 768px) {
    .nav-link
	{
		font-size: 15px;
	}
}
@media (min-width: 992px) {
    .nav-link
	{
		font-size: 13.25px;
	}
}
@media (min-width: 1200px) {
    .nav-link
	{
		font-size: 17px;
	}
}
.txtl {
	color: #000;
	text-decoration: none;
}
	
@media only screen and (max-width: 768px) {
    .footertxt
	{
		font-family: 'Playfair Display', serif;
		font-size: 10px;
		olor: #fff;
	}
}

.navbar {
	background-color: rgba(0,0,0,0.75);
}

.navbar-toggler {
    transform: translateX(-15px) !important; /* Pour les samsung de merde */
}
.navbar-toggler .line{
    width: 100%;
	height: 3px;
}

.rowgr {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.columngr {
  -ms-flex: 25%; /* IE10 */
  flex: 25%;
  max-width: 25%;
  padding: 0 4px;
}

.columngr img {
  margin-top: 8px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 1250px) {
  .columngr {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columngr {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

.rowpa {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  padding: 0 10px;
}

/* Create two equal columns that sits next to each other */
.columnpa {
  -ms-flex: 50%; /* IE10 */
  flex: 50%;
  max-width: 50%;
  padding: 0 10px;
}

.columnpa img {
  margin-top: 20px;
  vertical-align: middle;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .columnpa {
    -ms-flex: 50%;
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .columnpa {
    -ms-flex: 100%;
    flex: 100%;
    max-width: 100%;
  }
}

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
  }
  
.cont {
  position: relative;
  text-align: center;
  color: black;
}

.bottom-middle {
	position: absolute;
	width: 100%;
	bottom: 0px;
	right: 0px;
	text-align: center;
	background-color: rgba(255,255,255,0.7);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.bottom-middle-slide {
	position: absolute;
	width: 100%;
	bottom: 0px;
	right: 0px;
	text-align: center;
	color: #fff;
	background-color: rgba(0,0,0,0.5);
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
}

.video-responsive {
	overflow:hidden;
	padding-bottom:56.25%;
	position:relative;
	height:0;
	}

.video-responsive iframe {
	left:0;
	top:0;
	height:100%;
	width:100%;
	position:absolute;
	}

#CDSWIDSSP {width: 100% !important;}

#CDSWIDSSP.widSSPnarrow .widSSPData .widSSPBranding dd {width: 100% !important;}
