img {
    max-width: 100%;
}

/* == fonts */
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700;800;900&display=swap');

h1, h2, h3, footer p {
    text-align: center;
}

h1 {
    font-family: 'Raleway', sans-serif;
    color: #fff;
    font-weight: 600;
    padding: 35px;
	text-transform: uppercase;
}

h1 span {
    color : #32a8ff;
}

nav {
    font-family: 'Raleway', sans-serif;
	font-weight: 600;
}

#comment h2, #inscription h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #2b2b2b;
    padding-top: 59px;
	text-transform: uppercase;
}

#inscription h2 {
	padding-top: 0;
}

#exemples h2 {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #2b2b2b;
    padding-top: 59px;
	text-transform: uppercase;
}

#exemples ul li {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size:1.25em;
    color: #145266;
}

.subtitle {
	font-family: 'Raleway', sans-serif;
	text-align: center;
	padding: 15px 0px 25px 0px;
	color: #2b2b2b;
	max-width: 600px;
	margin: 0 auto;
}

#inscription .subtitle {
	padding: 15px 10% 25px 10%;
}

#inscription p {
    text-align: center;
	font-family: 'Raleway', sans-serif;
	color: #2b2b2b;
}

#inscription .info-inscription {
	font-size: 11.8px;
	font-style: italic;
	text-align: left;
	max-width: 510px;
	margin: 6px auto 0 auto;
}

#inscription .info-validation {
	font-style: italic;
	text-align: center;
	max-width: 510px;
	margin: 6px auto 0 auto;
	padding: 0 10%;
}

#inscription #msg-validation-mail i {
	font-weight: 800;
}

@media (max-width:480px) {
#inscription #msg-validation-mail br {
	display: none;
}
}

#inscription .icon-info {
	font-size: 15px;
	margin-right: 2px;
	top: 2px;
	position: relative;
}

#inscription .icon-validate {
	margin-right: 0px;
	position: relative;
}

#comment h3 b {
    font-weight: 700;
}

#comment p {
    font-family: 'Raleway', sans-serif;
    text-align: center;
}

#btn-inscription {
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 1.25em;
    background-color: #145266;
    border: 2px solid #104759;
    color: #33CCFF;
    text-decoration: none;
    border-radius: 6px;
    padding: 12px;
    display: block;
    text-align: center;
    margin: 30px 0 10px 0
}

#btn-inscription span {
    color: #fff;
    text-transform: uppercase;
}

.asterisque {
	font-size: 20px;
}

#comment .tarif {
    color: #2b2b2b;
    font-weight: 800;
	font-style: italic;
}

#comment .tarif .asterisque {
    margin-right: 2px;	
}

/* == form */
form {
    text-align: center;
    padding: 0 30px
}

form label {
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    color: #fff;
    line-height: 40px;
}

form input {
    height: 37px;
    width: 356px;
    padding-left: 16px;
	margin-right: 10px;
    font-size: 13px;
	border: solid 1px #c4c4c4;
}

form button {
    height: 41px;
    width: 122px;
    font-family: 'Raleway', sans-serif;
    font-weight: 700;
    font-size: 13px;
    background-color: #32a8ff;
    color: #fff;
    border-style: none;
	cursor: pointer;
	transition: 0.2s;
}

form button:hover {
	background-color: #2b2b2b;
}

@media (max-width: 629px) {
#inscription .info-inscription {
	text-align: center;
}	
form input {
	width: 62%;
	margin-right: 1%;
}
form button {
	width: 30%;
}
}

/* == footer */
footer p, footer p a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #fff;
	text-transform: uppercase;
}

footer p a {
	text-decoration: none;
	transition: 0.2s;
}

footer p a:hover {
	color: #32a8ff;
}

footer p img {
    vertical-align: middle;
	margin-top: -3px;
	margin-left: 2px;
}

footer p .left-copy {
	/*float: left;*/
	top: -1px;
	position: relative;
}

