.account {
  padding-right: 0;
  flex-grow: 9999999;
  -webkit-flex-grow: 9999999;
  text-align: right;
}

.account .avatar {
  display: inline-block;
  padding: 3px 0 3px 25px;
  background: url(../images/avatar.png) no-repeat left center;
}

/* NAV
   ========================================================================== */

#content-menu {
  position: relative;
}

.grid-1 .bilan-main-content {
  width: 100%;
}

nav.menu {
  background-color: #04acb1;
  color:  #fff;
}

nav.menu .icon-toggle {
  margin-top: 17px;
  width: 26px;
  height: 20px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

nav.menu .icon-toggle > div {
  display: block;
  height: 2px;
  background-color: #fff;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.icon-toggle div:nth-child(1) {
  top: 0px;
}

.icon-toggle div:nth-child(2),
.icon-toggle div:nth-child(3) {
  top: 9px;
}

.icon-toggle div:nth-child(4) {
  top: 18px;
}

.icon-toggle.open div:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

.icon-toggle.open div:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.icon-toggle.open div:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.icon-toggle.open div:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}


nav.menu a {
  background-color: #04acb1;
  color:  #fff;
}

#content-menu {
  padding: 0 2em;
  padding-left: 0;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between; /* Safari 6.1+ */
  justify-content: space-between;
}

.bilan-main-content {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  flex-grow: 1;
  padding-right: 0;
}

