/* ---- RESET ---- */

html,
body {
  height: 100%;

}

* {
  box-sizing: border-box;
}

body {
  font-family: 'Quicksand', sans-serif;
  color: rgb(112, 112, 112);
  overflow-x: hidden;
}

/* -- styles info modale -- */

.modal{
  height: 100vh;
  display: flex!important;
  align-items: center!important;
}

.logo-modale {
width: 130px;
display: block;
margin:0 auto;
transform: translateY(-80px);
}

.modal-body p{
  transform: translateY(-60px);
}

.firm-modale{
text-align: right;
margin-right: 10px;
font-weight: bold;
color:#94c43a;
}
.prune{
  color:#5f0e77;
}
/* --- texte temporaire (reprise du rollup) */


.objectifs-asso {
    font-family: 'Quicksand', sans-serif;
    color: rgb(112, 112, 112);
  cursor: default;
text-align:center;
  font-size: 60px;
  margin:30px;
}


.big-filet-green {

  border: 5px solid #94c43a;
   width:380px;
}
.big-filet-violet {

  border: 5px solid #5f0e77;
  width:380px;
}


.infos-tmp{
  font-weight: bold;
  font-size: 40px;
  text-align: center;
}

.footer-info{
   font-weight: bold;
  font-size: 40px;
  text-align: center;
  color:#fff;
}
.footer-wrapper{
background: #94c43a url(../img/trame.svg) no-repeat;
background-size: cover;
}



/* --- /texte temporaire (reprise du rollup) */



.container {
  margin: 0 auto;
  padding-right: 8px;
  padding-left: 8px;
}

section {
  padding-bottom: 30px;
}
.content-wrapper{
  background-color: #fff;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.stretch {
  align-self: stretch;
}

.d-flex-nowrap {
  display: flex;
  justify-content: space-around;
}

.column {
  flex-direction: column;
}

h1,
h2,
h3 {
  font-family: 'Marmelad', sans-serif;
  cursor: default;
}
h3{
  font-size: 18px;
}
h5{
  font-size: 16px;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top:0;
}


h1 {
  font-weight: 300;
  font-size: 29px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-align: center;
  margin: 0;
  padding: 0 0 30px 0;
  color: rgba(226, 90, 40, 1);
}

.target-formation{
  text-align: center;
  color:#e25a28;
  border-top:2px dotted;
  border-bottom:2px dotted;
  font-size: 20px;
  margin: 50px 0 30px 0;
  padding-top:10px;
  padding-bottom: 10px;
}
p {
  font-size: 19px;
  line-height: 25px;
  margin-bottom: 10px;
}



a {
  color: #5f0e77;
  transition: 0.3s;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #5f0e77;
  text-decoration: none;
  text-decoration: none;
}

a:active {
  outline: none;
}


.in-encart-link{
 color: #fff; 
text-decoration: underline;
}
.in-encart-link:hover{
 color: rgba(255,255,255,.5); 

}

.quote-forum{
  font-size: 21px;
  font-style: italic;
  color:#e25a28;
}

p-top-40 {
  padding-top: 40px;
}
.p-top-80 {
  padding-top: 80px;
}
.p-top-100 {
  padding-top: 010px;
}
.p-top-120 {
  padding-top: 120px;
}


blockquote {
  margin: 0;
  padding: 0;
}

.center {
  text-align: center;
}

.inside-contact{
  text-align: center;
}

.inside-contact-link:hover > .inside-contact-icon{
  color: rgba(149,27, 129, 1);
}


.inside-contact-icon{
  margin: 0;
  padding: 0 0 5px 0;
  color: rgba(149,27, 129, .7);
  font-size: 80px;
  transition: 0.3s;

}
.inside-contact-txt{
margin-top:0;
  font-family: 'Comfortaa';
  color: #951b81;
}
.title-contre-indic{
margin: 10px 0 10px 0;
text-align: left;

}

.contre-indic {
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
  list-style-type: none;
  text-align: left;
  padding-left: 0;
}

.underline-gray {
    width: 100%;
    border: 0;
    height: 2px;
    border-bottom: 2px dotted #dedede;
}


.mobile-only{
  display: none;
}

 .desktop-only{
    display: block;
  }
/* ---- HEADER ---- */

header {
  font-size: 18px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  padding: 30px 50px;
  text-transform: uppercase;
  font-family: 'Comfortaa';
  text-align: right;
  transition: 0.5s;
}

#header-big{
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  height:85px;
}

.logo-menu-top{
  display:none;
  width:125px;
  margin-top:-24px;
  margin-left: auto;
  margin-right: auto;

}
.display-top{
  display:block;
}

