/* ====================
   Plugins CSS
   ==================== */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Custom project variables */

/* Variables du projet ici */

:root{

	/** COLORS **/
		--color-jaune   : #FCC952;
   	--color-bleu   : #181D46;
		--color-beige : #FDE7E0;
		--color-rouge : #FD5864;
		--color-gris : #B7B7B7;

		/* FONT SIZE */
		--font-size-1: 1.9rem;
		--font-size-2: 1.6rem;
		--font-size-3: 1.4rem;
		--font-size-4: 1.2rem;
		--font-size-5: 1rem;

		/* FONT FAMILY */

		--font-basic: 'basic','helveticaneue','Arial', sans-serif;
		/* Pas d'helvetica pour l'instant */
		/* --font-helvetica: 'helvetica','helveticaneue','Arial', sans-serif; */
		--font-helvetica-neue: 'helveticaneue', 'Arial', sans-serif;

   	/** Nav Button **/
   	--burger-size      : 25px;
   	--burger-padding   : 1px;
   	--burger-background: transparent;
   	--burger-hover-background: transparent;
   	--burger-color     : red;
   	--burger-weight    : 3px;

    /* --site-width     : 1200; */
    /*--col-width      : 55;
    --col-width-px   : 55px;
    --gutter         : 30px;
	*/
	/* Unitless container width */
	/*--max-container-width--unitless: 990;*/


}

/* ====================
    Project Styles
==================== */

/* ====================
Common / Site Globals and hiq resets
==================== */

/* Reset de quelques valeurs de hiq */

img {
    width: auto;
    max-width: 100%;
    height: auto;
    border: 0;
    vertical-align: bottom;
}

/* ====================
   Typo
   ==================== */