footer p .right-contact {
	/*float: right;*/
	margin-top: -10px;
}

footer .icon-contact {
	font-size: 19px;
	margin-right: 6px;
	top: 4px;
	position: relative;
}

/* == header */
#header-box {
    /*position: fixed;
    width: 100%;
	top: 0;
	background: #fff*/
}

header {
    background: #fff;
    margin: auto;
    max-width: 1600px;
}

#logo {
    margin: 0 auto;
    width: 78.73475%;
	max-width: 250px;
}

/* == nav */
nav {
    text-align: center;
    padding: 0 10% 20px 10%;
}

nav ul li a {
    color: #2b2b2b;
	text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 10px 0;
	transition: 0.2s;
}

nav ul li a:hover {
	color: #32a8ff;
}

/* == top */
#top {
	background-image: url(../images/bg-2000px.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top;
	transition: 0.3s;
}

#pictos-home {
    display: block;
    margin: auto;
	transition: 0.3s;
}

@media (max-width: 839px) {
#top {
	height: 300px;
}	
#pictos-home {
	max-width: 260px;
	padding-top: 138px;
}
}
@media (min-width: 840px) AND (max-width: 899px) {
#top {
	height: 375px;
}	
#pictos-home {
	max-width: 325px;
	padding-top: 173px;
}
}
@media (min-width: 900px) AND (max-width: 999px) {
#top {
	height: 400px;
}	
#pictos-home {
	max-width: 350px;
	padding-top: 183px;
}
}
@media (min-width: 1000px) AND (max-width: 1099px) {
#top {
	height: 450px;
}	
#pictos-home {
	max-width: 400px;
	padding-top: 203px;
}
}
@media (min-width: 1100px) AND (max-width: 1199px) {
#top {
	height: 500px;
}	
#pictos-home {
	max-width: 440px;
	padding-top: 227px;
}
}
@media (min-width: 1200px) AND (max-width: 1399px) {
#top {
	height: 550px;
}	
#pictos-home {
	max-width: 470px;
	padding-top: 254px;
}
}
@media (min-width: 1400px) {
#top {
	height: 636px;
}	
#pictos-home {
	max-width: 560px;
	padding-top: 284px;
}
}

/* == titre */
#titre {
	background: #2b2b2b;
}

#titre-arrow {
    display: block;
    width: 100%;
    height: 27px;
    background-image: url(../images/grey-arrow.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
}

/* == comment */
#comment-box {
    background: #fff;
}

#comment {
    background: #fff;
    max-width: 1600px;
    margin: auto;
    padding: 0 10% 60px 10%;
}

#comment #txt-valide-box .validation span {
	color: #32a8ff;
	font-weight: 600;
}

#comment-arrow {
    display: block;
    width: 100%;

}

#comment .container {
	width: 1090px;
	margin: 0 auto;
}

@media (max-width: 1399px) {
#comment .container {
	width: 100%;
	margin: 0 auto;
}	
}

@media (min-width: 800px) AND (max-width: 979px) {
#comment .container {
	width: 540px;
}
}

#tutoriel-box {
	margin-top: 20px;
	margin-bottom: 35px;
}

.tutoriel-a p, .tutoriel-b p {
    color: #2b2b2b;
	font-weight: 700;
}

.tutoriel-a, .tutoriel-b {
	text-align: center;
}

.tag_code {
    color: #32a8ff;
}

/* == inscription */
#inscription-box {
    background-image: url(../images/bg-inscription.jpg);
	background-size: cover;
	display: flex;
}

#inscription {
    background: #fff;
    max-width: 918px;
    margin: 62px auto;
    padding: 59px 0 60px 0;
	width: 100%;
}

#inscription-arrow {
    display: block;
    width: 100%;
    height: 40px;
    background-image: url(../images/blue-arrow.png);
    background-repeat: no-repeat;
    background-position: bottom;
    background-color: #fff;
}

