@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
@import url(../base/_font.scss);
@import url(../base/_header.scss);
@import url(../base/_footer.scss);
@import url(../base/_font.scss);
@import url(../base/_header.scss);
@import url(../base/_footer.scss);
@import url(../base/_font.scss);
@import url(../base/_header.scss);
@import url(../base/_footer.scss);
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a, span {
  text-decoration: none;
  color: black;
}

button, input[type=button], input[type=reset], input[type=submit] {
  cursor: pointer;
  -webkit-appearance: button;
}

strong {
  font-weight: bold;
}

header {
  position: fixed;
  padding: 10px;
  z-index: 10;
  background: #fff;
  top: 0;
  width: 100%;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}
header .haut {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  max-width: 1200px;
  margin: auto;
}
header .haut .logo {
  flex: 1;
  text-align: center;
}
header .haut .menu {
  flex: 4;
}
header .haut .menu nav a#pull {
  position: absolute;
  text-align: right;
  font-size: 2em;
  padding-right: 35px;
}
header .haut .menu nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
header .haut .menu nav ul li {
  font-size: 2em;
}
header .haut .menu nav ul li span:hover {
  color: #21247b;
}
@media screen and (max-width: 480px) {
  header .haut .menu nav a#pull {
    position: static;
  }
}
@media screen and (max-width: 768px) {
  header .haut .menu nav > ul {
    display: none;
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    text-align: center;
    padding: 10px;
    font-size: 0.8em;
    top: 63px;
  }
  header .haut .menu nav > ul > li {
    width: 100%;
    float: left;
    position: relative;
    height: auto;
  }
  header .haut .logo {
    flex: 0;
  }
  header .haut .logo a img {
    max-width: 55px;
  }
  header .haut nav a#pull:after {
    display: inline-block;
    position: fixed;
    content: "≡";
    right: 1em;
    top: 10px;
    font-family: "FontAwesome";
    font-size: 1.5em;
  }
  header .haut .menu nav.is-active > ul {
    display: block;
  }
  header nav > ul > li > a:after {
    position: absolute;
    right: 1.25em;
    top: 0;
    content: "›";
    font-family: "FontAwesome";
  }
}

