html {
    width: 100%;
    min-height: 100%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    position: relative;
}

a:hover, a:focus{
    color: #AD1921;
}

.conditions_container{
	margin-left: auto;
	margin-right: auto;
	width:90%;
	margin-bottom:140px;
}

body {
    font-family: roboto;
}

#homepage {
    background-color: rgb(230, 230, 230);
}

#header {
    width: 100%;
    background-color: rgb(243, 243, 243);
    position: fixed;
    box-shadow: 0px 0px 10px 10px rgba(0, 0, 0, 0.25);
    z-index: 9999;
    height: 115px;
}

#logo {
    /*position: absolute;
    left: 250px;
    top: 35px;*/
    margin-left: 20%;
    margin-top: 40px;
}

#mobile-btn {
    display: flex;
    align-items: center;
    justify-content: center;
}

#mobile-menu,
.mobile-menu-link {
    display: none;
}

#navigation_menu {
    display: flex;
    justify-content: center;
}

.dropbtn {
    font-size: 14px;
    border: none;
    cursor: pointer;
    background-color: rgb(243, 243, 243);
    margin-top: 49px;
}
#social-test {
    display: table-cell;
    text-align: center;
    font-size: 15px;
	margin-right: 10%;
}
@media screen and (min-width:1201px) {
	.big-no-display{
		display: none;
	}
}

@media screen and (max-width:1399px) {
	#social-test {
		margin-right:10%;
	}
}
@media screen and (max-width:1310px) {
	#social-test {
		margin-right:5%;
	}
}

@media screen and (max-width:1240px) {
	#social-test {
		margin-right:2%;
	}
}

@media screen and (max-width:1200px) {
	#navigation_menu {
        display: none;
    }
    #mobile-menu,
    .mobile-menu-link.displayed-links {
        display: block;
    }
    .btndrop {
        font-size: 14px;
        border: none;
        cursor: pointer;
        background-color: rgb(243, 243, 243);
        margin-top: 18px;
        margin-bottom: 10px;
    }
}

/* Dropdown button on hover & focus */

.dropbtn:hover,
.dropbtn:focus {
    background-color: #ddd
}

.btndrop:hover,
.btndrop:focus {
    background-color: #ddd
}


/* The container <div> - needed to position the dropdown content */

.dropdown {
    position: relative;
    display: inline-block;
}


/* Dropdown Content (Hidden by Default) */

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}


/* Links inside the dropdown */

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


/* Change color of dropdown links on hover */

.dropdown-content a:hover {
    background-color: #ddd
}

.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 100px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    left: -8px;
}


/* Links inside the dropdown */

.dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}


/* Change color of dropdown links on hover */

.dropdown-content2 a:hover {
    background-color: #ddd
}


/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */

.show {
    display: block;
}

#mobile-mainmenu {
    list-style: none;
    padding-left: 0px;
	background-color: rgb(243, 243, 243);
}

#mobile-mainmenu li{
	padding-bottom:15px;
}

#mobile-menu {
    text-align: center;
}

#menu-btn {
    border-radius: 10px;
    border: none;
    background-color: #d1d1d1;
    margin-top: 40px;
    float: right;
    padding: 8.5px 20px;
}

#mainmenu {
    /*text-align: center;*/
    padding-left: 1%;
    margin-top: 10px;
	padding-right: 2%;
}

#mainmenu li {
    list-style: none;
    display: inline;
    text-align: center;
    margin-left: 25px;
    line-height: 120px;
}

#mainmenu li a {
    font-weight: 500;
    font-family: roboto;
    font-size: 16px;
}

#essai_gratuit {
    /*position: absolute;
	right: 250px;
    top: 40px;*/
    border: none;
    background-color: #AD1921;
    margin-top: 5px;
    margin-right: 25px;
    float: right;
    color: white;
    padding: 0px 8px;
    border-radius: 3px;
    font-weight: lighter;
    font-size: 15px;
	width:165px;
	font-weight: 400;
}

#essai_gratuit_mobile {
    border: none;
    background-color: #AD1921;
    color: white;
    padding: 0px 8px;
    border-radius: 3px;
    font-weight: lighter;
    font-size: 15px;
	width:165px;
	font-weight: 400;
}

#logo a {
    float: right;
}

.tester-bouton-div a {
    float: left;
}

.essai_gratuit_txt {
    padding-top: 8.5px;
    color: white;
    min-width: 125px;
}

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

a:hover {
    text-decoration: none;
}

li.active a {
    color: #AD1921;
}

a.active {
    color: #AD1921;
}

.links a {
    color: white;
}

h1 {
    margin: 0;
    font-weight: bold;
    font-size: 50px;
}