@font-face {
	font-family: 'basic';
	src: url('../fonts/basic-regular-webfont.woff2') format('woff2'),
		url('../fonts/basic-regular-webfont.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

/*
@font-face {
    font-family: 'helvetica';
    src: url('../fonts/helvetica-webfont.woff2') format('woff2'),
         url('../fonts/helvetica-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
*/

@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/subset-HelveticaNeue.woff2') format('woff2'),
         url('../fonts/subset-HelveticaNeue.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/subset-HelveticaNeue-Medium.woff2') format('woff2'),
         url('../fonts/subset-HelveticaNeue-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'helveticaneue';
    src: url('../fonts/subset-HelveticaNeue-Bold.woff2') format('woff2'),
         url('../fonts/subset-HelveticaNeue-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* ====================
   Typography
   ==================== */

h1, .h1 {

}

h2, .h2 {

}

h3, .h3 {

}

h4, .h4{

}

h5, .h5{

}

p a{
        font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
    }

small{
    font-weight: 300;
}

/* ====================
   Components
   ==================== */

.lpg .container-general{
    display: flex;
  	flex-wrap: wrap;
  	padding:45px 25px 80px 90px;
  }

.lpg .bloc-content{
    position: relative;
    /*width: calc(100% - 420px);*/
    padding: 100px 90px 0 10px;
  }

@media screen and (max-width: 1199px) {

    .lpg .container-general{
      padding:45px 25px 80px 40px;
    }
    .lpg .bloc-content{
      padding: 100px 40px 0 10px;
    }
  }

.lpg .bloc-suivi{
    position: relative;
    max-width: 500px;
  }

@media screen and (max-width: 991px) {
    .lpg .container-general{
      padding:0px 20px 80px 20px;
    }
    .lpg .bloc-content{
      padding: 50px 10px 0 10px;
    }
    .lpg .bloc-suivi{
      display: none;
    }
  }

/* ====================
   Components
   ==================== */

*{
  box-sizing: border-box;
}

html{
  /* set base font-size to equiv "10px", which is adapted to rem unit */
  font-size: 62.5%;
  /* IE9-IE11 math fixing. See http://bit.ly/1g4X0bX */
  font-size: calc(1em * 0.625);
}

.lpg{
  font-family: 'helveticaneue', 'Arial', sans-serif;
  font-family: var(--font-helvetica-neue);
  font-size: 1.6rem;
  font-size: var(--font-size-2);
  padding-top: 122px;
  font-weight: 400;
}

.lpg main.main{
    background-image: url('../img/general/city-bg.svg');
    background-position: bottom center;
    background-size: 100%;
    background-repeat: no-repeat;
  }

.lpg .espaceur{
    margin: 150px 0 0;
  }

.lpg .squelette-suivi{
    width: calc(100% - 20px);
    margin: 0 auto;
    background: linear-gradient(to right, rgba(234,154,63,1) 0%, rgba(250,195,67,1) 100%);
    border-radius:15px;
    box-shadow: 5px 5px 10px 0px rgba(12,15,46,.25);

}

.lpg .squelette-suivi__item{
      position: relative;
      width: 100%;
      padding: 35px 25px;
      border-bottom: 0.5px dashed #FFF;
      opacity: 0.4;
      transition: 1s;

      display: flex;
    }

.lpg .squelette-suivi__item__illu{
        display: block;
        width: 45px;
        height: 45px;
        margin-right: 20px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 40px;
      }

.lpg .squelette-suivi__item__illu.lieu{
          background-image: url('../img/bloc-suivi/maison.svg');
          background-size: 38px;
        }

.lpg .squelette-suivi__item__illu.organisation{
          background-image: url('../img/bloc-suivi/checklist.svg');
          background-size: 31px;
        }

.lpg .squelette-suivi__item__illu.rapport{
          background-image: url('../img/bloc-suivi/handshake.svg');
          background-size: 46px;
        }

.lpg .squelette-suivi__item__illu.interets{
          background-image: url('../img/bloc-suivi/interets.svg');
          background-size: 42px;
        }

.lpg .squelette-suivi__item__illu.coordonnees{
          background-image: url('../img/bloc-suivi/telephone.svg');
          background-size: 32px;
        }

.lpg .squelette-suivi__item__illu.disponibilites{
          background-image: url('../img/bloc-suivi/calendrier.svg');
          background-size: 34px;
        }

.lpg .squelette-suivi__item__content{
        width:calc(100% - 65px);
      }

.lpg .squelette-suivi__item__content h2{
          display: block;
          font-weight: 400;
          margin: 0;
          font-size: 1.9rem;
          font-size: var(--font-size-1);
          font-family: 'basic','helveticaneue','Arial', sans-serif;
          font-family: var(--font-basic);
          color: #FFF;
        }

.lpg .squelette-suivi__item__content p{
          display: block;
          max-width: 220px;
          margin: 12px 0 0;
          font-size: 1.2rem;
          font-size: var(--font-size-4);
          color: #FFF;
        }

.lpg .squelette-suivi__item__editer{
        display: none;
        position: absolute;
        bottom:10px;
        right:10px;
        width: 34px;
        height:34px;
        background-color: rgba(237,238,252,.4);
        border-radius: 50%;
        background-image: url('../img/icon/editer.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 12px;
        transition: .4s;
      }

.lpg .squelette-suivi__item__editer:hover{
          background-color: rgba(237,238,252,.6);
        }

.lpg .squelette-suivi__item.is-done .squelette-suivi__item__editer{
      display: block;
    }

.lpg .squelette-suivi__item:last-child{
      border-bottom: 0;
    }

.lpg .squelette-suivi__item.is-active{
      width: calc(100% + 20px);
      opacity: 1;
      border-bottom: 0;
      box-shadow: 0px 3px 6px 0px rgba(0,0,0,.16);
      border-radius: 15px;
      background-color: #FCC952;
      background-color: var(--color-jaune);
      margin-left: -10px;
      margin-right: -10px;
      margin-top: -1px;
    }

.lpg .squelette-suivi__item.is-active::after{
        content:'';
        position: absolute;
        top:50%;
        left:0;
        -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
        width: 19px;
        height:19px;
        border: 4px solid #FFF;
        border-radius: 50%;
        background-color: #FCC952;
        background-color: var(--color-jaune);
      }

.lpg .squelette-suivi__item.is-done{
      border-bottom: 0.5px solid rgba(255,243,214,.6);
      opacity: 1;
    }

.lpg .squelette-suivi__item.is-done::after{
        content:'';
        position: absolute;
        top:50%;
        left:0;
        -webkit-transform: translate(-50%,-50%);
                transform: translate(-50%,-50%);
        width: 28px;
        height:28px;
        border: 4px solid #FFF;
        border-radius: 50%;
        background-color: #FCC952;
        background-color: var(--color-jaune);
        background-image: url('../img/icon/suivi-check.svg');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 11px;
      }

.lpg .bulle{
   display: flex;
   align-items: flex-end;
}

.lpg .bulle__photo{
     display: block;
     width: 100px;
     height:100px;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
     border-radius: 50%;
     margin-right: 20px;
   }

.lpg .bulle__content{
     width: calc(100% - 120px);
     background-color: #FDE7E0;
     background-color: var(--color-beige);
     border-top-left-radius: 15px;
     border-top-right-radius: 15px;
     border-bottom-right-radius: 15px;
     padding: 0 30px;
   }

.lpg .bulle__content p{
       color:#181D46;
       color:var(--color-bleu);
       margin: 20px 0;
       line-height: 1.5;
     }

.lpg .bulle__content p span{
         font-weight: 700;
       }

@media screen and (max-width: 991px) {
    .lpg .bulle__photo{
      width: 60px;
      height:60px;
    }

    .lpg .bulle__content{
      width: calc(100% - 80px);
    }
}

.lpg .radio-questionnnaire{
  margin: 25px 0;
  padding: 0 0 0 120px;

}

.lpg .radio-questionnnaire form input{
      display:none;
    }

.lpg .radio-questionnnaire__item{
    position: relative;
    display: block;
    width: 100%;
    border:0.5px solid #B7B7B7;
    border:0.5px solid var(--color-gris);
    padding: 17px 10px 17px 70px;
    margin-bottom: 10px;
    transition: .6s;
    cursor: pointer;
  }

.lpg .radio-questionnnaire__item__check{
      position: absolute;
      left:0;
      top:0;
      width: 40px;
      height:100%;
      border-right: 0.5px solid #B7B7B7;
      border-right: 0.5px solid var(--color-gris);
    }

.lpg .radio-questionnnaire__item__text{
      color:#181D46;
      color:var(--color-bleu);
    }

.lpg .radio-questionnnaire__item.is-active{
      border:0.5px solid #FCC952;
      border:0.5px solid var(--color-jaune);
    }

.lpg .radio-questionnnaire__item.is-active .radio-questionnnaire__item__text{
        color: #FCC952;
        color: var(--color-jaune);
      }

.lpg .radio-questionnnaire__item.is-active .radio-questionnnaire__item__check{
        background-color: #FCC952;
        background-color: var(--color-jaune);
        border-right: 0.5px solid #FCC952;
        border-right: 0.5px solid var(--color-jaune);
        background-position: center;
        background-repeat: no-repeat;
        background-size: 17px;
        background-image: url('../img/icon/radio-check.svg');
      }

.lpg .radio-questionnnaire .bloc-cta{
		margin-top: 25px;
		text-align: right;
	}

@media screen and (max-width: 991px) {
  .lpg .radio-questionnnaire{
    padding: 0 0 0 20px;
  }
    .lpg .radio-questionnnaire .bloc-cta{
  		text-align: center;
  	}

}

.lpg .pop-up{
  display: none;
  position: fixed;
  left:0;
  top:0;
  width: 100%;
  height:100%;
  z-index: 900;
  background-color: rgba(245,245,245,.7);

}

.lpg .pop-up.is-active{
    display: block;
  }

.lpg .pop-up__item{
    position: absolute;
    left:50%;
    top:50%;
    -webkit-transform:translate(-50%,-50%);
            transform:translate(-50%,-50%);
    width: 100%;
    max-width: 610px;
    padding: 35px 55px 40px;
    background-color: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0px 3px 23px 0px rgba(54,14,17,.16);
  }

.lpg .pop-up__item__smiley{
      display: block;
      width: 41px;
      height:43px;
      margin: 0 auto 20px;
    }

.lpg .pop-up__item p{
      display: block;
      color:#181D46;
      color:var(--color-bleu);
      font-family: 'basic','helveticaneue','Arial', sans-serif;
      font-family: var(--font-basic);
      font-size: 1.9rem;
      font-size: var(--font-size-1);
      margin: 24px 0;
    }

.lpg .pop-up__item p span{
        color:#FD5864;
        color:var(--color-rouge);
      }

.lpg .pop-up__item .bloc-cta{
      margin: 35px 0 0;
      text-align: center;
    }

.lpg .radio-choix{
  margin: 25px 0;
  padding: 0 0 0 120px;
}

.lpg .radio-choix__container{
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }

.lpg .radio-choix__item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #FFF;
    width: 170px;
    height:123px;
    border: 1px solid #181D46;
    border: 1px solid var(--color-bleu);
    margin-right: -1px;
    cursor: pointer;
    transition: .4s;

  }

.lpg .radio-choix__item__image{
      display: block;
      width: 80px;
      height:75px;
      background-position: center;
      background-repeat: no-repeat;
    }

.lpg .radio-choix__item__image.choix1{
        background-image: url('../img/organisation/choix1.svg');
        background-size: 70px;
      }

.lpg .radio-choix__item__image.choix2{
        background-image: url('../img/organisation/choix2.svg');
        background-size: 70px;
      }

.lpg .radio-choix__item__image.choix3{
        background-image: url('../img/organisation/choix3.svg');
        background-size: 70px;
      }

.lpg .radio-choix__item__libelle{
      font-family: 'basic','helveticaneue','Arial', sans-serif;
      font-family: var(--font-basic);
      font-size: 1.3rem;
      color: #181D46;
      color: var(--color-bleu);
    }

.lpg .radio-choix__item.is-active::after{
      content:'';
      width: calc(100% + 3px);
      height: calc(100% + 3px);
      position: absolute;
      left:-2px;
      top:-2px;
      border:2px solid #FCC952;
      border:2px solid var(--color-jaune);
      z-index: 1;
    }

.lpg .radio-choix__item.is-active:first-child::after{
        width: calc(100% + 2px);
        border-right: 0;
      }

.lpg .radio-choix__item.is-active:last-child::after{
        width: calc(100% + 2px);
        border-left: 0;
        left: -1px;
      }

.lpg .radio-choix__item.is-active .radio-choix__item__image.choix1{
        background-image: url('../img/organisation/choix1-active.svg');
      }

.lpg .radio-choix__item.is-active .radio-choix__item__image.choix2{
        background-image: url('../img/organisation/choix2-active.svg');
      }

.lpg .radio-choix__item.is-active .radio-choix__item__image.choix3{
        background-image: url('../img/organisation/choix3-active.svg');
      }

.lpg .radio-choix__item.is-active .radio-choix__item__libelle{
      color: #FCC952;
      color: var(--color-jaune);
    }

.lpg .radio-choix__nbResponses{
    display: block;
    width: 100%;
    max-width: 508px;
    font-family: 'basic','helveticaneue','Arial', sans-serif;
    font-family: var(--font-basic);
    font-size: 1.3rem;
    color: #B7B7B7;
    color: var(--color-gris);
    margin: 0 auto;
  }

.lpg .radio-choix form input{
      display:none;
    }

.lpg .radio-choix .bloc-cta{
		margin-top: 30px;
		text-align: right;
	}

@media screen and (max-width: 1199px) {
  html .lpg .radio-choix.radio-choix--6choix,.lpg .radio-choix.radio-choix--3choix{
    padding: 0 20px 0;
  }
    html .lpg .radio-choix.radio-choix--6choix .radio-choix__container,.lpg .radio-choix.radio-choix--3choix .radio-choix__container{
      flex-wrap: wrap;
      margin: 8px auto 0;
    }
    html .lpg .radio-choix.radio-choix--6choix .radio-choix__item,.lpg .radio-choix.radio-choix--3choix .radio-choix__item{
      margin: 0 5px 10px;
    }
        html .lpg .radio-choix.radio-choix--6choix .radio-choix__item:last-child::after,.lpg .radio-choix.radio-choix--3choix .radio-choix__item:last-child::after{
          border-left: 2px solid #FCC952;
          border-left: 2px solid var(--color-jaune);
          width: calc(100% + 3px);
        }
        html .lpg .radio-choix.radio-choix--6choix .radio-choix__item:first-child::after,.lpg .radio-choix.radio-choix--3choix .radio-choix__item:first-child::after{
          border-right: 2px solid #FCC952;
          border-right: 2px solid var(--color-jaune);
          width: calc(100% + 3px);
        }
    html .lpg .radio-choix.radio-choix--6choix .bloc-cta,.lpg .radio-choix.radio-choix--3choix .bloc-cta{
  		text-align: center;
  	}
}

@media screen and (max-width: 991px) {
    html .lpg .radio-choix.radio-choix--6choix .radio-choix__container,.lpg .radio-choix.radio-choix--3choix .radio-choix__container{
      max-width: 540px;
    }
}

@media screen and (max-width: 445px) {
    html .lpg .radio-choix.radio-choix--6choix .radio-choix__item,.lpg .radio-choix.radio-choix--3choix .radio-choix__item{
      width: calc(50% - 10px);
    }
}

.lpg .radio-choix.radio-choix--6choix .radio-choix__container{
    max-width: 508px;
    flex-wrap: wrap;
    margin: 8px auto 0;
  }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item{
    margin-bottom: -1px;
  }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item__image{
      width: 60px;
      height:55px;
      margin-bottom: 10px;
    }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item__image.choix1{
        background-image: url('../img/interet/choix1.svg');
        background-size: 38px;
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item__image.choix2{
        background-image: url('../img/interet/choix2.svg');
        background-size: 50px;
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item__image.choix3{
        background-image: url('../img/interet/choix3.svg');
        background-size: 30px;
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item__image.choix4{
        background-image: url('../img/interet/choix4.svg');
        background-size: 32px;
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item__image.choix5{
        background-image: url('../img/interet/choix5.svg');
        background-size: 45px;
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item__image.choix6{
        background-image: url('../img/interet/choix6.svg');
        background-size: 38px;
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item:first-child{
      border-right: 1px solid #181D46;
      border-right: 1px solid var(--color-bleu);
    }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item:last-child{
      border-left: 1px solid #181D46;
      border-left: 1px solid var(--color-bleu);
    }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item.is-active::after{
      z-index: 1;
      width: calc(100% + 3px);
    }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item.is-active:first-child::after{
        border-right: 2px solid #FCC952;
        border-right: 2px solid var(--color-jaune);
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item.is-active:nth-child(4)::after{
        height: calc(100% + 3px);
        top:-2px;
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item.is-active:nth-child(5)::after{
        height: calc(100% + 3px);
        top:-2px;
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item.is-active:last-child::after{
        border-left: 2px solid #FCC952;
        border-left: 2px solid var(--color-jaune);
        height: calc(100% + 3px);
        left: -2px;
        top:-2px;
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item.is-active .radio-choix__item__image.choix1{
        background-image: url('../img/interet/choix1-active.svg');
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item.is-active .radio-choix__item__image.choix2{
        background-image: url('../img/interet/choix2-active.svg');
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item.is-active .radio-choix__item__image.choix3{
        background-image: url('../img/interet/choix3-active.svg');
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item.is-active .radio-choix__item__image.choix4{
        background-image: url('../img/interet/choix4-active.svg');
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item.is-active .radio-choix__item__image.choix5{
        background-image: url('../img/interet/choix5-active.svg');
      }

.lpg .radio-choix.radio-choix--6choix .radio-choix__item.is-active .radio-choix__item__image.choix6{
        background-image: url('../img/interet/choix6-active.svg');
      }

.lpg .formulaire{
  margin: 25px 0;
  padding: 0 0 0 120px;
}

.lpg .formulaire__line{
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 15px;

  }

.lpg .formulaire__line input[type="text"]{
      margin: 0;
      width: 100%;
      background-color: #FFF;
      color:var(--color-blue);
      color:var(--color-blue);
      border:0.5px solid #B7B7B7;
      border:0.5px solid var(--color-gris);
      padding: 15px 20px 15px 20px;
      outline: 0;
    }

.lpg .formulaire__line input[type="text"].is-active{
        border:0.5px solid #FCC952;
        border:0.5px solid var(--color-jaune);
      }

.lpg .formulaire__line input[type="text"]::-webkit-input-placeholder{
        color: #B7B7B7;
        color: var(--color-gris);
      }

.lpg .formulaire__line input[type="text"]:-ms-input-placeholder{
        color: #B7B7B7;
        color: var(--color-gris);
      }

.lpg .formulaire__line input[type="text"]::-ms-input-placeholder{
        color: #B7B7B7;
        color: var(--color-gris);
      }

.lpg .formulaire__line input[type="text"]::placeholder{
        color: #B7B7B7;
        color: var(--color-gris);
      }

.lpg .formulaire__line input[type="text"].w50{
        width: calc(50% - 5px);
      }

.lpg .formulaire__line select{
      margin: 0;
      width: 100%;
      background-color: #FFF;
      color:var(--color-blue);
      color:var(--color-blue);
      border:0.5px solid #B7B7B7;
      border:0.5px solid var(--color-gris);
      padding: 15px 20px 15px 45px;
      outline: 0;
      border-radius: 50px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
    }

.lpg .formulaire__line select.is-active{
        border:0.5px solid #FCC952;
        border:0.5px solid var(--color-jaune);
      }

.lpg .formulaire__line .arrow{
      position: absolute;
      right:25px;
      top:50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 20px;
      height:20px;
      display: block;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 14px;
      background-image: url('../img/icon/arrow-down.svg');
      pointer-events: none;
    }

.lpg .formulaire__line .arrow.is-active{
        background-image: url('../img/icon/arrow-down-yellow.svg');
      }

.lpg .formulaire .bloc-cta{
		margin-top: 25px;
		text-align: right;
	}

@media screen and (max-width: 991px) {
  .lpg .formulaire{
    padding: 0 0 0 20px;
  }
}

@media screen and (max-width: 699px) {
        .lpg .formulaire__line input[type="text"].w50{
          width: 100%;
        }
          .lpg .formulaire__line input[type="text"].w50:first-child{
            margin-bottom: 15px;
          }
    .lpg .formulaire .bloc-cta{
  		text-align: center;
  	}
}

.lpg .header{
  width: 100%;
  position: fixed;
  top:0;
  left: 0;
  z-index: 1000;
}

.lpg .header__bloc{
    width: 100%;
    padding:30px 40px;
    background-color: #FFF;
    box-shadow: 0px 3px 6px 0px rgba(0,0,0,.16);
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;

  }

.lpg .header__bloc .right-bloc{
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }

.lpg .header__bloc__logo{
      display: block;

    }

.lpg .header__bloc__logo img{
        display: block;
        width: 97px;
        height:45px;
      }

@media screen and (max-width: 991px) {
        .lpg .header__bloc__logo--desktop{
          display: none;
        }
      }

@media screen and (min-width: 992px) {
        .lpg .header__bloc__logo--mobile{
          display: none;
        }
      }

.lpg .header__bloc__assistance{
      margin-right: 60px;
      text-align: right;
      text-decoration: none;
    }

.lpg .header__bloc__assistance span{
        font-family: 'basic','helveticaneue','Arial', sans-serif;
        font-family: var(--font-basic);
        display: block;
        font-size: 1.6rem;
        color:#181D46;
        color:var(--color-bleu);
      }

.lpg .header__bloc__assistance span.small{
          font-size: 1.2rem;
        }

@media screen and (max-width: 991px) {
      .lpg .header__bloc .header__bloc__assistance{
        display: none;
      }
    }

.lpg .header__bloc__etapes{
      display: flex;
      flex-direction: column;
      text-align: center;
    }

.lpg .header__bloc__etapes__nbEtapes{
        display: block;
        font-family: 'basic','helveticaneue','Arial', sans-serif;
        font-family: var(--font-basic);
        font-size: 1.4rem;
        font-size: var(--font-size-3);
        color:#181D46;
        color:var(--color-bleu);
        margin-bottom: 2px;
      }

.lpg .header__bloc__etapes__libelle{
        display: block;
        font-family: 'basic','helveticaneue','Arial', sans-serif;
        font-family: var(--font-basic);
        font-size: 1.4rem;
        font-size: var(--font-size-3);
        color:#FCC952;
        color:var(--color-jaune);
        margin-top: 2px;
      }

@media screen and (min-width: 992px) {
      .lpg .header__bloc .header__bloc__etapes{
        display: none;
      }
    }

.lpg .header__bloc__user{
      display: block;
      width: 35px;
      height:35px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 22px;
      background-image: url('../img/icon/user_header.svg');
    }

.lpg .header .langue{
  display: flex;
  flex-direction: column;
}

.lpg .header .langue a{
    display: flex;
    color:#B7B7B7;
    color:var(--color-gris);
    font-weight: 500;
    font-size: 1.4rem;
    text-decoration: none;
  }

.lpg .header .langue a.is-active{
      color:#181D46;
      color:var(--color-bleu);
    }

.lpg .header .langue__line{
    background-color: #FD5864;
    background-color: var(--color-rouge);
    width: 19px;
    height:1px;
    margin: 5px 0;
  }

.lpg .arianne{
  display: flex;
  flex-wrap: wrap;
  margin-right: 50px;

}

.lpg .arianne__item{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'basic','helveticaneue','Arial', sans-serif;
    font-family: var(--font-basic);
    width: 70px;
    color:#B7B7B7;
    color:var(--color-gris);
  }

.lpg .arianne__item.is-active{
      color:#FCC952;
      color:var(--color-jaune);

    }

.lpg .arianne__item.is-active .arianne__item__bulle{
        width: 32px;
        height:32px;
        background-color: #FCC952;
        background-color: var(--color-jaune);
        color:#FFF;
      }

.lpg .arianne__item.is-active .ligne{
        border-top: 1px solid #FCC952;
        border-top: 1px solid var(--color-jaune);
      }

.lpg .arianne__item.is-active .arianne__item__libelle{
        display: block;
      }

.lpg .arianne__item.is-done{
      color:#FCC952;
      color:var(--color-jaune);

    }

.lpg .arianne__item.is-done .arianne__item__bulle{
        background-color: #FCC952;
        background-color: var(--color-jaune);
        color:#FFF;
      }

.lpg .arianne__item.is-done .ligne{
        border-top: 1px solid #FCC952;
        border-top: 1px solid var(--color-jaune);
      }

.lpg .arianne__item__bulle{
      position: relative;
      display: block;
      font-family: 'Arial';
      font-weight: 600;
      width: 20px;
      height:20px;
      line-height: 40px;
      text-align: center;
      border-radius: 50%;
      background-color: #FFF3D6;
      font-size: 1.4rem;
      font-size: var(--font-size-3);
      color:#B7B7B7;
      color:var(--color-gris);
      z-index: 1;
    }

.lpg .arianne__item__libelle{
      position: absolute;
      width: 300px;
      display: none;
      top:100%;
      left:50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      margin-top: 8px;
      text-align: center;
      font-size: 1.3rem;
      font-family: 'basic','helveticaneue','Arial', sans-serif;
      font-family: var(--font-basic);
    }

.lpg .arianne__item .ligne{
      position: absolute;
      top:16px;
      width: calc(100% / 2);
      height:1px;
      border-top: 1px dotted #B7B7B7;
      border-top: 1px dotted var(--color-gris);
    }

.lpg .arianne__item .ligne--gauche{
        left:0;
      }

.lpg .arianne__item .ligne--droite{
        left:calc(50% + 1px);
      }

.lpg .arianne__item:first-child .ligne--gauche{
    display: none;
  }

.lpg .arianne__item:last-child .ligne--droite{
    width: 100%;
  }

.lpg .arianne__item:last-child .ligne--droite::after{
      content:'';
      position: absolute;
      left: calc(100% - 13px);
      top:50%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%);
      width: 30px;
      height:30px;
      background-position: center;
      background-repeat: no-repeat;
      background-image: url('../img/icon/ariane-arrow.svg');
      background-size: 30px;
    }

.lpg .arianne__item.is-active:last-child .ligne--droite::after{
    background-image: url('../img/icon/ariane-arrow-active.svg');
  }

@media screen and (max-width: 991px) {
  .lpg .arianne{
    display: none;
  }
}

.lpg .footer{
  position: relative;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #181D46;
  background-color: var(--color-bleu);
  padding: 65px 20px 45px;

}

.lpg .footer__bloc-link-principal{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }

.lpg .footer__bloc-link-principal a{
      position: relative;
      display: block;
      font-family: 'basic','helveticaneue','Arial', sans-serif;
      font-family: var(--font-basic);
      font-size: 1.4rem;
      font-size: var(--font-size-3);
      color:#FFF;
      text-decoration: none;
      margin: 0 22px;
    }

.lpg .footer__bloc-link-principal a::after{
        content:'';
        background-color: #FFF;
        position: absolute;
        left: 0;
        bottom:-5px;
        width: 100%;
        height:3px;
        opacity: 0;
        transition: .4s;
      }

.lpg .footer__bloc-link-principal a:hover::after{
        opacity: 1;
      }

.lpg .footer__bloc-social{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 45px 0 60px;
  }

.lpg .footer__bloc-social a{
      display: block;
      width: 25px;
      height:25px;
      background-repeat: no-repeat;
      background-position: bottom center;
      margin: 0 15px;
    }

.lpg .footer__bloc-social a.fb{
        background-image: url('../img/social/fb.svg');
        background-size: 12px;
      }

.lpg .footer__bloc-social a.twitter{
        background-image: url('../img/social/twitter.svg');
        background-size: 25px;
      }

.lpg .footer__bloc-social a.linkedin{
        background-image: url('../img/social/linkedin.svg');
        background-size: 22px;
      }

.lpg .footer__bloc-link-secondaire{
    display: flex;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0;
  }

.lpg .footer__bloc-link-secondaire a{
      display: block;
      font-size: 1.2rem;
      font-size: var(--font-size-4);
      color: #B7B7B7;
      color: var(--color-gris);
      text-decoration: none;
      margin: 0 22px;
    }

@media screen and (max-width: 699px) {

  .lpg .footer{
    padding: 25px 20px 25px;
  }

  .lpg .footer__bloc-social{
    margin: 30px 0 35px;
  }

  .lpg .footer__bloc-link-principal a{
    margin: 0 15px;
  }

  .lpg .footer__bloc-link-secondaire{
    width: 100%;
    flex-direction: column;
    justify-content: flex-start;
  }
    .lpg .footer__bloc-link-secondaire li{
      margin: 5px 0;
    }
}

/* ====================
   Modules
   ==================== */

#navigation{

}

.lpg .cta-classique{
		background-color: #FFF;
		display: inline-block;
		min-width: 245px;
		padding: 15px 20px;
		border-radius: 25px;
		border: 2px solid transparent;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		transition: .3s;
	}

.lpg .cta-classique--jaune{
			border: 2px solid #FCC952;
			border: 2px solid var(--color-jaune);
			color:#FCC952;
			color:var(--color-jaune);
		}

.lpg .cta-classique--jaune:hover{
				background-color: #FCC952;
				background-color: var(--color-jaune);
				color: #FFF;
			}

.lpg .cta-classique--gris{
			border: 2px solid #B7B7B7;
			border: 2px solid var(--color-gris);
			color:#B7B7B7;
			color:var(--color-gris);
		}

.lpg .cta-classique--gris:hover{
				background-color: #B7B7B7;
				background-color: var(--color-gris);
				color: #FFF;
			}

.lpg .cta-classique--rouge{
			border: 2px solid #FD5864;
			border: 2px solid var(--color-rouge);
			color:#FD5864;
			color:var(--color-rouge);
		}

.lpg .cta-classique--margeGauche{
			margin-left: 50px;
		}

.lpg .cta-classique.is-disabled{
			border: 2px solid #B7B7B7;
			border: 2px solid var(--color-gris);
			color:#B7B7B7!important;
			color:var(--color-gris)!important;;
			background-color: #FFF!important;
			cursor: not-allowed;
		}

.lpg .bloc-cta-general{
		margin-top: 25px;
		text-align: right;
	}

@media screen and (max-width: 699px) {
		.lpg .bloc-cta-general{
			text-align: center;
		}
			.lpg .bloc-cta-general .cta-classique{
				margin-bottom: 15px;
			}
	}

@media screen and (max-width: 1199px) {
		.lpg .cta-classique--margeGauche{
			margin-left: 5px;
		}
	}

/*# sourceMappingURL=main.css.map */