.side-menu {
  padding-right: 0;
  margin-right: 30px;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

/*
.side-menu {
  background-color: #fff;
  -webkit-transform: translate3d(-200%, 0, 0);
  transform: translate3d(-200%, 0, 0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.grid-1-3 .side-menu {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
*/

.side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.side-menu ul li a,
.side-menu ul.tabs li {
  font-size: 0.9rem;
  padding: 20px 16px;
  padding-left: 25px; 
  text-decoration: none;
  font-weight: 600;
  color: #6b7378;
  position: relative;
  cursor: pointer;
}

.side-menu ul li .icon {
  padding-right: 10px;
  font-size: 1.8em;
  text-align: center;
  position: relative;
  min-width: 24px;
}

.side-menu ul li .icon.small {
  font-size: 1.6em;
}

.side-menu ul li .icon-info,
.side-menu ul li .icon-calculette {
  left: 1px;
}

.side-menu ul li a:hover,
.side-menu ul.tabs li:hover {
  color: #00bfc3;
}

.side-menu ul li.active a,
.side-menu ul.tabs li.active {
  background-color: #00bfc3;
  color: #fff;
}

.side-menu ul li.active a:after,
.side-menu ul.tabs li.active:after {
  content: " ";
  display: block;
  position: absolute;
  right: -1px;
  top: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 12px 10px 0;
  border-color: transparent #f6f6f6 transparent transparent;
}


/* CONTENT
   ========================================================================== */

.results-content {
    background-color: #f5f5f5;
    padding-bottom: 35px;
}

.bilan-content {
  background-color: #f5f5f5;
}

.bilan-content .bilan-main-content {
  padding-bottom: 35px;
}

.bilan-title {
  margin: 0;
  padding: 25px 0;
  color: #6d7277;
  font-size: 1.2rem;
  font-weight: normal;
}

.results-content .bilan-title {
  text-align: center;
}

.bilan-title span {
  color: #00bfc3;
  font-weight: bold;
}

.main-content-text ul {
  padding-left: 0px;
  list-style: none;
}

.main-content-text ul li {
  background: url(../images/bullet.png) no-repeat;
  background-position: 0 8px;
  padding-left: 12px;
  padding-bottom: 10px;
}

.title {
  text-align: center;
  font-size: 1.5em;
  margin:0 20px;
}

.title span {
  position: relative;
  display: inline-block;
  top: -24px;
  padding: 15px 25px;
  border: 1px solid #e5e5e5;
  background: #fff;
  font-size: 1.1em;
}

.subtitle {
  margin: 25px 40px 0;
  font-size: 1.15em;
  text-align: center;
}

.subtitle span {
  position: relative;
  display: inline-block;
  z-index: 1;
}

.subtitle span:before {
  content: " ";
  display: block;
  position: absolute;
  top: 12px;
  left: -30px;
  width: 20px;
  height: 1px;
  background-color: #bdbdbd;
}

.subtitle span:after {
  content: " ";
  display: block;
  position: absolute;
  top: 12px;
  right: -30px;
  width: 20px;
  height: 1px;
  background-color: #bdbdbd;
}

.bilan-small-content {
  max-width: 770px;
}

.block {
  margin-bottom: 25px;
  background-color: #fff;
  box-shadow : 0px 1px 8px rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #6d7277;
}

.block-header {
  padding: 12px 20px;
  border-bottom: 1px solid #e6e6e6;
}

.block-header.block-tabs {
  padding-bottom: 0;
  padding-top: 0;
  position: relative;
}

.block-header .block-title {
  margin: 0;
    padding: 12px 0;
    font-weight: 700;
    color: #00bfc3;
    font-size: 1.33em;
}

.block .block-header .grid .block-title {
  -webkit-flex-grow: 4;
  flex-grow: 4;
}

a.block:hover  .block-title {
  color: #f8b81f;
}

.block-content {
  padding: 15px 20px;
}

.block-content.grid.gridvac{
  display: block;
}
.icon-float{
  float: left;
  margin-bottom: 20px;
}

.block-content p{
  font-size: 1.106em;
text-align: left;
line-height: 1.47em;
}
.block-content img{
  display: block;
  /*margin-left: 15px;*/
}

.selection-infos-text .list li{
    line-height: 1.6em;
    font-size: 1.106em;
}

.box-shrink{
  padding-right: 0;
}

.block-content p:first-child {
  margin-top: 0;
}

.box-shrink {
  flex-shrink: 22;
}

table.table-tarif {
  width: 100%;
  max-width: 1000px;
  border-collapse: collapse;
  background-color: #fff;
}

.bilan-main-content th {
  padding: 12px 20px;
  text-align: center;
  border: 1px solid #e6e6e6;
  color: #515457;
}

.bilan-main-content td {
  padding: 12px 20px;
  text-align: center;
  border: 1px solid #e6e6e6;
}

.bilan-main-content tr:hover td {
  background-color: #f5f5f5;
}

tbody tr:nth-child(odd) {
  background-color: #fafafa;
}

/* tabs */
.bilan-main-content .tabs-resp {
  position: relative;
  padding-right: 0;
}

.bilan-main-content .tabs {
  list-style: none;
  padding: 0;
  margin: 0;
  white-space: nowrap;
}

.bilan-main-content .tabs-content > div {
  overflow: hidden;
}

.bilan-main-content .tabs-content > * {
  display: none;
}


.bilan-main-content .tabs-content > .active {
  display: block;
}

.bilan-main-content .tabs li {
  display: inline-block;
  margin-left: 8px;
  padding: 12px 8px;
  cursor: pointer;
}

.bilan-main-content .tabs-resp .tab-nav-phone {
  display: none;
  position: absolute;
  background-color:#fff;
  z-index: 2;
  color: #ffb823;
  width: 20px;
}

.bilan-main-content .tabs-resp .tab-nav-phone span {
  display: inline-block;
  padding-top: 15px;
}

.bilan-main-content .tabs-resp .tab-nav-phone-next {
  right: 0px;
  top:0; 
  bottom: 0;
}

.bilan-main-content .tabs-resp .tab-nav-phone-prev {
  left: 0px;
  top:0; 
  bottom: 0;
}

.bilan-main-content .tabs li.active {
  border-bottom: 3px solid #00bfc3;
}


.bilan-main-content .tabs li:hover  {
  color: #00bfc3;
}


/* RESULTS
   =============================== */

.result {
  margin-bottom: 15px;
  background-color: #fff;
  box-shadow : 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}

.results-content .cta {
  margin-top: 45px;
  /*padding-bottom: 25px;*/
  border-top: 1px solid rgb(225, 225, 225);
}

.results-content .btn {
  /*position: static;
  text-decoration: none;*/
  position: relative;
  text-decoration: none;
  top: -27px;
}

.result > div {
  padding: 15px;
} 

.result .result-price {
  background-color: #fafafa;
  -webkit-flex-grow: 1;
  flex-grow: 1;
} 

.result .result-title {
  margin: 0;
  color: #515457;
}

.result .result-place {
  margin-top: 4px;
  font-weight: normal;
}

.result .result-place span,
.selection .selection-place span {
  color: #ffb900;
}

.result .result-infos-img {
  padding-right: 20px;
}

.tag {
  display: inline-block;
  margin-bottom: 8px;
  margin-right: 4px;
  padding: 3px 12px 5px 12px;
  border-radius: 40px;
  background-color: #efefef;
}

.result .result-price-price {
  margin-top: 0;
  font-size: 1.1em;
}

.result .result-price-price span {
  color: #00bfc3;
  font-weight: bold;
  font-size: 1.25rem;
}


/* CALC
   =============================== */

.icon-calc {
  margin-right: 15px;
  padding: 0;
  padding-top: 21px;
  width: 90px;
  height: 90px;
  background-color: #00bfc3;
  text-align: center;
  font-size: 47px;
  color: #fff;
}


a.block:hover .icon-calc {
  background-color: #f8b81f;
}


/* SLIDER
   =============================== */

.unslider {
  position: relative;
}

.unslider-arrow {
  position: absolute;
  top: 40%;
  border: 2px solid #515457;
  border-radius: 80px;
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  vertical-align: middle;
  font-size: 0;
  font-family: 'icomoon' !important;
}

.unslider-arrow.prev:before {
    content: "\e905";
    display: block;
    padding-right: 2px;
    font-size: 21px;
}

.unslider-arrow.next:before {
    content: "\e90d";
    display: block;
    padding-left: 2px;
    font-size: 21px;
}

.unslider-nav {
  position: relative;
  top : -45px;
}

.unslider-wrap.unslider-carousel > li {
    float: left;
    overflow: hidden;
    height: 215px;
}

.unslider-nav ol  {
  text-align: center;
}

.unslider-nav ol li {
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  width: 12px;
  height: 12px;
  border-radius: 18px;
  margin: 0px 5px;
  /*border: 2px solid #efefef;
  background-color: #6d7277;*/
  background-color: #f4b420;
}


/* GUIDES
   =============================== */

.guides .block-header {
  border-bottom: 0;
}


/* COMPARATIF
   =============================== */

table .comp-name {
  text-align: left;
  font-weight: 600;
  color: #00bfc3;
}


table .address-name {
  text-align: left;
  font-weight: 600;
  color: #515457;
}


/* SELECTION
   =============================== */

.on-site {
  margin-left: 15px;
  padding-right: 0;
  
}

.on-site a {
  padding-left: 18px;
  background: url(../images/link.png) no-repeat left center;
  text-decoration: none;
  color: #ffb823;
  font-weight: bold;
}

.selection-infos-img {
  padding-right: 0;
  min-width: 30%;
  max-width: 45%;
  order: 2;
  -webkit-order: 2;
  text-align: center;
  max-height: 400px;
  max-width: 300px;
  right: 0;
  position: relative;
}

.selection-infos-text {
  flex-grow: 2;
  -webkit-flex-grow: 2;
  max-width: 70%;
}

.selection-place {
  margin-bottom: 0;
  padding-bottom: 4px;
  color: #515457;
  font-size: 1.2em;
}

.comparatif table tr td:first-child {
  width : 180px;
}

.selection-title {
  margin-top: 8px;
}

.table-tarif th,
.table-tarif th[colspan] {
  color: #00bfc3;
  text-align: center;
}

.prestation-list {
  margin-right: -2em;
}

.prestation-list > div {
  flex-grow: 4;
  -webkit-flex-grow: 4;
}

.prestation-list div {
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}

.prestation-list-title {
  color: #00bfc3;
}

.prestation-list-title span {
  font-size: 16px;
}

.prestation-list h3{
  margin-bottom: 5px
}
.prestation-list ul{
  margin-top: 0;
}
.prestation-list ul.list li{
  line-height: 22px
}


/* FORM
   ========================================================================== */


label {
  position: relative;
}

.input label {
  position: absolute;
  top: 13px;
  left: 12px;
}

/* inputs */
input[type="text"], 
input[type="email"], 
input[type="tel"],
input[type="number"], 
select,
.select-menu {
  width: 350px;
  max-width: 100%;
}

input[type="text"], 
input[type="email"], 
input[type="number"],
input[type="tel"] {
  border-radius: 6px;
  border: 1px solid #dbdbdb;
  padding: 15px 12px; 
  color: #00bfc5;
}

input[type="text"]:focus, 
input[type="email"]:focus, 
input[type="tel"]:focus {
  outline-color: #ffb900;
}

.input {
  position: relative;
  margin-bottom: 18px;
  width: 320px;
  max-width: 100%;
}

.input input {
  width: 320px;
  max-width: 100%;
  padding: 12px 20px;
  border: 1px solid #e5e5e5;
  border-radius: 6px;
}

.input input:focus {
  outline: 0;
  border-color: #f4b420;
}

input.nom {
  padding-left: 64px;
}

input.prenom {
  padding-left: 83px;
}

input.age {
  padding-left: 48px;  
}

input.zip {
  padding-left: 106px;  
}

input.mobile {
  padding-left: 75px;  
}

input.tel-fixe {
  padding-left: 80px;  
}

input.email {
  padding-left: 68px;  
}

/* select */

select {
  width: 0;
  height: 0;
  opacity: 0;
  border: 0;
}

.select-menu {
  list-style: none;
  padding-left: 0;
  font-size: 1.2em;
}

.select-menu.select-small {
  width: auto;
}

.step-4 .select-menu {
  padding-top: 0;
  margin-top: 0;
}

.option-selected {
  position: relative;
  padding-bottom: 2px;
}

.option-selected span {
  display: inline-block;
  position: relative;
  border: 1px solid #dbdbdb;
  border-radius: 6px;
  width: 100%;
  padding: 12px; 
  padding-right: 46px;
  color: #6b7378;
  cursor: pointer;
}

.option-selected span:after {
  font-family: "icomoon";
  content: "\e904";
  position: absolute;
  font-size: 1.1em;
  right: 12px;
  top: 16px;
  color: #ffb900;
}

.option-selected:hover span {
  color: #00adb4;
}

.option-selected .submenu {
  display: none;
  background-color: #fff;
  position: absolute;
  width: 100%;
  list-style: none;
  padding-left: 0;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); 
  border-radius: 6px;
    max-height: 212px;
    overflow: auto;
  z-index: 45;
}