.container2 {
    background-color: white;
    position: relative;
    /*top: 1100px;*/
    width: 100%;
    height: 620px;
    margin-top: 100px;
}

#images_suivi {
    text-align: left;
    padding-left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 60px;
}

h2 {
    text-align: center;
    color: #AD1921;
    font-weight: bold;
    font-size: 40px;
}

h3 {
    margin: 0;
    font-weight: 900;
    font-size: 30px;
}

@media only screen and (max-width: 1500px) {
	.suivi ul li div {
		font-size: 20px !important;
		width: 250px !important;
		margin:auto;
	}
	.container2 {
		height: 565px;
	}
	.item blockquote p {
		font-size: 25px !important;
	}
}

@media only screen and (max-width: 1320px) {
	#images_suivi li h3{
		font-size: 22px;
	}
}

#images_suivi li {
    list-style: none;
    text-align: center;
    display: inline;
    /*margin-right: 220px;*/
    padding-left: 50px;
    padding-right: 50px;
    width: 475px;
    height: 190px;
}

#images_suivi li div {
    font-size: 24px;
    font-weight: 600;
    width: 360px;
}


/*----------------------- slideshow -----------------*/

.container {
    /* It can be anything you need */
    position: relative;
    height: 1000px;
    width: 100%;
}

.container .slide {
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 100px;
    transition: opacity 1s ease-in-out;
    width: 100%;
    z-index: 1;
}

.container .slide.show {
    opacity: 1;
}

#savoir_plus {
    position: absolute;
    border-radius: 10px;
    border: none;
    background-color: #AD1921;
    right: 250px;
    top: 520px;
    z-index: 9998;
}

.savoir_plus_txt {
    padding-top: 7.5px;
    color: white;
    z-index: 9998;
}

.titre_page1 {
    color: black;
    position: absolute;
    right: 250px;
    top: 200px;
    text-align: right;
}

.titre_page1 h1 {
    font-size: 64px;
    font-weight: 900;
}

@media only screen and (max-width: 1645px) {
    .titre_page1 {
        top: 250px;
        right: 200px;
    }
    #savoir_plus {
        top: 470px;
        right: 200px;
    }
}

.slide-small {
    display: none;
}

.slide-medium {
    display: none;
}

#button_small_more {
    display: none;
}

.ytbvideo{
	pointer-events: none;
}
@media (min-width:980px) {
	.left-floating-part{
		float:right;
	}
	.right-floating-part .floating-full{
		padding-right: 30px;
	}
}
@media (max-width: 1640px) and (min-width:980px) {
	
    .container .slide {
        margin-top: 30px;
    }
    #savoir_plus {
        display: none;
    }
    .titre_page1 {
        display: none;
    }
    .slide-medium {
        background-position: center;
        background-size: auto;
        height: 680px;
        width: 100%;
        margin-top: 115px;
        background-repeat: no-repeat;
    }
    .slide-medium.shown {
        display: inline-block !important;
    }
    .container .slide {
        display: none !important;
    }
    .container {
        text-align: center;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
    .titre_page_small1 {
        margin-top: 125px;
		margin-left: 240px;
    }
    .container2 {
        margin-top: 0px;
    }
    .titre_page_small1 h1 {
        color: black;
        font-size: 38px;
    }
    #button_small_more {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 60px;
		margin-left: 240px;
		margin-top:15px;
    }
    .savoir_plus {
        background-color: #AD1921;
        border-radius: 10px;
        border: none;
    }
    .container3 .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media only screen and (max-width: 980px) {
    .container .slide {
        margin-top: 30px;
    }
    #savoir_plus {
        display: none;
    }
    .titre_page1 {
        display: none;
    }
    .slide-small {
        background-position: center;
        background-size: auto;
        height: 680px;
        width: 100%;
        margin-top: 115px;
        background-repeat: no-repeat;
    }
    .slide-small.shown {
        display: inline-block !important;
    }
    .container .slide {
        display: none !important;
    }
    .container {
        text-align: center;
        height: auto;
        padding-left: 0px;
        padding-right: 0px;
    }
    .titre_page_small1 {
        margin-top: 25px;
    }
    .container2 {
        margin-top: 0px;
    }
    .titre_page_small1 h1 {
        color: black;
        font-size: 30px;
    }
    #button_small_more {
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        bottom: 60px;
    }
    .savoir_plus {
        background-color: #AD1921;
        border-radius: 10px;
        border: none;
    }
    .slide_small_1 {
        background-color: #f5f5f5;
    }
    .slide_small_2 {
        background-color: #dfe4e8;
    }
    .slide_small_3 {
        background-color: #fefefe;
    }
    .container3 .row {
        margin-right: 0px;
        margin-left: 0px;
    }
}

