@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* placeholder: proportions vidéo youtube responsive */
/* placeholder : width de 100vw */
/* changer delay selon position dans la liste*/
/* changer width selon position dans la liste */
/* center vertically */
.page-1055 .block#block-en-tete img {
  margin-left: -100px;
}

.page-1058 .block#block-en-tete img {
  margin-left: -430px;
}

.page-1033 .block#block-en-tete .textes-en-tete h1 {
  padding-top: 18px;
}
.page-1033 .block#block-en-tete img {
  margin-left: -485px;
}

.page-1061 .block#block-en-tete img {
  margin-left: -230px;
}

#block-criteres {
  padding: 40px 0;
  background-color: #5e1a38;
  color: white;
}
#block-criteres .left {
  width: 100%;
}
#block-criteres .left h2 {
  font-size: 2.5em;
  font-weight: 700;
}
#block-criteres .left p {
  margin-right: 50px;
}
#block-criteres .left p a {
  color: inherit;
}
#block-criteres .left p.note {
  font-size: 85%;
  font-style: italic;
}
#block-criteres .left p.note a {
  color: inherit;
}
#block-criteres .left .note p {
  font-size: 85%;
  font-style: italic;
}
#block-criteres .left .note p a {
  color: inherit;
}
#block-criteres .right {
  width: 100%;
  margin: 40px 0 0 0;
}
#block-criteres .right > ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
#block-criteres .right > ul > li {
  padding: 20px 90px 20px 20px;
  border: solid 1px #efe8eb;
  background-image: url(../devenir-adma-images/btn-plus.svg);
  background-size: 40px;
  background-position: right 20px top 15px;
  background-repeat: no-repeat;
  cursor: pointer;
}
#block-criteres .right > ul > li:hover {
  background-image: url(../devenir-adma-images/btn-plus-over.svg);
}
#block-criteres .right > ul > li .body {
  display: none;
}
#block-criteres .right > ul > li .body table {
  width: 100%;
  font-size: 0.888em;
  line-height: 110%;
}
#block-criteres .right > ul > li .body table td {
  font-weight: 100;
  padding: 5px 5px 5px 0;
  vertical-align: top;
}
#block-criteres .right > ul > li .body table th {
  font-weight: 500;
  padding: 5px 5px 5px 0;
}
#block-criteres .right > ul > li .body table th:last-child {
  width: 30%;
}
#block-criteres .right > ul > li.open {
  background-image: url(../devenir-adma-images/btn-moins.svg);
}
#block-criteres .right > ul > li.open .body {
  display: block;
}
#block-criteres .right .texte-supp {
  padding-left: 20px;
  margin-top: 50px;
}
#block-criteres .right .texte-supp a {
  color: inherit;
}

#block-etapes {
  padding: 40px 0;
}
#block-etapes .wrapper {
  width: calc(100% - 40px);
  padding: 0 20px;
}
#block-etapes .wrapper h2 {
  font-size: 2.5em;
  font-weight: 700;
  margin: 0 0 30px 0;
}
#block-etapes .wrapper > ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style: none;
}
#block-etapes .wrapper > ul > li {
  margin-bottom: 30px;
}
#block-etapes .wrapper > ul > li:nth-child(1), #block-etapes .wrapper > ul > li:nth-child(4) {
  border-bottom: solid 1px #B2B2B2;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
