#confirm {
	display: none;
	border: 1px solid #e36a52;
	position: fixed;
	width: 250px;
	left: 50%;
	top: 50%;
	margin-left: -100px;
	margin-top: -100px;
	box-sizing: border-box;
	text-align: center;
}

#confirm .btn {
	border-radius: 0px;
}

.footer {
    width: 100%;
    overflow: hidden;
}

.accueil_top {
    width: 100%;
}

.accueil_fond {
    width: 100%;
    position: relative;
    z-index: -1;
    margin-top: -5%;
}
.accueil_engrenage {
    position: absolute;
    right: 6vw;
    top: 12vw;
    max-height: 9vw;
}

.accueil_plus {
    position: absolute;
    right: 18vw;
    top: 8vw;
}

.accueil_top_text {
    padding-top: 8%;
    position: absolute;
    top: 0;
    font-style: normal;
    width: inherit;
}

.photo_innov_top_main {
	display: none;
}

.accueil_text{
    margin-left: 40%;
    margin-right: 20%;
    font-size: 1vw;
}

.accueil_text strong {
    color: var(--main-primary-color);
}

.accueil_middle {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.accueil_video {
    position: relative;
    width: 57vw;
    margin: auto;
    z-index: 2;
    height: 32.06vw;
    border: none;
}

.accueil_video_top {
    background-color: var(--main-color-darker);
    height: 15vw;
    margin-top: -2px;
}

.accueil_video_bottom {
    width: 100%;
    height: 25vw;
}

.video_vague_top {
    position: absolute;
    height: 4vw;
    margin-top: 4vw;
    right: 0;
    z-index: 0;
}

.video_vague_bottom {
    position: absolute;
    height: 4vw;
    margin-top: 7vw;
    left: 5vw;
    z-index: -1;

}

.accueil_contact_button {
    background-color: var(--main-third-color);
    border: none;
    position: relative;
    height: 2.5vw;
    width: 11vw;
    margin-top: 18vw;
    font-size: 1vw;
    color: white;
    font-weight: bold;
    border-radius: 10px;
}

.accueil_contact_button p {
    height: 100%;
    width: 100%;
    margin: auto;
    line-height: 2vw;
}

.accueil_contact_button:hover {
    color: white;
}

.contact_image {
    position:absolute;
    height: 85%;
    z-index:0;
    margin-left: -3%
}

.accueil_innovations {
    background-color: var(--main-grey-color);
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
}

.accueil_innov_title_image {
    position: relative;
    width: 50%;
}

.accueil_innov_title {
    text-align: center;
    margin-top: -7.5vw;
    color: var(--main-primary-color);
    font-weight: bold;
}

.accueil_innov_3plus {
    position: absolute;
    height: 8vw;
    right : 15vw;
    margin-top: -6vw;
}

.accueil_innovation_menus {
    padding-top: 8vw;
    width: 100%;
    position: relative;
}

.accueil_innov_trl {
    width: 40%;
    float: right;
    margin-right: 15vw;
}


.accueil_innov_div_selecteur_trl{
    width: 40%;
    right: 15vw;
    position: absolute;
	bottom: -27px;
	cursor: pointer;
}

.accueil_innov_selecteur_trl{
	position: relative;
	float: left;
}

.m_R {
	margin-left: 12.5%;
}

.m_P {
	margin-left: 37.5%;
}

.m_M {
	margin-left: 62.5%;
}

.m_T {
	margin-left: 87.5%;
}

.select_innov {
    background-color: transparent;
    border: none;
    font-size: 2vw;
    margin-top: 1vw;
    color: var(--main-primary-color);
    -webkit-appearance: none;
}

.select_innov {
    width: 13vw;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('/img/arrow_select.png') 96% / 20% no-repeat;
}

.title_trl {
    width: 40%;
    float: right;
    margin-right: 15vw;
    height: 100%;
}

.title_trl p {
    float: left;
    display: inline-block;
    font-size: 1rem;
    width: 24.9%;
    text-align: center;
    color: var(--main-primary-color);
    margin:0px;
    padding: 0px !important;
}

.liste_innovations {
    padding-top: 30px;
    width: 80%;
    margin: auto;
}

.innov_card_image {
    width: 100%;
}

.innov_card_div_image {
	width: 100%;
	padding-bottom: 56.25%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}

.une_innovation {
    min-width: 300px;
    max-width: 300px;
    margin: auto;
    margin-top: 1.5vw;
    margin-bottom: 1.5vw;
    text-align: center;
    float: none;
    padding: 0px !important;
}

.liste_innovations .card-body {
    padding: 0;
    background-color: var(--main-primary-color);
}

.innov_title {
	margin: 0px;
    width: 100%;
    padding-top: 1.5rem;
    padding-bottom: 2rem;
    font-weight: 800;
    font-size: 2rem;
    letter-spacing: 2px;
    color: var(--main-primary-color);
    background-color: white;
}

.innov_souligne {
    height: 2px;
    width: 30%;
    margin: auto;
    background-color: var(--main-primary-color);
    border-radius: 5px;
    margin-top: -2rem;
    margin-bottom: 1.5rem;
}

.card_bottom {
    background-color: var(--main-primary-color);
    margin-bottom: 15px;
}

.innov_subtitle {
    color: white;
    font-weight: bold;
    padding: 1rem;
}

.innov_card_filiere {
    display: inline-block;
    background-color: var(--main-secondary-color);
    border: white 1px solid;
    border-radius: 10px;
    float: initial;
    color: white;
    padding: 0px 10px 0px 10px;
    margin-bottom : 0.5rem;
}

@media (min-width: 1300px) {
    .innov_card_filiere {
        font-size: 0.8vw;
    }
    
}

@media (max-width: 1024px) {

	.title_trl {
        width: 60%;
	}

    .accueil_innov_trl {
        width: 60%;
    }
    
	.accueil_innov_div_selecteur_trl{
        width: 60%;
		bottom: -25px;
	}
}

@media (max-width: 750px) {
    .accueil_fond {
        display: none;
    }

    .accueil_engrenage {
        position: absolute;
        right: 6vw;
        top: 14vw;
        max-height: 6vw;
    }

    .accueil_plus {
        position: absolute;
        right: 18vw;
        top: 10vw;
        max-height: 2vw;
    }

    .accueil_top_text {
        padding-top: 25px;
        position: initial;
        top: 0;
    }
    
    .accueil_text {
    	margin:0 20%;
    	font-size: 1rem;
    }

    .accueil_text_top {
        width: 70%;
        margin-left: 25px;
        font-size: 2.5vw;
    }

    .accueil_text_top {
        color: var(--main-primary-color);
        font-weight: bold;
    }

    .accueil_bottom_text {
        width: 90%;
        margin-left: 25px;
        font-size: 2.5vw;
    }

    .accueil_middle {
        display: inline-block;
        width: 100%;
        text-align: center;
    }

    .accueil_video {
        position: relative;
        width: 80vw;
        height: 45vw;
        margin: auto;
        z-index: 2;
    }

    .accueil_video_top {
        background-color: transparent;
        height: 150px;
        padding-top: 15px;
    }

    .accueil_video_bottom {
        width: 100%;
        height: 30vw;
    }

    .video_vague_top {
        display: none;
    }

    .video_vague_bottom {
       display: none;
    }

    .accueil_contact_button {
        background-color: var(--main-third-color);
        border: none;
        position: relative;
        z-index: 5;
        height: auto;
        width: 30vw;
        font-size: 2.5vw;
        color: white;
        font-weight: bold;
        border-radius: 10px;
        padding: 7px;
    }

    .contact_image {
        display: none;
    }

    .vague_contact {
        display: none;
    }

    .accueil_innovations {
        background-color: var(--main-grey-color);
        height: auto;
        padding-top: 50px;
        padding-bottom: 8vw;
    }

    .accueil_innov_title_image {
        position: relative;
        width: 90%;
    }

    .accueil_innov_title {
        text-align: center;
        margin-top: -13vw;
        font-size: 2.8vw;
        color: var(--main-primary-color);
        font-weight: bold;
    }

    .accueil_innov_3plus {
        display: none;
    }

    .accueil_innovation_menus {
        padding-top: 50px;
        width: 100%;
    }

    .select_innov {
        width: 13vw;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        background: url('/img/arrow_select.png') 80% / 5% no-repeat;
        margin: auto;
        text-align: center;
        margin-bottom: 25px;
        font-size: 3vw;
    }

    .select_innov {
        width: 50%;
    }

    .accueil_innov_trl {
        width: 75%;
        float: initial;
        margin: auto;
    }
    
	.accueil_innov_div_selecteur_trl{
        width: 75%;
	    left: 12.5%;
	    position: absolute;
		bottom: -5px;
	}
	
	.accueil_innov_selecteur_trl{
		position: relative;
		float: left;
		max-width: 6%;
	}

    .accueil_filieres {
        position: initial;
        width: 100%;
        margin: auto;
        background-color: transparent;
    }

    .title_trl {
        width: 75%;
        float: initial;
        margin: auto;
    }

    .title_trl p {
        float: left;
        display: inline-block;
        font-size: 2.5vw;
        width: 24.9%;
        text-align: center;
        color: var(--main-primary-color);
        padding-left: 1vw;
    }
}



.sel {
	color: var(--main-primary-color);
	font-size: 1rem;
	display: inline-block;
	margin: auto;
	background-color: transparent;
	position: relative;
	cursor: pointer;
}

.sel::before {
	position: absolute;
	background-image: url('/img/arrow_select.jpg');
	background-repeat: no-repeat;
	background-position: center;
	margin: auto;
	width: 2rem;
	height: 2rem;
	top: calc(50% - 1rem);
	content: '  ';
	right: 0px;
	transform: rotate(0deg);
}

.sel.active::before {
	transform: rotate(-180deg);
}

.sel__placeholder {
	display: block;
	padding-right: 3rem;
	text-align: left;
	pointer-events: none;
	user-select: none;
	text-transform: uppercase !important;
}

.sel__box {
	position: absolute;
	min-width: 100%;
	top: 100%;
	display: none;
	list-style-type: none;
	text-align: left;
	background-color: var(--white);
	box-sizing: border-box;
	z-index:2;
	font-size: .8rem;
}

.sel.active .sel__box {
	display: block;
	animation: fadeInUp 500ms;
}

.sel__box__options {
	display: list-item;
	padding: 0.5em 1em;
	user-select: none;
}

.sel__box__options.selected {
	background-color: var(--main-primary-color);
	color: white;
}

.sel__box__options:hover {
	text-decoration: underline;
}

@media (min-width: 500px) and (max-width: 750px) {
    .accueil_contact_button {
        background-color: var(--main-third-color);
        border: none;
        position: relative;
        z-index: 5;
        height: auto;
        width: 30vw;
        font-size: 2.5vw;
        color: white;
        font-weight: bold;
        border-radius: 10px;
        padding: 7px;
        margin-top: 28vw;
    }

    .accueil_video_bottom {
        margin-bottom: 12%;
    }
}