.navigation {
    position: absolute;
    bottom: 15px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}


/* Changes the position of the indicators */

#quote-carousel1 .slide-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}


/* Changes the color of the indicators */

#quote-carousel1 .slide-indicators li {
    background: #c0c0c0;
}

#quote-carousel1 .slide-indicators .active {
    background: #AD1921;
}

.img-circle {
    width: 156px;
    height: 156px;
}


/*----------------------- Container4 -----------------*/

.container4 {
    background-color: white;
    position: relative;
    /*top: 1750px;*/
    width: 100%;
    height: 370px;
    padding-top: 75px;
}

.img-test {
    max-width: 30%;
    height: auto;
    width: auto;
    margin-bottom: 45px;
}

.suivi {
    padding-top: 40px;
}

.container4 h1 {
    color: black;
    text-align: center;
	font-weight: 900;
}

.essai {
    margin-left: 45%;
    margin-top: 50px;
}

#essai {
    border-radius: 3px;
    border: none;
    background-color: rgb(32, 32, 32);
    align-items: center;
    justify-content: center;
    z-index: 9998;
    background-color: #AD1921;
}

.essai_txt {
    color: white;
    z-index: 9998;
	font-size: 16px;
	font-weight:500;
}

a.back-to {
    background: #AD1921;
    border-radius: 50%;
    border: solid 1px;
    bottom: 145px;
    display: none;
    height: 54px;
    line-height: 54px;
    position: fixed;
    right: 10px;
    text-align: center;
    width: 54px;
    z-index: 999;
    font-size: 20px;
    color: #fff;
}

a.back-to:hover,
a.back-to:focus {
    background: #AD1921;
}


/*----------------------- footer -----------------*/

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 85px;
    background-color: rgb(22, 22, 22);
    color: white;
    text-align: center;
    margin-top: auto;
	display: flex;
    align-items: flex-end;
}

#footer {
	margin-left: auto;
    margin-right: auto;
}

#footer li {
    list-style-type: none;
    display: inline;
    text-align: center;
    margin-left: 45px;
    margin-right: 45px;
    line-height: 60px;
	font-size: 14px;
	font-weight: 300;
}
#footer img{
	margin-right:10px;
}


/*----------------------- container3  -----------------*/

.container3 {
    background-color: #AD1921;
    position: relative;
    /*top: 1450px;*/
    width: 100%;
    height: 340px;
}

.col-sm-9 {
    color: white;
    font-weight: bold;
    list-style: none;
}

.col-sm-9 small {
    color: white;
}

blockquote footer:before,
blockquote small:before,
blockquote .small:before {
    content: '\2014 \00A0';
}


/* carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
}


/* Changes the position of the indicators */

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0px;
    margin-right: -19px;
}


/* Changes the color of the indicators */

#quote-carousel .carousel-indicators li {
    background: #c0c0c0;
}

#quote-carousel .carousel-indicators .active {
    background: #AD1921;
}


/* End carousel */

.item blockquote {
    border-left: none;
    margin: 0;
    padding-top: 0px;
}

.item blockquote img {
    margin-bottom: 10px;
}

.item blockquote p {
    font-size: 30px;
    font-weight: 500;
    font-style: italic;
    width: 100%;
}

.item blockquote small {
    font-size: 24px;
    font-weight: 400;
    font-style: italic;
}


/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    #quote-carousel {
        margin-bottom: 0;
        padding: 0 40px 30px 40px;
    }
    .logo-2 {
        display: none;
    }
    .logo {
        display: inline;
    }
	.fields-offset{
		margin-left: 10px;
	}
}


/* Small devices (tablets, up to 768px) */

@media (max-width: 768px) {
    /* Make the indicators larger for easier clicking with fingers/thumb on mobile */
    #quote-carousel .carousel-indicators {
        bottom: -20px !important;
    }
    #quote-carousel .carousel-indicators li {
        display: inline-block;
        margin: 0px 5px;
        width: 15px;
        height: 15px;
    }
    #quote-carousel .carousel-indicators li.active {
        margin: 0px 5px;
        width: 20px;
        height: 20px;
    }
    .carousel-inner div p,
    .carousel-inner div small {
        text-align: center;
    }
    #footer .links {
        display: none;
    }
    #footer li {
        margin-left: 0px;
    }
    .logo-2 {
        display: inline;
    }
    .logo {
        display: none;
    }
    .essai_gratuit_txt {
        font-size: 12px;
        min-width: 105px;
    }
    #essai_gratuit {
        padding: 0px 13px 15px 13px !important;
    }
    #logo a {
        float: left;
    }
    .tester-bouton-div a {
        float: right;
    }
	#submint {
		text-align:center;
	}
	#divpolitique {
		text-align:center;
	}
	.container_contact4 {
		padding-left:15px;
		padding-right:15px;
	}
	.container_contact3 {
		padding-left:15px;
		padding-right:15px;
	}
	.container_pk {
		padding-left:15px;
		padding-right:15px;
	}
	.contact_desc p {
		font-size:20px !important;
	}
	.g-recaptcha {
		text-align: -webkit-center;
	}
}

