/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

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;
}

/* == global */
img {
    max-width: 100%;
}
h1, h2, h3, footer p {
    text-align: center;
}

/* == typo */
body {
    font-family: 'Open Sans', Helvetica, sans-serif;
}

/* == font-family */
nav ul li a,
h1,
h2 {
	font-family: 'Poppins',sans-serif;
}
h1, h2 {
	font-size: 32px;
	margin-bottom: 20px;
}

/* == font-weight */
#comment h2, #inscription h2, #a-propos h2, #avertissement h2, #comment h3 b, #btn-inscription, form button, footer p b {
    font-weight: 600;
}
nav, #avertissement p, #a-propos p, #comment h3, #inscription h3, #inscription p {
    font-weight: 400;
}

/* == start css */
h1 {
    font-size: 32px;
    font-weight: 600;
    color : #3a3a44;
}

/* == comment */
.comment-phrase {
	padding-bottom: 28px;
}
.validation b {
	font-weight: bold;
	color: #4CAF50;
}
.icon-validate {
	font-size: 20px;
	top: 4px;
	position: relative;
}
#comment p {
    color: #666;
	font-size: 16px;
	line-height: 26px;
    text-align: center;
	margin: 0 auto;
	max-width: 490px;
}
#comment .tarif {
    color: #666;
    font-weight: 400;
	font-style: italic;
}
#btn-inscription {
	font-family: 'Poppins',sans-serif;
    font-size: 15px;
    background: #4b70f9;
    border: 2px solid #4b70f9;
	padding: 14px 36px;
	border-radius: 60px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 0 auto 10px auto;
	width: 152px;
	transition: .2s;
}
#btn-inscription:hover {
  background: #fff;
  border: solid 2px #4b70f9;
  color: #4b70f9;
}
#btn-inscription span {
    color: #fff;
    text-transform: uppercase;
}
input:focus {
    outline: none;
}
.arrow, .arrow-2 {
	opacity: 0.3;
}

/* == header */
#header-box {
	background: #fff;
	width: 100%;
	top: 0;
	position: fixed;
	z-index: 2;
}
.scroll {
	box-shadow: 0 4px 10px -10px rgba(0,0,0,.6);
}
header {
    margin: auto;
    max-width: 1430px;
}
#logo {
    display: block;
    margin: 0 auto;
    padding: 15px 0;
    height: 58px;
}

/* == nav */
nav ul li {
	display: inline-block;
	margin-right: 26px;
}
nav ul li:last-child {
	margin-right: 0;
}
nav ul li a {
	font-weight: 600;
	font-size: 15px;
	color: #3a3a44;
    text-decoration: none;
    display: block;
    padding: 10px 0;
	transition:.2s;
}
nav ul li:last-child a {
	background: #4b70f9;
	border: solid 2px #4b70f9;
	color: #fff;
	padding: 14px 36px;
	border-radius: 60px;
}
nav ul li a:hover {
    color: #4b70f9;
}
nav ul li:last-child a:hover {
	background: #fff;
	border: solid 2px #4b70f9;
	color: #4b70f9;
}
@media (max-width: 1034px) {
nav {
	box-shadow: 0 4px 10px -10px rgba(0,0,0,.6);
}
nav ul li {
	width: 100%;
}
nav ul li:last-child a {
	background: none;
	border: none;
	color: #4b70f9;
	padding: 10px 0;
	border-radius: 0;
}
nav ul li:last-child a:hover {
	background: none;
	border: none;
	color: #34a3ff;
}
}
@media (min-width: 1035px) {
#logo {
	margin: 0 0 0 3.125%;
	float: left;
	height: 74px;
}
nav {
    text-align: center;
	margin: 28px 3.125% 0 0;
    width: 720px;
    padding: 0;
    float: right;
    text-align: right;

}	
}