#modale-menu .fa-inverse {
    color: #e25a28;
}



.modale-menu {
    display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 8010;
  background: rgba(149, 27, 129, .99);
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.mobile-menu-wrapper{
  display: flex;
  flex-direction: column;
  align-items:center;
justify-content: center;
}

header ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

header li {
  display: inline-block;
  padding: 0 10px;
}

header a, header a:visited, header a:active, header a:focus {
  color: #fff;
}

.current a {
  color: #e25a28!important;
}




.white-muted {
  color: rgba(255, 255, 255, .7);
}

.bg-white{
  background-color: rgba(255,255,255,.9);
  box-shadow:0 5px 10px rgba(0,0,0,0.1);
}

.gray-item{
  color:rgb(112,112,112)!important;
}

.gray-item:hover{
  color:#e25a28!important;
}



/* ---- HOME ---- */

#alfaccueil-home {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.title-site-name {
  display: none;
}

.logo-home {
  width: 280px;
  height: 280px;
}


.filet{
  
}
.go,
.go:visited {
  display: block;
  position: absolute;
  left: calc(50% - 23px);
  bottom: 50px;
  width: 46px;
  height: 46px;
  border: 2px solid #fff;
  text-align: center;
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  padding-top: 10px;
}

.go:hover {
  background: rgba(255, 255, 255, .6);
  color: #5f0e77;
}



#les-objectifs{
  margin-bottom:50px;
}


.p-lead {
  font-size: 20px;
  padding: 15px;
  flex-basis: 45%;
  text-align: left;
  line-height: 28px;
}

.p-lead i {
  color: #951b81;
}








.margin-top-5{
  margin-top:5px;
}
.for-btn{
  text-align: center;
}
/* ---- LES SERVICES PROPOSÉS---- */

#services {
  background-color: #E25A28;
  text-align: center;
  padding-top: 100px;
  padding-bottom: 100px;
}

#services h1 {
  color: #fff;
}


#services a {
  font-family: 'Comfortaa';
  font-size: 16px;
  color: rgba(255, 255, 255, .7);
  transition: 0.3s;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .5);
  border-radius: 50px;
  padding: 3px 8px;
}

#services a:hover,
#services a:focus {
  color: #fff;
  text-decoration: none;
  border: 1px solid #fff;
}

.service-wrapper {
  margin: 0 0 55px 0;
  padding: 15px;
  flex-basis: 50%;
 
}

.title-service {

  font-weight: 300;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0;
  padding: 25px 0 25px 0;
  color: #fff;
  border-top: 3px dotted rgba(255,255,255,.5);
}

.service-icon {
  margin: 0;
  padding: 0 0 20px 0;
  color: #dedede;
  font-size: 80px;
  text-align: center;
}
.service-icon-mini {
  margin: 0;
  padding: 0 0 20px 0;
  color: #dedede;
  font-size: 50px;
  text-align: center;
}

.logo-service, .logo-service-article, .logo-service-article-sizing{
 text-align: center;
}

.logo-service img{
  width: 80%;
  opacity: .75;
}

.logo-service-article img{
  max-width: 400px;
  opacity:1;
}

.logo-service-article-sizing img{
   max-width: 500px;
  opacity:1;
}





.voir-savoir {
  display: inline-block;
  font-family: 'Comfortaa';
  font-weight: bold;
  font-size: 16px;
  color: rgba(226, 90, 40, .7);
  transition: 0.3s;
  text-decoration: none;
  border: 2px solid rgba(226, 90, 40, .5);
  border-radius: 50px;
  padding: 6px 11px;
  margin-top: 20px;
}

.voir-savoir:hover,
.voir-savoir:focus {
  color: #e25a28;
  text-decoration: none;
  border: 2px solid #e25a28;
}

.voir-savoir-mini {
  display: inline-block;
  font-family: 'Comfortaa';
  font-weight: bold;
  font-size: 14px;
  color: rgba(226, 90, 40, .7);
  transition: 0.3s;
  text-decoration: none;
  border: 2px solid rgba(226, 90, 40, .5);
  border-radius: 50px;
  padding: 3px 8px;
  margin-top: 0px;
}


.avec{
  font-size: 16px;
  font-variant: small-caps;
  line-height: 20px;
  padding: 5px 0;
  border-bottom: 2px dotted #dedede;
  border-top:2px dotted #dedede;
  margin-top: 5px;
}

.subtitle{
  margin-bottom: 0;
  margin-top:0;
  padding-bottom: 0;
  padding-top:10px;
  border-top: 2px dotted #dedede;
}









/* ---- À PROPOS DE MOI ---- */