#footer {
    padding-left: 0px;
}


/*---------------------PLANS ET PRIX---------------------*/

.container_plans {
    background-color: #AD1921;
    top: 100px;
    width: 100%;
    height: auto;
}

.plans_titre {
    text-align: center;
    margin-top: 40px;
}

.plans_titre h1 {
    color: white;
    margin: 0;
    font-weight: bold;
    font-size: 40px;
}

.plans_titre p {
    color: white;
    font-size: 25px;
    margin-top: 6px;
}

.liste-back {
    background-color: lightgray;
    top: 160px;
    width: 100%;
}

.plan-prix-section{
	background-color:#F2F2F2;
	width:564px;
	/*display: inline-block;*/
	display: inline-grid;
	text-align:left;
}

.right-plan{
	/*float:right;*/
	margin-right:35px;
	margin-left:35px;
	margin-top: 40px;
	margin-bottom: 300px;
}

.plan-main-div{
	margin-top:70px;
	margin-bottom:140px;
	display: contents;
}

.div-title-2{
	justify-content:center;
	display:flex;
	align-items:center;
	padding-top:39px;
	padding-bottom:39px;
	box-shadow: 0px 5px 10px 1px rgb(0 0 0 / 11%);
}

.plan-prix-section text{
	font-size:18px;
	font-weight: 700;
	color:#505050;
}

.div-title-2 p{
	font-size: 32px;
	font-weight: 700;
}

.plan-prix-section svg{
	float:right;
	border: #5A5A5A solid 2px;
    border-radius: 50px;
	padding: 2px;
	margin-top: 6px;
	width: 18px !important;
	height: 18px !important;
}
.plan-prix-section img{
	float:right;
	background-color:#5A5A5A;
	border: #5A5A5A solid 2px;
    border-radius: 50px;
}
.plan-prix-txt{
	color:white;
	font-weight: 500;
}

.plan-prix-txt smallertext{
	font-size:18px;
}

.plan-prix-txt smallesttext{
	font-size:10px;
	font-weight: 500;
}

.div-title-1 p{
	margin-bottom:25px;
}

.div-title-1{
	height:225px;
	box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 25%);
	text-align:center;
	font-size: 32px;
	font-weight:700;
	padding-top:39px;
}

.div-title-2{
	box-shadow: 0px 4px 5px 0px rgb(0 0 0 / 25%);
}

.plan-prix-section .row hr{
	opacity: 0.3;
	border-color:#505050;
	border-width:2px;
	margin-top:15px;
	margin-bottom:15px;
}
.tester-plan{
	font-size: 18px;
	color:white;
	font-weight: 500;
}

.button-row{
	margin-top:15px;
	margin-bottom:30px;
}

#plans-liste {
    text-align: center;
    display: flex;
    padding-left: 8%;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
    padding-top: 20px;
    padding-bottom: 80px;
}

#plans-liste li {
    background-color: #4D4D4D;
    list-style: none;
    text-align: center;
    display: inline;
    margin-right: 8%;
    width: 475px;
    padding-bottom: 15px;
    border-radius: 3px;
    box-shadow: 0px 0px 5px 5px rgba(0, 0, 0, 0.25);
}

#plans-liste h1 {
    color: white;
    font-size: 40px;
}

#plans-liste p {
    color: white;
    border-style: solid;
    border-width: 1px;
    border-bottom: line;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-left: 10%;
    margin-right: 10%;
    text-align: left;
}

#plans-liste p1 {
    color: white;
    font-size: 10px;
}

#plan-choix {
    border-radius: 5px;
    border: none;
    background-color: rgb(204, 204, 204);
    align-items: center;
    justify-content: center;
}

.plan-choix-txt {
    color: black;
    padding-top: 8.5px;
    font-weight: bold;
	font-size:30px;
}

#plan-prix {
    border-radius: 20px;
    border: none;
    background-color: rgb(204, 204, 204);
    align-items: center;
    justify-content: center;
}

.plan-prix-section .bottom-border{
	border-bottom: solid 1px black;
}

.plan-prix-section .first-row{
	padding-top: 30px;
}
.plan-prix-section .row{
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 5px;
}

.plan-prix-section .row span{
	color: #AD1921;
	font-size: 24px;
	font-weight:700;
}

