@charset "utf-8";
/* CSS Document */

/*erreur*/

 .input-validation-error {
        border-width: 2px!important;
        border-color: #a61903!important;
    }

 .div-error {
        border: solid;
    }

.contactus-page .contactus-content-section form .form-require {
    font-size: 12px;
    float: right;
    color: #a61903;
    margin-top: 5px;
}

.contactus-page ::placeholder {
  color: #494949 !important;
  opacity: 1 !important; /* Firefox */
font-weight: bold !important;
}

.contactus-page ::-ms-input-placeholder { /* Edge 12 -18 */
  color: #494949 !important;
	font-weight: bold !important;
}

.contactus-page .contactus-content-section .contactus-title .assistancelink {
        color:#EE0000;
		text-decoration: underline;
		font-weight: bold;
    }


/*Contact us Thank you message*/
.contactusthankyoumessage {
    background-color: #f7f7f7;
    border-radius: 20px;
    border: 2px solid #EE0000;
    padding: 10%;
    margin-top: 25px;
    }

.contactusthankyoumessage h3{
    text-align: center;
    color: #EE0000;
	
	margin-top: 10px;
    }

.contactusthankyoumessage p{
    text-align: center;
    }

/* Custom, iPhone Retina */ 
@media only screen and (min-width : 320px) {
	
	.contactus-page {
		padding-top: 0px;
		padding-bottom: 35px;
	}
	
	.contactus-page .contactus-content-section .contactus-title {
        width: 100%;
        max-width: 1140px;
        margin: 0px 0 0px;
        margin-left: auto;
        margin-right: auto;
    }
	
	.contactus-page .contactus-content-section p {
    	font-size: 16px;
    	/*Text-transform: uppercase; deleted 2024-06-21*/
	}
	
	.contactus-page .contactus-content-section .contactus-content-block {
		width: 100%;
		max-width: 1140px;
		padding-top: 25px;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		background: none;
	}
	
	.contactus-page .contactus-content-section .contactus-content {
        padding: 0px;
    }
	
	.contactus-page .contactus-content-section .contactus-content {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
	
	padding: 0px;
	}
	
	.contactus-page .contactus-content-section form select {
		font-size: 18px;
		color: #494949;
		font-weight: bold;
	}
	
	.contactus-page .contactus-content-section form select:hover {
		cursor: pointer;
	}
	
	.contactus-page .contactus-content-section form label {
		font-size: 18px;
		color: #494949;
		font-weight: bold;
	}
	
	.contactus-page .contactus-content-section form .checkboxlist {
		display: flex;
      flex-direction: row; /* Lorsque l'écran est plus petit, empilez les éléments */
      align-items: baseline; /* Aligner le contenu sur la gauche */
		gap: 5px;
    }
	
	.contactus-page .contactus-content-section form .checkboxlist label {
		font-size: 16px;
		color: #494949;
		font-weight: normal;
		padding-left: 5px;
	}
	
}

/* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
	
	.contactus-page {
		padding-top: 0px;
		padding-bottom: 35px;
	}
	
	.contactus-page .contactus-content-section .contactus-title {
        width: 100%;
        max-width: 1140px;
        margin: 0px 0 0px;
        margin-left: auto;
        margin-right: auto;
    }
	
	.contactus-page .contactus-content-section p {
    	font-size: 16px;
    	/*Text-transform: uppercase; deleted 2024-06-21*/
	}
	
	.contactus-page .contactus-content-section .contactus-content-block {
		width: 100%;
		max-width: 1140px;
		padding-top: 25px;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		background: none;
	}
	
	.contactus-page .contactus-content-section .contactus-content {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
	
	padding: 0px;
	}
	
	.contactus-page .contactus-content-section form select {
		font-size: 18px;
		color: #494949;
		font-weight: bold;
	}
	
	.contactus-page .contactus-content-section form select:hover {
		cursor: pointer;
	}
	
	.contactus-page .contactus-content-section form label {
		font-size: 16px;
		color: #494949;
		font-weight: bold;
	}
	
	.contactus-page .contactus-content-section form .checkboxlist {
		display: flex;
      flex-direction: row; /* Lorsque l'écran est plus petit, empilez les éléments */
      align-items: baseline; /* Aligner le contenu sur la gauche */
		gap: 5px;
    }
	
	.contactus-page .contactus-content-section form .checkboxlist label {
		font-size: 18px;
		color: #494949;
		font-weight: normal;
	}
	
}
	