#about-me {
  padding-bottom: 50px;
}

.revelation {
  display: block;
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  font-style: italic;
  text-transform: none;
  font-size: 20px;
  color: rgb(112, 112, 112);
  padding-top: 5px;
}

.img-bio {
  flex-basis: 25%;
  margin: 0;
  padding: 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.bio {
  flex-basis: 75%;
}

.bio-portrait {
  width: 175px;
  height: 175px;
  align-self: center;
  border: 5px solid #dedede;
}

figcaption {
  font-family: 'Comfortaa';
  font-size: 13px;
  margin-top: 15px;
}

.img-rounded {
  border-radius: 50%;
  background-color: #dedede;
}

/* ---- TESTIMONIALS ---- */

#testimonials {
  min-height: 270px;
  background-color: rgb(222, 222, 222);
  display: flex;
  align-items: center;
  padding: 50px 20px;
}

#testimonials footer {
  background: transparent;
}

.the-testimonials {
  justify-content: center;
  align-items: center;
}

.testimonial {
  text-align: center;
  padding: 10px;
}

.testimonial p i {
  color: #fff;
  font-size: 28px;
}

.testimonial p {
  font-family: 'Comfortaa';
  font-size: 23px;
  color: #951b81;
  line-height: 32px;
  align-self: center;
}

#testimonials footer {
  padding-bottom: 0;
}

#testimonials footer .testimonial-prenom {
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  font-size: 17px;
  color: rgb(112, 112, 112);

}

.underline {
  width: 35%;
  border: 0;
  height: 2px;
  border-bottom: 2px dotted #951b81;
}



.slick-dots li button:before {
  opacity: 1;
  color: #fff;

}

.slick-dots li.slick-active button:before {
  opacity: 1;
  color: #951b81;
}

.slick-dots li {

  margin: 0;

  cursor: pointer;
}


/* ---- CONTACT ---- */

#contact {
  background-color: #fff;
  text-align: center;
  color: #e25a28;
  padding-bottom: 50px;
  
}

#contact a {
  color: #e25a28;
}

#contact p {
  font-family: 'Comfortaa';
  font-weight: 300;
  line-height: 14px;
}

.contact-tel {
  width: 300px;
  margin-left: auto;
  margin-right: auto;

 
}

#contact h1 {
  color: #e25a28;
}

.contact-icon {
  margin: 0;
  padding: 0 0 5px 0;
  color: rgba(226, 90, 40, .7);
  font-size: 80px;
}

.mobile-link {
  display: none;
}
.socials{
    margin-left: auto;
  margin-right: auto;
  width: 300px;
    margin-bottom: 20px;
  padding-bottom: 20px;
   border-bottom: 3px dotted #fff;
}
.socials a i{
  margin: 0 5px;
  color:rgba(255,255,255,.7)  ;
  transition: 0.3s;
}
.socials a:hover i{
   color:rgba(255,255,255,1)  ;
}

.siret {
  font-family: 'Comfortaa';
  font-weight: 300;
}

/* ---- FOOTER ---- */

footer {
  background-color: tranparent/*#94c43a*/;
  text-align: center;
  color: #fff;
  padding-bottom: 150px;
}

.credits {
  display: block;
  font-family: 'Comfortaa';
  font-weight: 300;
  color: rgba(255, 255, 255, .5);
  padding-top: 50px;
}

.credits a {
  color: rgba(255, 255, 255, .5);
  text-decoration:none;
}
.credits a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration:inherit;
}

.contact-in-form{
  font-family: 'Comfortaa';
  font-weight: 300;
  margin-top: 50px;
  border-top: 2px dotted #dedede;
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
 color: #951b81!important;
}

.contact-in-form p{
  margin:0 0 5px 0;
  
}

.img-container{
  border-top:2px dotted #e25a28;
  border-bottom:2px dotted #e25a28;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  background-color: #dedede;
}
.img-container img {
  max-width: 100%;
  height: auto;
}

/* ---- MODALES ---- */
.modale {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 8000;
  background: rgba(255, 255, 255, .99);
  overflow: scroll;
}

.close-modale {
  display: flex;
  font-size: 9px;
  flex-basis: 100%;
  justify-content: center;
  padding: 20px;
  color: #dedede;
  outline: none;
 background-color: rgba(255,255,255,.9);
 
     position: sticky;
position:-webkit-sticky;
z-index: 8001;
  top:0px;   
  }

.the-shadow{
   box-shadow:0 5px 10px rgba(0,0,0,0.1);
}


.close-modale:hover i {

  transform: rotate(-45deg);
}

.close-modale i {
  display: block;
  align-self: center;
  transform: rotate(0deg);
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
}