footer {
  text-align: center;
  margin-top: 40px;
}
footer .logo-foot {
  margin-bottom: 20px;
  display: flex;
  width: 100%;
  justify-content: center;
}
footer .logo-foot img {
  height: auto;
  vertical-align: middle;
}
footer .socials nav ul {
  padding-left: 0;
}
footer .socials nav ul li {
  display: inline-block;
  padding: 0 10px;
}
footer .menu-pro {
  font-size: 1.8em;
  margin: 20px 0;
}
footer .menu-pro nav ul {
  padding-left: 0;
}
footer .menu-pro nav ul li a {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
footer .menu-pro nav ul span:hover {
  color: #90278f;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "Poppins", sans-serif;
  line-height: 1.5;
}
body strong {
  font-weight: bold;
}
body h1 {
  font-size: 6em;
  font-weight: 500;
  color: #fff;
}
body h3 {
  font-size: 4em;
  font-weight: 300;
  color: #fff;
  line-height: 1.5;
}

.lienssite {
    color: #21247b;
  text-decoration: underline;
}

body h2 {
  font-weight: 500;
  font-size: 2.4em;
}
body main {
  padding-top: 100px;
  display: block;
}
body main .diapo {
  position: relative;
  height: 630px;
  width: 100%;
}
body main .diapo img {
  max-width: 100%;
}
body main .diapo .contenu_extrait {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}
body main .diapo .contenu_extrait h1 {
  margin-bottom: 20px;
}
body main .diapo .down {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
}
body main .diapo .down a {
  text-decoration: none;
  color: #fff;
  font-size: 8em;
  transition: 0.3s;
}
body main .diapo .down a::before {
  content: "\f107";
  font-family: "FontAwesome";
}
body main .apropos {
  padding-top: 100px;
  padding-bottom: 200px;
  position: relative;
}
body main .apropos :after {
  content: url("https://www.alliance-coaching.fr/templates/2018/images/back-1.png");
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
body main .apropos .contain {
  display: flex;
  align-items: start;
  justify-content: space-around;
  max-width: 1200px;
  margin: auto;
}
body main .apropos .contain nav {
  width: 400px;
  padding: 30px;
  padding-bottom: 50px;
  font-size: 1.4em;
  background-color: #fff;
  box-shadow: 0px 19px 42.78px 3.22px rgba(0, 0, 0, 0.1);
}
body main .apropos .contain nav .titre-menu {
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 20px;
}
body main .apropos .contain .gauche .titre {
  margin-bottom: 20px;
}
body main .mesinterventions .titre {
  text-align: center;
  margin-bottom: 50px;
}
body main .mesinterventions .contain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  max-width: 1100px;
  margin: auto;
}
body main .mesinterventions .contain nav {
  width: 400px;
  padding: 30px;
  padding-bottom: 50px;
  font-size: 1.4em;
  background-color: #fff;
  box-shadow: 0px 19px 42.78px 3.22px rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}
body main .mesinterventions .contain nav .titre-menu {
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 20px;
  border: 5px solid #21247b;
  border-radius: 50px;
  padding: 5px 12px;
  display: inline-block;
}
body main .mesinterventions .contain nav .description-menu {
  text-align: left;
}
body main .mesinterventions .contain nav :nth-child(4):after {
  content: url("https://www.alliance-coaching.fr/templates/2018/images/rond-2.png");
  display: block;
  position: absolute;
  bottom: -300px;
  right: -60px;
  z-index: -1;
}
body main .modalites {
  margin-top: 150px;
}
body main .modalites .titre {
  text-align: center;
  margin-bottom: 20px;
}
body main .modalites .contain {
  display: flex;
  flex-wrap: wrap;
}
body main .modalites .contain .gauche {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding-right: 30px;
}
body main .modalites .contain .gauche nav {
  padding: 100px 30px;
  font-size: 1.4em;
  background-color: #fff;
  box-shadow: 0px 19px 42.78px 3.22px rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}
body main .modalites .contain .gauche nav .titre-menu {
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 30px;
}
body main .modalites .contain .gauche nav .description-menu {
  text-align: left;
  max-width: 500px;
  margin: auto;
}
body main .modalites .contain .droite {
  flex: 1;
  display: flex;
  flex-direction: column;
  margin-top: 200px;
  padding-left: 30px;
}
body main .modalites .contain .droite nav {
  padding: 100px 30px;
  font-size: 1.4em;
  background-color: #fff;
  box-shadow: 0px 19px 42.78px 3.22px rgba(0, 0, 0, 0.1);
  margin-bottom: 100px;
  text-align: center;
  position: relative;
}
body main .modalites .contain .droite nav .titre-menu {
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
  margin-bottom: 30px;
}
body main .modalites .contain .droite nav .description-menu {
  text-align: left;
  max-width: 500px;
  margin: auto;
}
body main .modalites .contain .droite nav .description-menu a {
  color: #21247b;
  font-weight: bold;
  text-decoration: none;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
body main .bouton_contact {
  width: 250px;
  margin: auto;
  text-align: center;
  margin-bottom: 100px !important;
  background-image: linear-gradient(90deg, #90278f 0, #21247b 50%, #90278f);
  background-position: 0;
  background-size: 200% 200%;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  font-size: 1.8em;
  padding: 10px;
  border-radius: 50px;
}
body main .bouton_contact a {
  text-decoration: none;
  color: #fff;
}
body main .bouton_contact:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
@media screen and (max-width: 768px) {
  body main {
    padding-top: 66px;
  }
  body main .container .diapo .down {
    display: none;
  }
  body main .diapo {
    position: relative;
    height: 100%;
  }
  body main.mesinterventions .contain nav {
    padding: 30px 0px 30px 0px;
  }
  body main .mesinterventions .contain nav {
    padding: 30px 0px 30px 0px;
  }
  body main .apropos .contain nav {
    padding: 30px 0px 30px 0px;
  }
  body .description-menu {
    padding: 30px;
  }
}
@media screen and (max-width: 1050px) {
  body main.container .apropos .contain {
    flex-direction: column;
    padding: 0 10px;
  }
  body main.container .apropos .contain .gauche {
    margin: auto;
  }
  body main.container .diapo h3 {
    display: none;
  }
  body main.container .mesinterventions .contain {
    flex-direction: column;
    padding: 0 10px;
  }
  body main.container .mesinterventions .contain nav {
    width: 100%;
    margin-bottom: 20px;
  }
  body main .diapo .down a::before {
    display: none;
  }
  body main.container .modalites .contain {
    flex-direction: column;
    padding: 0 10px !important;
  }
  body main.container .modalites .contain .gauche {
    flex-direction: column;
    padding: 0 10px !important;
  }
  body main.container .modalites .contain .gauche nav {
    padding: 100px 30px;
    font-size: 1.4em;
    background-color: #fff;
    box-shadow: 0px 19px 42.78px 3.22px rgba(0, 0, 0, 0.1);
    margin-bottom: 100px;
    text-align: center;
    position: relative;
  }
  body main.container .modalites .contain .droite {
    flex-direction: column;
    padding: 0 10px !important;
    margin-top: 0;
  }
  body main.container .modalites .contain .droite nav {
    padding: 100px 30px;
    font-size: 1.4em;
    background-color: #fff;
    box-shadow: 0px 19px 42.78px 3.22px rgba(0, 0, 0, 0.1);
    margin-bottom: 100px;
    text-align: center;
    position: relative;
  }
  body main.container .mesinterventions .contain nav :nth-child(4):after {
    display: none;
  }
  body main.container .apropos .contain nav {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1070px) {
  body main.container .diapo h1 {
    font-size: 3em;
  }
}
@media screen and (max-width: 1350px) {
  body main.container .apropos :after {
    display: none;
  }
}

.formulaire_container {
  max-width: 950px;
  margin-top: 25px !important;
  margin: auto;
  padding: 0 10px;
}
.formulaire_container h1 {
  font-size: 2.6em;
  font-weight: normal;
  line-height: 2.5em;
}
.formulaire_container .forms_ligne {
  margin-bottom: 20px;
  text-align: left;
}
.formulaire_container .forms_ligne span {
  font-size: 12px;
}
.formulaire_container .forms_ligne em {
  font-style: italic;
}
.formulaire_container form .checkbox_case {
  padding: 0;
  margin-bottom: 20px;
  margin-left: 0;
  position: relative;
  display: inline-block;
  float: left;
  width: 100%;
}
.formulaire_container form .checkbox_case label {
  font-size: 1.4rem;
}
.formulaire_container form #contain {
  padding-bottom: 5px;
}
.formulaire_container form fieldset {
  padding: 0;
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
}
.formulaire_container form fieldset .textarea {
  margin-left: 0;
  font-size: 1.4rem;
  position: relative;
  width: 69%;
  display: inline-block;
}
.formulaire_container form fieldset .textarea textarea {
  border: 1px solid #21247b;
  padding: 10px;
  background-clip: padding-box;
  font-size: 1.4rem;
  outline: none;
  width: 100%;
  height: 100px;
}
.formulaire_container form fieldset .textarea .form-textarea {
  height: 20px;
}
.formulaire_container form fieldset select {
  width: 69%;
  border: 1px solid #21247b;
  padding: 10px;
  background-clip: padding-box;
  background: #fff;
  outline: none;
}
.formulaire_container form fieldset label {
  float: none;
  padding-right: 0;
  text-align: left;
  margin-left: 0;
  font-size: 1.4rem;
  font-weight: bold;
  padding-bottom: 4px;
  width: 30%;
  vertical-align: top;
}
.formulaire_container form .form_submit_div {
  text-align: left;
}
.formulaire_container form .form_submit_div input {
  border-radius: 0;
  font-size: 1.4rem;
  margin-left: 0;
  background-image: linear-gradient(90deg, #90278f 0, #21247b 50%, #90278f);
  background-position: 0;
  background-size: 200% 200%;
  -webkit-transition: 0.3s;
  -khtml-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  padding: 10px;
  border-radius: 50px !important;
  color: #fff;
  margin-top: 5px;
  border: 0 !important;
}
.formulaire_container form .form_submit_div input:hover {
  background-position: 100% 0;
  moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

@media screen and (max-width: 768px) {
  #contain {
    max-width: 768px;
  }
  #contain fieldset {
    width: 90%;
    flex-direction: column;
  }

  .formulaire_container form fieldset .textarea textarea {
    width: 94%;
  }
}
body main.container {
  padding-top: 100px;
  display: block;
}
body main.container #content #rubrique {
  max-width: 950px;
  margin: auto;
  margin-top: 50px !important;
  padding: 0 10px;
}
body main.container #content #rubrique h1 {
  font-size: 2.6em;
  font-weight: normal;
  line-height: 2.5em;
  color: black;
  margin: 0em 0 0 0;
}
body main.container #content .page-pave {
  font-size: 1.4em;
}
body main.container #content .page-pave h2 {
  color: #21247b;
  font-size: 1.6em;
}

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