body {
	font-family: Arial, sans-serif;
	color: #444;
	font-size: 12pt;
	background: #eee;
	margin: 0;
	padding: 0;
	line-height: normal;
}

body.vanilla-modal .modal-hider {
    position: absolute;
    left: -99999em;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
h2 {
	font-family: 'Miso', sans-serif;
    font-size: 65px;
    color: #E98810;
    letter-spacing: 8px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
h3 {
	font-size: 18px;
	font-weight: 600;
	color: #11113B;
	line-height: 22px;
}

hr {
	border: none;
	border-top: solid 1px #ddd;
	margin: 50px auto;
}
.text-center {
	text-align: center;
}
.sl-container {
	margin: 0 auto;
    max-width: 1440px;
    background: #fff;
}

.thematics ul li {
	list-style-image: url(../img/bullet.png);
	display: list-item;
	padding-left: 10px;
	margin-bottom: 8px;
}

.illustration {
	display: block;
	width: 100%;
	text-align: center;
	margin: 0 0 20px 0;
}
.illustration p {
    font-size: 27px;
    font-weight:bold;
    color: #006CB8;
    letter-spacing: 0;
    text-align: center;
    line-height: 38px;
}

.group-startup h2 {
    text-align: center;
}
.group-startup, .group-contact {
	margin: 30px auto;
}

.cgu.form-group {
	cursor: pointer;
	margin: 0 0 20px 0;
}

.cgu a{
    color: #006CB8;
}

.illustration .picture {
	display: block;
    margin: 20px auto;
}
/* <--- form */
.form-control {
	display: block;
	width: 100%;
	padding: 15px;
	color: #11113B;
	background: white;
	border-radius: 10px;
	font-size: 16px;
	border: none;
	font-family: Arial, sans-serif;
}

.idcard {
    margin-bottom: 30px;
}
.pj{
    text-align: center;
}
/* form --->*/
.btn, #submitForm {
    width: 100%;
	background: #E98810;
	padding: 15px 30px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	display: inline-block;
	border-radius: 10px;
	border: 0px;
    cursor: pointer;
    font-weight: bold;
}
.btn.acceptcookies {
    width: auto;
    padding: 5px 20px;
}
.modal-footer .btn-primary:hover{
    background-color: #E98810;
}
.modal-footer .btn-secondary{
    background-color: #1A3040;
}
.btn-upload input {
	display: none;
}
#form-group-upload span
{
	cursor: pointer;
    display: flex;
    margin: 5px 0;
    align-items: center;
    justify-content: center;
}


/* <--- select-control */
.select-control {
	position: relative;
	display: flex;
	border: none;
	color: #11113B;
	background: white;
	margin: 0;
	border-radius: 10px;
	font-size: 16px;
	font-family: 'Arial', sans-serif;
	align-items: center;
	padding-right: 7px;
}
.select-control .caret {
	display: block;
	width: 28px;
	height: 28px;
	cursor: pointer;
	background: #eee;
	background: url(../img/chevron-down.svg) center center no-repeat;
}
.select-control .placeholder {
	display: block;
	cursor: pointer;
	color: #878787;
	flex: 1;
	padding: 12px 15px;
	line-height: 25px;
}

.select-control .values {
	display: block;
	width: 100%;
	cursor: pointer;
	padding: 12px 15px;
}
.select-control .values .value {
	float: left;
    display: flex;
    padding: 2px 3px 2px 5px;
    border: solid 1px #ccc;
    border-radius: 7px;
    cursor: default;
    font-size: 0.9em;
    align-items: center;
	justify-content: space-between;
	margin-left: 5px;
	background: #fff;
}
.select-control .values .value:first-child {
	margin: 0;
}
.remove {
	display: block;
    width: 15px;
    height: 15px;
    border-radius: 3px;
    float: right;
    background: #ccc;
    cursor: pointer;
    margin-left: 9px;
    text-align: center;
    line-height: 13px;
    font-size: 10px;
    color: #fff;
}
.remove:after {
	content: "x";
    font-family: Arial;
    line-height: 14px;
    font-size: 10px;
}
.remove:hover {
	background: #C90035;
}


.select-control select {
	display: none;
}

.select-control ul {
	position: absolute;
	display: none;
	width: 100%;
	max-height: 200px;
	overflow: auto;
	background: #F8F8F8;
	border-top: none;
	z-index: 100;
	top: 100%;
	list-style-type: none;
	padding: 0;
}
.select-control.is-expand {
	padding-bottom: 12px;
}
.select-control.is-expand ul {
	display: block;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 30px 60px 0 rgba(0,0,0,0.10);
    margin-top: -12px;
    border-top: 1px solid #eaeaea;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.select-control ul li {
	cursor: pointer;
	padding: 5px;
}
.select-control ul li:hover {
	background: #eee;
}
.select-control ul li.selected {
	background: #006CB8;
	color: #fff;
}

.clearfix {
	clear: both;
}
/* select-control ---> */
/* <--- body */
.body {
	display: block;
	width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
}
.body .body-container {
	width: 100%;
	max-width: 970px;
	margin: auto;
}
.header img, .d-flex img {
    max-width: 100%;
}
/* body ---> */

.conclusion .illustration {
	width: 230px;
	height: 315px;
	background: url(../img/illustration-conclusion.png) center center no-repeat;
	background-size: contain;
	margin: auto;
}
.sl-form {
	margin-top: 60px;
    background: #F6F6F6;
    padding-bottom: 60px;
}

.id-card {
	display: flex;
}
.id-card-logo {
	width: 210px;
	padding-right: 60px;
	padding-top: 16px;
}
.id-card-content {
	flex: 1;
}

/* <--- footer */
.footer {
	background: #f9f9f9 url(../img/footer.jpg) center top no-repeat;
	background-size: cover;
	width: 100%;
	margin-top: 60px;
	padding-top: 60px;
}
.footer .footer-container {
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	padding: 90px 40px 20px 40px;
	text-align: center;
	font-style: italic;
	font-size: 12px;
}
.footer .footer-container span {
	text-align: center;
	color: #888;
	padding-bottom: 10px;
	display: block;
}
/* footer ---> */

.success {
    font-size: 32px;
    font-weight: 700;
}

.a2a_default_style a {
	margin: 2px 0;
}

/* Icons colors */
/* Icon */
path#coul_2 {
	fill: #0B53A7;
}
/* Stars */
path#coul_1 {
	fill: #CF0334;
}