.title-service-article {
  font-size: 36px;
  color: #e25a28;
  padding-bottom: 10px;
  margin-bottom: 25px;
}

.service-icon-article {
  color: #e25a28;
  font-size: 60px;
  text-align: center;
  padding: 0 0 10px 0;
  margin: 0;
}

.service-wrapper-detail {
  display: flex;
  margin: 0;
  flex-basis: 100%;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 8px 50px 8px;
}

.article-header {
  position: relative;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
  border-bottom: 3px dotted #dedede;
  box-shadow: none;
}

.main-content {
  flex-basis: 50%;

}
.main-content-a-la-carte, .main-content-du {
  flex-basis: 80%;
  margin-bottom: 50px;

}

.main-content h2{
  font-size: 21px;
  margin: 10px 0;
  color: #e25a28;
}


.title-question{
   font-size: 21px;
  margin: 20px 0 -18px 0!important;
  color: #e25a28;
}

.exemples{
  border-top: 1px solid #dedede;
  padding-top: 10px;
  margin-top: 0;
  margin-bottom: 30px;
  font-size:16px;
  line-height: 20px;
  
}

.center{
  text-align: center;
}

.main-content-a-la-carte h2, .main-content-du h2 {
  font-size: 21px;
  margin: 10px 0;
  color: #e25a28;
  text-align: center;
}



.lateral-content {
  display: flex;
  flex-basis: 30%;
  flex-direction: column;
  padding-left: 10px;
}


.encart {
  background-color: #dedede;
  border-radius: 8px;
  padding: 8px 10px;
  margin: 20px 0;
}

.encart-title {
  margin: 5px 0;
  color: #951b81;
}

.txt-encart {
  font-size: 15px;
  line-height: 20px;
  margin-top: 10px;
}


.top-quote footer {
  padding-bottom: 0;
  background-color: transparent;
}

.top-quote .testimonial p {
  font-family: 'Comfortaa';
  font-size: 18px;
  color: #2fac66;
  line-height: 32px;
  align-self: center;
  margin-bottom: 0px;
}

.top-quote footer .testimonial-prenom {
  font-family: 'Nunito', sans-serif;
  font-weight: bold;
  font-size: 16px;
  color: rgb(112, 112, 112);
  margin: 0;
  padding: 0;

}
.txt-orange{
  color:#e25a28;
}


#pre-footer{
  background-color:transparent;
  padding:20px;
}




.underline-green {
  width: 35%;
  border: 0;
  height: 2px;
  border-bottom: 2px dotted #2fac66;
}

.modalites {
  font-size: 16px;
  line-height: 20px;
  border-bottom: 2px dotted #dedede;
  margin-left: 30px;
}

.modalites ul {
  margin: 0;
  padding: 0;
  padding-left: 30px;
  list-style-type: none;
}

.modalites ul li {
  margin: 10px 0;
}

.modalites ul li i {
  font-size: 19px;
  color: #951b81;
}

.modalites h4 {
  text-align: center;
}

.modalite-btn {
  width: 20%;
  text-align: center;
  background-color: none;
  border: 2px solid #951b81;
  border-radius: 20px;
  padding: 2px 5px;
  margin: 0;
}

.encart-title-tarif {
  font-size: 20px;
  line-height: 20px;
  padding: 8px 5px;
  border-radius: 22px;
  border: 2px solid;
  background-color: #fff;
  color: #951b81;
  line-height: 25px;
}

.encart-tarif {
  background-color: #951b81;
  border-radius: 8px;
  padding: 0 10px 10px 10px;
  margin: 0 0 0 30px;
  color: #fff;
}

.encart-tarif p {
  margin: 0 auto 10px auto;
  padding: 0;
  font-size: 16px;
}

.underline-white {
  width: 100%;
  border: 0;
  height: 2px;
  border-bottom: 2px dotted rgba(255, 255, 255, .5);
}

.title-paiement {
  margin: 20px 0 0 0;
}

.infos-paiement-seances {
  font-size: 15px;
  width: 80%;
  padding: 10px 0 0 0;
  margin: 0 auto;
}

.infos-paiement-seances li {
  padding-bottom: 10px;
  line-height: 20px;
}

#les-modalites-ent{
  display: none;
}


/* ---- CONTACT FORM ---- */

.modale-contact {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0px;
  z-index: 8010;
  background: rgba(255, 255, 255, .99);
  overflow: auto;
}

.contact-wrapper-form {
  display: flex;
  margin: 0;
  flex-basis: 80%;
  flex-wrap: wrap;
  justify-content:center;
  padding-bottom: 50px;
}