#block-etapes .wrapper > ul > li .num {
  min-width: 50px;
  margin-right: 20px;
  display: block;
  width: 50px;
  height: 50px;
  background-color: #870300;
  color: white;
  text-align: center;
  border-radius: 100%;
  line-height: 50px;
  font-size: 1.38em;
}
#block-etapes .wrapper > ul > li .content {
  display: inline-block;
}
#block-etapes .wrapper > ul > li .body {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
}
#block-etapes .wrapper > ul > li .body h3 {
  margin: 0;
}
#block-etapes .wrapper > ul > li ul.documents-obligatoires {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  width: 100%;
}
#block-etapes .wrapper > ul > li ul.documents-obligatoires li {
  cursor: pointer;
  background-color: #efe8eb;
  padding: 20px 90px 20px 20px;
  border-bottom: solid 1px white;
  background-image: url(../devenir-adma-images/btn-plus-etape.svg);
  background-size: 40px;
  background-position: right 20px top 15px;
  background-repeat: no-repeat;
}
#block-etapes .wrapper > ul > li ul.documents-obligatoires li .detail {
  display: none;
}
#block-etapes .wrapper > ul > li ul.documents-obligatoires li:hover {
  background-image: url(../devenir-adma-images/btn-plus-etape-over.svg);
}
#block-etapes .wrapper > ul > li ul.documents-obligatoires li.open {
  background-image: url(../devenir-adma-images/btn-moins-etapes.svg);
}
#block-etapes .wrapper > ul > li ul.documents-obligatoires li.open .detail {
  display: block;
}
#block-etapes .wrapper > ul > li ul.frais {
  width: calc(100% - 70px);
  padding: 0;
  margin: 20px 0 0 70px;
  list-style: none;
}
#block-etapes .wrapper > ul > li ul.frais .montant {
  font-size: 1.875em;
  font-weight: 700;
  line-height: 100%;
  margin-bottom: 10px;
}
#block-etapes .wrapper > ul > li ul.frais .legende {
  font-size: 0.833em;
}
#block-etapes .wrapper > ul > li ul.frais .legende a {
  color: black;
}
#block-etapes .wrapper .btn {
  margin: 0 auto;
  width: 200px;
  display: block;
}

#block-nouveaux-arrivants .wrapper,
#block-test-francais .wrapper {
  overflow: hidden;
  width: 100%;
}
#block-nouveaux-arrivants .wrapper .left,
#block-test-francais .wrapper .left {
  width: 100%;
  padding-left: 0px;
}
#block-nouveaux-arrivants .wrapper .right,
#block-test-francais .wrapper .right {
  width: calc(100% - 40px);
  padding: 40px 20px 0;
}
#block-nouveaux-arrivants .avantages,
#block-test-francais .avantages {
  position: relative;
}
#block-nouveaux-arrivants .criteres,
#block-test-francais .criteres {
  margin-top: 40px;
}
#block-nouveaux-arrivants .criteres > ul,
#block-test-francais .criteres > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#block-nouveaux-arrivants .criteres > ul > li,
#block-test-francais .criteres > ul > li {
  background-color: #ffeded;
  padding: 20px 90px 20px 20px;
  border: solid 1px #B2B2B2;
}
#block-test-francais .criteres {
  position: static;
  margin-top: 0;
  margin-bottom: 40px;
}
#block-test-francais .avantages {
  padding-bottom: 40px;
}
#block-test-francais .avantages a {
  color: inherit;
}

#block-nouveaux-arrivants {
  background-color: #fff6f6;
  padding-bottom: 40px;
}
#block-nouveaux-arrivants .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: white;
  background-size: cover;
  background-position: top center;
  height: 440px;
  overflow: hidden;
}
#block-nouveaux-arrivants .left h2 {
  line-height: 100%;
  font-size: 2.5em;
  margin: 120px 20px 25px 20px;
}
#block-nouveaux-arrivants .right {
  position: relative;
}
#block-nouveaux-arrivants .right h3 {
  line-height: 100%;
  font-size: 2.5em;
  margin: 0 0px 25px 0px;
}

.page-1058 #block-nouveaux-arrivants div.criteres ul li:nth-child(2),
.page-1033 #block-nouveaux-arrivants div.criteres ul li:nth-child(2),
.page-1061 #block-nouveaux-arrivants div.criteres ul li:nth-child(2) {
  border-color: #870300;
  margin-top: 30px;
}
.page-1058 #block-nouveaux-arrivants div.criteres ul li:nth-child(2) a,
.page-1033 #block-nouveaux-arrivants div.criteres ul li:nth-child(2) a,
.page-1061 #block-nouveaux-arrivants div.criteres ul li:nth-child(2) a {
  color: #870300;
  font-weight: bold;
}

.page-1061 #block-nouveaux-arrivants .left {
  background-image: url(../devenir-adma-images/nouveaux-arrivants@2x-3.jpg);
}