.row.button-row{
	text-align:center;
	margin-bottom: 30px;
}
smalltext{
	font-size:12px;
}

.right-plan othertext{
	font-size: 20px;
	float: right;
	color: #AD1921;
	font-weight: 800;
}
.right-plan othertext smallertext{
	font-size: 14px;
}
.right-plan othertext smallesttext{
	font-size: 10px;
}
/*
.plan-prix-txt {
    color: black;
    padding-top: 8.5px;
    font-weight: bold;
}
*/

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



@media only screen and (max-width: 991px) {
    .container_contact {
        /*height: 1270px;*/
		margin-bottom: 300px !important;
    }
}

@media only screen and (max-width: 768px) {
    .container_contact {
        /*height: 1350px;*/
    }
}

.container_contact {
    /*height: 1150px;*/
	margin-bottom: 110px;
}

.container_contact-inscr {
    height: 1130px;
}

@media only screen and (max-width: 991px) {
    .container_contact-inscr {
        height: 1500px;
    }
}

@media only screen and (max-width: 768px) {
    .container_contact-inscr {
        height: 1500px;
    }
}

.container_contact2 {
    background-color: #AD1921;
    position: absolute;
    top: 100px;
    width: 100%;
    height: 160px;
}

.contact_titre {
    text-align: center;
    margin-top: 45px;
}

.contact_titre h1 {
    color: white;
    margin: 0;
    font-weight: bold;
    font-size: 40px;
}

.contact_titre p {
    color: white;
    font-size: 25px;
    margin-top: 6px;
}

.container_contact3 {
    position: relative;
}

.contact_desc {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}

.contact_desc p {
    color: black;
    font-size: 26px;
    margin-top: 30px;
	font-weight: 500;
}

.container_contact4 {
    position: relative;
    width: 100%;
    font-family: 'Roboto', sans-serif;
    font-weight: lighter;
}

.choix_contact {
    text-align: center;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#contactForm .politique-label{
	font-size: 16px ;
	font-style: normal ;
	font-weight: 400;
	color: #AFAFAF ;
}

@media (max-width: 410px) {
	#contactForm .politique-label{
		font-size: 14px;
	}
}

.floating-full input{
	height: 53px;
}

#logo_form{
	font-size: 14px;
	padding-top:15px;
}

.floating-full label{
	position: absolute;
    top: 10px;
    left: 15px;
    font-size: 22px;
	font-weight: 400;
	color: #AFAFAF;
}

#submitBTN{
	max-width: 304px;
	font-size: 20px;
	height: 55px;
	font-weight: 300;
	margin-bottom: 20px;
}



/* ///// inputs /////*/
/* old
input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
    font-size: 0.95em;
    color: rgb(149, 149, 149);
    top: 2px;
    left: -10px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}*/

input:focus~label,
textarea:focus~label,
input:valid~label,
textarea:valid~label {
    font-size: 1.5em;
    color: rgb(149, 149, 149);
    top: 11px;
    left: 14px;
    -webkit-transition: all 0.225s ease;
    transition: all 0.225s ease;
}

.styled-input {
    float: left;
    width: 350px;
    margin: 1rem 0;
    position: relative;
    border-radius: 4px;
}

#politique{
	width:auto;
	margin-right: 12px;
}

#submint {
	margin-top:30px;
}

.smaller-line-margin-bottom{
	margin-bottom: 10px;
}



.align-left {
	margin-bottom: 10px;
}

@media only screen and (max-width: 768px) {
    .contact_desc {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 991px) {
    .styled-input {
        width: 100%;
    }
}

.styled-input label {
    color: #999898;
    padding: 2px 30px 1rem 30px;
    position: absolute;
    top: 6px;
    left: 0;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    pointer-events: none;
}

.styled-input.wide {
    width: 750px;
    max-width: 100%;
}

input,
textarea {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    border: 0;
    width: 100%;
    background-color: #2d2d2d00;
    color: rgb(17, 11, 11);
    border-radius: 2px;
    border-style: solid;
    border-width: 1px;
    border-bottom: line;
    border-color: #C7C7C7;
	font-size: 22px;
	font-weight: 400;
}

input::placeholder,
textarea::placeholder {
	color: #AFAFAF;
	margin-top: 50px;
}

input:focus,
textarea:focus {
    outline: 0;
}

input:focus~span,
textarea:focus~span {
    width: 100%;
    -webkit-transition: all 0.075s ease;
    transition: all 0.075s ease;
}

textarea {
    width: 100%;
    min-height: 10em;
}

.align-left{
	float: left;
}

.floating-full{
	width: 100%;
	float:right;
	margin-left: 30px;
}

.left-part{
	margin-right: 30px;
}

.line-margin-bottom{
	margin-bottom: 30px;
}

.input-container {
    max-width: 100%;
    margin: 20px auto 65px auto;
}

.container_contact4 {
	margin-bottom: 25px;
}

.submit-btn {
    float: middle;
    padding: 7px 35px;
    border-radius: 2px;
    background-color: #AD1921;
    text-align: center;
    color: white;
    font-size: 18px;
    cursor: pointer;
    -webkit-transition: all 300ms ease;
    transition: all 300ms ease;
}

.submit-btn:hover {
    transform: translateY(1px);
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.10), 0 1px 1px 0 rgba(0, 0, 0, 0.09);
}