/* == top */
#page {
	background: #f3f7fd;
}
.full-top {
	background: #fff;
	padding-bottom: 85px;
	padding-top: 100px;
	border-radius: 0 0 390px 0;
}
.conteneur-top {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 510px;
}
.title-top {
	width: 520px;
	float: left;
	height: 510px;
}
.title-top h1 {
	text-align: left;
	padding: 0;
	margin-bottom: 25px;
	margin-top: 134px;
	line-height: 42px;
}
.img-top {
	width: 480px;
	float: left;
	height: 510px;
}
.img-top img {
	padding-top: 0;
	float: right;
}
.btn-header-inscription {
	font-family: 'Poppins',sans-serif;
    font-size: 15px;
	font-weight: 600;
    background: #4b70f9;
    border: 2px solid #4b70f9;
	padding: 14px 36px;
	border-radius: 60px;
    color: #fff;
    text-decoration: none;
    display: block;
    text-align: center;
    margin: 0;
	width: 152px;
	transition: .2s;
}
.btn-header-inscription:hover {
	border: solid 2px #4b70f9;
	color: #4b70f9;
	background: #fff;
}
#top {
    background-color: #a7dae9;
}
#visuel-home {
    display: block;
    margin: auto;
    padding-top: 30px;
}
.navbar-toggle {
	border: none;
	margin: 0;
	padding: 36px 20px;
	float: left;
	position: absolute;
	background: #fff;
	display: none;
	cursor: pointer;
}
.navbar-toggle .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	background: #2b2b2b;
	transition: .2s;
}
.navbar-toggle .icon-bar + .icon-bar {
	margin-top: 5px;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  border: 0;
}
.navbar-toggle.collapsed .icon-bar:nth-child(2) {
  transform: translateZ(0);
}
.navbar-toggle .icon-bar:nth-child(2) {
  transform: translate3d(0,7px,0) rotate(45deg);
}
.navbar-toggle.collapsed .icon-bar:nth-child(3) {
	opacity: 1;
}
.navbar-toggle .icon-bar:nth-child(3) {
	opacity: 0;
}
.navbar-toggle.collapsed .icon-bar:nth-child(4) {
	transform: translateZ(0);
}
.navbar-toggle .icon-bar:nth-child(4) {
	transform: translate3d(0,-7px,0) rotate(-45deg);
}
#ancre-comment,
#ancre-inscription,
#ancre-a-propos,
#ancre-avertissement {
	display: block;
	height: 104px;
	visibility: hidden;
	position: absolute;
	margin-top: -104px;
}
@media (max-width: 1034px) {
nav {
	padding: 16px 10%;
	opacity: 0;
	visibility: hidden;
	top: 58px;
	position: absolute;
	background: #fff;
	width: 100%;
}
.active-menu-smartphone {
	display: block;
	top: 88px;
	opacity: 1;
	visibility: visible;
	transition: .2s;

}
.navbar-toggle {
	display: block;
}
#ancre-comment,
#ancre-inscription,
#ancre-a-propos,
#ancre-avertissement {
	display: block;
	height: 88px;
	visibility: hidden;
	position: absolute;
	margin-top: -88px;
}
}
@media (max-width: 1224px) {
.full-top {
	padding: 0 10%;
}
.conteneur-top {
	height: auto;
}
.title-top, .img-top {
	width: 100%;
	float: inherit;
	height: auto;
}
.title-top h1 {
	text-align: center;
}
.title-top a {
	margin: 0 auto;
}
.img-top {
	text-align: center;
}
.img-top img {
	float: inherit;
	margin-top: 30px;
	max-width: 480px;
	width: 100%;
}
}

/* == titre */
#titre-arrow {
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../images/white-arrow.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #CCC014;
}

/* == comment */
#comment {
    background: #f3f7fd;
    max-width: 1600px;
    margin: auto;
    padding: 75px 10% 80px 10%;
}
#comment h2 {
	color: #3a3a44;
}
#comment-arrow {
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../images/green-arrow.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #145266;
}
#tutoriel-box {
	margin: 0 auto 50px auto;
}
.tutoriel-a, .tutoriel-b {
	text-align: center;
	background: #fff;
	border: solid 1px #e7e7e7;
	border-radius: 5px;
	padding: 45px 0;
	margin-bottom: 34px;
	height: 175px;
}
.tutoriel-a img, .tutoriel-b img {
	width: 90px;
}
.phrase-etape {
	font-size: 14px !important;
	line-height: 22px !important;
	margin-top: 15px !important;
}
.arrow, .arrow-2 {
    display: none;
}