#captcha-container {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

#captcha-error {
	padding: 0 0 0 20px;
	max-width: 304px;
}

.error, .error-email {
	font-style: italic;
	color: #d50000;
	font-size: 12px;
	margin-top: 5px;
}
input[type=email].input-error, input[type=url].input-error, input[type=text].input-error, textarea.input-error, .select-control.input-error {
	background: #FDDADE;
}
.select-control.input-error .placeholder, input[type=email].input-error::placeholder, input[type=url].input-error::placeholder, input[type=text].input-error::placeholder, textarea.input-error::placeholder {
	color: #d50000;
}
.select-control.input-error .placeholder {
	color: #d50000;
}
input[type=email].input-error:-ms-input-placeholder {
	color: #d50000;
}
input[type=url].input-error:-ms-input-placeholder {
	color: #d50000;
}
input[type=text].input-error:-ms-input-placeholder {
	color: #d50000;
}
textarea.input-error:-ms-input-placeholder {
	color: #d50000;
}


/* Cropit */
#cropper-open {
	width: 180px;
	height: 180px;
	background: url(../img/add-image.png) center #F7F7F7;
	background-size: contain;
	border-radius: 10px;
	cursor: pointer;
}
#cropper-open:hover {
	border: 2px solid #0B53A7;
}
.cropit-preview {
	width: 180px;
	height: 180px;
	background: #F7F7F7;
	cursor: move;
	border: 1px solid #F7F7F7;
}