.select-menu .submenu li {
  padding: 15px 12px; 
  color: #6b7378;
  cursor: pointer;
  border-top: 1px solid #d1f1ff;
}

.select-menu .submenu li[data-value="0"] {
  display: none;
}

.select-menu .submenu li:hover {
  background-color: #00adb4;
  color: #fff;
}

.select-menu .submenu li:nth-child(2) {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.select-menu .submenu li:last-child {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}

.tabs-content label {
  margin: 20px 0 10px;
  display: block;
}

.tabs-content .transport label {
  display: inline-block;
}

.tabs-content input {
  display: inline-block;
}

.tabs-content .btn {
  position: static;
  margin-top: 20px;
  margin-bottom: 25px;
  font-size: 1.1em;
}

.tabs-content iframe {
  width: 100%;
}

/* guides */
.guides a img {
  width: 100%;
  max-width: 2000%;
}

/* Radio */

.radio-inline label {
  margin-right: 15px;
}

input[type="radio"] {
  margin-right: 15px;
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px;
}
 
/* on prépare le label */
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative; /* permet de positionner les pseudo-éléments */
  display: inline-block;
  margin-bottom: 12px;
  padding-left: 25px; /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;    /* affiche un curseur adapté */
}


.transport [type="radio"]:not(:checked) + label,
.transport [type="radio"]:checked + label {
  padding-left: 45px;
}