@media (max-width: 767px) {
    .submit-btn {
        width: 100%;
        float: none;
        text-align: center;
    }
    .container3 {
        background-color: #AD1921;
        position: relative;
        /*top: 1450px;*/
        width: 100%;
        height: 475px;
    }
	.form-container{
		width:100%
	}
}

.left-plan{
	margin-right:35px;
	margin-left:35px;
	margin-top: 40px;
	margin-bottom: 130px;
}

.emptyrow{
	height:20px;
}

.div-title-2 p{
	text-align:center;
}

.input-container{
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}

@media (max-width:650px) {
	.plan-prix-section{
		width:90%;
		margin-left:10px;
		margin-right:10px;
	}
	.div-title-1{
		font-size:24px;
	}
	.div-title-2 p{
		font-size:24px;
	}
	.plan-prix-section .row {
		padding-left: 15px;
		padding-right: 15px;
	}
	.plan-prix-section .row text {
		font-size: 16px;
	}
	.plan-prix-section .row span {
		font-size: 20px;
	}
}
@media (max-width:373px) {
	.right-plan{
		margin-bottom: 345px;
	}
}
@media (max-width:1271px) {
	.left-plan{
		margin-bottom: 0px ;
	}
}

@media (max-width: 1290px) and (min-width:1272px) {
	.left-plan{
		margin-bottom: 310px ;
	}
}

@media (max-width: 991px) {
	.left-part{
		margin-right: 0px;
	}
	.floating-full {
		float: none;
		margin-left: 0px;
	}
}

@media (max-width: 1290px) {
	.conditions_container{
		margin-bottom:300px;
	}
	.footer ul{
		display: table-row;
	}
	.footer ul li {
		display: inline-block !important;
		width: 100%;
		margin-left: 0px !important;
		margin-right: 0px !important;
	}
	.footer {
		height: auto;
	}
	.container_contact {
        /*height: 1270px;*/
		margin-bottom: 300px !important;
    }
	
	.container4{
		height: 610px;
	}
	
	.last-col{
		padding-bottom: 300px !important;
	}
	.last-fonction{
		margin-bottom: 310px !important;
	}
}
@media (max-width: 768px) {
	.container_contact {
        /*height: 1270px;*/
		margin-bottom: 200px !important;
    }
}
@media (max-width: 640px) {
	.item blockquote p {
		font-size: 19px !important;
	}
	.carousel-inner div small {
		font-size: 15px;
	}
	.pk_article .col h1{
		font-size:25px;
	}
	.pk_article .col p{
		font-size: 18px;
	}
}

@media (max-width: 640px) {
	.container3 {
		height: 490px
	}
}

input[type=checkbox]+label {
    color: #ccc;
    font-style: italic;
}

input[type=checkbox]:checked+label {
    color: #f00;
    font-style: normal;
}
@media (max-width: 1760px) {
	#mainmenu li{
		margin-left:8px;
	}
	#mainmenu li a {
		font-size: 13px;
	}
}

/*---------------------POURQUOI---------------------*/

#wrapper .row{
	margin-left:0px;
	margin-right:0px;
}

.container_pk{
	margin-bottom: 30px;
}

.pk_article{
	margin-top:25px;
	margin-bottom:25px;	
	display:flex;
}

.pk_article h1{
	font-size:32px;
	font-weight:700;
	color:#AD1921;
}
.last-col{
	padding-bottom:90px;
}

.pk_article p{
	font-size:22px;
	font-weight:600;
}

.pk_article img{
	margin-right: 20px;
	width:75px;
}

.container_pk {
    background-color: #AD1921;
    margin-top: 100px;
    width: 100%;
    height: 170px;
}

.pk_titre_plan {
    text-align: center;
    margin-top: 125px;
    padding-top: 20px;
}

.pk_titre {
    text-align: center;
    margin-top: 25px;
    padding-top: 60px;
}

.pk_titre h1,
.pk_titre_plan h1 {
    color: white;
    margin: 0;
    font-weight: 500;
    font-size: 42px;
}