form input::placeholder {
	color: #555;
}

/* == exemples */
#exemples-box {
    background: #fff;
}

#exemples {
    background: #fff;
    max-width: 1600px;
    margin: auto;
    padding: 0 10%;
}

#exemples ul {
    list-style: disc;
    margin: 50px 0;
}

#exemples ul li {
    margin-bottom: 30px;
    text-align: justify;
}

#vignette {
    text-align: center;
}

#vignette li {
    list-style: none;
}

.image-exemple {
    border-radius: 50%;
    border: 4px solid #33CCFF;
    display: block;
    margin: 0 auto;
}

.arrow, .arrow-2 {
    display: none;
}

/* == footer */
#footer-box {
    background: #2b2b2b;
}

.line-break {
	display: none;
}

footer {
    background: #2b2b2b;
    max-width: 1600px;
    margin: auto;
    padding: 40px 0 39px 0;
}

footer .container {
	max-width: 1150px;
	margin: 0 auto;
}

.two-sentences {
	padding: 0 30px;
}

footer .special-separator {
	margin-right: 1px;
	top: -1px;
    position: relative;
}

@media (max-width: 799px) {
footer p .left-copy {
	float: initial;
	text-align: center;
}

footer p .right-contact {
	float: initial;
	text-align: center;
	top: -10px;
    position: relative;
}	
.line-break {
    display: block;
}
.separator {
	display: none;
}
footer {
	padding: 40px 0 24px 0;
}
}

/* == slider exemples */

.wrapper {
  max-width: 1090px;
  margin: 10px auto 32px;
  overflow: auto;
  min-height: 100%;
}
.slider-wrap {
  min-height: 280px;
  overflow: auto;
  position: relative;
  padding: 0 2em;
}
.cycle-slideshow span {
  display: inline;
  overflow: hidden;
  margin: 10px auto;
  line-height: 18px;
}
.cycle-slideshow--slide span {
  font-weight: 600;
  color: #32a8ff;
}
.cycle-slideshow_image  {
  float: left;
  margin: 0 65px 0 0px;
  max-height: 348px;
  border: none;
}

.cycle-slideshow {
  min-width: 270px;
  max-width: 682px;
  margin: 0 auto;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.cycle-slideshow > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 0;
}
.cycle-slide p {
  height: 348px;
  font-family: 'Raleway', sans-serif;
  color: #858585;
  text-align: justify;
  vertical-align: middle;
  display: table-cell;
}
.cycle-slide .read-more a {
  text-decoration: underline;
  float: right;
  color: #445ed5;
  font-size: .875em;
}
.cycle-slide .read-more a:hover {
  text-decoration: none;
}
.cycle-pager {
  margin: 44px 0 14px 0;
  text-align: center;
}
.cycle-pager a {
  margin: 13.5px;
  background: #c4c4c4;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  transition: 0.2s;
}
.cycle-pager a:hover {
  background-color: #2b2b2b;
}

.cycle-pager .cycle-pager-active {
  background-color: #32a8ff;	
}

.cycle-pager .cycle-pager-active:hover {
  background-color: #32a8ff;	
}

.cycle-pager a:focus {
  outline: none;
}
.cycle-pager > * {
  cursor: pointer;
}
.cycle-arrows {
  position: absolute;
  top: 0;
  width: 1em;
  height: 100%;
  padding: 170px 0;
  cursor: pointer;
  font-size: 21px;
  color: #666;
  z-index: 8;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.cycle-prev {
  left: 0;
}
.cycle-next {
  right: 0;
}
.cycle-next > svg {
  margin-left: 7px;
}
.cycle-arrows::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
}


@media (max-width: 999px) {
.cycle-slideshow_image  {
  float: initial;
  margin: 0 auto;
  max-width: 353px;
  width: 100%;
}
.cycle-slideshow--slide {
  width: 100%;
  text-align: center;
}
.cycle-slide p {
  height: auto;
  padding: 25px;  
}
.cycle-pager {
  margin: 0 0 14px 0;
}
}

