@charset "UTF-8";
/**
 * HTML5 Boilerplate LPopin
 */

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  margin: 0;
  /*padding: 0;*/
  height: 0;
  font-size: 0;
  border: 0;
}

input, select {
  vertical-align: middle;
}

body {
  margin: 0;
  font: 16px sans-serif;
  *font-size: small;
}

pre, code, kbd, samp {
  font-family: monospace, sans-serif;
}

html {
  overflow-y: scroll;
}

a:hover, a:active {
  outline: none;
}

ul, ol {
  margin: 0;
  list-style: none;
}

ol {
  list-style-type: decimal;
}

nav ul, nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}

small {
  font-size: 85%;
}

strong, th {
  font-weight: bold;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}

textarea {
  overflow: auto;
}

q {
  font-style: italic;
}

.ie6 legend, .ie7 legend {
  margin-left: -7px;
}

input[type="radio"], input[type="checkbox"] {
  vertical-align: middle;
}

.ie7 input[type="checkbox"] {
  vertical-align: baseline;
}

.ie6 input {
  vertical-align: text-bottom;
}

label, input[type="button"], input[type="submit"], input[type="image"], button {
  cursor: pointer;
}

button, input, select, textarea {
  margin: 0;
}

input:invalid, textarea:invalid {
  border-radius: 1px;
  box-shadow: 0px 0px 5px red;
}

.no-boxshadow input:invalid, .no-boxshadow textarea:invalid {
  background-color: #f0dddd;
}

::-moz-selection {
  background: #0a246a;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #0a246a;
  color: #fff;
  text-shadow: none;
}

a:link {
  -webkit-tap-highlight-color: rgba(45, 54, 142, 0.1);
}

button {
  width: auto;
  overflow: visible;
}

.ie7 img {
  -ms-interpolation-mode: bicubic;
}

body, select, input, textarea {
  color: #000;
}

/**, *:before, *:after {
  box-sizing: border-box;
}*/

/*ne marche pas sous ie7*/
img {
  /*display: block;*/
  max-width: 100%;
  height: auto;
}

iframe {
  display: block;
  max-width: 100%;
  width: 100%;
}

input[type="text"], textarea, input[type="submit"], input[type="password"], input[type="number"], input[type="email"], input[type="date"] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-border-radius: 0;
  border: 0;
  text-indent: 0.01px;
  text-overflow: "";
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

a {
  text-decoration: none;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

.mfp-bg {
  background: rgba(0, 0, 0, 0.5);
  opacity: 1;
}

.mfp-container {
  /*padding: 0;*/
}

.mfp-content {
  /*padding: 30px;*/
  height: 100%;
  /*max-height: 540px;*/ /* default height */
}

.responsive-popup {
  font-family: "Frutiger", Helvetica, Arial, sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  /* corrects ie10/ie11 bug regarding min-height and flex */
  border-radius: 4px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.5);
}

.responsive-popup.white-popup {
  position: relative;
  background: #FFF;
  width: auto;
  /*max-width: 500px;*/
  margin: 0px auto;
}

.responsive-popup.white-popup.y-scroll {
  height: auto;
}

.responsive-popup.white-popup.y-scroll.no-padding {
  padding: 0;
}
.responsive-popup.white-popup.y-scroll.sm-padding {
  padding: 15px;
}
.responsive-popup.white-popup.y-scroll.md-padding {
  padding: 25px;
}
.responsive-popup.white-popup.y-scroll.lg-padding {
  padding: 30px;
}
@media only screen and (max-width: 767px) {
  .responsive-popup.white-popup.y-scroll.md-padding,
  .responsive-popup.white-popup.y-scroll.lg-padding {
    padding: 15px;
  }
}

.responsive-popup.white-popup.y-scroll .popup-container .scroll-area {
  /* Overflow Scroll */
  overflow-y: auto;
}

.responsive-popup.no-close-icon .mfp-close {
  display: none;
}

.responsive-popup .mfp-close {
  width: 40px;
  height: 40px;
  right: -20px;
  top: -20px;
  font-size: 0;
  opacity: 1;
  background: url('../../../../etc/designs/EDF_RC/assets/img/icons/ico_close_popup@2x.png') no-repeat center center;
  background-size: 40px 40px;
}

.responsive-popup .mfp-close:active {
  top: -20px;
}

.responsive-popup .popup-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 100%;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  /* corrects ie10/ie11 bug regarding min-height and flex */
  min-height: 100px;
}

.responsive-popup .popup-container .popup-content {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  background-color: #fff;
  border-radius: 0 0 4px 4px;
}
/*Ajouter pour des problèmes d'affichage sur IE pour la popin help creaEC*/
.responsive-popup .popup-container .popup-content > div:first-child {
  height: 100%;
}