.title-contact-section {
    font-size: 36px;
    color: #951b81;
    padding-bottom: 10px;
    margin-bottom: 75px;
  border-bottom: 1px solid #dedede;
}

#contact-form{
  display: flex;

  justify-content: center;
  flex-direction: column;
  
}

.controls{
  display: flex;
  flex-basis:100%;
  flex-wrap: wrap;
  justify-content: center;
}

.display-input{
  flex-basis: 40%;
  justify-content: space-between;
  margin: 10px;
}
.display-input-text{
  flex-basis: 82%;
  justify-content: center;
  margin: 10px;
}
.display-input-captcha{
  display: flex;
  flex-basis: 82%;
  justify-content:space-between;
  margin-left: 0;
  margin-top: 20px;
}

.display-input-btn{
  flex-basis: 85%;
  justify-content: flex-start;
  margin: 10px;
}

input{
  margin:0;
}

::-webkit-input-placeholder { /* Chrome */
  color: rgba(0,0,0,.35);
}
:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0,0,0,.35);
}
::-moz-placeholder { /* Firefox 19+ */
  color: rgba(0,0,0,.35);
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: rgba(0,0,0,.35);
}


label {
    display: inline-block;
    margin-bottom: .5rem;
  margin:0;
  color: #951b81;
  font-family: 'Comfortaa';
    font-weight: 300;
}
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
  margin: 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #dedede;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}



.btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #951b81;
    border-color: #951b81;
}
.btn-success:hover {
    color: #fff;
    background-color: #951b81;
    border-color: #951b81;
}
.btn.disabled, .btn:disabled {
    opacity: .65;
}
.btn:focus, .btn:hover {
    text-decoration: none;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.btn-success {
    color: #fff;
    background-color: #951b81;
    border-color: #951b81;
}
.btn {
  
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.g-recaptcha{
flex-basis: 33%;
}
.submit-and-mandatory{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-basis: 50%;
}
.for-recaptcha{
  display: flex;
  flex-direction: column;
  flex-basis: 50%;
}


.infos-mandatory{
  margin: 0;
  font-family: 'Comfortaa';
    font-size: 13px;
}

.list-unstyled {
  list-style: none;
  padding-left: 0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.help-block.with-errors {
    color: #2fac66;
}
.d-none{
  display: none;
}

.messages{
  text-align: center;
}

.alert-success {
  font-family: 'Comfortaa';
    font-size: 18px;
   color: #951b81;
  margin-bottom: 20px;
}
   
.logos-part {
  display: flex;
  flex-basis: 100%;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
} 
.logo-part {
  display: block;
  margin: 0 5px;
  width:250px;
}
/* -
/* ---- MEDIA QUERIES ---- */

@media screen and (max-width: 480px) {
  .logo-home {
    width: 230px;
    height: 230px;
}
  

  
  .desktop-only{
    display: none;
  }
  .mobile-only{
    display: block;
    padding-bottom: 50px;
  }
 
  p {
    padding-left: 8px;
    padding-right: 8px;
  }
 
  
  #header-big{
    display: block;
  }
 
  .objectifs-asso{
    font-size: 40px;
    margin:15px;
  }
  
  .infos-tmp, .footer-info{
    font-size: 20px;
  }
  .big-filet-violet, .big-filet-green{
     width:300px;
  }
  
  .logo-home {
  width: 200px;
  height: 200px;
}

}



@media screen and (max-width: 768px) {
  .container,
  .the-testimonials {
    width: 540px;
    max-width: 100%;
  }
#header-big{
    display: block;
  }
  .service-wrapper {
  padding: 0;
 
}
  
   .objectifs-asso{
    font-size: 40px;
    margin:15px;
  }
  
  .infos-tmp, .footer-info{
    font-size: 20px;
  }
  .big-filet-violet, .big-filet-green{
     width:300px;
  }
   .logo-home {
  width: 225px;
  height: 225px;
}
  
}


@media screen and (min-width: 768px) {
  .container,
  .the-testimonials {
    width: 720px;
    max-width: 100%;
  }
#header-big{
    display: block;
  }
  #header-mobile {
  display:block;
  }
}

@media screen and (min-width: 992px) and (max-width: 1120px) {
  .logo-menu-top{
    display: none;
  }
}


@media screen and (min-width: 992px) {
  .container,
  .the-testimonials {
    width: 960px;
    max-width: 100%;
  }
#header-big{
    display: block;
  }
  #header-mobile {
  display:none;
  }
}

@media screen and (min-width: 1200px) {
  .container,
  .the-testimonials {
    width: 1140px;
    max-width: 100%;
  }

}