/* == Média Queries >= 800px et < 979px */
@media all and (min-width: 800px) and (max-width: 979px){
    header:after {
        display: table;
        content: "";
        clear: both;
    }
    nav ul li {
        display: inline-block;
    }
    nav ul li:last-child {
        border-right: none;
    }
    nav ul li a {
        display: block;
        padding: 10px 0;
        border-bottom: none;
    }

		/* turoriel-box */
    .arrow {
        display: inline-block;
        margin: 0;
        width: 18.8625%;
        float:left;
    }
    .arrow-2 {
        display: none;
    }
    #tutoriel-box {
        display: table;
        content: "";
        clear: both;
    }

    /* == top */
    #visuel-home {
        display: block;
        margin: auto;
        padding-top: 100px;
    }

		/* == comment */
     #comment {
        max-width: 1600px;
        margin: auto;
    }
}

/* == Média Queries >= 980px et < 1599px */
@media all and (min-width:980px) and (max-width: 1599px){
    header:after {
        display: table;
        content: "";
        clear: both;
    }
    nav ul li {
        display: inline-block;
    }
    nav ul li:last-child {
        border-right: none;
    }
    nav ul li a {
        display: block;
        padding: 10px 0;
        border-bottom: none;
    }

    /* turoriel-box */
    #tutoriel-box {
        display: table;
        content: "";
        clear: both;
    }

    /* == top */
    #visuel-home {
        display: block;
        margin: auto;
        padding-top: 130px; /* 220 */
    }

    /* == form */
    form {
        text-align: center;
        padding: 50px
    }
    form label {
        font-weight: 300;
        color: #fff;
        line-height: 20px;
    }
    form input {
        height: 48px;
        border-radius: 6px;
        width: 40%;
        padding-left: 1%;
        font-size: 1em;
    }
    form button {
        height: 48px;
        width: 15%;
        border-radius: 6px;
		font-family: 'Poppins',sans-serif;
        font-size: 15px;
        background-color: #02c5fd;
        color: #01218a;
        border-style: none;
    }
    .red {
        padding-left: 40px;
    }

		/* == comment */
    #comment {
        max-width: 1600px;
        margin: auto;
    }
}
@media (max-width: 1339px) {
.arrow, .arrow-2 {
	display: none;
}
#tutoriel-box {
	width: 100%;
	margin: 0 auto;
}
.tutoriel-a, .tutoriel-b {
	width: 100%;
	max-width: 620px;
	margin: 32px auto;
}
}
@media (min-width: 1340px) AND (max-width: 1539px) {
/* turoriel-box */
.tutoriel-a {
	width: 46%;
    min-width: 240px;
    float: left;
    margin: 0;
	margin-bottom: 34px;
}
.tutoriel-b {
	width: 46%;
    min-width: 240px;
    float: left;
    margin: 0;
	margin-bottom: 34px;
}
.arrow {
	display: inline-block;
	margin: 0;
	margin-bottom: 34px;
	height: 265px;
	float: left;
}
.arrow-2 {
	display: none;
}
}
@media (min-width: 1540px){
/* turoriel-box */
.tutoriel-a {
    width: 240px;
    float: left;
    margin: 0;
}
.tutoriel-b {
    width: 240px;
    float: left;
    margin: 0;
}
.arrow, .arrow-2 {
  display: inline-block;
  margin: 0;
  width: 81px;
  float: left;
}
}

/* == Média Queries > 1600px */
@media all and (min-width: 1600px){
    nav ul li {
        display: inline-block;
    }
    nav ul li:last-child {
        border-right: none;
    }
    nav ul li a {
        display: block;
        padding: 10px 0;
        border-bottom: none;
    }
    header:after {
        display: table;
        content: "";
        clear: both;
    }
    nav ul li {
        display: inline-block;
    }

    /* turoriel-box */
    #tutoriel-box {
        display: table;
        content: "";
        clear: both;
    }
    .content {
        padding: 0 10%;
    }

    /* == top */
    #top {
        width: 100%;
    }
    #visuel-home {
        display: block;
        margin: auto;
        padding-top: 140px; /* 200 */
    }
}