/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; 
  top: 2px;
  width: 17px; 
  height: 17px; /* dim. de la case */
  border: 1px solid #dbdbdb;
  background: #fff;
  border-radius: 17px; /* angles arrondis */
  transition: all .2s; /* on prévoit une animation */
}

[type="radio"]:checked + label:before { 
  border: 2px solid #ffb900;
}
  
.transport [type="radio"]:not(:checked) + label:before,
.transport [type="radio"]:checked + label:before {
    width: 38px;
    height: 38px;
    line-height: 36px;
    font-size: 24px;
    text-align: center;
    vertical-align: middle;
    font-family: 'icomoon' !important;
    content: "\e91a";
    color: #dadada;
    border: 2px solid #dadada;
}

.transport [type="radio"]:checked + label:before { 
  border: 2px solid #6d7277;
    color: #6d7277;
}

/* Aspect général de la coche */
[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 6px;
  left: 4px;
  width: 9px;
  height: 9px;
  border-radius: 13px;
  background-color: #ffb900;
  transition: all .2s; /* on prévoit une animation */
}

.transport [type="radio"]:not(:checked) + label:after,
.transport [type="radio"]:checked + label:after {
    background-color: transparent;
}

/* Aspect si "pas cochée" */
[type="radio"]:not(:checked) + label:after {
  opacity: 0; /* coche invisible */
}
/* Aspect si "cochée" */
[type="radio"]:checked + label:after {
  opacity: 1; /* coche opaque */
}