input.cropit-image-input {
	visibility: hidden;
}
.cropit-image-zoom-input {
	width: 100%;
	margin-top: 20px;
}
.select-image-btn {
	background: #0B53A7;
	color: #fff;
	width: 100%;
	text-align: center;
	padding: 10px;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: -10px;
	border-radius: 10px;
	align-self: center;
	margin-top: 10px;
}
.valid-image-btn {
	background: #89C440;
	padding: 10px;
	margin-top: 10px;
	color: #fff;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}
.cancel-image-btn {
	background: #C90035;
	padding: 10px;
	color: #fff;
    width: 100%;
    border-radius: 10px;
    text-align: center;
    font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
}
.cropit-preview-background {
	opacity: .2;
}
input.cropit-image-zoom-input {
	position: relative;
}
#image-cropper {
	overflow: hidden;
	padding: 20px 20px 0 20px;
	width: 220px;
}
.image-cropper-buttons {
	flex: 1;
    align-content: center;
    justify-content: center;
	display: flex;
	flex-direction: column;
}
.cropper-modal-content {
	display: flex;
	flex-direction: column;
}
.jquery-modal .modal {
	width: auto;
	padding: 15px;
}
.merci p {
	margin-top: 40px;
}
.show-loader {
	display: none;
}
.overlay, .loader {
	position: fixed;
    width: 100%;
    height: 100%;
}
.overlay {
	background: rgba(0, 0, 0, 0.9);
	z-index: 99;
}
.loader {
	z-index: 100;
}
.loader-content {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 100%;
	color: #fff;
	font-style: italic;
	flex-direction: column;
    font-size: 14px;
}
.loader-content img {
	margin-bottom: 15px;
}


@font-face {
    font-family: 'Miso';
    src: url('../fonts/miso-regular.eot');
    src: url('../fonts/miso-regular.woff') format('woff'),
         url('../fonts/miso-regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

body{
    margin:0;
    font-family:'Arial', sans-serif;
}

.container-fluid{
    max-width:1440px;
    width:100%;
    margin:auto;
}

.container{
    max-width:1230px;
    width:100%;
    margin:auto;
}

.txt-orange{
    color:#E98810;
}

.txt-gris{
    color: #878787;
    margin-block-end:30px;
    margin-block-start:30px;
}

p{
    font-size: 18px;
    letter-spacing: 0;
    margin-block-start: 18px
}

ul,li{
    list-style-type:none;
}

.title{
    font-family:'Miso', sans-serif;
    font-size:65px;
    color: #E98810;
    letter-spacing: 8px;
    text-transform:uppercase;
    margin-bottom:30px;
}

.text-center{
    text-align:center;
}

.f-bold{
    font-weight:bold;
}

.d-flex{
    display:flex;
    flex-wrap:wrap;
}

#context{
    padding:30px 0;
}

a{
    text-decoration:none;
}

#mainPage{
    position: relative;
    box-shadow: 0px 0px 120px 0px rgba(0,0,0,0.1);
    overflow:hidden;
}

.bloc-gris{
    background: #F6F6F6;
    font-size: 27px;
    font-weight:bold;
    color: #565656;
    letter-spacing: 0;
    text-align: center;
    max-width:440px;
    padding:30px;
	margin:0 auto 30px auto;
}

#context p{
    color:#878787;
}

.bloc-2{
    width:50%;
}

.bloc-2 .content{
    padding:15px 30px;
    position: relative;
    bottom: 4px;
    color:#ffffff;
}

.bloc-2 .content p{
    text-align: justify;
}

.bloc-gauche{
    background:#E98810;
}

.bloc-droite{
    background:#006CB8;
}

.title-min{
    font-size:30px;
}

#specifications{
    margin:30px 0 0 0;
}

#specifications > .row{
    background:#F6f6f6;
    padding:30px 0;
}

#specifications ul{
    padding-left:120px;
}

li{
    color: #878787;
    font-size:18px;
    letter-spacing: 0;
    margin:0 0 15px 0;
}

#specifications li{
    max-width:930px;
    position:relative;
}

#specifications li::before{
    content:'';
    display:block;
    background:url(../img/coche.svg);
    background-size:cover;
    width:11px;
    height:13px;
    position:absolute;
    left:-30px;
}

#specifications li div{
    padding-left:80px;
}

#collaboration{
    padding:30px 0;
}

#collaboration .container-img{
    height:110px;
}

.picture img{
    width:98px;
    height:auto;  
}

.date{
    margin:40px 0 15px 0;
    font-family:'Miso', sans-serif;
    font-size: 22px;
    color: #565656;
    letter-spacing: 0;
    position:relative;
}

