body {
    font-family: 'Quicksand', sans-serif;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


body, html {
    margin: 0;
    padding: 0;
    height: 100%;
}


main {
	flex: 1;
	display: flex;
	flex-direction: column;
    background-image: url('../../img/background-dikor.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}

header {
    background-color: #2b2a29;
    border-bottom: 2px solid #e31e24;
    height: 110px;
    z-index: 10;
    position: relative;
}


footer {
    background-color: #2b2a29;
    border-top: 2px solid #e31e24;
    position: relative;
    z-index: 10;
}

.header-div {
	max-height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 20px;
}

.header-div > div {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 10px;
}

.header-left {
    justify-content: flex-start;
}

.header-center {
    justify-content: center;
}

.header-right {
    justify-content: flex-end;
}

.header-right > #video,
.header-right > #tel {
    flex: 1;
}

.footer-div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px;
    text-align: center;
    flex-wrap: wrap;
    gap: 10px;
}


.footer-div > div {
    flex: 1;
    padding: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-left {
    justify-content: flex-start;
}

.footer-center {
    justify-content: center;
}

.footer-right {
    justify-content: flex-end;
}

#sign {
    width: 150px;
    max-width: 100%;
}


#mtn-lgl, #pol-conf {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    text-decoration: none;
}

#contact {
	color: #ffffff;
	background-color: #e31e24;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
	letter-spacing: 0;
	padding: 8px 16px;
	border-radius: 5px;
	display: inline-block;
	text-decoration: none;
	transition: background-color 0.2s ease;
}

#logo {
    width: 145px;
    position: relative;
    top: 30px;
    z-index: 11;
}

.header-overlap-fix {
    position: absolute;
    top: 112px;
    left: 0;
    width: 100%;
    height: 47px;
    pointer-events: none; 
    z-index: 12;
}


#video {
	color: #ffffff;
	font-weight: bold;
	font-size: 21px;
}

#video a {
    display: flex;
    align-items: center;
    text-decoration: none;
    gap: 8px;
    width: 110px;
}

#play-button{
	height: 30px;
	width: auto;
}

#tel {
    font-weight: 700;
    font-size: 21px;
    line-height: 1;
    letter-spacing: 0;
}

#contact i,
#tel i {
	margin-right: 5px;
}

.catalogue {
	width: 100%;
	height: 88vh;
	border: none;
	display: block;
	position: relative;
	z-index: 1;
}

.video-iframe{
	padding-left: 235px;
}

h1{
	color: #ffffff;
	text-align: center;
	padding-top: 30px;
	font-size:27px;
}

h2{
	color: #383848;
}	

a{
	text-decoration: none;
	color: #ffffff;
}

.contact-content{
	display: flex;
	justify-content:center;
	padding-bottom: 50px;
	gap:65px;
}

.contact-content-left{
	width: 45%;
}

.contact-content-right{
	width: 20%;
}

.form, #coo{
	background-color: #2b2a29;
	padding: 8px 16px;
	border-radius: 10px;
	border: solid 30px #2b2a29;
}

#coo p{
	padding: 0px;
}

.coo-title{
	color: #e31e24;
	font-weight: bold;
}

.coo-link{
	color: #ffffff;
}

#form-button {
	background-color: #e31e24;
	color: #ffffff;
	padding: 12px 30px;
	font-size: 16px;
	font-weight: bold;
	border: none;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s ease;
	letter-spacing: 1px;
}

#form-button:hover {
	background-color: #c01c1a;
	transform: scale(1.05);
}

#form-button:active {
	background-color: #a01716;
	transform: scale(0.98);
}

#form-button:focus {
	outline: none;
	box-shadow: 0 0 10px rgba(227, 30, 36, 0.5);
}

.form-input-1{
	padding: 6px;
	font-size: 16px;
	text-align: left;
	color: #e31e24;
	font-weight: normal;
	border: none;
	border-radius: 5px;
	height: 35px;
	padding-left: 20px;
	width: 41%;
}

.form-input-2{
	padding: 6px;
	font-size: 16px;
	text-align: left;
	color: #e31e24;
	font-weight: normal;
	border: none;
	border-radius: 5px;
	height: 120px;
	padding-left: 20px;
	width: 89%;
}

#form-1, #form-2, #form-3, #form-4{
	padding-bottom: 30px;
	display: flex;
	justify-content: space-evenly;
}

#form-3{
	width: 100%;
}

.content p, .content h2 {
	padding-left: 235px;
	padding-right: 165px;
}

.contact-h2{
	padding:0px !important;
}

.content p {
	font-size: 16px;
}

.content a{
	color: #e31e24;
}

.h-captcha {
	padding-bottom: 5px;
}

.band {
	background-color: #ba2d33;
	display: flex;
	flex-wrap:wrap;
	justify-content: space-between;
	color: #ffffff;
	padding: 20px 0;
	font-size: 16px;
}

#band-1,
#band-2 {
  flex: 1 1 50%;
  box-sizing: border-box;
  padding: 20px;
}

#band-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

#band-2 > div {
	display: flex;
	align-items: flex-start;
	flex: 0 1 45%;
	gap: 15px;
	text-align: left;
	box-sizing: border-box;
}

#band-2 img {
	height: 50px;
	width: auto;
}

#band-2 h3,
#band-2 p {
	margin: 0;
}

