* {
    box-sizing: border-box;
}  

body {
    margin: 0;
}

.center {
  text-align: center;
}

.hidden {
    display: none;
}

.topbar {
    height: 70px;
    box-shadow: 0 0 31px rgba(129, 129, 129, 0.2);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo {
    margin-left: 21px;
}

.sandwich-menu {
    padding-right: 22px;
    margin-left: auto;
}

.title {
    background-image: url("/assets/img/background.jpg");
    background-size: cover;
    height: 572px; 
    background-position: 25% -50px;
    background-repeat: no-repeat;
    text-align: center;
    margin-bottom: -40px;
}

.title h1 {
    color: #ffffff;
    font-family: "Krub", sans-serif;
    font-size: 35px;
    font-weight: 700;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px; 
    margin-top: 0;
}

.title p {
    color: #ffffff;
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    text-align: center; 
    line-height: 1.3;
    margin-bottom: 32px;
}

.main {
    text-align: center;
}

.down-arrow {
    height: 33px;
    width: 33px;
    background-color: #6fc7ab;
    border-radius: 50%;
    display: inline-block;
    background-image: url("/assets/img/vshape.png");
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.main img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.titre-point-jaune {
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 28px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    text-align: center;
    padding-top: 50px; 
    padding-bottom: 28px; 
    margin-top: 0px;
    margin-bottom: 0px;
}

.titre-point-jaune:after {
  content: '';
  height: 24px;
  width: 24px;
  display: block;
  background-color: #ffe055;
  margin-top: 28px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 24px;
}

.main h3 {
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-top: 4px; 
}

p {
    color: #555660;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.argument-block {
    display: inline-block;
    vertical-align: top;
    height: 325px;
    width: 313px;
    box-shadow: 0 0 31px rgba(129, 129, 129, 0.2);
    background-color: #ffffff;
    border-radius: 10px;
    margin-top: 29px;
    padding-top: 42px;
    margin-right: 15px;
    margin-left: 15px;
    transition: margin 0.5s ease-out;
}

.argument-block:hover {
	margin-top: 25px;
  margin-bottom:4px;
}

.main p {
    padding-left: 25px;
    padding-right: 25px; 
}

.services {
    background-image: url("/assets/img/backgroundlight.png");
    /*background-position: left 40% bottom 20%;*/
    padding-bottom: 70px;
    background-size: 4420px;
}

.services img {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.services .garde-nuit img {
    width: 330px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.services .accompagnement img {
    width: 330px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.services-h3 {
    display: block;
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 24px;
    font-weight: 700;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
    text-decoration: none;
}


.services p {
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 12px;
    margin-bottom: 7px;
}

.services .radius-button {
    margin-top: 20px;
}

.services .yellow-radius-button {
    margin-top: 20px;
}

.en-savoir-plus {
    color: #6fc7ab;
    font-family: "Krub", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    padding-left: 15px; 
}

.pediasante img {
    margin-top: 35px;
    margin-bottom: 35px;
}

.consulter-fiches {
    color: #6fc7ab;
    font-family: "Krub", sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-decoration: underline;
    padding-bottom: 25px;
}


.radius-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px; 
    font-weight: 700; 
    background-color: #6fc7ab;
    border: none;
    border-radius: 22px;
    width: 332px;
    height: 44px;  
}

.yellow-radius-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 14px; 
    font-weight: 700; 
    background-color: #FCE055;
    border: none;
    border-radius: 22px;
    width: 332px;
    height: 44px;  
}

.title .yellow-radius-button {
    margin-top: 20px;
    margin-bottom: 20px;
}

.button-center {
    margin-left: auto;
    margin-right: auto;
}

input.radius-button {
  padding-top: 0;
}

.button-service {
    margin-top: 39px; 
    margin-bottom: 52px;
}

.reco {
    text-align: center;
}

.reco a {
	text-decoration: none;
}


.testimonial {
    padding-top: 0px;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 0px;
}

.testimonial-people {
    display: inline-block;
    width: 273px;
    height: 88px;
    box-shadow: 0 0 31px rgba(129, 129, 129, 0.2);
    background-color: #ffffff;
    border-radius: 10px;
	border: solid 3px;
	border-color: #ffffff;
    margin-bottom: 35px;
	margin-left: 5px;
	margin-right: 5px;
  padding-top: 17px;
  text-align: left;
}

@media screen and (max-width: 903px) {
.testimonial-responsive {
	display: none;
}
}


.testimonial-people:hover {
	border: solid 3px; 
	border-color: #6fc7ab;
}
	

.testimonial-people img {
    border-radius: 50%;
    width: 53px;
}

.testimonial-people-photo {
  display: inline-block;
  vertical-align: middle;
  padding-left: 33px;
  padding-right: 20px;
}

.testimonial-people-name {
    display: inline-block;
    vertical-align: middle;
}

.testimonial h4 {
    font-family: "Krub", sans-serif;
	color: #0f102c;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
	margin-top: 0;
}

.testimonial p {
    color: #0f102c;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
}

.reco p {
    font-size: 16px;
}

.reco p::after {
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 56px;
    font-weight: 400;
}

.blockquote {
  position: relative;
}

.blockquote:before, .blockquote:after {
    position: absolute;
    font-family: "Krub", sans-serif;
    color: #0f102c;
    font-size: 56px;
    font-weight: 400;
    display: block;
}

.blockquote:before {
    content: "“";
    text-align: left;
    top: -44px;
}

.blockquote:after {
    content: "„";
    text-align: right;
    right: 0px;
    bottom: -25px;
}

.reco .blockquote {
  margin-top: 20px;
  margin-bottom: 65px;
}

.reco .blockquote p {
  height: 3em;
}

.reco .blockquote:nth-child(n+2) {
  display: none;
}

.reco .radius-button {
    margin-bottom: 30px;
}

.partenaires {
    background-image: url("/assets/img/backgroundlight.png");
    padding-bottom: 80px;
    text-align: center;
    background-position: 5%;
    background-size: 5000px;
}

.logo-partenaires {
    display: inline-block;
    vertical-align: top;
    width: 215px;
    height: 121px;
    box-shadow: 0 0 31px rgba(129, 129, 129, 0.2);
    border-radius: 10px;
    background-color: #ffffff;
    padding-top: 24px;
    margin-top: 20px;
    margin-right: 12px;
    margin-left: 12px;
} 

.logo-tribune {
    padding-top: 42px;
}

.logo-brefeco {
    padding-top: 29px;
}

.logo-positivr {
    padding-top: 45px;
}

.logo-leprogres{
    padding-top: 45px;
}

.logo-emergences {
    padding-top: 35px;
}

.logo-impactfrance {
    padding-top: 22px;
}

.logo-montroucous {
    padding-top: 2px;
}

.presse .titre-point-jaune {
    padding-top: 100px;
}

/*@media screen and (min-width: 1000px) {
    .presse {
        padding-right: 15%;
        padding-left: 15%;
    }
}*/


.footer {
    text-align: center;
    background-color: #f4f4f4;
    border-top: 1px solid lightgrey;
}

.footer ul {
    list-style: none;
    padding-left: 0;
}

.logofooter {
    padding-top : 30px;
}

.footer h3 {
    color: #0f102c;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 19px;
    padding-top: 30px;
    text-transform: uppercase;
}

.footer li { 
    color: #0f102c;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
}

.footer a {
    text-decoration: none;
    color: #0f102c;
}

.footer p {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
}

.footer hr {
    height: 1px;
    background: #dedede;
    border: none;
    width: 90%;
    margin-top: 64px;
    margin-bottom: 18px;
}

.footer-social {
	margin-top: -16px;
}

.footer-social img {
	margin-left : 8px;
	margin-right: 8px;
}

.logors {
    width: 30px;
}

.topbar nav {
    display: inline-block;
    margin-left: auto;
}

.topbar nav ul {
    list-style: none;
    display: flex;
    margin: 0;
    padding: 0;
}

.topbar nav ul a {
    margin: 18px;
    display: inline-block;
}

.topbar nav ul li {
    text-align: center;
}

.topbar nav a {
    color: #0f102c;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    text-decoration: none;
}

.topbar-button {
    margin-right: 40px;
}

.topbar-button .radius-button {
    width: 240px;
    margin-left: 32px; 
}

@media screen and (min-width: 1077px) {

    .title {
        height: 720px;
        background-position: 25% -100px;
    }
    
    .title h1 {
        padding-top: 70px; 
        font-size: 50px;
    }
}

@media screen and (min-width: 472px) and (max-width: 1076px) {
    .title h1 {
        padding-top: 55px;
    }

    .title p {
        font-size: 18px;
    }
}

@media screen and (max-width: 471px) {
    .title h1 {
        font-size: 28px;
    }

    .title p {
        font-size: 18px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 1000px) {
    .topbar-links {
        display: none;
    }

    .topbar-button {
        display: none;
    }
    .topbar nav {
        position: absolute;
        top: 70px;
        background-color: white;
        width: 100%;
        border-top: 1px solid grey;
        display: none;
    }

    .topbar nav ul {
        display: block;
    }

    .topbar nav ul a {
        font-size: 18px;
        height: 35px;
        padding: 4px;
    }

    .topbar nav a:hover {
        font-weight: 600;
        border-bottom: 4px solid #6fc7ab;
    }

}

@media screen and (min-width: 1000px) {
    .sandwich-menu {
        display: none;
    }
    .logo {
        margin-left: 40px;
    }

    .radius-button {
        width: 240px;
    }

    .yellow-radius-button {
        width: 240px;
    }
}

@media screen and (max-width: 695px) {
    .title-break {
        display: none;
    }
}

@media screen and (min-width: 1054px) { 
    .main h2 {
        padding-bottom : 28px;
        margin-bottom: 0px;
    }

    .argument-block {
        margin-top: 44px;
    }
    .argument-block:hover {
        margin-bottom:19px;
    }
}

@media screen and (min-width: 700px) {
    .accompagnement {
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content : center;
    }

    .accompagnement-texte {
        width: 476px;
    }

    .accompagnement h3 {
        width: 338px;
    }

    .garde {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .garde-texte {
        width: 476px;
    }

    .garde h3 {
        width: 343px;
    }

    .garde-nuit {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: row-reverse;
    }

    .garde-nuit-texte {
        width: 476px;
    }
    
    .reco .blockquote {
      width:500px;
      margin-right: auto;
      margin-left: auto;
    }

}

@media screen and (min-width: 1017px) {
    .footer-categories {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin-right: 28px; 
        margin-left: 28px;
    }

    .footer h3 {
        margin-top: 0px; 
    }

    .logofooter {
        padding-right: 58px;
    }

    .partenaires {
        padding-bottom: 70px; 
    }

    .logo-partenaires {
        margin-top: 43px;
    }

    .footer hr {
        width: 75%;
    }

}


/*Page Nos services*/

.nos-services img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    object-fit: cover;
}

.nos-services-titre {
    color: #0f102c;
    font-family: "Krub - Bold", sans-serif;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 0;
}

.nos-services p {
    color: #0f102c;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.services-details p {
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 16px;
    font-style: italic;
    margin-top: 0;
}

.nos-services li {
    border: 1px solid rgba(0, 0, 0, 0);
    color: #0f102c;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
}
.nos-services ul {
    list-style: none;
    padding-left: 0;
    height: 10em;
}

.services-details-parent {
  text-align: center;
  position: relative;
  padding-bottom: 50px;
}

.services-details {
    display: inline-block;
    vertical-align: top;
    height: 490px;
    width: 330px;
    box-shadow: 0 0 31px rgba(129, 129, 129, 0.2);
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
    border-top: solid 8px;
    border-top-color: #ffe055;
    margin-top: 55px;
    margin-left: 18px;
    margin-right: 18px;
    padding-right: 5px;
    padding-left: 5px;
}

.services-details hr {
    height: 1px;
    background: #dedede;
}

.services-details img {
    margin-top: -48px;
    width: 96px;
    height: 96px;
    border-radius: 50%;
    border: 4px solid #ffe055;
}

.services-details-subtexte {
    margin-top: 30px;
}

.services-details-subtexte {
    margin-top: 40px;
}

.services-details-subtexte li {
    line-height: 20px;
}

.services-details .radius-button {
    margin-left: auto;
    margin-right: auto;
}

.offrir-mumiz {
    display: block;
    color: #6fc7ab;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
    padding-top: 18px;
}


.presentation-aides {
    padding-left: 10%;
    padding-right: 10%;
    text-align: center;
    margin-bottom: 50px;
}

@media screen and (min-width: 1000px) {
    .presentation-aides {
        padding-right: 20%;
        padding-left: 20%;
    }
}

.presentation-aides h3 {
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.presentation-aides a {
    color: #6FC7AB;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
}

.aides-logo {
    margin-top: 40px;
    margin-bottom: 40px;
    text-align: center;
}

.aides-logo img {
    display: inline-block;
    height: 80px;
    margin-left: 10px;
    margin-right: 10px;
}

.cmg-parent {
    margin-top: 50px; 
}

@media screen and (min-width: 1000px) {
    .cmg-parent {
        padding-right: 15%;
        padding-left: 15%;
    }
}

.cmg-parent h5 {
    font-size: 16px;
    font-family: "Krub", sans-serif;
    color: #6FC7AB;
}

.cmg-parent h6 {
    font-size: 14px;
    font-family: "Krub", sans-serif;
    color: #6FC7AB;
    margin-top: 15px;
    margin-bottom: 12px;
}

.cmg-step {
    margin-bottom: 20px;
}



.profil-mumiz {
    text-align: center;
    background-image: url("/assets/img/backgroundlight.png");
    background-color: #fafafa;
    padding-bottom: 58px;
}

.profil-mumiz-subtitle {
    padding-left: 5%;
    padding-right: 5%;
}

.rond-jaune-small {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 10px;
}

.profil-mumiz h3 {
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
}

.profil-mumiz p {
    color: #0f102c;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    text-align: center;
}

.profil-mumiz .radius-button {
    margin-bottom : 58px;
}

.obtenir-dossier {
    display: block;
    color: #6fc7ab;
    font-family: "Krub", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-decoration: underline;
}

.fiche-profil-photo {
    border-radius: 50%;
    width: 136px;
    border: 4px solid #ffffff;
    margin-top: -68px;
}

.fiche-profil-picto {
    display: inline-block;
    width: 15px;
    margin-left: 0;
    margin-right: 0;
}

.fiche-profil h4 {
    color: #6fc7ab;
    font-family: "Krub", sans-serif;
    font-size: 18px;
    font-weight: 700;
    padding-top: 15px;
    padding-bottom: 6px;
    margin-top: 0;
    margin-bottom: 0;
}

.fiche-profil h5 {
    display : inline-block; 
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}

.fiche-profil p {
    margin-top: 10px; 
    margin-bottom: 20px;
}

.fiche-profil {
    display: inline-block;
    box-shadow: 0 0 31px rgba(129, 129, 129, 0.2);
    border-radius: 10px;
    background-color: #ffffff;
    margin-top: 115px;
    margin-bottom: 46px;
    margin-left: 18px;
    margin-right: 18px;
}

.fiche-profil .hr {
    border: 1px solid #dedede;
    width: 155px;
    height: 1px;
    margin-left: 100px;
    margin-right: 100px;
}

@media screen and (min-width: 600px) {
  .fiche-profil .hr {
    width: 1px;
    height: 155px;
    margin-left: 1px;
    margin-right: 1px;
    margin-top: 10%;
  }
  .profil-mumiz p {
    margin-left: 20px;
    margin-right: 20px;
  }
}

.fiche-profil-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.fiche-profil-flex > div {
  width: 262px;
}

.services-details-parent p {
    color: #6FC7AB;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-style: italic;
    line-height: 30px;
    font-weight: 600;
}

.services-details-parent .yellow-radius-button {
    margin-top: 20px;
}

.services-details-mention p {
    color: #0f102c;
    font-weight: 200;
    margin-bottom: 40px;
}

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

.mention {
    display: none;
}
}*/

@media screen and (min-width: 852px) {

.profil-mumiz-subtitle {
    padding-left: 26%;
    padding-right: 26%;
}

.fiche-profil-flex {
    width: 686px;
}

.fiche-profil-flex > div {
    width: 340px;
  }
}

.fiche-profil .hr {
    margin-bottom: 22px;
    margin-top: 35px;
}



/* page qui sommes nous*/

.qui-sommes-nous {
    text-align: center;
}
.qui-sommes-nous h2 {
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 12px;
}

.qui-sommes-nous p {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 21px;
    margin-right: 21px;
}

.fondateurs {
    padding-bottom: 80px;
}

.portrait-fondateur {
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 0 31px rgba(129, 129, 129, 0.2);
    background-color: #ffffff;
    border-radius: 10px;
    width: 312px;
    height: 410px;
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px;
}

.portrait-fondateur-photo {
    border-radius: 10px 10px 0 0;
    width: 150px;
    height: 150px;
    margin-top: 10px;
}

.portrait-fondateur h3 {
    font-family: "Krub - Bold", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 27px;
    margin-bottom: 0px;
}

.portrait-fondateur h4 {
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 16px;
    font-style: italic;
    margin-top: 0px;
    margin-bottom: 15px;
}

.portrait-fondateur p {
    margin-top: 10px;
    margin-bottom: 22px;
}

.sophie {
    height: 150px;
    border-radius: 0;
}

.nos-valeurs {
    background-image: url("/assets/img/backgroundlight.png");
    text-align: center;
    background-position: 10%;
    padding-bottom: 10px;
}
.nos-valeurs h2 {
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 12px;
}

.nos-valeurs p {
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: 21px;
    margin-right: 21px;
}

.picto-valeur {
    display: inline-block;
    vertical-align: top;
    position: relative;
    box-shadow: 0 0 31px rgba(129, 129, 129, 0.2);
    background-color: #ffffff;
    border-radius: 10px;
    width: 330px;
    margin-top: 30px;
    margin-right: 15px;
    margin-left: 15px;
    height: 193px;
}

.picto-valeur img {
    width: 58px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    top: 40px;
    right: 0;
    left: 0;
}

.picto-valeur p {
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin: 30px 0 0 0;
    position: absolute;
    bottom: 35px;
    right: 0;
    left: 0;
}

.picto-oeil {
    margin-top: 10px;
    margin-bottom: 10px;
}

.flex-center-vertically {
    display: flex;
    justify-content: center;
    flex-direction: column;
    height: 100%;
}

.nos-valeurs .radius-button {
    margin-top: 60px;
    margin-bottom: 70px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (min-width: 1050px) {
    .qui-sommes-nous-intro p {
        padding-right: 30%;
        padding-left: 30%;
    }
}

@media screen and (min-width: 1050px) {
    .nos-valeurs-intro p {
        padding-right: 30%;
        padding-left: 30%;
    }
}
@media screen and (min-width: 1105px) {
    .picto-valeur {
        width: 230px;
        height: 193px;
    }
}


/* page trouvez votre mumiz FORMULAIRE */

.confirmation {
    font-family: "Open Sans", sans-serif;
    font-size: 18px; 
    font-weight: 700; 
    color: white;
    background-color: #6fc7ab;
    border: none;
    border-radius: 10px;
    width: 90%;
    height: 48px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 80px;
    margin-bottom: 150px;
    padding-top: 15px;
    display: none;
    
}

.form-container {
  padding-left: 8px;
  padding-right: 8px;
}

.form-container input[type="submit"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
}

.form-container input[type="file"] {
  padding-top: 12px;
}

.form-flex-outer {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
  padding-left: 0;
  max-width: 970px;
  margin-left: auto;
  margin-right: auto;
}

.form-flex-outer > li {
  width: 50%;
  min-width: 332px;
  padding-left: 10px;
  padding-right: 10px;
}

.form-flex-outer > li.max {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .form-flex-outer > li {
    width: 100%;
  }
}

.form-container label {
    display: block;
    font-family: "Krub", sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #0f102c;
    text-align: left;
}

.obligatoire:after {
  content:' *';
  color: #6FC7AB;
}

.form-flex-outer input, textarea, select {
    border-radius: 10px;
    border: 2px solid #e6e6e6;
    width: 100%;
    margin-top: 7px;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding-left: 18px;
}

.form-flex-outer input, select {
    height: 50px;
    margin-bottom: 40px;
}

.form-flex-outer textarea {
    height: 207px;
    padding-top: 15px;
}

form.submit-attempt input[required]:invalid,
form.submit-attempt textarea[required]:invalid {
  border: 2px solid red!important;
}

.form-container .radius-button {
    margin-bottom: 56px;
}

.devis .radius-button {
    margin-bottom: 26px;
}

.donnees-perso p {
    text-align: center;
    padding-right: 5%;
    padding-left: 5%;
    font-size: 13px;
}

@media screen and (min-width: 1000px) {
    .donnees-perso p {
        padding-left: 19%;
        padding-right: 19%;
    }
}


.loading {
    width:30px;
    height:30px;
    border-radius:25px;
    padding:0;
    border:3px solid #6fc7ab;
    border-bottom:3px solid white;
    border-left:3px solid white;
    background-color:transparent;
    -webkit-animation:spin 1s linear infinite;
    -moz-animation:spin 1s linear infinite;
    animation:spin 1s linear infinite;
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }



/*page professionnel puericulture*/

.professionnel-intro {
    text-align: center;
    padding-bottom: 30px;
}

.professionnel-intro h2 {
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 13px;
}

.professionnel-intro p {
    margin-left: 4%;
    margin-right: 4%;
}

.professionnel-partenaires {
    text-align: center;
    background-image: url("/assets/img/backgroundlight.png");
    background-position: 20%;
}

.professionnel-partenaires-logo {
    display: inline-block;
    width: 231px;
    height: 121px;
    box-shadow: 0 0 31px rgba(129, 129, 129, 0.2);
    border-radius: 10px;
    background-color: #ffffff;
    padding-top: 24px;
    margin-top: 20px;
    margin-bottom: 58px;
    text-align: center;
}


@media screen and (min-width: 1000px) {
    .professionnel-intro p {
        padding-right: 15%;
        padding-left: 15%;
    }
}


/*page offrir une mumiz*/

.offrir-mumiz-intro {
    text-align: center;
}

.offrir-mumiz-intro h2 {
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 13px;
    padding-bottom: 30px;
}


/*page contact*/

.contact-intro h2 {
    text-align: center;
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-top: 13px;
    padding-bottom: 30px;

}

/*cookie consent*/

.cookie-consent {
    position: fixed;
    bottom: 0;
    background-color: rgba(20, 20, 20, 0.75);
    text-align: center;
    width:100%;
}

.cookie-consent p {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.8);
}

.cookie-consent a {
    text-decoration: underline;
    color: rgba(255, 255, 255, 0.8);
    font-weight: bold; 
    padding-left: 5px;
    padding-right: 5px;
}

.cookie-consent-ok {
    cursor: pointer;
}


/*Bandeau Covid*/

.covid-bandeau {
    position: fixed;
    top: 0;
    background-color: #F7C022;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.covid-bandeau p {
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    color: black;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.covid-bandeau a {
    text-decoration: underline;
    font-weight: bold; 
    padding-left: 5px;
    padding-right: 5px;
    color: black;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 18px;
    margin-top: 0;
    margin-bottom: 0;
    color: black;
    padding-left: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}


.topbar {
    margin-top: 55px;
}

@media screen and (max-width: 939px) {
    .topbar {
        margin-top: 78px;
    }
}

@media screen and (max-width: 539px) {
    .topbar {
        margin-top: 68px;
    }

    .covid-bandeau a {
        font-size: 14px;
    }
}

@media screen and (max-width: 414px) {
    .topbar {
        margin-top: 87px;
    }
}



/*page pourquoi mumiz*/

.pourquoi-mumiz {
	padding-left: 20px;
	padding-right: 20px;
	text-align: justify;
}
	
.titre-point-vert {
	color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 22px;
    font-weight: 700;
	text-align: center;
}

.pourquoi-mumiz ul {
	color: #555660;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.pourquoi-mumiz {
	margin-bottom: 56px;
}

.pourquoi-mumiz-section {
	padding-bottom: 40px;
	padding-top: 20px;
}

@media screen and (min-width: 1000px) {
	.pourquoi-mumiz {
		padding-left: 15%;
		padding-right: 15%;
	}
}

.titre-point-vert:after {
	content: '';
	height: 12px;
	width: 12px;
	display: block;
	background-color: #6fc7ab;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	border-radius: 12px;
}

/*Page Ils nous recommandent*/

.testimonial-page-block {
      padding-left : 8px;
	  padding-right: 8px;
      margin-right: auto;
      margin-left: auto;
    }
	
.testimonial-page-block p {
	text-align: center;
	font-size: 16px;
	font-style: italic;
}
	

.testimonial-page {
	display : block;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 90px;
	margin-top: 80px;
	border: solid 3px; 
	border-color: #6fc7ab;
}

@media screen and (min-width: 1000px){
	.testimonial-page-block {
		width: 75%;
	}
}

/*Page CGU*/

.article-CGU {
    color: #0f102c;
    font-family: "krub",sans-serif;
    font-size: 20px;
    font-weight: 700;
    margin-top: 30px;
}

.CGU a {
    color: #555660;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.CGU li {
    color: #555660;
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    font-weight: 400;
}

.CGU {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 50px;
}

@media screen and (min-width: 1000px) {
	.CGU {
		padding-left: 15%;
		padding-right: 15%;
	}
}

.form-retractation {
    margin-top: 80px;
    margin-bottom: 50px;
    border-top: 1px solid black;
}


/*Devis*/

.devis {
    text-align: center;
}

.devis .form-container {
    padding-bottom: 55px;
}

.devis h5 {
    color: #0f102c;
    font-family: "Krub", sans-serif;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 15px;
    margin-top: 60px;
}

.devis-service{
    display: flex;
    justify-content: center;
    align-items: center;

}

.devis-service-container {
    padding-top: 40px;
    padding-bottom: 100px; 
}

.devis-service-title {
    color: #6fc7ab;
    font-family: "Krub", sans-serif;
    font-size: 22px;
    font-weight: 700;
    width: 425px;
    height: 58px;
    box-shadow: 0 0 31px rgba(129,129,129,.2);
    border-radius: 10px;
    padding-top: 12px;
    margin-top: 15px;
    margin-bottom: 15px;
    margin-right: 15px;
    border: 3px solid #ffffff;
    text-decoration: none;
    cursor: pointer;
}

@media screen and (max-width: 1000px) {
    .devis-service-title {
        font-size: 17px;
        width: 312px;
        height: 50px;
    }
}

.devis-service-title:hover, .devis-service.selected .devis-service-title {
    border: 3px solid #6fc7ab;
    /*color: #ffffff;
    background-color: #6fc7ab;*/
}

.devis-service-title:focus {
    border: 3px solid #6fc7ab;
}



.devis-step:not(:first-child) {
    display: none;
}

.devis-first-step .devis-buttons-container {
    padding-top: 50px;
}

.form-container .devis-buttons-container {
    padding-bottom: 100px;
}

.icone-info {
    font-family: "Krub", sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #6fc7ab;
    background-color: #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 13px;
    border: 2px solid #6fc7ab;
    cursor: pointer;
    position: relative;
}

.icone-info:hover {
    color: #ffffff;
    background-color: #6fc7ab;
}

.icone-info:hover:after, .icone-info:focus:after {
  content: attr(data-aria-label);  
  position: absolute;
  bottom: 5px;
  left: 135px;
	transform: translateX(-50%); /* on centre horizontalement  */
  z-index: 1;
  padding: 8px 17px;
  background: #ffffff;
  color: #555660;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  width: 180px;
  text-align: left;
  box-shadow: 0 0 31px rgba(129, 129, 129, 0.2);
  border-top: 4px solid #6fc7ab;
}

@media screen and (max-width: 1000px) {
    .icone-info:hover:after, .icone-info:focus:after {
        bottom: 23px;
        left: -87px;
}
}


.devis-options-container {
    padding-top: 50px;
    padding-bottom: 50px;
}

.devis-options {
    display: inline-block;
    width: 200px;
    height: 200px;
    box-shadow: 0 0 31px rgba(129,129,129,.2);
    border-radius: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 28px;
    border: 3px solid #ffffff;
    cursor: pointer;
}

.devis-options:hover, .devis-options.selected {
    border: 3px solid #6fc7ab;
}

.devis-options:focus {
    border: 3px solid #6fc7ab;
}




.relai-first-step .devis-options {
    padding-top: 35px;
}

.relai-third-step .devis-options {
    padding-top: 55px;
}

.devis-options img {
    height: 85px;
}

.relai-third-step .devis-options img {
    height: 50px;
}

.options-title {
    margin-top: 18px;
}

.options-title p {
    font-size: 16px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.italics {
    font-style: italic;
}

.devis-buttons-container {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 150px;
}

.devis-buttons-container a {
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    font-weight: 700;
}


.next-button {
    color: white;
    background-color: #6fc7ab;
    border-radius: 6px;
    border: none;
    width: 190px;
    height: 44px;
    margin-left: 15px;
    margin-right: 15px;
    font-weight: 700;
    padding-top: 12px;
}

.return-button {
    color: #6fc7ab;
    border-radius: 6px;
    margin-left: 15px;
    margin-right: 15px;
    border: 3px solid #6fc7ab;
    width: 190px;
    height: 44px;
    padding-top: 9px;
}

.return-button-simple {
    color: #6fc7ab;
}



/*Barre de progression*/

.progress-bar-container {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    padding-bottom: 50px; 
}

.progress-text {
    font-family: "Krub", sans-serif;
    font-size: 16px; 
    text-align: left; 
    padding-left: 40px;    
}

.light-green-bar {
    position: absolute;
    top: 35px;
    left: 0;
    width: 300px;
    height: 6px;
    background-color: #6fc7ab;
    opacity: 0.3;
    border-radius: 20px;
}

.small-dark-green-bar {
    position: absolute;
    top: 35px;
    left: 0;
    width: 150px;
    height: 6px;
    background-color: #6fc7ab;
    border-radius: 20px;
}

.relai-first-step .small-dark-green-bar {
    width: 100px;
}

.accompagnement-second-step-single .progress-text {
    text-align: right;
    padding-right: 40px;
}

.accompagnement-second-step-double .progress-text {
    text-align: right;
    padding-right: 40px;
}

.relai-first-step .progress-text{
    padding-left: 16px;
}

.relai-third-step .progress-text {
    text-align: right;
    padding-right: 40px;
}

.long-dark-green-bar {
    position: absolute;
    top: 35px;
    left: 0;
    width: 300px;
    height: 6px;
    background-color: #6fc7ab;
    border-radius: 20px;
}

.medium-dark-green-bar {
    position: absolute;
    top: 35px;
    left: 0;
    width: 200px;
    height: 6px;
    background-color: #6fc7ab;
    border-radius: 20px;
}

.relai-second-step-day .progress-text {
    padding-left: 115px;
}

.relai-second-step-night .progress-text {
    padding-left: 115px;
}


/*Curseur*/

.curseur-heures {
    height: 300px;
}

.range-slider-container {
    width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    margin-bottom: 100px;
}

.relai-second-step-day .range-slider-container {
    margin-bottom: 20px;
}

.relai-second-step-night .range-slider-container {
    margin-bottom: 20px;
}

.slider {
    -webkit-appearance: none;  
    appearance: none;
    width: 100%; 
    height: 10px;
    background-color: #6fc7ab;
    border-radius: 20px;
    outline: none; 
    -webkit-transition: .2s; 
    transition: opacity .2s;
}

.slider:hover {
    opacity: 1; 
}

  
.slider::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px;
border-radius: 50%; 
background: #ffffff;
border: 2px solid #6fc7ab;
cursor: pointer;
}

.slider::-moz-range-thumb {
width: 25px;
height: 25px;
border-radius: 50%;
background: #ffffff;
border: 2px solid #6fc7ab;
cursor: pointer;
}


.range-slider-time-container {
    width: 290px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    font-family: "Krub", sans-serif;
    font-size: 16px;
}

.range-slider-text-container {
    width: 290px;
    display: flex;
    justify-content: space-between;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    font-family: "Krub", sans-serif;
    font-size: 16px;
}

/*#valeur {
    font-weight: 1000;
    font-size: 24px;
}

.valeur-container {
    position: relative;
    width: 25px;
}

.valeur-h {
    position: absolute;
    font-family: 'Krub', sans-serif;
    font-size: 21px;
    left: 15px;
    font-weight: 1000;
    left: 28px;
    top: -18px;
}*/


/*Devis relai nuit et jour*/

.relai-second-step-day .devis-buttons-container {
    padding-bottom: 40px;
}

.relai-second-step-night .devis-buttons-container {
    padding-bottom: 40px;
}

.devis-to-formulaire {
    padding-bottom: 150px;
}

.devis-to-formulaire a {
    font-weight: 700;
    color: #6fc7ab;
}

.devis-to-formulaire p {
    font-size: 16px;
}


/*Résultat devis*/

.devis a {
    text-decoration: none;
}

.estimation {
    height: 100px;
}

.estimation-text {
    font-family: "Krub", sans-serif;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 50px;
}

.estimation-form-text {
    font-family: "Krub", sans-serif;
    font-size: 18px;
    padding-left: 25%;
    padding-right: 25%; 
    margin-bottom: 40px;
}

@media screen and (max-width: 1000px) {
    .estimation-form-text {
        padding-left: 5%;
        padding-right: 5%;
    }
}


#estimation-result {
    font-family: 'Krub', sans-serif;
    font-size: 40px;
    font-weight: 700;
}

.estimation-result-container {
    margin-top: 25px;
    margin-bottom: 60px;
}

#estimation-final-result {
    font-family: 'Krub', sans-serif;
    font-size: 30px;
}

.estimation-final-result-container {
    margin-top: 25px;
    margin-bottom: 60px;
}


/*Nouveau devis*/

.nombre-enfants-input .minus, .plus {
    width:20px;
	height:20px;
	background:#f2f2f2;
	border-radius:4px;
	border:1px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
}

.nombre-enfants-input input {
    height:34px;
    width: 100px;
    text-align: center;
    font-size: 22px;
	border:1px solid #ddd;
	border-radius:4px;
    display: inline-block;
    vertical-align: middle;
}

.nombre-enfants-input span {
    cursor: pointer;
}

.warning {
    background-color: #6FC7AB;
    color: white;
    width: 575px;
    height: 60px;
    border-radius: 10px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    margin-top: 20px;
}

.warning p {
    color: white;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.options-title .heure {
    color: #6FC7AB;
    font-family: "Krub", sans-serif;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 25px;
}

.reservation-button {
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    text-decoration: none;
    font-family: "Open Sans", sans-serif;
    font-size: 18px; 
    font-weight: 700; 
    background-color: #6fc7ab;
    border: none;
    border-radius: 6px;
    width: 345px;
    height: 50px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px; 
}

.lien-rappel {
    color: #6fc7ab;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.estimation-to-formulaire {
    margin-bottom: 90px;
}

.estimation-to-formulaire a:last-child {
    text-decoration: underline;
}

.number {
    user-select: none;
}

.radio-button-div.triples.devis-service, .radio-button-div.jumeaux.devis-service {
    display: none;
}

.naissances-multiples .devis-service {
    display: inline-block;
}

.naissances-multiples .devis-service-title {
    font-size: 14px;
    width: 140px;
    height: 47px;
}
	



/*Covid*/

.covid {
    padding-left: 10%;
    padding-right: 10%;
}

.covid li {
    font-family: "Open Sans", sans-serif;
    font-size: 14px;
    color: #555660;
}

.covid-fin {
    padding-top: 20px;
    padding-bottom: 50px;
}

/*
.exclamation {
    font-family: "Krub", sans-serif;
    font-size: 15px;
    font-weight: 700;
    color: #6fc7ab;
    background-color: #ffffff;
    height: 20px;
    width: 20px;
    border-radius: 13px;
    border: 2px solid #6fc7ab;
    cursor: pointer;
}
*/

.covid-gestes {
    margin-bottom: 100px;
}

@media screen and (max-width: 680px) {
    .covid-gestes img {
        display: none;
    }
}

.covid .form-container label {
    font-size: 15px;
}

.covid-ministere {
    margin-top: 60px;
}

.covid-ministere a {
    color: #6fc7ab;
    font-size: 16px; 
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
}

.logo-ministere {
    width: 300px;
    margin-top: 20px;
}
	