#block-test-francais {
  background-color: #fff6f6;
}
#block-test-francais .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column-reverse;
  -moz-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}
#block-test-francais .wrapper .left {
  width: calc(100% - 40px);
  padding: 40px 20px 0;
  position: relative;
  height: auto;
}
#block-test-francais .wrapper .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  color: white;
  background-image: url(../devenir-adma-images/connaissances-francais@2x.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  height: 440px;
}
#block-test-francais .wrapper .right h2 {
  line-height: 100%;
}

#block-cta {
  padding: 50px 0 0;
  background-color: white;
}
#block-cta .wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  justify-content: space-around;
}
#block-cta .wrapper a {
  width: 200px;
}

#block-faq {
  padding: 70px 0;
  background-color: white;
}
#block-faq .left,
#block-faq .right {
  width: 100%;
}
#block-faq .left {
  padding-left: 0px;
}
#block-faq .left h2 {
  font-size: 1.8em;
}
#block-faq .right {
  padding-right: 0px;
}
#block-faq .right ul {
  list-style: none;
  padding: 0;
  margin: 0;
  width: 100%;
}
#block-faq .right ul li {
  cursor: pointer;
  background-color: #efe8eb;
  padding: 20px 90px 20px 20px;
  border-bottom: solid 1px white;
  background-image: url(../devenir-adma-images/btn-plus-etape.svg);
  background-position: right 20px top 20px;
  background-repeat: no-repeat;
  background-size: 40px;
  font-weight: 700;
  min-height: 50px;
}
#block-faq .right ul li .reponse {
  display: none;
  font-weight: 100;
}
#block-faq .right ul li:hover {
  background-image: url(../devenir-adma-images/btn-plus-etape-over.svg);
}
#block-faq .right ul li.open {
  background-image: url(../devenir-adma-images/btn-moins-etapes.svg);
}
#block-faq .right ul li.open .reponse {
  display: block;
}

#block-autres-profils {
  overflow: hidden;
  background-color: #5e1a38;
}
#block-autres-profils .wrapper {
  width: 100%;
}
#block-autres-profils .wrapper .left {
  width: calc(100% - 40px);
  color: white;
  font-size: 1.8em;
  line-height: 110%;
  font-weight: 700;
  padding: 0 20px;
}
#block-autres-profils .wrapper .left .content {
  margin-top: 40px;
}
#block-autres-profils .wrapper .right {
  width: 100%;
}
#block-autres-profils .wrapper .right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
#block-autres-profils .wrapper .right ul li {
  cursor: pointer;
  -webkit-transition: all 0.25s linear;
  -moz-transition: all 0.25s linear;
  -ms-transition: all 0.25s linear;
  -o-transition: all 0.25s linear;
  transition: all 0.25s linear;
  background-color: #870300;
  color: white;
  height: 100px;
  padding-left: 100px;
  padding-right: 30px;
  background-image: url(../devenir-adma-images/fl-right-avantage.svg);
  background-position: left 35px center;
  background-repeat: no-repeat;
  background-size: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  border-bottom: solid 1px #58585A;
}
#block-autres-profils .wrapper .right ul li a {
  display: block;
  color: white;
  text-decoration: none;
  font-size: 1.2em;
}
#block-autres-profils .wrapper .right ul li:hover {
  background-color: #333333;
}