/* checkboxes */ 
/* Cachons la case à cocher */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
 
/* on prépare le label */
[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label {
  position: relative; /* permet de positionner les pseudo-éléments */
  display: inline-block;
  margin-bottom: 18px;
  padding-left: 25px; /* fait un peu d'espace pour notre case à venir */
  cursor: pointer;    /* affiche un curseur adapté */
  font-size: 1.1em;
}

.input-disabled label {
  opacity: 0.5;
}

/* Aspect des checkboxes */
/* :before sert à créer la case à cocher */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left:0; 
  top: 2px;
  width: 17px; 
  height: 17px; /* dim. de la case */
  border: 1px solid #dbdbdb;
  background: #fff;
  border-radius: 3px; /* angles arrondis */
  transition: all .2s; /* on prévoit une animation */
}

.transport-label {
  position: relative;
  top: 15px;
  padding-right: 15px;
}

#pied + label:before {
    content: "\e91a";
}

#voiture + label:before {
    content: "\e91c";
}


#transport-commun + label:before {
    content: "\e915";
}


[type="checkbox"]:checked + label:before { 
  border: 1px solid #ffb900;
  background: #ffb900;
}
 
/* Aspect général de la coche */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  font-family: 'icomoon';
  content: '\e911';
  position: absolute;
  top: 4px; 
  left: 2px;
  font-size: 14px;
  color: #fff;
  transition: all .2s; /* on prévoit une animation */
}
/* Aspect si "pas cochée" */
[type="checkbox"]:not(:checked) + label:after {
  opacity: 0; /* coche invisible */
}
/* Aspect si "cochée" */
[type="checkbox"]:checked + label:after {
  opacity: 1; /* coche opaque */
}

/*  FOOTER
   ========================================================================== */

.copy {
  padding: 15px 0;
  text-align: right;
  background-color: #e5e5e5;
}

/*  MEDIA QUERIES
   ========================================================================== */