.date::after{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #565656;
    margin: 18px auto 40px auto;
    border: 5px solid #ffffff;
    z-index: 10;
    position: relative;
}

.title-collaboration{
    font-size: 19px;
    font-weight:bold;
    color: #006CB8;
}

.txt-collaboration{
    font-size: 16px;
    margin:15px 0 0 0;
    color: #878787;
}

.bloc-step::after{
    content: '';
    display: block;
    height: 2px;
    width: 100%;
    background: #565656;
    position: absolute;
    top: 200px;
    left:0;
}

.form-section > .row{
    padding: 20px 0 10px 0;
    background: #F6F6F6;
}

.btn-style{
    display:inline-block;
    background: #E98810;
    border-radius: 10px;
    color:#ffffff;
    padding:30px 50px 30px 50px;
    font-size: 18px;
    font-weight:bold;
    letter-spacing: 0;
}

.btn-timeline .btn-style{
    margin:50px 0 0 0;
    position:relative;
    padding: 30px 50px 30px 100px;
}

.btn-timeline .btn-style::before{
    content:'';
    display:block;
    background:url(../img/beforelink.svg);
    width:21px;
    height:28px;
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
}

#footer > .row{
    background: #1A3040;
    padding:15px 0;
}

#footer .menu-footer a{
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0.67px;
    line-height: 28px;
}

#footer .menu-footer a::after{
    content:'-';
    margin:0 5px 0 8px;
}

#footer .menu-footer a:last-child::after{
    content:'';
}

.form-section .container-img{
    margin:0 0 15px 0;
}


.form-section .container-img img{
    width:98px;
    height:auto;
}
#your-project-section .container-img img{
    width:123px;
    height:auto;
}

.title-form{
    font-size: 27px;
    font-weight:bold;
    color: #006CB8;
    letter-spacing: 0;
    text-align: center;
    line-height: 38px;
}

.title-legal{
    font-size: 27px;
    font-weight:bold;
    color: #006CB8;
    letter-spacing: 0;
    line-height: 38px;
}

.back_btn{
	background-color: #E98810;
    border: none;
    border-radius: 5px;
    text-decoration: none;
    color:white;
    padding: 10px 12px 10px 12px;
    margin-top: 15px;
}

.back_btn:hover{
	background-color: #1A3040;
}

.back_btn a{
	text-decoration: none;
	color:white;
}

.form-check-input + .form-check-label:before {
    border-color: #0F2A84;
}
.form-check-input + .form-check-label:before {
    background: #FFFFFF
}

@media screen and (max-width:1024px){


}

@media screen and (max-width:991px){

    .bloc-step{
        margin:0 0 30px 0;
    }

    #collaboration .col-12:first-child .bloc-step::after{
        left:30px;
    }

    #collaboration .col-12:last-child .bloc-step::after{
        left:-30px;
    }

}

@media screen and (max-width:720px){

    .title{
        font-size:42px;
    }

    .bloc-gris{
        font-size:22px;
    }

    .bloc-2 {
        width: 100%;
    }

    .title-min {
        font-size: 26px;
    }

    #specifications ul {
        padding-left: 40px;
    }

    #specifications li div {
        padding-left: 30px;
    }

    .bloc-step{
        margin: 0 0 40px 0;
        padding: 0 0 30px 0;
        border-bottom: 1px solid #f6f6f6;
    }

    #collaboration .col-12:last-child .bloc-step{
        margin:0;
    }

    #collaboration .col-12:first-child .bloc-step::after{
        left:0;
    }

    #collaboration .col-12:last-child .bloc-step::after{
        left:0;
    }

    #mainPage #collaboration div.col-12 .bloc-step::after{
        width:50%;
        left: 50%;
        transform: translateX(-50%);
    }

}

@media screen and (max-width:480px){

    .btn-timeline .btn-style{
        padding: 30px 30px 30px 50px;
    }

    .btn-timeline .btn-style::before{
        left:20px;
    }

    .title {
        font-size: 30px;
    }

    .title-min {
        font-size: 22px;
    }

    #context p{
        text-align:justify;
    }

    #specifications li{
        text-align:justify;
    }

}