/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
	
	.contactus-page {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	.contactus-page .contactus-content-section .contactus-title {
        width: 100%;
        max-width: 1140px;
        margin: 0px 0 0px;
        margin-left: auto;
        margin-right: auto;
    }
	
	.contactus-page .contactus-content-section p {
    	font-size: 18px;
    	/*Text-transform: uppercase; deleted 2024-06-21*/
	}
	
	.contactus-page .contactus-content-section .contactus-content-block {
		width: 100%;
		max-width: 1140px;
		padding-top: 25px;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		background: none;
	}
	
	.contactus-page .contactus-content-section .contactus-content {
        padding: 0px;
    }
	
	.contactus-page .contactus-content-section .contactus-content {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
	
	padding: 0px;
	}
	
	.contactus-page .contactus-content-section form select {
		font-size: 18px;
		color: #494949;
		font-weight: bold;
	}
	
	.contactus-page .contactus-content-section form select:hover {
		cursor: pointer;
	}
	
	.contactus-page .contactus-content-section form label {
		font-size: 18px;
		color: #494949;
		font-weight: bold;
	}
	
	/* Cibler l'élément parent pour le flexbox */
  .contactus-page .contactus-content-section form .checkboxlist {
    display: flex; /* Utilisation de flexbox */
    flex-direction: row; /* Par défaut, les éléments seront sur la même ligne */
    align-items: baseline; /* Centrer verticalement les éléments */
    gap: 5px; /* Espacement entre la case à cocher et le label */
  }
	
	.contactus-page .contactus-content-section form .checkboxlist label {
		font-size: 18px;
		color: #494949;
		font-weight: normal;
	}
}
	
/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
	
	.contactus-page {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	.contactus-page .contactus-content-section .contactus-title {
        width: 100%;
        max-width: 1140px;
        margin: 0px 0 0px;
        margin-left: auto;
        margin-right: auto;
    }
	
	.contactus-page .contactus-content-section p {
    	font-size: 18px;
    	/*Text-transform: uppercase; deleted 2024-06-21*/
	}
	
	.contactus-page .contactus-content-section .contactus-content-block {
		width: 100%;
		max-width: 1140px;
		padding-top: 25px;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		background: none;
	}
	
	.contactus-page .contactus-content-section .contactus-content {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
	
	padding: 0px;
	}
	
	.contactus-page .contactus-content-section form select {
		font-size: 18px;
		color: #494949;
		font-weight: bold;
	}
	
	.contactus-page .contactus-content-section form select:hover {
		cursor: pointer;
	}
	
	.contactus-page .contactus-content-section form label {
		font-size: 18px;
		color: #494949;
		font-weight: bold;
	}
	
	/* Cibler l'élément parent pour le flexbox */
  .contactus-page .contactus-content-section form .checkboxlist {
    display: flex; /* Utilisation de flexbox */
    flex-direction: row; /* Par défaut, les éléments seront sur la même ligne */
    align-items: baseline; /* Centrer verticalement les éléments */
    gap: 5px; /* Espacement entre la case à cocher et le label */
  }
	
	.contactus-page .contactus-content-section form .checkboxlist label {
		font-size: 18px;
		color: #494949;
		font-weight: normal;
	}
	
}
	
/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {
	
	.contactus-page {
		padding-top: 35px;
		padding-bottom: 35px;
	}
	
	.contactus-page .contactus-content-section .contactus-title {
        width: 100%;
        max-width: 1140px;
        margin: 0px 0 0px;
        margin-left: auto;
        margin-right: auto;
    }
	
	.contactus-page .contactus-content-section p {
    	font-size: 18px;
    	/*Text-transform: uppercase; deleted 2024-06-21*/
	}
	
	.contactus-page .contactus-content-section .contactus-content-block {
		width: 100%;
		max-width: 1140px;
		padding-top: 25px;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
		background: none;
	}
	
	.contactus-page .contactus-content-section .contactus-content {
    width: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
	
	padding: 0px;
	}
	
	.contactus-page .contactus-content-section form select {
		font-size: 18px;
		color: #494949;
		font-weight: bold;
	}
	
	.contactus-page .contactus-content-section form select:hover {
		cursor: pointer;
	}
	
	.contactus-page .contactus-content-section form label {
		font-size: 18px;
		color: #494949;
		font-weight: bold;
	}
	
	/* Cibler l'élément parent pour le flexbox */
  .contactus-page .contactus-content-section form .checkboxlist {
    display: flex; /* Utilisation de flexbox */
    flex-direction: row; /* Par défaut, les éléments seront sur la même ligne */
    align-items: baseline; /* Centrer verticalement les éléments */
    gap: 5px; /* Espacement entre la case à cocher et le label */
  }
	
	.contactus-page .contactus-content-section form .checkboxlist label {
		font-size: 18px;
		color: #494949;
		font-weight: normal;
	}
	
}



    

@media (max-width: 767px) {
    .contactus-page .contactus-content-section .contactus-title {
        margin: 20px 0 30px;
    }
}