/* == Media Queries */
/* == Média Queries >= 800px et < 979px */
@media all and (min-width: 800px) and (max-width: 979px){
    .tutoriel-a p, .tutoriel-b p {
        height: 50px;
    }
    
    .tutoriel-a {
        width: 40.56875%; 
        float: left; 
        margin: 0;
    }
    
    .tutoriel-b {
        width: 40.56875%; 
        float: right; 
        margin: 0;
    }
    
    .arrow {
        display: inline-block;
        margin: 0;
        width: 18.8625%; 
        float:left;
    }
    
    .arrow-2 {
        display: none;
    }
    
    #tutoriel-box {
        display: table;
        content: "";
        clear: both;
    }
}

/* == Média Queries >= 980px et < 1599px */
@media all and (min-width:980px) and (max-width: 1599px){    
    #btn-inscription {
        margin: 30px auto 10px auto;
        width: 34%; /* 18.75% */
    }
    
    /* turoriel-box */
    .tutoriel-a p, .tutoriel-b p {
        height: 50px;
    }
    
    .tutoriel-a {
        width: 25%; 
        float: left; 
        margin: 0;
    }
    
    .tutoriel-b {
        width: 25%; 
        float: left; 
        margin: 0;
    }
    
    .arrow, .arrow-2 {
        display: inline-block;
        margin: 0;
        width: 8.6184375%; 
        float:left;
    }
    
    #tutoriel-box {
        display: table;
        content: "";
        clear: both;
    }
    
    /* vignette */
    #vignette li {
        display: inline-block;
        vertical-align: middle;
        width: 29%
    }
    
    #vignette .middle {
        margin-left: 5%;
        margin-right: 5%;
    }
    
    /* == form */
    form {
        text-align: center;
        padding: 0 50px
    }

    form label {
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        color: #fff;
        line-height: 40px;
    }

    form input {
        height: 37px;
        width: 356px;
        padding-left: 16px;
		margin-right: 10px;
        font-size: 13px;
		border: solid 1px #c4c4c4;
    }

    form button {
        height: 41px;
        width: 122px;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 13px;
        background-color: #32a8ff;
        color: #fff;
        border-style: none;
    }
}

/* == Média Queries > 1600px */
@media all and (min-width: 1600px){    
    #btn-inscription {
        margin: 30px auto 10px auto;
        width: 20%;
    }
    
    /* turoriel-box */
    .tutoriel-a p, .tutoriel-b p {
        height: 50px;
    }
    
    .tutoriel-a {
        width: 25%; 
        float: left; 
        margin: 0;
    }
    
    .tutoriel-b {
        width: 25%; 
        float: left; 
        margin: 0;
    }
    
    .arrow, .arrow-2 {
        display: inline-block;
        margin: 0;
        width: 8.6184375%; 
        float:left;
    }
    
    #tutoriel-box {
        display: table;
        content: "";
        clear: both;
    }
    
    /* vignette */
    #vignette li {
        display: inline-block;
        vertical-align: middle;
        width: 29%;
    }
    
    #vignette .middle {
        margin-left: 5%;
        margin-right: 5%;
    }
    
    .content {
        padding: 0 10%;
    }
    
    /* == form */
    form {
        text-align: center;
        padding: 0 50px
    }

    form label {
        font-family: 'Raleway', sans-serif;
        font-weight: 300;
        color: #fff;
        line-height: 40px;
    }

    form input {
        height: 37px;
        width: 356px;
        padding-left: 16px;
		margin-right: 10px;
        font-size: 13px;
		border: solid 1px #c4c4c4;
    }

    form button {
        height: 41px;
        width: 122px;
        font-family: 'Raleway', sans-serif;
        font-weight: 700;
        font-size: 13px;
        background-color: #32a8ff;
        color: #fff;
        border-style: none;
    }
}

	.grey-background {
		background-color: #e8e8e8 !important;
	}