.pk_titre p,
.pk_titre_plan p {
    color: white;
    font-size: 24px;
    margin-top: 6px;
}

.pk1 {
    background-color: white;
    position: absolute;
    top: 260px;
    width: 100%;
    height: 160px;
}

.pk1 h1 {
    Color: #AD1921;
    font-size: 30px;
    margin-top: 25px;
}

.pk1 a {
    Color: black;
}

.pk2 {
    background-color: none;
    position: absolute;
    top: 420px;
    width: 100%;
    height: 160px;
}

.pk2 h1 {
    Color: #AD1921;
    font-size: 30px;
    margin-top: 25px;
}

.pk2 a {
    Color: black;
}

.pk3 {
    background-color: white;
    position: absolute;
    top: 580px;
    width: 100%;
    height: 160px;
}

.pk3 h1 {
    Color: #AD1921;
    font-size: 30px;
    margin-top: 25px;
}

.pk3 a {
    Color: black;
}

.pk4 {
    background-color: none;
    position: absolute;
    top: 740px;
    width: 100%;
    height: 160px;
}

.pk4 h1 {
    Color: #AD1921;
    font-size: 30px;
    margin-top: 25px;
}

.pk4 a {
    Color: black;
}

.pk5 {
    background-color: white;
    position: absolute;
    top: 900px;
    width: 100%;
    height: 160px;
}

.pk5 h1 {
    Color: #AD1921;
    font-size: 30px;
    margin-top: 25px;
}

.pk5 a {
    Color: black;
}

.pk1 img,
.pk2 img,
.pk3 img,
.pk4 img,
.pk5 img {
    margin-left: 10vw;
    margin-right: 4vw;
}

@media (max-width: 960px) {
    #plans-liste li p {
        font-size: 12px;
    }
    .plan-choix-txt {
        font-size: 12px;
    }
    #plans-liste li {
        margin-right: 5%;
    }
    #plans-liste {
        padding-left: 5%;
    }
}

@media (max-width: 768px) {
    .pk1 p,
    .pk2 p,
    .pk3 p,
    .pk4 p,
    .pk5 p {
        font-size: 12px;
    }
    .pk1 h1,
    .pk2 h1,
    .pk3 h1,
    .pk4 h1,
    .pk5 h1 {
        font-size: 18px;
    }
    .pk1 img,
    .pk2 img,
    .pk3 img,
    .pk4 img,
    .pk5 img {
        margin-left: 20px;
        margin-right: 10px;
    }
    .pk_titre p {
        font-size: 20px;
    }
    .pk_titre h1 {
        font-size: 24px;
    }
    #plans-liste {
        display: block;
        padding-left: 0px;
        margin-left: 5%;
        margin-right: 5%;
        padding-top: 25px;
        padding-bottom: 10px;
    }
    #plans-liste li p {
        font-size: 14px;
    }
    .plan-choix-txt {
        font-size: 14px;
    }
    #plans-liste #liste-3 {
        margin-bottom: 65px;
    }
    #plans-liste li {
        display: block;
        padding-bottom: 20px;
        margin-bottom: 25px;
        margin-right: 0px;
        width: auto;
        height: auto;
    }
    .liste-back {
        height: 100%;
        position: static;
        padding-bottom: 20px;
    }
    .container_plans {
        height: auto;
        margin-top: 131px;
        position: static;
    }
    .pk_titre {
        padding-top: 45px;
    }
}

#header {
    top: 0;
}


/*---------------------FONCTIONNALITES---------------------*/

.container_fonctionnalites {
    background-color: #AD1921;
    height: 165px;
    position: static;
    width: 100%;
    margin-top: 130px;
    padding-top: 5px;
}

.fonctionnalites_titre {
    text-align: center;
    margin-top: 30px;
}

.fonctionnalites_titre h1 {
    color: white;
    margin: 0;
    font-weight: bold;
    font-size: 40px;
}

.fonctionnalites_titre p {
    color: white;
    font-size: 25px;
    margin-top: 6px;
}

.position-div {
    max-width: 1000px;
    margin: 0 auto;
}

.white-background {
    background-color: white;
}

.container_fonctionnalites2 {
    position: relative;
    width: 100%;
    padding-top: 90px;
    padding-bottom: 50px;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

.last-fonction{
	margin-bottom: 100px;
}

#wrapper {
	background-color: white;
	overflow: auto;
    clear: both;
}

.black-back{
	background-color: #f2f2f2;
}

.container_fonctionnalites2 h1 {
    color: #AD1921;
    font-size: 32px;
	margin-bottom: 15px;
}

.container_fonctionnalites2 span {
    font-weight: 800;
    font-size: 22px;
	display: block;
	margin-bottom: 5px;
}