#band-2 h3{
	color: #eecf6d;
}

#commande {
	padding-left:14px;
	padding-right:14px;
}

.title-band {
	display: flex;
	justify-content:center;
	align-items:center;
	background-image: url('../../img/band-background.jpg');
	height: 200px;
	width: 100%;
}

.content h3{
	color: #383848;
}

@media (max-width: 1024px) {
	.catalogue {
		width: auto;
		height: 50vh;
	}
	
	.content p{
		font-size: 30px;
		text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}
	
	.content h1{
		font-size: 40px;
	}
	
	.content h2{
		font-size: 35px;
	}
	
	h2{
		padding-top: 50px;
	}
	
	h1{
		font-size: 30px;
	}

	header{
		border-bottom: 2px solid #e31e24;
		height: 220px;
	}
	
	.band {
		flex-wrap:wrap;
	}
		
	#band-1 {
		flex: 1 1 100%;
		width: 100%;
		padding-left: 80px;
		padding-right: 80px;
	}
	
	#band-2 {
		flex-direction: column;
		align-items: center;
	}
	
	#band-2 p, #band-1 p{
		font-size: 30px;
		text-size-adjust: none;
		-webkit-text-size-adjust: none;
		-ms-text-size-adjust: none;
	}
	
	#band-2 h3{
		font-size: 35px;
	}

	#band-2 > div {
		width: 100%;
		max-width: 500px;
		flex: none;
		padding-bottom:20px;
	}
	
	#band-2 img{
		height: 80px;
		width: auto;
	}
	
	#conseiller, #fabrication{
		padding-left: 18px;
		padding-right: 18px;
	}
	
	#commande{
		padding-left:22px;
		padding-right:22px;
	}

	#band-2 > div {
		width: 100%;
		max-width: 500px;
		flex: none;
	}
	
	.h-captcha {
		padding-bottom: 30px;
	}
	
	#logo{
		width: 250px;
		padding-top: 10px;
		padding-left: 0px;
	}
	
    .header-div {
        flex-direction: row; 
        justify-content: space-between;
        max-height: 220px;
    }

    .header-div > div {
        padding: 0 10px;
    }
    
    .footer-div {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    #mtn-lgl,
    #pol-conf {
        padding: 0;
        margin: 5px 0;
        font-size: 22px;
    }
    
    #sign {
        padding: 0;
        margin-top: 10px;
        width:400px;
    }


    .footer-div > div {
        padding: 0 10px;
    }
    
    .contact-content {
        flex-direction: column;
        align-items: center;
        padding: 20px;
        gap: 30px;
    }
    
    .contact-content-left {
        width: 90%;
        margin: 0;
    }
    
    .contact-content-right{
		width: 40%;
		margin: 0;
    }
   
    .contact-content div:last-child {
        margin-left: 0;
    }
    
    #form-1,
    #form-2 {
        flex-direction: inline;
        gap: 30px;
    }

    .form-input-1, .form-input-2{
        width: 100%;   
    }

    #form-3 {
        width: 100%;
    }

    .form, #coo {
        padding: 20px;
		margin-bottom: 40px;
    }

    #coo {
        text-align: center;
    }   
    
    .content p, .content h2{
		padding-left: 80px;
		padding-right: 80px;
	}
	
	.video-iframe{
		padding-left: 80px;
	}
	
	#tel span, #contact span {
        display: none;
    }
    
    #tel i{
		font-size: 47px;
		padding-bottom: 5px;
    }
    
    #contact i{
		font-size: 60px;
		padding-bottom: 5px;
    }
    
    #contact{
		padding: 0px;
		background: transparent;
    }
    
    #play-button{
		height: 50px;
    }
    
    #video span {
        display: none;
    }
    
    #video a {
		display: inline-flex;
		max-width: 50px;
	}

    
	.header-div > div {
        padding: 0 10px;
    }
	
	.header-div {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: nowrap;
    }
    
    .contact-content-right, .contact-content-left{
		font-size: 24px;
    }
}

@media (max-width: 768px) {
    .contact-content {
        flex-direction: column; 
        align-items: center;
    }

    .contact-content-left {
        width: 90%;
        margin-bottom: 20px;
    }
    
    .contact-content-right{
		width: 70%;
		margin-bottom: 20px;
    }
    
    
    .contact-content-right p {
        white-space: nowrap;
    }
    
    header{
		border-bottom: 2px solid #e31e24;
		height: 200px;
	}
    
    #contact, #tel {
        flex-shrink: 0;
        flex-grow: 0;
    }
    
    #contact {
        width: auto;
        padding-left: 10px;
        padding-right: 7px;
    }
    
    #logo {
        width: 250px;
    }
    
    #contact{
    margin-left: 80px;
    margin-bottom: 20px;
}

    
    #band-1, #band-2{
		padding-left: 70px;
		padding-right: 70px;
    }
}

@media (max-width: 600px) {
    .header-div {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .footer-div {
        flex-direction: column;
        align-items: center;
    }

    #pol-conf, #mtn-lgl {
        font-size: 14px;
    }

    .footer-div > div {
        padding: 5px 0;
    }
    
    #contact{
		margin-left: 30px;
		margin-bottom: 20px;
	}
	
	.contact-content-right, .contact-content-left{
		font-size: 20px;
    }
    
    #mtn-lgl, #pol-conf{
		font-size: 18px;
    }
}