/* == Responsive */
    h1,
	#comment h2,
	#inscription h2,
	#exemples h2 {
		font-size: 28px;
	}  
	.subtitle,
	.cycle-slide p,
	#inscription .info-validation {
		font-size: 17px;
		line-height: 26px;
	}
	.tag_code {
		font-size: 26px;
	}
	#inscription .icon-validate {
		font-size: 20px;
		top: 3px;
	}
	.tutoriel-a p, .tutoriel-b p {
		font-size: 17px;
		line-height: 24px;
		padding: 15px 0 40px 0;
	}
	#inscription .info-validation {
		font-size: 17px;
		line-height: 24px;
	}
	.tutoriel-a img, .tutoriel-b img {
		height: 119px;
	} 
	.tutoriel-a .sva {
		max-width: 60%;
		height: auto;
		padding-top: 6px;
	}
	#comment .tarif {
		font-size: 15px;
		margin-top: 30px;
	}
	footer p, footer p a {
		font-size: 13px;
	}
	footer p a {
		top: -1px;
		position: relative;
	}
	nav {
		font-size: 14px;
	}
	@media (min-width: 800px) AND (max-width: 1199px) {
	h1,
	#comment h2,
	#inscription h2,
	#exemples h2 {
		font-size: 25px;
		line-height: 29px;
	}  
	.subtitle,
	.cycle-slide p,
	#inscription .info-validation	{
		font-size: 16px;
		line-height: 25px;
	}
	.tag_code {
		font-size: 24px;
	}
	.tutoriel-a p, .tutoriel-b p {
		font-size: 16px;
		line-height: 23px;
		padding: 12px 0 45px 0;
	}
	.tutoriel-a img, .tutoriel-b img {
		height: 105px;
	} 
	#comment .tarif {
		font-size: 14px;
		margin-top: 20px;
	}
	footer p, footer p a {
		font-size: 12px;
	}
	nav {
		font-size: 13.5px;
	}
	}
	@media (max-width: 799px) {
	h1,
	#comment h2,
	#inscription h2,
	#exemples h2 {
		font-size: 22px;
		line-height: 26px;
	}  
	.subtitle,
	.cycle-slide p,
	#inscription .info-validation	{
		font-size: 15px;
		line-height: 24px;
	}
	.tag_code {
		font-size: 22px;
	}
	#inscription .icon-validate {
	font-size: 18px;
	top: 4px;
	}
	.tutoriel-a p, .tutoriel-b p {
		font-size: 15px;
		line-height: 22px;
		padding: 8px 0 50px 0;
	}
	.tutoriel-a img, .tutoriel-b img {
		height: 90px;
	} 
	#comment .tarif {
		font-size: 13px;
		margin-top: 0px;
	}
	footer p, footer p a {
		font-size: 11px;
	}
	nav {
		font-size: 13.5px;
	}
	}

	@media (min-width: 840px) {
	 #logo {
        margin: 0 0 0 3.125% ;
        float: left;
        width: 20%;
		max-width: 200px;
		padding: 43px 0 25px 0;
    }
	.smartphone-logo {
		display: none;
	}   
	.laptop-logo {
		display: block;
	}
    nav {
        width: 73.75%;
        margin: 40px 3.125% 0 0;
        padding: 0;
        float: right;
        text-align: right;
    }	
	header:after {
        display: table;
        content: "";
        clear: both;
    }    
    nav ul li {
        display: inline-block;
        margin-left: 37px;
    }
	}
	
	@media (max-width: 839px) {
	.smartphone-logo {
		display: block;
	}   	
	.laptop-logo {
		display: none;
	}
	 #logo {
		padding: 35px 0 25px 0;
    }
	}