.contactus-page .contactus-content-section .contactus-title h2 {
    margin: 0 0 20px 0;
}

    .contactus-page .contactus-content-section .contactus-title h2 br {
        display: none;
    }

@media (max-width: 767px) {
    .contactus-page .contactus-content-section .contactus-title h2 br {
        display: block;
    }
}





/*@media (max-width: 767px) {
    .contactus-page .contactus-content-section .contactus-content {
        padding: 0 20px;
    }
}*/

.contactus-page .contactus-content-section .contactus-info .contact-info {
    margin: 30px 0 35px;
}

    .contactus-page .contactus-content-section .contactus-info .contact-info h2 {
        padding: 0;
        margin: 0 0 15px;
    }

        .contactus-page .contactus-content-section .contactus-info .contact-info h2 br {
            display: none;
        }

@media (max-width: 767px) {
    .contactus-page .contactus-content-section .contactus-info .contact-info h2 br {
        display: block;
    }
}

.contactus-page .contactus-content-section .contactus-info .contact-info a {
    color: #000;
}

    .contactus-page .contactus-content-section .contactus-info .contact-info a:hover {
        text-decoration: none;
    }

.contactus-page .contactus-content-section form .form-row {
    margin-bottom: 15px;
}

    .contactus-page .contactus-content-section form .form-row label {
        display: block;
        font-size: 14px;
        line-height: 15px;
        font-weight: 400;
        margin: 0 0 3px 0;
    }

        .contactus-page .contactus-content-section form .form-row label.required:after {
            font-size: 15px;
            font-weight: 700;
            content: '*';
            color: #d81e05;
        }

/*Les champs du formulaire*/
.contactus-page .contactus-content-section form input[type="text"],
.contactus-page .contactus-content-section form input[type="email"],
.contactus-page .contactus-content-section form input[type="tel"], .contactus-page .contactus-content-section form textarea {
    width: 100%;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
    appearance: none;
	
	background-color: #f7f7f7;
}

.contactus-page .contactus-content-section form select {
    width: 100%;
    border: 2px solid #e7e7e7;
    border-radius: 5px;
	background-color: #f7f7f7;
	height: 30px;
    padding: 0 10px;
}

.contactus-page .contactus-content-section form input[type="text"],
.contactus-page .contactus-content-section form input[type="email"],
.contactus-page .contactus-content-section form input[type="tel"] {
    height: 30px;
    padding: 0 10px;
}

.contactus-page .contactus-content-section form textarea {
    height: 185px;
    padding: 5px 10px 0;
	
	max-width: 1140px;
}

/*Afficher le dropdown*/
.contactus-page .contactus-content-section form select {
    display: block;
}

.contactus-page .contactus-content-section form button[type=submit] {
    font-size: 16px;
    font-weight: normal;
    padding: 0 25px;
    border-radius: 0;
}

.contactus-page .contactus-content-section form .form-select-block {
    width: 100%;
}

    .contactus-page .contactus-content-section form .form-select-block .link-btn-w-arrow {
        width: 100%;
        max-width: 475px;
        background: #d81e05;
        text-align: left;
        padding-right: 10px;
    }

@media (max-width: 991px) {
    .contactus-page .contactus-content-section form .form-select-block .link-btn-w-arrow {
        font-size: 16px;
    }
}

.contactus-page .contactus-content-section form .form-select-block .link-btn-w-arrow.toggle .arrow-icon {
    transform: scaleY(-1);
}

.contactus-page .contactus-content-section form .form-select-block .link-btn-w-arrow .label-block {
    width: 100%;
    color: #FFF;
    text-align: left;
}

@media (max-width: 991px) {
    .contactus-page .contactus-content-section form .form-select-block .link-btn-w-arrow .label-block {
        font-size: 16px;
    }
}

.contactus-page .contactus-content-section form .form-select-block .link-btn-w-arrow .arrow-icon {
    right: 0;
    transform: inherit;
}

    .contactus-page .contactus-content-section form .form-select-block .link-btn-w-arrow .arrow-icon .svg-path {
        fill: #FFF;
    }

@media (max-width: 991px) {
    .contactus-page .contactus-content-section form .form-select-block .link-btn-w-arrow .dropdown-block {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .contactus-page .contactus-content-section form .form-select-block .link-btn-w-arrow .dropdown-block {
        padding: 12px 0 12px 10px;
    }
}

.contactus-page .contactus-content-section form .form-select-block .link-btn-w-arrow .dropdown-block p {
    display: block;
    transition: opacity .5s;
}

    .contactus-page .contactus-content-section form .form-select-block .link-btn-w-arrow .dropdown-block p:hover {
        opacity: 0.5;
    }