@media only screen and (min-width: 768px) {
  .page-1058 .block#block-en-tete img {
    margin-left: -230px;
  }
  .page-1033 .block#block-en-tete .textes-en-tete h1 {
    padding-top: 100px;
  }
  .page-1033 .block#block-en-tete img {
    margin-left: -285px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-1055 .block#block-en-tete img,
  .page-1058 .block#block-en-tete img,
  .page-1033 .block#block-en-tete img,
  .page-1061 .block#block-en-tete img {
    margin-left: 0px;
  }
  .page-1033 .block#block-en-tete .textes-en-tete h1 {
    padding-top: 100px;
  }
  #block-criteres {
    padding: 50px 0;
  }
  #block-criteres .left,
  #block-criteres .right {
    float: left;
  }
  #block-criteres .left {
    width: calc(50% - 50px);
    padding-left: 50px;
  }
  #block-criteres .left h2 {
    font-size: 3.2em;
  }
  #block-criteres .right {
    width: calc(50% - 50px);
    padding-right: 50px;
    margin: 0px 0 0 0;
  }
  #block-criteres .right > ul > li {
    background-size: 50px;
    background-position: right 20px top 10px;
  }
  #block-etapes {
    padding: 50px 0;
  }
  #block-etapes .wrapper {
    width: calc(100% - 100px);
    padding: 0 50px;
  }
  #block-etapes .wrapper h2 {
    font-size: 3.2em;
    margin: 0 0 50px 0;
  }
  #block-etapes .wrapper > ul > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
  #block-etapes .wrapper > ul > li:nth-child(1), #block-etapes .wrapper > ul > li:nth-child(4) {
    padding-bottom: 50px;
    margin-bottom: 50px;
  }
  #block-etapes .wrapper > ul > li .body {
    width: 45%;
  }
  #block-etapes .wrapper > ul > li ul.documents-obligatoires {
    margin: 0 0 0 50px;
    width: calc(55% - 50px);
  }
  #block-etapes .wrapper > ul > li ul.documents-obligatoires li {
    background-position: right 20px top 10px;
    background-size: 50px;
  }
  #block-etapes .wrapper > ul > li ul.frais {
    margin: 0 0 0 50px;
    width: calc(55% - 50px);
  }
  #block-etapes .wrapper > ul > li ul.frais .montant {
    font-size: 2.22em;
  }
  #block-etapes .wrapper .btn {
    float: right;
    margin: -8em 105px 0 0;
    width: 250px;
  }
  #block-nouveaux-arrivants .wrapper .left,
  #block-nouveaux-arrivants .wrapper .right,
  #block-test-francais .wrapper .left,
  #block-test-francais .wrapper .right {
    float: left;
  }
  #block-nouveaux-arrivants .wrapper .left,
  #block-test-francais .wrapper .left {
    width: calc(50% - 50px);
    padding-left: 50px;
    height: 600px;
  }
  #block-nouveaux-arrivants .wrapper .right,
  #block-test-francais .wrapper .right {
    width: calc(50% - 100px);
    padding: 50px 50px 0;
  }
  #block-nouveaux-arrivants .criteres > ul > li,
  #block-test-francais .criteres > ul > li {
    margin-bottom: -1px;
  }
  #block-test-francais .criteres {
    margin-bottom: 50px;
  }
  #block-test-francais .avantages {
    padding-bottom: 50px;
  }
  #block-nouveaux-arrivants {
    padding-bottom: 0px;
  }
  #block-nouveaux-arrivants .left {
    height: 600px;
  }
  #block-nouveaux-arrivants .left h2 {
    font-size: 3.2em;
    margin: 170px 50px 45px 0;
  }
  #block-nouveaux-arrivants .right {
    height: 550px;
  }
  #block-nouveaux-arrivants .right h3 {
    font-size: 3.2em;
    margin: 0 50px 45px 0;
  }
  #block-test-francais .wrapper {
    display: block;
  }
  #block-test-francais .wrapper .left {
    width: calc(50% - 100px);
    padding: 50px 50px 0;
    height: 740px;
  }
  #block-test-francais .wrapper .right {
    height: 740px;
  }
  #block-cta .wrapper a {
    width: 300px;
  }
  #block-faq {
    padding: 50px 0;
  }
  #block-faq .left,
  #block-faq .right {
    width: calc(50% - 50px);
    float: left;
  }
  #block-faq .left {
    padding-left: 50px;
  }
  #block-faq .left h2 {
    font-size: 3.2em;
  }
  #block-faq .right {
    padding-right: 50px;
  }
  #block-faq .right ul li {
    background-size: 50px;
  }
  #block-autres-profils .wrapper .left {
    float: left;
    width: calc(50% - 100px);
    padding: 0 50px;
    font-size: 1.8em;
  }
  #block-autres-profils .wrapper .left .content {
    margin-top: 50px;
  }
  #block-autres-profils .wrapper .right {
    float: left;
    width: 50%;
  }
  #block-autres-profils .wrapper .right ul li {
    padding-left: 120px;
    background-size: 50px;
  }
  #block-autres-profils .wrapper .right ul li a {
    font-size: 1.388em;
  }
}
@media only screen and (min-width: 1280px) {
  .page-1033 .block#block-en-tete .textes-en-tete h1 {
    padding-top: 150px;
  }
  #block-criteres {
    padding: 100px 0;
  }
  #block-criteres .left {
    width: calc(50% - 100px);
    padding-left: 100px;
  }
  #block-criteres .left h2 {
    font-size: 3.888em;
  }
  #block-criteres .right {
    width: calc(50% - 100px);
    padding-right: 100px;
  }
  #block-etapes {
    padding: 100px 0;
  }
  #block-etapes .wrapper {
    width: calc(100% - 200px);
    padding: 0 100px;
  }
  #block-etapes .wrapper h2 {
    font-size: 3.888em;
    margin: 0 0 80px 0;
  }
  #block-etapes .wrapper > ul > li:nth-child(1), #block-etapes .wrapper > ul > li:nth-child(4) {
    padding-bottom: 100px;
    margin-bottom: 100px;
  }
  #block-etapes .wrapper > ul > li .body {
    width: 450px;
  }
  #block-etapes .wrapper > ul > li ul.documents-obligatoires {
    margin: 0;
    width: 550px;
  }
  #block-etapes .wrapper > ul > li ul.frais {
    width: 550px;
    margin: 0;
  }
  #block-etapes .wrapper .btn {
    margin: -8em 145px 0 0;
  }
  #block-nouveaux-arrivants .wrapper .left,
  #block-test-francais .wrapper .left {
    width: calc(50% - 100px);
    padding-left: 100px;
    height: 800px;
  }
  #block-nouveaux-arrivants .wrapper .right,
  #block-test-francais .wrapper .right {
    width: calc(50% - 200px);
    padding: 100px 100px 0;
  }
  #block-test-francais .criteres {
    margin-bottom: 100px;
  }
  #block-test-francais .avantages {
    padding-bottom: 100px;
  }
  #block-nouveaux-arrivants {
    padding-bottom: 0px;
  }
  #block-nouveaux-arrivants .left {
    height: 800px;
  }
  #block-nouveaux-arrivants .left h2 {
    font-size: 3.88em;
    margin: 170px 100px 45px 0;
  }
  #block-nouveaux-arrivants .right {
    height: 700px;
  }
  #block-nouveaux-arrivants .right h3 {
    font-size: 3.88em;
    margin: 0 100px 45px 0;
  }
  #block-test-francais .wrapper .left {
    width: calc(50% - 200px);
    padding: 100px 100px 0;
    height: 700px;
  }
  #block-test-francais .wrapper .right {
    height: 700px;
  }
  #block-faq {
    padding: 100px 0;
  }
  #block-faq .left,
  #block-faq .right {
    width: calc(50% - 100px);
  }
  #block-faq .left {
    padding-left: 100px;
  }
  #block-faq .left h2 {
    font-size: 3.888em;
  }
  #block-faq .right {
    padding-right: 100px;
  }
  #block-faq .right ul {
    width: 600px;
  }
  #block-autres-profils .wrapper .left {
    width: calc(50% - 200px);
    padding: 0 100px;
    font-size: 2.22em;
  }
  #block-autres-profils .wrapper .left .content {
    margin-top: 110px;
  }
  #block-autres-profils .wrapper .right ul li {
    height: 140px;
  }
}
@media only screen and (min-width: 1460px) {
  #block-etapes .wrapper {
    width: 1200px;
  }
  #block-etapes .wrapper > ul > li .body {
    width: 500px;
  }
  #block-etapes .wrapper > ul > li ul.documents-obligatoires {
    width: 600px;
  }
  #block-etapes .wrapper > ul > li ul.frais {
    width: 50%;
  }
  #block-nouveaux-arrivants .wrapper,
  #block-test-francais .wrapper {
    width: calc(100% - 40px);
  }
  #block-nouveaux-arrivants .criteres > ul,
  #block-test-francais .criteres > ul {
    width: 500px;
  }
}/*# sourceMappingURL=profil.css.map */