/**
 * 2008 - 2017 (c) Prestaboost
 *
 * MODULE PrestaBoost
 *
 * @author    Prestaboost
 * @copyright Copyright (c) permanent, Prestaboost
 * @license   Commercial
 * @version    3.2.8
 */
.cf:before,
.cf:after {
  content:"";
  display:table;
}
.cf:after {
  clear:both;
}
.droite {
  float:right;
}

.prestaboost-content {
	position: fixed;
	z-index: 99999;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(255,255,255,0.58);
	opacity: 0;
	display: none;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
}
.prestaboost-content img, .prestaboost-content textarea, .prestaboost-content input,.prestaboost-content .modal-dialog iframe,.prestaboost-content object,.prestaboost-content embed,.prestaboost-content video {
   max-width: 100%;
   height: auto;
 }

.prestaboost-content:target {
  opacity:1;
  pointer-events: auto;
}

.prestaboost-content:target > div {
	margin: 10% auto;
	transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
}

.prestaboost-content > div {
	max-width: 100%;
  position: relative;
  margin: 10% auto;
  padding: 8px 8px 8px 8px;
  border-radius: 5px;
  transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
	background-color: rgba(255,255,255,1.00);
}
.prestaboost-content p:only-of-type {margin-bottom: 0;}
.prestaboost-content > div header,.prestaboost-content > div footer {
  border-bottom: 1px solid #e7e7e7;
  border-radius: 5px 5px 0 0;
}
.prestaboost-content footer {
  border:none;
  border-top: 1px solid #e7e7e7;
  border-radius: 0 0 5px 5px;
}

.prestaboost-content > div h2 {
  margin:0;
}

.prestaboost-content > div .btn {
  float:right;
}

.prestaboost-content > div section,.prestaboost-content > div > header, .prestaboost-content > div > footer {
  padding:15px;
}
.prestaboost-content button.close {position: absolute; top: -20px;}