<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (max-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 1) {
  body {
    font-size: 12px;
  }
  #header ul li {
    padding: 0 10px;
  }
}
@media screen and (max-height: 850px) {
  .nudge {
    display: none;
  }
  .numbers .number-column .sorbonne {
    display: none;
  }
}
@media screen and (max-device-width: 1200px) {
  body {
    font-size: 12px;
  }
  #header ul li {
    padding: 0 10px;
  }
}
/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (-webkit-min-device-pixel-ratio: 2), screen and (min-device-width: 1200px) and (max-device-width: 1600px) and (-webkit-min-device-pixel-ratio: 2) and (min-resolution: 192dpi) {
  body {
    font-size: 11px;
  }
  #header ul li {
    padding: 0 10px;
  }
}
@media (min-width: 768px) and (max-width: 1024px) {
  body {
    font-size: 15px;
  }
  .troispts,
  .ensavoirplus {
    display: inline;
  }
  .wd-50 {
    width: 100%;
  }
  .container {
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
  }
  .container p {
    color: rgb(70, 70, 70);
  }
  .container .logo {
    margin: auto;
    display: block;
  }
  .container h2 {
    text-align: center;
  }
  .container a {
    text-decoration: underline;
  }
  .container .flex {
    display: flex;
    flex-direction: column;
  }
  .container .flex div {
    flex: 1;
  }
  img {
    width: 100%;
  }
  .modal {
    width: 100%;
    height: 100%;
    max-height: 98vh;
  }
  .modal h2 {
    margin-top: 5%;
  }
  #modal_solution {
    width: 98%;
    background-color: #FFF;
  }
  #modal_solution .fs-4 {
    margin-bottom: 15px;
  }
  #modal_solution img {
    width: 50px;
    display: inline;
  }
  #modal_solution .modal-brick {
    width: 25%;
  }
  #modal_solution .modal-lego {
    width: 35%;
  }
  #modal_solution .etude_quantitative {
    width: 90%;
    margin: 0 auto 60px;
  }
  #modal_solution .access-panels {
    width: 90%;
    margin: auto;
  }
  #modal_solution .cache {
    overflow: hidden;
    max-height: 0px;
    margin: 0;
    transition: 1.4s;
    padding-top: 15px;
  }
  #modal_solution .open-info {
    max-height: 500px;
  }
  #modal_solution .bloc-popin {
    border-bottom: solid 2px rgb(240, 240, 240);
    padding: 10px 0;
  }
  #modal_solution .popin-title {
    flex-basis: 70%;
    margin: 0 5%;
    align-self: center;
    width: 70%;
  }
  #modal_solution .flex {
    width: 100%;
  }
  #modal_solution .title-categ,
  #modal_solution .img-categ {
    display: inline-block;
    vertical-align: middle;
  }
  #modal_solution .title-categ {
    margin-left: 5%;
  }
  .modal .cross {
    width: 35px;
  }
  #modal_reference .mobile img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #modal_reference p {
    text-align: justify;
  }
  .popin-infosup {
    text-align: justify;
    margin: 25px auto;
    width: 90%;
  }
  #header {
    align-content: baseline;
  }
  #header.scroll {
    box-shadow: none;
  }
  #header ul {
    width: 100vw;
  }
  #header ul li:last-child {
    width: 45%;
    margin-right: auto;
  }
  .fs-1 {
    font-size: 2.8em;
  }
  .fs-2 {
    font-size: 2.5em;
  }
  .fs-3 {
    font-size: 2em;
  }
  .fs-4 {
    font-size: 1.9em;
  }
  .fs-5 {
    font-size: 1.7em;
  }
  .fs-6 {
    font-size: 1.6em;
  }
  .glide .glide__arrows {
    text-align: center;
    margin-top: 20px;
  }
  .glide .slide-btn {
    color: #FFF;
    background-color: rgb(40, 140, 240);
    font-family: Calibri;
    padding: 5px 10px;
    border: 0;
    margin: 0;
  }
  .glide .slide-btn:nth-child(1) {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .glide .slide-btn:nth-child(2) {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .glide .slide-btn.slide-max {
    background-color: #96c6f8;
  }
  #content {
    padding-top: 11em;
    transition: 0.6s ease-in-out;
  }
  .institut .projets {
    margin: auto 10px;
    width: 55%;
  }
  .institut .content-btn {
    margin-top: 15px;
  }
  .institut .numbers p {
    width: 100%;
    padding-bottom: 20px;
  }
  .institut ul li.glide__slide {
    list-style: none;
  }
  .numbers .number-column {
    min-height: 37vh;
  }
  .institut .numbers .number-column {
    min-height: 220px;
  }
  .institut .btn {
    width: 80%;
    margin: 10px auto;
  }
  section:nth-child(3) {
    background: none;
  }
  .right-page .middle {
    margin-top: auto;
    transform: translateY(0);
  }
  .right-page form {
    max-height: none;
  }
  .plane {
    width: 50%;
  }
  #footer .bg-gris .copyright {
    margin: 0;
  }
  .titre-separation {
    width: 100%;
  }
  #header {
    width: 100vw;
    grid-template-columns: 1fr;
    align-content: baseline;
  }
  #header ul {
    position: fixed;
    top: -100%;
    flex-direction: column;
    background-color: #FFF;
    height: auto;
    transition: 0.6s ease-in-out;
    padding: 5% 0 1%;
    z-index: -1;
    box-shadow: 0px 8px 20px -15px rgba(0, 0, 0, 0.2);
  }
  #header ul li {
    align-self: center;
    padding: 25px 0px;
    border-top: solid 1px rgb(140, 140, 140);
    width: 80%;
    margin: auto;
    text-align: center;
  }
  #header ul li:last-child {
    border: 0;
  }
  #header ul li:nth-child(2) {
    border: 0;
  }
  #header a:first-child {
    flex: 1;
  }
  .header-mob {
    background-color: #FFF;
    padding-top: 5px;
  }
  .header-mob img {
    flex: 1;
    background-color: #FFF;
    width: 50px;
    height: 50px;
    align-self: center;
  }
  .header-mob .logo {
    width: 45%;
    height: auto !important;
  }
  .header-mob a {
    align-self: center;
    margin: 0 25px;
  }
  .header-mob .icon {
    margin-right: 45px;
  }
  .mobile {
    display: block;
  }
  .nomobile {
    display: none !important;
  }
  .header-mob {
    display: flex;
  }
  .modal .cross {
    right: 35px;
    top: 35px;
  }
  /* Icon 1 */
  .nav-icon1 {
    width: 50px;
    height: 30px;
    position: relative;
    margin: 10px 5px;
    transform: rotate(0deg);
    align-self: center;
    transition: 0.4s ease-in-out;
    cursor: pointer;
  }
  .nav-icon1 span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: rgb(40, 140, 240);
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
  }
  .nav-icon1 span:nth-child(1) {
    top: 0px;
  }
  .nav-icon1 span:nth-child(2) {
    top: 13px;
  }
  .nav-icon1 span:nth-child(3) {
    top: 26px;
  }
  .nav-icon1.open span:nth-child(1) {
    top: 14px;
    transform: rotate(135deg);
  }
  .nav-icon1.open span:nth-child(2) {
    opacity: 0;
    right: -60px;
  }
  .nav-icon1.open span:nth-child(3) {
    top: 14px;
    transform: rotate(-135deg);
  }
  #footer {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, auto);
    padding-top: 15px;
    margin-top: 20px;
  }
  #footer .footer-column {
    width: 75%;
  }
  #footer .footer-column:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  #footer .footer-column:nth-child(1) a {
    padding: 0;
  }
  #footer .footer-column a {
    padding: 2px 0;
  }
  #footer .footer-column:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  #footer .footer-column:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  #footer .footer-column:nth-child(3) a:nth-child(5) {
    padding: 0;
  }
  #footer img {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 5px 5px 5px 0;
    vertical-align: middle;
  }
  #footer span {
    display: inline-block;
  }
  #footer .footer-link {
    border: none;
    height: auto;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 0;
    width: 75%;
  }
  #footer .footer-link.f1 {
    grid-column: 1;
    grid-row: 4;
    padding-bottom: 0;
    border-top: solid 1px #FFF;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  #footer .footer-link.f2 {
    grid-column: 1;
    grid-row: 5;
  }
  #footer .footer-link.f3 {
    grid-column: 1;
    grid-row: 6;
  }
  #footer .bg-gris {
    grid-column: 1;
    grid-row: 7;
    flex-direction: column-reverse;
  }
  #footer .bg-gris .logos {
    display: flex;
    margin-right: 0;
    padding-bottom: 5px;
  }
  #footer .bg-gris .logos span {
    padding: 0 10px;
  }
  #footer .bg-gris .logos span:nth-child(3) img {
    height: 20px;
  }
  #footer .bg-gris .logos img {
    height: 1.7vh;
    width: auto;
  }
  #footer h4 {
    margin: 5px 0;
  }
  .right-page {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100vw;
    background-color: rgb(40, 140, 240);
    color: #FFF;
    transition: 0.6s;
    z-index: 10;
    overflow-y: auto;
  }
  .right-page.active {
    right: 0;
  }
  .right-page .close {
    top: 1.5em;
    z-index: 99;
  }
  .right-page form {
    width: 90%;
    padding-top: 3.5em;
  }
  .right-page form h2 {
    text-align: left;
  }
  .right-page form textarea {
    height: 15vh;
    box-sizing: border-box;
    width: 100%;
  }
  .right-page form input {
    box-sizing: border-box;
    width: 100%;
  }
  section .tiny-cont {
    width: 90%;
  }
  .tiny-cont.part1 {
    margin-top: 0em;
    flex-direction: column;
    align-items: center;
  }
  .tiny-cont.part1 img {
    width: 70%;
  }
  .tiny-cont.part1 svg {
    width: 100%;
    margin-top: -20px;
  }
  .tiny-cont.part1 .cta-mob {
    text-align: center;
  }
  .tiny-cont.part1 .link {
    margin-left: 0;
    color: rgb(40, 140, 240);
    display: inline-block;
  }
  .tiny-cont.part1 .link:hover {
    color: rgb(240, 140, 10);
  }
  .intro {
    width: 100%;
    margin-top: 0;
  }
  .intro h1 {
    width: 100%;
  }
  .intro p {
    width: 100%;
  }
  .intro div {
    text-align: center;
  }
  .btn.btn-header {
    color: #FFF;
    background-color: #f08c0a;
    border-color: #f08c0a;
    display: inline-block;
    padding: 10px 0;
    border-radius: 9px;
    width: 100%;
  }
  .numbers {
    display: block;
  }
  .numbers .number-column:nth-child(2),
  .numbers .number-column:nth-child(3) {
    display: none;
  }
  section.bg-blue {
    margin-top: -50px;
    height: auto;
    position: relative;
    padding: 0;
  }
  .numbers .number-column {
    height: 100%;
    flex: 1;
  }
  .numbers p {
    height: auto;
  }
  .glide__slide {
    flex: 1;
    height: auto !important;
  }
  .numbers {
    align-items: stretch;
    align-content: stretch;
  }
  .numbers .btn.btn-blue {
    margin-bottom: 15px;
    width: 75%;
  }
  .part3 {
    width: 90%;
  }
  .part3 .two-col {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .part3 .two-col .f-column {
    margin: 20px 0 10px;
    justify-self: center !important;
    padding: 0 !important;
  }
  .part3 .two-col .f-column:nth-child(2) {
    grid-column: 2;
  }
  .part3 .two-col .f-column:nth-child(1) {
    grid-column: 1;
  }
  .part3 .btn {
    margin-top: 25px;
  }
  .part4 {
    width: 90%;
    margin: auto;
  }
  .part4 .solutions img {
    width: 50%;
  }
  .part4 .two-col {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr;
  }
  .part4 .two-col p {
    display: none;
  }
  .part4 .two-col .f-column {
    padding: 0;
    align-content: baseline;
    width: 75%;
  }
  .part4 .two-col .f-column:nth-child(2) {
    grid-column: 2;
  }
  .part4 .two-col .f-column:nth-child(1) {
    grid-column: 1;
  }
  .part4 .two-col .ensavoirplus-p4 {
    color: rgb(40, 140, 240);
    margin: auto;
    text-decoration: underline;
    margin-top: 10px;
  }
  .part4 .solutions span {
    width: 100%;
  }
  .part4 .solutions .btn {
    margin: 25px;
    display: inline-block;
    vertical-align: middle;
  }
  .part5 p {
    width: 100%;
  }
  .part5 #ensavoirplus {
    color: rgb(40, 140, 240);
    text-decoration: underline;
  }
  .part5 .more {
    display: inline;
  }
  .part5 .ajouttext {
    display: none;
  }
  .part5 .btn.btn-blue {
    width: auto;
    margin: 10px 30px;
    display: inline-block;
    vertical-align: middle;
  }
  .equipe {
    width: 90%;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .equipe p {
    margin: 20px auto;
  }
  .equipe h2 {
    margin: 25px auto;
  }
  .equipe .sous-titre {
    margin: 13px auto;
  }
  .equipe .bg-gris {
    padding: 3px 5px 3px 5px;
    margin: auto;
    width: 90%;
  }
  .equipe .bg-gris .sous-titre {
    margin: 7px;
  }
  .equipe .btn {
    margin: 10px auto;
  }
  .team {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .portrait:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .portrait:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .portrait:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .portrait:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .portrait:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
  }
  .portrait:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
  .consommateurs .btn {
    width: 80%;
    margin: 10px auto;
  }
  .consommateurs ul li {
    list-style-type: none;
  }
  .consommateurs .numbers .number-column {
    width: 100%;
    box-shadow: none;
    text-align: center;
  }
  .consommateurs .numbers .number-column .btn {
    width: 80%;
  }
  .consommateurs .content-btn {
    margin-top: 0px;
  }
  .consommateurs p {
    padding-left: 0;
    text-align: left;
  }
  .consommateurs p::before {
    display: none;
  }
  .container.page-temoignage {
    width: 85%;
  }
  .portrait {
    align-self: flex-start;
  }
  .conteneur-temoignages .temoignage {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }
  .conteneur-temoignages .temoignage img {
    width: auto;
  }
  .conteneur-temoignages .temoignage .hide {
    display: inline;
  }
  .conteneur-temoignages .temoignage .show {
    max-height: 300px;
  }
  .conteneur-temoignages .temoignage .informations {
    box-sizing: border-box;
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
  .conteneur-temoignages .temoignage .message {
    padding-left: 0;
    width: 95%;
    padding-top: 15px;
    text-align: left;
    margin-bottom: 10px;
  }
  .conteneur-temoignages .temoignage .message::before {
    content: "";
    background-color: rgb(240, 240, 240);
  }
  .conteneur-temoignages .temoignage .message .the-message {
    position: relative;
    display: block;
    padding-left: 5%;
  }
  .conteneur-temoignages .temoignage .message .the-message:before {
    content: "";
    position: absolute;
    left: -5%;
    top: 0;
    bottom: 0;
    border-left: solid 8px rgb(240, 240, 240);
  }
  .conteneur-temoignages .temoignage .ensavoirplus {
    color: #288cf0;
    margin: auto;
  }
  .page-temoignage .btn {
    box-sizing: border-box;
    margin: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .troispts,
  .ensavoirplus {
    display: inline;
  }
  .wd-50 {
    width: 100%;
  }
  .container {
    width: 80%;
    margin: auto;
    padding-bottom: 20px;
  }
  .container p {
    color: rgb(70, 70, 70);
  }
  .container .logo {
    margin: auto;
    display: block;
  }
  .container h2 {
    text-align: center;
  }
  .container a {
    text-decoration: underline;
  }
  .container .flex {
    display: flex;
    flex-direction: column;
  }
  .container .flex div {
    flex: 1;
  }
  img {
    width: 100%;
  }
  .modal {
    width: 100%;
    height: 100%;
  }
  .modal h2 {
    margin-top: 15%;
  }
  #modal_solution {
    width: 100%;
    background-color: #FFF;
  }
  #modal_solution .fs-4 {
    margin-bottom: 15px;
  }
  #modal_solution img {
    width: 30px;
    display: inline;
  }
  #modal_solution .modal-brick {
    width: 25%;
  }
  #modal_solution .modal-lego {
    width: 35%;
  }
  #modal_solution .etude_quantitative {
    width: 90%;
    margin: 0 auto 60px;
  }
  #modal_solution .access-panels {
    width: 90%;
    margin: auto;
  }
  #modal_solution .cache {
    overflow: hidden;
    max-height: 0px;
    margin: 0;
    transition: 1.4s;
    padding-top: 8px;
  }
  #modal_solution .open-info {
    max-height: 500px;
  }
  #modal_solution .bloc-popin {
    border-bottom: solid 2px rgb(240, 240, 240);
    padding: 10px 0;
  }
  #modal_solution .popin-title {
    flex-basis: 70%;
    margin: 0 5%;
    align-self: center;
    width: 70%;
  }
  #modal_solution .flex {
    width: 100%;
  }
  #modal_solution .title-categ,
  #modal_solution .img-categ {
    display: inline-block;
    vertical-align: middle;
  }
  #modal_solution .title-categ {
    margin-left: 5%;
  }
  #modal_reference .mobile img {
    display: block;
    width: 90%;
    margin: 0 auto;
  }
  #modal_reference p {
    text-align: justify;
  }
  .popin-infosup {
    text-align: justify;
    margin: 25px auto;
    width: 90%;
  }
  #header ul {
    width: 100%;
  }
  #header ul li {
    padding: 10px 0;
  }
  #header ul li:last-child {
    width: 270px;
    margin-right: auto;
  }
  body {
    font-size: 11px;
  }
  .fs-1 {
    font-size: 2.4em;
  }
  .fs-2 {
    font-size: 2.2em;
  }
  .fs-3 {
    font-size: 1.6em;
  }
  .fs-4 {
    font-size: 1.5em;
  }
  .fs-5 {
    font-size: 1.4em;
  }
  .fs-6 {
    font-size: 1.3em;
  }
  .glide .glide__arrows {
    text-align: center;
    margin-top: 20px;
  }
  .glide .slide-btn {
    color: #FFF;
    background-color: rgb(40, 140, 240);
    font-family: Calibri;
    padding: 5px 10px;
    border: 0;
    margin: 0;
  }
  .glide .slide-btn:nth-child(1) {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
  }
  .glide .slide-btn:nth-child(2) {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
  }
  .glide .slide-btn.slide-max {
    background-color: #96c6f8;
  }
  #content {
    transition: 0.6s ease-in-out;
  }
  .institut .projets {
    margin: auto 10px;
    width: 55%;
  }
  .institut .content-btn {
    margin-top: 15px;
  }
  .institut .numbers p {
    width: 100%;
    padding-bottom: 20px;
  }
  .institut ul li.glide__slide {
    list-style: none;
  }
  .numbers .number-column {
    min-height: 37vh;
  }
  .institut .numbers .number-column {
    min-height: 220px;
  }
  .institut .btn {
    width: 80%;
    margin: 10px auto;
  }
  section:nth-child(3) {
    background: none;
  }
  .right-page .middle {
    margin-top: auto;
    transform: translateY(0);
  }
  .right-page form {
    max-height: none;
  }
  .plane {
    width: 50%;
  }
  #footer .bg-gris .copyright {
    margin: 0;
  }
  .titre-separation {
    width: 100%;
  }
  #header {
    align-content: baseline;
    width: 100vw;
    grid-template-columns: 1fr;
  }
  #header ul {
    position: fixed;
    top: -100%;
    flex-direction: column;
    background-color: #FFF;
    height: auto;
    transition: 0.6s ease-in-out;
    padding: 15% 0 11%;
    z-index: -1;
    box-shadow: 0px 8px 20px -15px rgba(0, 0, 0, 0.2);
  }
  #header ul li {
    align-self: center;
    padding: 10px 0px;
    border-top: solid 1px rgb(140, 140, 140);
    width: 270px;
    margin: auto;
    text-align: center;
  }
  #header ul li:last-child {
    border: 0;
  }
  #header ul li:nth-child(2) {
    border: 0;
  }
  #header a:first-child {
    flex: 1;
  }
  .header-mob {
    background-color: #FFF;
  }
  .header-mob img {
    flex: 1;
    background-color: #FFF;
    width: 25px;
    height: 25px;
    align-self: center;
  }
  .header-mob .logo {
    width: 75%;
    height: auto !important;
  }
  .header-mob a {
    align-self: center;
    margin: 0 8px;
  }
  .header-mob .icon {
    margin-right: 20px;
  }
  .mobile {
    display: block;
  }
  .nomobile {
    display: none !important;
  }
  .header-mob {
    display: flex;
  }
  /* Icon 1 */
  .nav-icon1 {
    width: 35px;
    height: 30px;
    position: relative;
    margin: 10px 5px;
    transform: rotate(0deg);
    align-self: center;
    transition: 0.4s ease-in-out;
    cursor: pointer;
  }
  .nav-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: rgb(40, 140, 240);
    border-radius: 3px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: 0.4s ease-in-out;
  }
  .nav-icon1 span:nth-child(1) {
    top: 4px;
  }
  .nav-icon1 span:nth-child(2) {
    top: 13px;
  }
  .nav-icon1 span:nth-child(3) {
    top: 22px;
  }
  .nav-icon1.open span:nth-child(1) {
    top: 14px;
    transform: rotate(135deg);
  }
  .nav-icon1.open span:nth-child(2) {
    opacity: 0;
    right: -60px;
  }
  .nav-icon1.open span:nth-child(3) {
    top: 14px;
    transform: rotate(-135deg);
  }
  #footer {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(7, auto);
    padding-top: 15px;
    margin-top: 20px;
    line-height: 1.6;
  }
  #footer .footer-column {
    width: 75%;
  }
  #footer .footer-column:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  #footer .footer-column:nth-child(1) a {
    padding: 0;
  }
  #footer .footer-column a {
    padding: 2px 0;
  }
  #footer .footer-column:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  #footer .footer-column:nth-child(3) {
    grid-column: 1;
    grid-row: 3;
  }
  #footer .footer-column:nth-child(3) a:nth-child(5) {
    padding: 0;
  }
  #footer img {
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 5px 5px 5px 0;
    vertical-align: middle;
  }
  #footer span {
    display: inline-block;
  }
  #footer .footer-link {
    border: none;
    height: auto;
    margin: auto;
    padding-bottom: 10px;
    padding-top: 0;
    width: 75%;
  }
  #footer .footer-link.f1 {
    grid-column: 1;
    grid-row: 4;
    padding-bottom: 0;
    border-top: solid 1px #FFF;
    padding-top: 10px;
    margin-top: 10px;
    padding-bottom: 20px;
  }
  #footer .footer-link.f2 {
    grid-column: 1;
    grid-row: 5;
  }
  #footer .footer-link.f3 {
    grid-column: 1;
    grid-row: 6;
  }
  #footer .bg-gris {
    grid-column: 1;
    grid-row: 7;
    flex-direction: column-reverse;
  }
  #footer .bg-gris .logos {
    display: flex;
    margin-right: 0;
    padding-bottom: 5px;
  }
  #footer .bg-gris .logos span {
    padding: 0 10px;
  }
  #footer .bg-gris .logos span:nth-child(3) img {
    height: 20px;
  }
  #footer .bg-gris .logos img {
    height: 1.7vh;
    width: auto;
  }
  #footer h4 {
    margin: 5px 0;
  }
  .right-page {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    right: -100vw;
    background-color: rgb(40, 140, 240);
    color: #FFF;
    transition: 0.6s;
    z-index: 10;
    overflow-y: auto;
  }
  .right-page.active {
    right: 0;
  }
  .right-page .close {
    top: 3% !important;
    z-index: 99;
  }
  .right-page form {
    width: 90%;
    padding-top: 4.5em;
  }
  .right-page form h2 {
    text-align: left;
  }
  .right-page form textarea {
    height: 15vh;
    box-sizing: border-box;
    width: 100%;
  }
  .right-page form input {
    box-sizing: border-box;
    width: 100%;
  }
  section .tiny-cont {
    width: 90%;
  }
  .tiny-cont.part1 {
    margin-top: 0em;
    flex-direction: column;
    align-items: center;
  }
  .tiny-cont.part1 img {
    width: 100%;
  }
  .tiny-cont.part1 svg {
    width: 100%;
    margin-top: -20px;
  }
  .tiny-cont.part1 .cta-mob {
    text-align: center;
  }
  .tiny-cont.part1 .link {
    margin-left: 0;
    color: rgb(40, 140, 240);
    display: inline-block;
  }
  .tiny-cont.part1 .link:hover {
    color: rgb(240, 140, 10);
  }
  .intro {
    width: 100%;
    margin-top: 0;
  }
  .intro h1 {
    width: 100%;
  }
  .intro p {
    width: 100%;
  }
  .intro div {
    text-align: center;
  }
  .btn.btn-header {
    color: #FFF;
    background-color: #f08c0a;
    border-color: #f08c0a;
    display: inline-block;
    padding: 10px 0;
    border-radius: 9px;
    width: 100%;
  }
  .numbers {
    display: block;
  }
  .numbers .number-column:nth-child(2),
  .numbers .number-column:nth-child(3) {
    display: none;
  }
  section.bg-blue {
    margin-top: -50px;
    height: auto;
    position: relative;
    padding: 0;
  }
  .numbers .number-column {
    height: 100%;
    flex: 1;
  }
  .numbers p {
    height: auto;
  }
  .glide__slide {
    flex: 1;
    height: auto !important;
  }
  .numbers {
    align-items: stretch;
    align-content: stretch;
  }
  .numbers .btn.btn-blue {
    margin-bottom: 15px;
    width: 75%;
  }
  .part3 {
    width: 90%;
  }
  .part3 .two-col {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .part3 .two-col .f-column {
    margin: 20px 0 10px;
    justify-self: center !important;
    padding: 0 !important;
  }
  .part3 .two-col .f-column:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .part3 .btn {
    margin-top: 25px;
  }
  .part4 {
    width: 90%;
    margin: autod;
  }
  .part4 .two-col {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(2, 1fr);
  }
  .part4 .two-col p {
    display: none;
  }
  .part4 .two-col .f-column {
    padding: 0;
  }
  .part4 .two-col .f-column:nth-child(2) {
    grid-column: 1;
    grid-row: 2;
  }
  .part4 .two-col .ensavoirplus-p4 {
    color: rgb(40, 140, 240);
    margin: auto;
    text-decoration: underline;
    margin-top: 10px;
  }
  .part4 .solutions span {
    width: 100%;
  }
  .part4 .solutions .btn {
    margin: 10px auto;
  }
  .part4 .solutions .btn.btn-orange {
    margin-bottom: 25px;
  }
  .part5 p {
    width: 100%;
  }
  .part5 #ensavoirplus {
    color: rgb(40, 140, 240);
    text-decoration: underline;
  }
  .part5 .more {
    display: inline;
  }
  .part5 .ajouttext {
    display: none;
  }
  .part5 .btn.btn-blue {
    width: 90%;
    margin: 10px auto;
  }
  .equipe {
    width: 90%;
    padding-bottom: 0;
    margin-bottom: 50px;
  }
  .equipe p {
    margin: 20px auto;
  }
  .equipe h2 {
    margin: 25px auto;
  }
  .equipe .sous-titre {
    margin: 13px auto;
  }
  .equipe .bg-gris {
    padding: 3px 5px 3px 5px;
    margin: auto;
    width: 90%;
  }
  .equipe .bg-gris .sous-titre {
    margin: 7px;
  }
  .equipe .btn {
    margin: 10px auto;
  }
  .team {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr 1fr;
  }
  .portrait:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .portrait:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .portrait:nth-child(3) {
    grid-column: 1;
    grid-row: 2;
  }
  .portrait:nth-child(4) {
    grid-column: 2;
    grid-row: 2;
  }
  .portrait:nth-child(5) {
    grid-column: 1;
    grid-row: 3;
  }
  .portrait:nth-child(6) {
    grid-column: 2;
    grid-row: 3;
  }
  .consommateurs .btn {
    width: 80%;
    margin: 10px auto;
  }
  .consommateurs ul li {
    list-style-type: none;
  }
  .consommateurs .numbers .number-column {
    width: 100%;
    box-shadow: none;
    text-align: center;
  }
  .consommateurs .numbers .number-column .btn {
    width: 80%;
  }
  .consommateurs .content-btn {
    margin-top: 0px;
  }
  .consommateurs p {
    padding-left: 0;
    text-align: left;
  }
  .consommateurs p::before {
    display: none;
  }
  .container.page-temoignage {
    width: 85%;
  }
  .portrait {
    align-self: flex-start;
  }
  .conteneur-temoignages .temoignage {
    flex-direction: column;
    margin-top: 0;
    margin-bottom: 0;
  }
  .conteneur-temoignages .temoignage img {
    width: auto;
  }
  .conteneur-temoignages .temoignage .hide {
    display: inline;
  }
  .conteneur-temoignages .temoignage .show {
    max-height: 300px;
  }
  .conteneur-temoignages .temoignage .informations {
    box-sizing: border-box;
    width: 100%;
    border-right: 0;
    padding-right: 0;
  }
  .conteneur-temoignages .temoignage .message {
    padding-left: 0;
    width: 95%;
    padding-top: 15px;
    text-align: left;
    margin-bottom: 10px;
  }
  .conteneur-temoignages .temoignage .message::before {
    content: "";
    background-color: rgb(240, 240, 240);
  }
  .conteneur-temoignages .temoignage .message .the-message {
    position: relative;
    display: block;
    padding-left: 5%;
  }
  .conteneur-temoignages .temoignage .message .the-message:before {
    content: "";
    position: absolute;
    left: -5%;
    top: 0;
    bottom: 0;
    border-left: solid 8px rgb(240, 240, 240);
  }
  .conteneur-temoignages .temoignage .ensavoirplus {
    color: #288cf0;
    margin: auto;
  }
  .page-temoignage .btn {
    box-sizing: border-box;
    margin: auto;
    width: 100%;
  }
}/*# sourceMappingURL=mobile-en.css.map */</pre></body></html>