/* container */
@media screen and (max-width: 1220px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* Desktop + */ 
@media screen and (min-width: 992px) {

  .choices label {
    font-size: 1.1em;
  }

  .main-content-text {
    margin-top: 342px;
    margin-left: 32px;
  }

  .form {
    -webkit-box-ordinal-group: 2;   /* OLD - iOS 6-, Safari 3.1-6 */
    -moz-box-ordinal-group: 2;      /* OLD - Firefox 19- */
    -ms-flex-order: 2;              /* TWEENER - IE 10 */
    -webkit-order: 2;               /* NEW - Chrome */
    order: 2; 
  }

  .content-grid {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  }

  .box-inner > div {
    background: url(../images/selection.png) no-repeat;
    background-position: right 8px top 10px;
  }

}

/* Desktop - */ 
@media screen and (max-width: 992px) {

  .content-grid {
    display: block;
    width: 100%;
    margin: 0;
  }

  .content-grid > * {
    display: block;
    width: 100%;
  }

  .content-grid>:nth-child(odd),
  .content-grid>:nth-child(even) {
    width: 100%;
    margin: 0;
  }

  .form {
    text-align: center;
  }

  .main-content-text {
    max-width: 630px;
    width: 100%;
    margin: auto !important;
  }
  .block-tabs .grid {
    display: block;
  }

  .bilan-main-content .tabs-resp {
    overflow: hidden;
  }

  .block-tabs .tabs {
    overflow: auto;
    margin-left: -8px;
  }

  .on-site {
    position: absolute;
    top: 8px;
    right: 8px;
  }

  .grid-3 > * {
    width: calc(100% * 1 / 2 - 2rem - .01px);
  }


}

/* Tablet + */
@media screen and (min-width: 768px) {

  .content-gridtb {
    display: -webkit-box;  /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox;  /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex;         /* NEW, Spec - Firefox, Chrome, Opera */
  }

  .result .result-infos {
    width: 69%;
  }

  .tal {
    text-align: left; 
  }

  .tar {
    text-align: right;
  }
  .tel {
    display: inline-block;
  }
  .mobile-tel {
    display: none;
  }
  .press .tablet {
    display: none;
  }
  .press .desktop {
    display: block;
  }
  .press .mobile {
    display: none;
  }
}

/* Tablet - */
@media screen and (max-width: 768px) {

  .selection-infos-text {
    max-width: 100%;
  }  
  .grid-3 {
    margin-left: 0;
  }

  .grid-3 > * {
    width: calc(100% - 2rem - .01px);
    margin-left: 1em;
  }

  .block-content .grid {
    display: block;
  }

  .block-content .grid > * {
    width: 100%;
  }

  .logo img {
    max-height: 50px;
  }

  .result-infos-img,
  .result-infos-text,
  .result-price {
    text-align: center;
  }

  .resutl-price-checkboxes {
    display: inline-block;
    text-align: left;
  }
  /* blokcs */
  .bilan-main-content .grid-2 {
    display: block;
  }
  .bilan-main-content .grid-2 > * {
    width: 100%;
  }
  .icon-calc {
    display: inline-block;
    max-width: 100%;
  }
  .guides .grid-2 {
    text-align: center;
  }
  .guides .block {
    display: inline-block;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
  .tabs-content .grid-1-2 {
    display: block;
  }

  .tabs-content .grid-1-2 > * {
    width: 100% !important;
  }

}

/* mobile + */
@media screen and (min-width: 400px) {
  .choices label {
    padding: 25px;
  }

  .tal {
    text-align: left; 
  }

  .tar {
    text-align: right;
  }
  .press .tablet {
    display: block;
  }
  .press .mobile {
    display: none;
  }
}

/* mobile - */
@media screen and (max-width: 400px) {
  .step-2 .choices label {
    min-height: 98px;
  }
}


/* small - */
@media screen and (max-width: 640px) {
    .press-logo {
      margin-bottom: 28px;
    } 
    
  #masterhead .container {
    margin: 0;
  }
  .grid-1-2>:nth-child(n) {
    width: calc(33.33333333333333% - 2rem - .01px);
  }
  .grid-1-2>:nth-child(even){
    width: calc(66.66666666666666% - 2rem - .01px);
  }

  .on-site a {
    display: block;
    width: 18px;
    height: 18px;
    overflow: hidden;
  }
   .content-grid {
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
 }
 .result-infos-text ,.result-price{
    text-align: left;
 }
 .results-content .bilan-title {
    text-align: left; 
    }
 .result-infos-img img {display: none;}
  .positioning{
    display: none;
  }
 .result-infos-text h2 {
    color:    #505457;
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    line-height: 17px;
 }
.result-infos-text h3{
    color:    #6d7277;
    font-size: 15px;/* Approximation causée par une substitution de police */
    font-weight: 600;
    line-height: 24px;/* Approximation causée par une substitution de police */
    text-align: left;
 }
 .result-infos-text .tag{
    font-size: 0.89em;
    font-weight: 600;
}
.result .result-price-price {
    line-height: 1.4em;
}
.result .result-price-price p{
    font-weight: 600;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
    margin-bottom: 6px; font-weight: 600;
}
.result .result-price-price span{font-weight: 700;}
.result > div {
    padding: 17px 17px 13px;
}
.results-content .btn {right: 0px;padding: 14px 13px; text-align: center; }
.results-content {
    padding-bottom: 0px;
}

}

/* tabs - */
@media screen and (max-width: 500px) {
  .tabs-resp .tab-nav-phone {
    text-align: center;
    display: block;
  }
  .tabs-resp {
    margin: 0 -15px;
    padding: 0px 25px;
  }

}


/* Toggle menu */ 

@media screen and (min-width: 1224px){
  .side-menu {
    width: auto;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    
  }

  .toggle-menu {
    opacity: 0;
    margin-left: 40px;
  }

  .side-menu.open {
    width: 306px;
    min-width: 306px;
  }

}

@media screen and (max-width: 1224px){
  #side-menu {
    position: absolute; 
    margin: 0;
    left: 0;
    top: 0;
    bottom: 0;
    width: auto !important;
    z-index: 2;
  } 

  #side-menu .menu-txt {
    display: none;
  }

  .menu {
    position: relative;
  }

  .toggle-menu {
    position: absolute;
    left: 25px;
  }

  #content-menu {
    display: block;
    min-height: 426px;
    padding-left: 98px;
  }
}

@media screen and (max-width: 640px) {
  #content-menu {
    padding-left: 15px;
    padding-right: 15px;
  }

  .logo {
    margin-left: 0;
    flex-grow: 20;
    -webkit-flex-grow: 20;
  }

  #side-menu {
    right: 0px;
    display: none;
  }

  #side-menu .menu-txt {
    display: block;
  }
  .selection-infos-text {
    max-width: 100%;
  }
}

@media screen and (max-width: 858px) {
  .table-hide-phone {
    display: none;
  }
}