.container_fonctionnalites2 p {
    font-weight: bold;
}

.container_fonctionnalites3 {
    background-color: none;
    position: relative;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 20px;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

.container_fonctionnalites3 h1 {
    color: #AD1921;
    font-size: 30px;
}

.container_fonctionnalites3 span {
    font-weight: bold;
    font-size: 20px;
}

.container_fonctionnalites3 p {
    font-weight: bold;
}

.container_fonctionnalites4 {
    position: relative;
    width: 100%;
    padding-top: 35px;
    padding-bottom: 20px;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

.container_fonctionnalites4 h1 {
    color: #AD1921;
    font-size: 30px;
}

.container_fonctionnalites4 span {
    font-weight: bold;
    font-size: 20px;
}

.container_fonctionnalites4 p {
    font-weight: bold;
}

.container_fonctionnalites5 {
    background-color: none;
    position: relative;
    width: 100%;
    margin-top: 35px;
    margin-bottom: 90px;
    max-width: 1200px;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
}

.img_fonctionnatiles {
    text-align: center;
}

.img_fonctionnatiles h1 {
    font-weight: bold;
    font-size: 25px;
    text-align: center;
    margin-top: 15px;
}

.hidden-br {
    display: none;
}

.container4 h1 {
    height: 100px;
}

.container4 {
    display: flex;
    flex-direction: column;
}

.essai {
    margin-left: auto;
    margin-top: 0px;
    margin-right: auto;
}

.logo,
.logo2,
#logo {
    text-align: left !important;
}

@media screen and (max-width:850px) {
	.suivi h2 {
        font-size: 26px;
    }
}
@media screen and (max-width:1140px) {
    #images_suivi li a {
        font-size: 12px;
    }
	#images_suivi li div {
        font-size: 16px !important;
		width: 190px !important;
    }
    #images_suivi li h3 {
        margin: 0;
        font-weight: bold;
        font-size: 18px;
    }
    #images_suivi li {
        padding-left: 20px;
        padding-right: 20px;
    }
    .hidden-br {
        display: block;
    }
    .container4 h1 {
        font-size: 40px;
    }
	.container2 {
		height: 520px;
	}
}

@media screen and (max-width:750px) {
    .container4 h1 {
        font-size: 36px;
        height: 140px;
    }
	/*Ajouter la logique pour ques les 3 parties suivi soient misent a la ligne*/
	#images_suivi{
		display: contents;
	}
	
	#images_suivi img {
		width: 100px !important;
		margin: 0 auto;
		display: block;
		margin-bottom: 10px;
	}
	#images_suivi li h3 {
        margin: 0;
        font-weight: bold;
        font-size: 24px;
    }
	#images_suivi li div {
        font-size: 22px !important;
		width: 90% !important;
    }
	.container2{
		height: 950px;
	}
}

.img-div-1{
	padding-right:95px;
	padding-left:40px;
}
.img-div-2{
	padding-right:55px;
	padding-left: 20px;
}
.img-div-3{
	padding-right:95px;
	padding-left: 40px;
}

@media screen and (max-width:390px) {
	.container2{
		height: 1050px;
	}
}

@media screen and (max-width:991px) {
    .small-centered {
        float: none !important;
        text-align: center !important;
        margin: 0 !important;
    }
    img.small-centered {
        margin-bottom: 20px !important;
        max-width: 100%;
        max-height: 100%;
    }
	.img-div-1{
		padding-right: 0px;
		padding-left: 0px;
	}
	.img-div-2{
		padding-right: 0px;
		padding-left: 0px;
	}
	.img-div-3{
		padding-right: 0px;
		padding-left: 0px;
	}
	.container_fonctionnalites2{
		height: auto;
	}
}

@media screen and (max-width:550px) {
	.suivi h2 {
        font-size: 22px;
    }
}

@import url(https://fonts.googleapis.com/css?family=Open+Sans:400);
.center {
    display: table;
    width: 100%;
    height: 100vh;
}



.social {
    padding-left: 35px;
    height: 20px;
	margin-top: 15px;
}

#social-test li {
    display: inline-block;
    list-style: none !important;
    text-align: center !important;
    margin-left: 2px !important;
    line-height: 20px !important;
    vertical-align: top;
}

#social-test li a svg {
    width: 20px;
    height: 20px;
    border-radius: 50px;
    border: 1px solid #707070;
    padding: 1px;
    color: #707070;
    transition: ease .3s;
    &:hover {
        color: #707070;
        border: 1px solid #707070;
    }
}

.social:hover>li {
    opacity: 0.5;
}

.social:hover>li:hover {
    opacity: 1;
}