:root {
	--primaire: #0E253A !important;
}

html,
body,
.body {
	height: 100%;
}

html body.site {
	border-top: none;
	padding: 0px;
	background-color: #ffffff;
}

html body * {
	font-family: segoe ui;
}

html .body .container-fluid {
	height: 100%;
	width: 100%;
	max-width: 100%;
	border: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	padding: 0px;
}

/*
.scrollTop { background:var(--primaire); color:#FFF; opacity:0.7; border-radius:-7px; position:fixed; bottom:20px; right:20px; z-index:250;}
*/
a,
button,
.btn {
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
}

.off {
	opacity: 0.5;
}

.on {
	opacity: 1;
}

.blanc {
	color: #FFF;
}

.bleu,
.lien {
	color: #266DD3;
}

.lien {
	font-style: italic;
	text-decoration: underline;
}

.bleufonce,
.sub_container {
	color: var(--primaire);
}

.border-bleufonce {
	border-color: var(--primaire);
}

.gras {
	font-weight: bold;
}

.haut-400 {
	height: 400px;
}

.mw-550 {
	max-width: 550px;
}

.container-full {
	width: 100%;
}

.btn {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 0.9em;
	border-radius: 30px !important;
}

.btn.btn-antiss,
.btn.btn-antiss:hover,
.btn-primary {
	color: #FFF;
	background: #266DD3;
}

.btn-primary:hover {
	background: #266DD3;
}

.btn-secondary {
	color: #FFF;
	background: #0e253a;
}

.btn-secondary:hover {
	background: #0e253a;
}

.btn-outline-primary {
	color: #266DD3;
	border-color: #266DD3;
	background: none;
}

.btn-outline-primary:hover {
	background: #266DD3;
}

.btn-outline-secondary {
	color: var(--primaire);
	border-color: var(--primaire);
}

.btn-outline-secondary:hover {
	background: #0e253a !important;
}

.btn_start {
	background-color: #ffffff;
	color: #000000;
	font-weight: bold;
	text-transform: uppercase;
}

.btn-xs {
	font-size: 0.75em;
}

.btn-fullscreen {
	padding: 0.5em 1rem;
}

.couleur_choisie .btn-fullscreen {
	margin: 1em 0 0 30%;
}

.jconfirm-content .couleur_choisie .btn-fullscreen {
	margin: 1em 0 0 0;
}

.border-radius-15 {
	border-radius: 15px;
}

.display-5 {
	font-size: 3em;
}

.display-6 {
	font-size: 2.5em;
}

.display-7 {
	font-size: 2em;
}

.display-8 {
	font-size: 1.5em;
}

.display-9 {
	font-size: 1.2em;
}

.opacity-0 {
	opacity: 0 !important;
}

.opacity-1 {
	opacity: 0.2 !important;
}

.opacity-2 {
	opacity: 0.4 !important;
}

.opacity-3 {
	opacity: 0.6 !important;
}

.opacity-4 {
	opacity: .8 !important;
}

.opacity-5 {
	opacity: 1 !important;
}

.opacity-0h5 {
	opacity: 0.5 !important;
	-o-transition: opacity .25s ease-in-out !important;
	transition: opacity .25s ease-in-out !important;
	-moz-transition: opacity .25s ease-in-out !important;
	-webkit-transition: opacity .25s ease-in-out !important;
}

.opacity-0h5:hover {
	opacity: 1 !important;
}

.paginate_button {
	border-radius: 100% !important;
	border: 0px !important;
}

.paginate_button.current {
	border-radius: 100% !important;
	border: 0px !important;
	background: rgba(14, 37, 58, 0.15) !important;
}

.img_logo_welcome {
	position: absolute;
	left: 0;
	top: 0;
	max-width: 450px;
	width: 50%;
	z-index: -1;
}
.bandeau-top {
	-webkit-box-shadow: -1px 4px 5px 5px #dedede;
	box-shadow: -1px 4px 5px 5px #dedede;
}

.bandeau-top .bg-1 {
	background: url("/components/com_antiss/antiss/assets/images/bg-header-1.png") no-repeat right top;
	background-size: contain;
}

.bandeau-top .bg-2 {
	background: #f3f4f5;
	/*
	 url("/components/com_antiss/antiss/assets/images/bg-header-2.png") no-repeat right top
	background-size: contain;*/
}

.bandeau-top .bg-3 {
	background: #e6e9eb;
}

.gutters-1>[class*='col-'] {
	padding-right: 10px;
	padding-left: 10px;
}

.gutters-1>[class*="col-"]:first-child {
	padding-left: 0px;
}

.gutters-1>[class*="col-"]:last-child {
	padding-right: 0px;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
	font-size: 0.8em;
}


#appli_container {
	min-height: calc(100vh - 250px);
}

.menu-timeline {
	height: 120px;
	-webkit-box-shadow: -1px 4px 5px 5px #dedede;
	box-shadow: -1px 4px 5px 5px #dedede;
	z-index: 2;
	background: rgb(14, 37, 58);
	background: -o-linear-gradient(left, rgba(14, 37, 58, 1) 50%, rgba(255, 255, 255, 1) 51%);
	background: -webkit-gradient(linear, left top, right top, color-stop(50%, rgba(14, 37, 58, 1)), color-stop(51%, rgba(255, 255, 255, 1)));
	background: linear-gradient(90deg, rgba(14, 37, 58, 1) 50%, rgba(255, 255, 255, 1) 51%);
	padding: 0px;
	list-style-type: none;
	margin: 0px;
	width: 100%;
}

#container_accueil_documents .nav {
	margin: 0px;
}

#container_accueil_documents .tab-content {
	margin-top: -1px;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	border-color: #284d70;
}

.nav-tabs .nav-item {
	margin: 0px !important;
}

.menu-timeline .container_timeline {
	background: #FFF;
}

.container_menu_timeline {
	text-align: center;
	padding: auto 2em;
	background-repeat: no-repeat;
	background-position: center 30px;
}

.container_timeline.active {
	background-color: var(--primaire);
}

.container_timeline.active.selected .container_menu_timeline:after {
	content: "";
	display: inline-block;
	width: 0px;
	height: 0px;
	margin-right: -28px;
	float: right;
	border-top: 60px solid #fff;
	border-bottom: 60px solid #fff;
	border-left: 28px solid #0e253a;
	background-color: white;
}

ul.menu-timeline .active:last-child,
ul.menu-timeline .active.selected {
	padding-right: 28px;
}

.fuite_reparee_popup.jconfirm-box {
	padding: 0;
}

.fuite_reparee_popup .jconfirm-title-c {
	background: #f39c12;
	padding: 10px 20px;
	margin-top: 20px;
}

.fuite_reparee_popup .jconfirm-content-pane {
	padding: 20px 20px 0px 20px;
}

#container_presta_hors_sinistre label,
#div_degats_des_eaux label {
	cursor: default;
}

#img_prepa_devis {
	margin-top: 19px;
}

.active .container_menu_timeline span {
	color: #ffffff;
}

.container_menu_timeline span {
	text-transform: uppercase;
	color: var(--primaire);
	font-weight: bold;
	margin-top: 87px;
	display: inline-block;
	padding: 0 2em;
	line-height: 130%;
}

#creation_dossier.active .container_menu_timeline {
	background-image: url("/components/com_antiss/antiss/assets/images/folder_blanc.png");
}

#preparation_devis .container_menu_timeline {
	background-image: url("/components/com_antiss/antiss/assets/images/preparation_devis.png");
}

#preparation_devis.active .container_menu_timeline {
	background-image: url("/components/com_antiss/antiss/assets/images/preparation_devis_blanc.png");
}

#signature_devis .container_menu_timeline {
	background-image: url("/components/com_antiss/antiss/assets/images/signature_devis.png");
}

#signature_devis.active .container_menu_timeline {
	background-image: url("/components/com_antiss/antiss/assets/images/signature_devis_blanc.png");
}

#chantier_en_cours .container_menu_timeline {
	background-image: url("/components/com_antiss/antiss/assets/images/chantier_en_cours.png");
}

#chantier_en_cours.active .container_menu_timeline {
	background-image: url("/components/com_antiss/antiss/assets/images/chantier_en_cours_blanc.png");
}

#chantier_receptionne .container_menu_timeline {
	background-image: url("/components/com_antiss/antiss/assets/images/chantier_receptionne.png");
}

#chantier_receptionne.active .container_menu_timeline {
	background-image: url("/components/com_antiss/antiss/assets/images/chantier_receptionne_blanc.png");
}

#facturation .container_menu_timeline {
	background-image: url("/components/com_antiss/antiss/assets/images/facturation.png");
}

#facturation.active .container_menu_timeline {
	background-image: url("/components/com_antiss/antiss/assets/images/facturation_blanc.png");
}

.form-control {
	border-radius: 15px;
	padding: 0.3em 1em;
}

.control-group {
	margin-bottom: 0.7em;
}

.control-group.champ_prenom {
	display: none;
}


#formulaire_verif .control-group .field #proprietaire,
#formulaire_verif .control-group .field #locataire {
	display: none;
}

#formulaire_verif .control-group .field #maison,
#formulaire_verif .control-group .field #appartement,
#formulaire_verif .control-group .field #autre_logement {
	display: none;
}

#formulaire_verif .control-group .field #avant1997,
#formulaire_verif .control-group .field #apres1997 {
	display: none;
}

#formulaire_verif .control-group .field textarea {
	resize: none;
	height: 5em;
}

#formulaire_verif .control-group .field textarea::-webkit-input-placeholder {
	font-style: italic;
	color: var(--primaire);
}

#formulaire_verif .control-group .field textarea::-moz-placeholder {
	font-style: italic;
	color: var(--primaire);
}

#formulaire_verif .control-group .field textarea:-ms-input-placeholder {
	font-style: italic;
	color: var(--primaire);
}

#formulaire_verif .control-group .field textarea::-ms-input-placeholder {
	font-style: italic;
	color: var(--primaire);
}

#formulaire_verif .control-group .field textarea::placeholder {
	font-style: italic;
	color: var(--primaire);
}

#div_left_cp,
#div_right_ville {
	width: 47%;
	display: inline-block;
}

.bad input::-webkit-input-placeholder {
	color: red;
	font-weight: bold;
}

.bad input::-moz-placeholder {
	color: red;
	font-weight: bold;
}

.bad input:-ms-input-placeholder {
	color: red;
	font-weight: bold;
}

.bad input::-ms-input-placeholder {
	color: red;
	font-weight: bold;
}

.bad input::placeholder {
	color: red;
	font-weight: bold;
}

.check_radio {
	display: block;
	float: left;
	border-radius: 13px;
	height: 20px;
	width: 20px;
	margin: 2px 7px 2px 0;
	cursor: pointer;
}

.check_radio::before {
	display: block;
	content: '';
	border-radius: 6px;
	width: 0px;
	margin-top: -1px;
	margin-left: -1px;
	border-radius: 50px;
}

input[type=radio]:checked~.check_radio {
	border: 2px solid #0E253A;
}

input[type=radio]~.check_radio {
	border: 2px solid #707070;
}

input[type=radio]:checked~.check_radio::before {
	border: 9px solid #0E253A;
	background: #0E253A;

}

input[type=checkbox]:checked~.check_radio {
	border: 2px solid #0E253A;
}

input[type=checkbox]~.check_radio {
	border: 2px solid #707070;
}

input[type=checkbox]:checked~.check_radio::before {
	border: 9px solid #0E253A;
	background: #0E253A;
}

input[type=submit] {
	background: #266DD3 url(/components/com_antiss/antiss/assets/images/right-arrow.png) no-repeat 97% center;
}

#div_degats_des_eaux .input_degats_eaux {
	display: none;
}

.control-group label {
	font-weight: bold;
}

.control-group .d-flex .field label {
	font-weight: normal;
}

.control-group .d-flex .field input[type=radio]:checked~label {
	font-weight: bold;
	color: var(--primaire);
}

.break {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	height: auto;
}

.titre_section {
	color: var(--primaire);
	font-size: 1.8em !important;
	margin: 1.1em 0 0.4em 0;
	font-weight: bold;
	font-size: 1.2em;
	font-weight: bold;
}

#label_liste_pieces {}

.bt_right {
	position: absolute;
	text-align: center;
	bottom: 50px;
	right: 10px;
}

.btn_rond_bleu {
	display: inline-block;
	width: 150px;
	background-color: var(--primaire);
	height: 150px;
	border-radius: 100%;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	margin-bottom: 20px;
	background-size: 54px auto;
}

.btn_rond_bleu:hover {
	background-color: #284d70;
}

.btn_rond_bleu span {
	color: #ffffff;
	display: block;
	text-align: center;
	font-weight: bold;
	margin-top: 82px;
	line-height: 100%;
}

.picto-france {
	background-image: url("/components/com_antiss/antiss/assets/images/picto-france.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 20px;
}

.picto-3d {
	background-image: url("/components/com_antiss/antiss/assets/images/picto-3d.png");
	background-repeat: no-repeat;
	background-position-x: 40px;
	background-position-y: 20px;
}

.btn_rond_bleu.picto-france,
.btn_rond_bleu.picto-3d {
	display: none;
}

.picto-contact {
	background-image: url("/components/com_antiss/antiss/assets/images/contact_support_blanc.png");
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 20px;
}


#content {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	background: url(/components/com_antiss/antiss/assets/images/bg-body.png) no-repeat 115% bottom;
	background-size: contain;
	background-attachment: fixed;
	min-height: 100vh;
	padding-bottom: 2em;
}

.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons,
.jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	float: none !important;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.div_degats_des_eaux {
	width: 50%;
}

.piece,
.container_custom_revetement .custom_revetement,
#others,
.choix_revetement,
.container_custom_revetement .bleu,
.container_custom_revetement .custom_revetement {
	display: inline-block;
	background-repeat: no-repeat;
	background-position: center 10px;
	margin-right: 15px;
	border-radius: 15px;
	border: 1px solid #FFF;
	text-align: center;
	padding: 10px;
	-webkit-transition: all 0.3s ease-in;
	-o-transition: all 0.3s ease-in;
	transition: all 0.3s ease-in;
	cursor: pointer;
	position: relative;
	margin-bottom: 15px;
	width: 120px;
}

.container_custom_revetement .bleu,
.container_custom_revetement .custom_revetement,
.choix_revetement {
	width: 100px;
	height: 100px;
	margin-top: 7px;
	display: inline-block;
}

.container_custom_revetement .bleu,
.container_custom_revetement .custom_revetement,
.choix_revetement {
	margin-bottom: 0px;
}

.piece span {
	white-space: nowrap;
}

.form_cat_photo .piece {
	padding-top: 0px;
}

.click_delete_revetement_normal,
.click_delete_revetement,
.click_delete_piece,
.button_zone .click_delete_zone,
.choix_revetement .deletepiece,
.piece .deletepiece {
	display: none;
	position: absolute;
	right: 0.3em;
	top: 0.3em;
	cursor: pointer;
}

.piece span,
#others span,
.choix_revetement span {
	display: block;
	font-size: 1em;
	text-align: center;
}

.choix_revetement:hover,
.choix_revetement.bleu,
#others:hover,
.piece:hover,
.piece:active,
.piece:focus,
.piece.bleu,
.container_custom_revetement .custom_revetement.bleu,
.container_custom_revetement .custom_revetement:hover {
	border: 1px solid #266DD3;
}

.choix_revetement:hover,
.choix_revetement.bleu span,
#others:hover span,
.piece:hover span,
.piece.bleu span {
	color: #266DD3;
}

.containter_delete_piece .click_delete_piece,
.container_custom_revetement .bleu .click_delete_revetement,
.container_custom_revetement .bleu .click_delete_revetement_normal,
.container_custom_revetement .custom_revetement.bleu .click_delete_revetement,
.piece.bleu .deletepiece,
.choix_revetement.bleu .click_delete_revetement_normal,
.choix_revetement.bleu .click_delete_revetement,
.choix_revetement.bleu .deletepiece,
.deletepiece,
.button_zone .deletepiece,
.button_zone .click_delete_zone,
.container_custom_revetement .custom_revetement .click_delete_revetement {
	display: block;
	color: var(--primaire) !important;
}


.containter_delete_piece {
	position: relative;
	min-width: 0px;
	min-height: 0px;
	padding: 5px 25px 5px 5px;
	position: relative;
}

.containter_delete_piece {
	padding-right: 25px;
}

.containter_delete_piece .click_delete_piece {
	position: absolute;
}

.button_zone {
	position: relative;
	border-radius: 15px;
	border: 1px solid #266DD3;
	margin-bottom: 0.2em;
	padding: 0.2em;
	font-weight: bold;
}

.checkbox_zones .check_label {
	margin-left: 0.3em;
}

.ligne_piece {}

.custom_revetement span {
	white-space: nowrap;
}

.custom_revetement svg,
.choix_revetement svg {
	width: 80px;
}

.ligne_piece .piece svg {
	width: 90px;
}

.choix_revetement svg path,
.choix_revetement svg rect,
.choix_revetement svg polygon,
.custom_revetement svg path,
.piece svg path {
	fill: #0E253A;
}

.choix_revetement.bleu svg rect,
.choix_revetement.bleu svg path,
.custom_revetement.bleu path,
.choix_revetement:hover svg rect,
.choix_revetement:hover svg path,
.choix_revetement.bleu svg polygon,
.choix_revetement:hover svg polygon,
.piece.bleu svg path,
.piece.bleu svg rect,
.piece:hover svg path,
.piece:hover svg rect {
	fill: #266DD3;
}

/*
#living_room {	background-image: url(/components/com_antiss/antiss/assets/images/living-room-1.png);}
#dinner_table {	background-image: url(/components/com_antiss/antiss/assets/images/dinner-table-1.png);}
#kitchen {	background-image: url(/components/com_antiss/antiss/assets/images/kitchen-1.png);}
#bathtub {	background-image: url(/components/com_antiss/antiss/assets/images/bathtub-1.png);}
#corridor {	background-image: url(/components/com_antiss/antiss/assets/images/corridor-1.png);}
#others { background-image: url(/components/com_antiss/antiss/assets/images/autre-1.png);}
#bedroom,
#bedroom_2,
#bedroom_3 {	background-image: url(/components/com_antiss/antiss/assets/images/bed-1.png);}
#toilet {	background-image: url(/components/com_antiss/antiss/assets/images/toilet-1.png);}
#desk {	background-image: url(/components/com_antiss/antiss/assets/images/desk-1.png);}
#washing_machine {	background-image: url(/components/com_antiss/antiss/assets/images/washing-machine-1.png);}
#garage {	background-image: url(/components/com_antiss/antiss/assets/images/garage-1.png);}
#degagement {	background-image: url(/components/com_antiss/antiss/assets/images/degagement-1.png);}
#others.bleu  { background-image: url(/components/com_antiss/antiss/assets/images/autre.png);}
#living_room.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/living-room.png);}
#dinner_table.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/dinner-table.png);}
#kitchen.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/kitchen.png);}
#bathtub.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/bathtub.png);}
#corridor.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/corridor.png);}
#bedroom.bleu,
#bedroom_2.bleu,
#bedroom_3.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/bed.png);}
#toilet.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/toilet.png);}
#desk.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/desk.png);}
#washing_machine.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/washing-machine.png);}
#garage.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/garage.png);}
#degagement.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/degagement.png);}
*/
/*
.container_custom_revetement .custom_revetement { 	background-image: url(/components/com_antiss/antiss/assets/images/other-revetement.png); }
.choix_revetement.peinture {	background-image: url(/components/com_antiss/antiss/assets/images/peinture-1.png);}
.choix_revetement.peinture.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/peinture.png);}
.choix_revetement.papier_peint {	background-image: url(/components/com_antiss/antiss/assets/images/papier_peint-1.png);}
.choix_revetement.papier_peint.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/papier_peint.png);}
.choix_revetement.moquette {	background-image: url(/components/com_antiss/antiss/assets/images/moquette-1.png);}
.choix_revetement.moquette.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/moquette.png);}
.choix_revetement.sol_stratifie {	background-image: url(/components/com_antiss/antiss/assets/images/sol_stratifie-1.png);}
.choix_revetement.sol_stratifie.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/sol_stratifie.png);}
.choix_revetement.sol_souple {	background-image: url(/components/com_antiss/antiss/assets/images/sol_souple-1.png);}
.choix_revetement.sol_souple.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/sol_souple.png);}
.choix_revetement.carrelage {	background-image: url(/components/com_antiss/antiss/assets/images/carrelage-1.png);}
.choix_revetement.carrelage.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/carrelage.png);}
.choix_revetement.parquet {	background-image: url(/components/com_antiss/antiss/assets/images/parquet-1.png);}
.choix_revetement.parquet.bleu {	background-image: url(/components/com_antiss/antiss/assets/images/parquet.png);}
*/

.description_pieces,
.piece_block {
	width: 100%;
}

/*.right, .left { width:40%; float:left; margin:0 2.5%;}
	.right { width:50%; }*/
.titrepiece {
	background: #e6e9eb;
	padding: 0.7em;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	font-size: 1.3em;
	font-weight: bold;
	margin: 0px;
}

.piece_block {
	border: 1px solid #0E253A;
	padding-bottom: 0px;
	border-radius: 15px;
	margin-bottom: 15px;
	background: #FFF;
	width: 100%;
	margin-top: 1em;
}

.liste_zones {
	display: none;
}

.text_piece label {
	display: block;
}

.text_piece textarea {
	resize: auto;
	width: 100%;
	height: 100px;
	max-width: 100%;
}

.button_zone {
	padding: 0.2em 0.7em;
}

.revetement_block {
	margin-bottom: 1em;
	border-bottom: 1px dotted #CCC;
	padding: 0 0 1em 0;
}

[class~='revetement_block']:last-of-type,
.revetement_block:last-child {
	border: 0px;
}

#new_revetement_1.revetement_block {
	padding-top: 0px;
}

.revetement_block .other_revetement {
	padding-top: 7px;
}

.text-type-revetement span {
	font-weight: bold;
	padding-bottom: 0.5em;
}

.other_zone .btn,
.other_revetement .btn {
	font-size: 0.9em !important;
}

.bg-choixcouleurs {
	background: url(/components/com_antiss/antiss/assets/images/picto-choix-couleurs.png) no-repeat left top;
	padding-left: 60px;
	background-size: auto 50px;
	margin-left: -60px;
	display: inline-block;
}

#txt_select_paie {
	font-size: 16px;
}

#payer_factures {
	float: right;
}

.lightgray_bg {
	background: #f7f7f7;
	width: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}

#reglements .justify-content-between {
	margin-bottom: 10px;
}

#reglements .dataTables_wrapper {
	margin-top: 15px;
	margin-bottom: 10px;
}

.hr_spe1 {
	margin-top: 0px;
	margin-bottom: 0px;
	border-top: 1px solid lightgray;
}

.container_custom_revetement .normal_revetement {
	display: none;
}

.containter_delete_piece {
	display: inline-block;
	border: 1px solid black;
	padding: 5px 25px 5px 10px;
	border-radius: 15px;
	font-weight: bold;
	color: #266DD3;
	margin-right: 10px;
	margin-bottom: 5px;
}

.container_custom_revetement {
	display: inline-block;
}

.revetement_block {
	display: inline-block;
}

.revetement_block .nom_zone,
.revetement_block .nom_piece,
.piece_block .nom_piece {
	/*color:#266DD3;*/
	color: var(--primaire);
}

/*.piece_block svg { position:relative; left:10px; top: 10px; transform:scale(1.2);}*/
.piece_block .zones-concernees svg {
	/*-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);*/

}

.piece_block .custom_revetement svg,
.piece_block .choix_revetement svg {
	-webkit-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	margin: -10px auto;
}


.add_papier_peint.disabled,
.add_couleurs.disabled {
	opacity: 0.5;
}

.jconfirm_choix_couleurs .container_choix_couleurs,
.jconfirm_choix_couleurs .container_couleurs_choisies {
	display: inline-block;
}

.add_couleurs,
.add_papier_peint {
	display: inline-block;
}

.add_papier_peint {
	margin-top: 10px;
}

.container_add_couleurs {
	float: right;
	width: 60%;
}

.refcode_couleur span {
	display: block;
}

.single_color {
	width: 13.75%;
	height: 60px;
	display: inline-block;
	position: relative;
}

.checked_color {
	font-size: 22px;
	left: 50%;
	top: 50%;
	margin-top: -12px;
	margin-left: -9px !important;
	position: absolute;
	color: #FfF;
}

.container_choix_couleurs p {
	padding: 15px;
}

.cercle_couleur,
.color_famille {
	display: inline-block;
	width: 50px;
	height: 50px;
	border-radius: 100%;
	position: relative;
}

.couleur_choisie {
	position: relative;
	padding: 20px 25px 20px 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	border-bottom: 1px dotted #333;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

div.couleur_choisie:last-of-type {
	border-bottom: 0px;
}

.right .couleur_choisie:last-child {
	border-bottom: 0px;
}

.cercle_couleur {
	margin-right: 10px;
}

.delete_couleur_choisie {
	position: absolute;
	right: 0px;
	top: 20px;
	cursor: pointer;
}

.jconfirm-light.jconfirm_choix_couleurs .delete_couleur_choisie {
	right: 10px;
}

.nom_couleur_choisie {
	font-weight: 700;
	font-style: normal;
	text-transform: uppercase;
}

.contrainer_famille {
	display: inline-block;
}

.hex_couleur_choisie {
	display: none;
}

.hex_couleur_choisie.on {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1500;
	width: 100%;
	height: 100vh;
}

.close_fullscreen_window {
	margin: auto;
	padding: 1em;
	background: rgba(255, 255, 255, 0.6);
	border: 0;
	color: rgba(0, 0, 0, 1);
	/* Firefox */
	-webkit-animation: hidemessage 0.5s ease-in 3s forwards;
	/* Safari and Chrome */
	/* Opera */
	animation: hidemessage 0.5s ease-in 3s forwards;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;

}

.jconfirm_choix_couleurs.on .jc-bs3-container.container {
	width: 100%;
	height: calc(100vh + 40px);
	max-width: 100%;
	margin-top: -40px;
}

.jconfirm_choix_couleurs.on .jconfirm .jconfirm-holder {
	padding: 0px;
	height: calc(100vh + 40px);
	margin-top: -40px;
}


@keyframes hidemessage {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}

@-webkit-keyframes hidemessage {
	from {
		opacity: 1;
	}

	to {
		opacity: 0;
	}
}


a.btn-choix-couleurs {
	background: url(/components/com_antiss/antiss/assets/images/picto-choix-couleurs.png) no-repeat center 17px;
	display: inline-block;
	width: 150px;
	background-color: var(--primaire);
	height: 150px;
	border-radius: 100%;
	cursor: pointer;
	z-index: 2;
	color: #FFF;
	font-weight: bold;
	padding-top: 95px;
	font-weight: bold;
	text-align: center;
	margin-bottom: -30px;
	line-height: 100%;
}

a.btn-choix-couleurs:hover {
	background-color: #284d70;
	color: #FFF;
	text-decoration: none;
}

.box {
	position: relative;
	z-index: 1;
}

.ruban {
	width: 100%;
	height: 150px;
	overflow: hidden;
	position: absolute;
}

.scale0 .ruban {
	top: -10px;
	left: -14px;
}

.ruban span {
	position: absolute;
	display: block;
	width: 75%;
	padding: 5px 0;
	background-color: #266DD3;
	color: #fff;
	text-align: center;
	z-index: 3;
}

.scale0 .ruban span {
	text-transform: uppercase;
}

.ruban span {
	left: -75px;
	top: 20px;
	-webkit-transform: rotate(-30deg);
	-ms-transform: rotate(-30deg);
	transform: rotate(-30deg);
}

/* common */

.ribbon {
	width: 130px;
	height: 130px;
	overflow: hidden;
	position: absolute;
}

.ribbon::before,
.ribbon::after {
	position: absolute;
	z-index: -1;
	content: '';
	display: block;
	border: 5px solid #082043;
}

.ribbon span {
	position: absolute;
	display: block;
	width: 230px;
	padding: 5px 0;
	background-color: #346ab9;
	box-shadow: 0 5px 10px rgba(0, 0, 0, .5);
	color: #fff;
	font-size: 12px;
	letter-spacing: 1.5px;
	font-weight: 700;
	text-shadow: 0 1px 1px rgba(0, 0, 0, .2);
	text-transform: uppercase;
	text-align: center;
}

/* top left*/
.ribbon-top-left {
	top: -10px;
	left: -10px;
}

.ribbon-top-left::before,
.ribbon-top-left::after {
	border-top-color: transparent;
	border-left-color: transparent;
}

.ribbon-top-left::before {
	top: 0;
	right: 0;
}

.ribbon-top-left::after {
	bottom: 0;
	left: 0;
}

.ribbon-top-left span {
	right: -40px;
	top: 40px;
	transform: rotate(-45deg);
}

.creneaux-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.creneau-wrapper {
	position: relative;
	display: block;
	margin-bottom: 0.5rem;
}

.creneau-wrapper .choix_creneau {
	display: block;
	width: 320px;
	min-width: 320px;
}

.eco-icon {
	padding-right: 5px;
	position: absolute;
	top: 50%;
	right: -50px;
	transform: translateY(-50%);
	margin: 0;
}

#creneaux_suivants,
#choix_creneaux .choix_creneau {
	width: 280px;
}

.choixrdv .bleu {
	text-transform: uppercase;
}

.choixrdv {
	border: 1px solid #FFF;
}

#container_choix .choixrdv {
	border: 0px solid #FFF;
}

.option1,
.option2,
.option3 {
	background: url(/components/com_antiss/antiss/assets/images/cursor.png) no-repeat center 20px;
	padding-top: 150px;
}

.option3 {
	background: url(/components/com_antiss/antiss/assets/images/cap.png) no-repeat center 20px;
}


.option2,
.rdv2 {
	background: url(/components/com_antiss/antiss/assets/images/rdv2.png) no-repeat center 20px;
}


h5.rdv2 {
	background-size: auto 100%;
	padding-left: 30px;
	text-align: center;
	background-position: 30%;
}

/* The flip card container */
.flip-card {
	background-color: transparent;
	height: 100%;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	/* Remove this if you don't want the 3D effect */
	border-radius: 15px;
	min-height: 400px;
}

.flip-card.scale1 {
	min-height: 300px;
}

/* This container is needed to position the front and back side */
.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	-webkit-transition: -webkit-transform 0.8s;
	transition: -webkit-transform 0.8s;
	-o-transition: transform 0.8s;
	transition: transform 0.8s;
	transition: transform 0.8s, -webkit-transform 0.8s;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* Do an horizontal flip when you move the mouse over the flip box container */
.flip-card.on .flip-card-inner {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

/* Position the front and back side */
.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	-webkit-backface-visibility: hidden;
	/* Safari */
	backface-visibility: hidden;
	border-radius: 15px;
	border: 1px solid #CCC;
	z-index: 3;
}

.scale1 .flip-card-front,
.scale1 .flip-card-back {
	left: 50%;
	margin-left: calc(-50% + 5%);
	width: 90%;
	top: 5%;
}


/* Style the front side (fallback if image is missing) */
.flip-card-front {
	background: #FFF;
}

/* Style the back side */
.flip-card-back {
	background: #f2f4f5;
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.selection_choix {
	border-radius: 15px;
	background: #FFF;
}

.box_shadow {
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.3);
}

#container_choix h5 {
	text-transform: uppercase;
	font-weight: bold;
}

#container_faites_votre_choix h5 {
	text-transform: uppercase;
	font-weight: normal;
}

#container_choix .option_choix {
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 3px;
}

.choixrdv .label_option {
	margin-top: 0px;
	margin-bottom: 0px;
}

.choixrdv .infos_visio {
	font-style: italic;
	text-transform: none;
}

#choix_creneaux table td {
	padding: 4px 8px;
}

#container_table_creneaux {
	max-height: 300px;
	max-width: 325px;
	overflow: auto;
	margin: auto;
	-webkit-overflow-scrolling: touch;
	pointer-events: all;
}

#container_table_creneaux thead .str_date {
	font-size: 16px;
}

.btn_rdv_bleu {
	font-size: 16px;
	font-weight: bold;
	border: none;
	background-color: #266dd3;
	color: white;
	padding: 8px;
	border-radius: 5px;
}

.btn_rdv_bleu:focus {
	outline: none;
}

#voir_precedents_visio,
#voir_suivants_visio {
	background: none;
	color: #266dd3;
}

#choix_creneaux table thead td {
	padding-bottom: 10px;
	white-space: nowrap;
}

.btn_rdv_bleu.dmd_rdv {
	padding: 2px 4px;
	font-size: 13px;
	opacity: 0.8;
}

.btn_rdv_bleu.dmd_rdv:hover,
.btn_rdv_bleu.dmd_rdv:focus {
	opacity: 1;
}

#choix_creneaux table {
	margin: auto;
	width: 72%;
}

/*
#choix_creneaux table thead td {
	max-width:75px;
}
*/
#choix_creneaux table td:nth-child(2n) {
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
}

#voir_horaires {
	margin-top: 15px;
}

#voir_precedents_visio {
	float: left;
	margin-top: 5px;
}

#voir_suivants_visio {
	float: right;
	margin-top: 5px;
	margin-right: 5px;
}

.fontsize_num {
	font-size: 16px;
}

.jconfirm.jconfirm-light .jconfirm-box {
	/*	width:auto!important;*/
	max-width: 700px;
}

.jconfirm.jconfirm-light.jconfirm_infos_sinistre .jconfirm-box {
	max-width: 370px;
}


.jconfirm.jconfirm-light.jconfirm_choix_couleurs .jconfirm-box {
	max-width: none;
}

.jconfirm-title {
	font-size: 1.5em;
	font-weight: 900;
}

.jconfirm-content {
	color: #FFF;
}

.logo-petit {
	max-height: 40px;
	margin-left: 10px;
}

.logo-resilians {
	max-height: 90px;
}

/*	.zone_block .form-control { width: calc(100% - 20px); }*/
.zone_block .form-control {
	width: 50px;
}

.mcarre {
	margin-left: 10px;
	right: 10px;
	top: 30px;
	z-index: 15;
}

/*
#container_aide_evaluation .zone_block {
	display:block!important;
}	*/

.libelle_surface_totale_touchee,
.libelle_surface_totale,
.libelle_h_sous_plafond {
	white-space: nowrap;
}

#container_choix_rdv #remplir_moi_meme {
	color: #005e8d;
	text-decoration: none;
}

#container_choix_rdv #remplir_moi_meme:hover {
	color: #002b41;
	text-decoration: underline;
	cursor: pointer;
}

#anuul-flipcart-rdv {
	margin-top: 5px;
}

/*****************************************
********************************************
*************************************
/*------------------ Ancien */
.row-fluid {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-flow: column;
	flex-flow: column;
	overflow: hidden;
}


#va_footer {
	background-color: #F4F7F5;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 53px;
	flex: 0 1 53px;
}

#va_footer>div {
	height: 100%;
	width: 24%;
	display: inline-block;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y: 17px;
}

#va_footer #nos_partenaires {
	text-align: center;
	float: left;
	padding-top: 20px;
	letter-spacing: 5px;
	font-weight: bold;
	font-size: 16px;
	height: 0px;
}

#va_footer #archi_online {
	background-image: url("/components/com_antiss/antiss/assets/images/logo_ao.png");
}

#va_footer #mobibam {
	background-image: url("/components/com_antiss/antiss/assets/images/logo-mobibam.png");
	background-position-y: 6px;
}

#va_footer #rhinov {
	background-image: url("/components/com_antiss/antiss/assets/images/logo_rhinov.png");
}

.body>.container>.header {
	display: none;
}

.body>.container>.moduletable>h3 {
	display: none;
}

.body>.container>.moduletable .login-greeting {
	display: none;
}

.footer {
	display: none;
}


#container_accueil {
	display: inline-block;
	cursor: pointer;
}

.jconfirm_jd.jconfirm .jconfirm-box .jconfirm-buttons button.btn-antiss-dark,
.jconfirm_jd.jconfirm .jconfirm-box .jconfirm-buttons button.btn-antiss-dark:hover {
	width: 200px;
	height: 40px;
	background-color: var(--primaire);
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 30px;
	border: none;
	outline: none;
	background-image: url(/components/com_antiss/antiss/assets/images/right-arrow.png);
	background-repeat: no-repeat;
	background-position-y: center;
	background-position-x: 155px;
}


#login_page {

	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100vh;
	z-index: 10;
	background-color: white;
}



.welcome_start {
	display: inline-block;
	background-image: url(/components/com_antiss/antiss/assets/images/background_login.png);
	background-repeat: no-repeat;
	background-size: cover;
}



/* ici mettre les container qui sont à l'intérieur de #appli_container dans les template pour que le template contact_support.php s'affiche à droite */
.sub_container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}




.label_type_left,
.label_type_right {
	float: left;
}

.label_type_left {
	margin-left: 20px;
}

.label_text.is_selected {
	color: #266DD3;
}

#container_description_sinistre .label_text {
	font-size: initial;
}

.onoffswitch {
	float: left;
	position: relative;
	width: 25px;
	margin-top: 7px;
	margin-right: 10px;
	margin-left: 10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}

.onoffswitch-checkbox {
	display: none;
}

.onoffswitch-label {
	display: block;
	overflow: hidden;
	cursor: pointer;
	height: 6px;
	padding: 0;
	line-height: 6px;
	border: 0px solid #FFFFFF;
	border-radius: 10px;
	background-color: #D0E2F2;
}

.onoffswitch-label:before {
	content: "";
	display: block;
	width: 10px;
	margin: 3px;
	background: #266DD3;
	position: absolute;
	top: -6px;
	bottom: 0;
	right: 12px;
	border-radius: 10px;
}

.onoffswitch-checkbox:checked+.onoffswitch-label {
	background-color: #D0E2F2;
}

.onoffswitch-checkbox:checked+.onoffswitch-label,
.onoffswitch-checkbox:checked+.onoffswitch-label:before {
	border-color: #D0E2F2;
}

.onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
	margin-left: 0;
}

.onoffswitch-checkbox:checked+.onoffswitch-label:before {
	right: -3px;
	background-color: #266DD3;
}

#container_description_sinistre {
	color: var(--primaire);
}

#container_description_sinistre #desc_left {
	display: inline-block;
}

.jconfirm_jd .jconfirm-title {
	text-align: center;
}

.form_zone .form-control,
.form_piece .form-control {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 0px;
}

.div_container_image {
	padding: 15px;
	display: inline-block;
}

select.zone_rev,
select.type_fichier,
.piece.form-control {
	height: 70px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	border: 1px solid black;
	outline: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}

.form_cat_photo .piece.form-control {
	min-height: 40px !important;
	border-radius: 20px;
}

.form_cat_photo .zone_rev.form-control {
	text-align: center;
}

select.zone_rev:focus {
	outline: none;
}

.jconfirm_infos_sinistre .jconfirm-buttons {
	float: none !important;
	margin-left: auto;
	margin-right: auto;
}

.jconfirm .jconfirm-box div.jconfirm-title-c {
	font-size: 0.9em;
	line-height: 150%;
	padding: 0px;
}



.img_danger_popup {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.form_cat_photo label {
	margin-left: auto;
	margin-right: auto;
	margin-top: 0.7em;
	font-weight: bold;
}

.other_revetement span {
	color: #266DD3;
	font-style: italic;
	text-decoration: underline;
	float: left;
	cursor: pointer;
}

.orange {
	color: #ff6c00;
}

#select_nb_pieces {
	width: 250px;
	border: 2px solid #0E253A;
	border-radius: 17px;
	outline: none;
	-moz-text-align-last: right;
	text-align-last: right;
	margin-top: 5px;
}

#label_degat_des_eaux {
	display: inline-block;
	margin-top: 3px;
	margin-left: 15px;
	font-weight: bold;
}

#p_text_presta {
	color: var(--primaire);
	font-weight: bold;
}

#container_presta_hors_sinistre #oui,
#container_presta_hors_sinistre #non {
	display: none;
}

#oui_presta {
	background-color: #266DD3;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 25px;
	border: none;
	outline: none;
}

#non_presta {
	background-color: #ffffff;
	color: var(--primaire);
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 25px;
	border: 2px solid #0E253A;
	outline: none;
}


#p_transmission_elements {
	text-align: center;
	margin-top: 15px;
	font-weight: bold;
	color: var(--primaire);
	font-size: 15px;
}

.choix_creneau.selected {
	color: #ffffff !important;
	background-color: #266DD3 !important;
	border: none;
	background-image: none;
}

#h2_envoi_photos,
#h2_aidez_nous {
	color: var(--primaire);
}

#merci_de_nous_transmettre,
#p_faites_le_total {
	color: var(--primaire);
}

#btn_payer_ma_franchise span {
	margin: 10px;
	display: inline-block;
}

.m_carre {
	font-weight: bold;
}

.zone_bleue {
	color: #266DD3;
}

.span_popup {
	text-align: center;
	display: block;
	width: 100%;
	margin-left: 0px !important;
	font-weight: bold;
}

/*
.field_maison {
	margin-right:73px;
}
*/
.field_avant2000 {
	margin-right: 51px;
}

span.strong_red {
	font-weight: bold;
	color: red;
}

.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
	display: block;
	text-align: center;
	font-size: 1.3em;
	padding: 1em 0;
}

#img_infos {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

#open_calcu {
	color: #266DD3;
	font-size: 16px;
	font-style: italic;
	text-decoration: underline;
	cursor: pointer;
	margin-left: 5px;
}

#hidden_calcu_container {
	display: none;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #ffffffcf;
	z-index: 99999;
}

.image_preview {
	max-width: 300px;
	border: 1px solid black;
}

#table_pieces_photos thead {
	font-weight: bold;
}

.centered_title h1 {
	text-align: center;
	margin-top: 20vh;
}

#token_missing {
	height: 100%;
}

#token_missing h1 {
	text-align: center;
	margin-top: 30vh;
}

#img_logo_token_missing {
	display: block;
}

body #jd_overlay.load {
	display: block;
	background-color: #fff;
	height: 100%;
	opacity: 0.6;
	position: fixed;
	z-index: 10000;
	top: 0;
	left: 0;
	width: 100%;
}

body #jd_loading div {
	background-image: url(/components/com_antiss/antiss/assets/images/page_loading.svg);
	background-position-x: 50%;
	background-size: 150px;
	width: 250px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: -125px;
	height: 480px;
}

body #jd_loading {
	width: 400px;
	height: 400px;
	position: fixed;
	top: 38%;
	left: 50%;
	z-index: 99999;
	cursor: initial;
}

.label_text_inline {
	display: inline-block !important;
}

.label_statut,
.label_type_logement,
.label_date_construction {
	font-weight: normal;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	margin: 0;
}

/* partie documents*/

#options_ergo {
	position: absolute;
	right: 200px;
	top: 328px;
	width: 246px;
	cursor: pointer;
	z-index: 2;
}

#options_ergo.decal_bottom {
	top: 512px;
}

#span_options {
	margin-right: 15px
}

#options_ergo span {
	display: inline-block;
	color: #266DD3;
	font-weight: bold;
	font-style: italic;
}

#options_ergo span img {
	margin-right: 10px;
}

#table_documents {
	width: 100% !important;
}

#table_documents tr.a_signer {
	color: #266DD3;
}

#liste_indic_sign {
	font-size: 14px;
	;
}

.two_col_flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.tuto_singature,
#iframe_place {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	min-width: 0
}

#title_doc_sign_name,
#title_doc_sign,
#link_back_documents {
	margin-left: 200px;
}

.checkfact {
	margin-left: 8px !important;
}

.nom_doc {
	display: block;
	text-align: center;
	font-weight: bold;
}

.nom_doc.bleu {
	color: #266DD3;
}


.picto_container.bleu {
	background-image: url(/components/com_antiss/antiss/assets/images/file_bleu.png);
}


#submit2 {
	width: 280px;
	height: 40px;
	margin-top: 20px;
	background-color: var(--primaire);
	color: #ffffff;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 30px;
	border: none;
	outline: none;
}

/* start calculatrice */

#close_calcu {
	display: block;
	color: #000;
	cursor: pointer;
	position: absolute;
	left: 60%;
	top: 20%;
	font-size: 24px;
}

/*
#kore {
    width: 264px;
    height: 280px;
    border: 7px solid #c7c7c7;
    margin: auto;
    padding-left: 1px;
    padding-bottom: 4px;
    margin-top: 5px;
}

#kore td {
    height: 1px;
    background-color: #e6e6e6;
}

#kore1 {
    width: 195px;
    text-align: center;
    height: 30px;
    border-radius: 20px;
    color: rgb(0, 0, 0);
    font-size: 13px;
    margin: 0;
    margin-left: 18px;
}

.button_kore {
    width: 7%;
    height: 7%;
}

.button_kore > input {
	width:40px!important;
}
*/
#container_close_calcu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 80%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

#close_calcu {
	font-size: 24px;
	color: #000;
}

.calc-wrapper input {
	border-radius: 7px;
	padding: 4px 7px;
	border: 0px;
}

.calc-wrapper {
	background: rgb(14, 37, 58);
	border-radius: 15px;
	padding: 10px;
	text-align: center;
	width: 320px;
	-webkit-box-shadow: -1px 5px 15px -4px rgba(0, 0, 0, 0.92), 2px 2px 2px gray, -1px -1px 2px white;
	box-shadow: -1px 5px 15px -4px rgba(0, 0, 0, 0.92), 2px 2px 2px gray, -1px -1px 2px white;
}

.calc-wrapper,
.calc-wrapper table {
	margin: auto;
}

.calc-resultat {
	font-size: 36px;
	text-align: right;
	width: 280px;
	margin-bottom: 15px;
}

.calc-resultat::-webkit-input-placeholder {
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	font-style: italic;
}

.calc-resultat::-moz-placeholder {
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	font-style: italic;
}

.calc-resultat:-ms-input-placeholder {
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	font-style: italic;
}

.calc-resultat::-ms-input-placeholder {
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	font-style: italic;
}

.calc-resultat::placeholder {
	font-size: 14px;
	text-align: left;
	font-weight: 300;
	font-style: italic;
}

.button_kore input[type=button] {
	-webkit-box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.6), inset -1px -1px 2px rgba(255, 255, 255, 0.7);
	box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.6), inset -1px -1px 2px rgba(255, 255, 255, 0.7);
	color: #FFF;
	font-weight: bold;
	background-image: -webkit-gradient(linear, left bottom, right top, from(#0074ae), color-stop(#0078b4), color-stop(#007cba), color-stop(#0180c0), to(#0184c6));
	background-image: -o-linear-gradient(left bottom, #0074ae, #0078b4, #007cba, #0180c0, #0184c6);
	background-image: linear-gradient(to right top, #0074ae, #0078b4, #007cba, #0180c0, #0184c6);
	background: #0184c6;
	font-size: 20px;
	cursor: pointer;
	width: 50px;
	padding: 12px;
}

.button_kore input[type=button].calc-egal {
	height: 200px;
	background: #ffa200;
}

.button_kore input[type=button]:hover {
	background: #039eec;
}

.button_kore input[type=button]:activer {
	-webkit-box-shadow: none;
	box-shadow: none;
	background: #039eec;
}

.button_kore input[type=button].calc-egal:hover {
	background: #ffb739;
}




/*************************** FIN ANCIeN CODE */
.other_zone {
	margin-top: 10px;
}

.check_label,
.label_incendie_nettoye_non,
.label_incendie_nettoye_oui,
.label_degats_eaux,
.label_incendie,
.label_autre,
.label_statut,
.label_type_logement,
.label_date_construction,
.label_degats_des_eaux,
.label_presta {
	margin-bottom: 0.3rem;
	margin-top: 0.1rem;
}

.h-md-100 {
	height: 100%;
}

@media (min-width: 769px) {
	.nav-tabs .nav-item {
		margin-bottom: 0px !important;
	}

	.nav-tabs .nav-link {
		background: #FFF;
		height: 50px;
		width: 300px;
		font-weight: bold;
		font-size: 1.25em;
		color: #8b9199;
		border: 1px solid #8b9199;
		background: #8b9199;
		padding: 0px 1px 0px 1px;
		position: relative;
		border-radius: 0px;
		-webkit-clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 88% 0, 100% 100%, 0% 100%);
	}

	.nav-tabs .nav-link span {
		position: absolute;
		left: 50%;
		top: 50%;
		margin-top: -0.8em;
		margin-left: -120px;
	}

	.nav-tabs .nav-link.active,
	.nav-tabs .nav-item.show .nav-link,
	.nav-tabs .nav-link.active {
		background: #284d70 !important;
		color: #284d70;
	}

	.nav-tabs .nav-link:before,
	.nav-tabs .nav-link.active:before,
	.nav-tabs .nav-item.show .nav-link:before,
	.nav-tabs .nav-link.active:before {
		content: '';
		background: #FFF;
		width: calc(100% + 1px);
		height: calc(100% + 0.5px);
		margin-top: 0px;
		position: relative;
		display: block;
		-webkit-clip-path: polygon(0 0, 88.5% 0, 100% 100%, 0% 100%);
		clip-path: polygon(0 0, 88.5% 0, 100% 100%, 0% 100%);
		margin-left: -1px;
		margin-top: -0.5px;
	}

	.nav-tabs .nav-link.active:before,
	.nav-tabs .nav-item.show .nav-link:before,
	.nav-tabs .nav-link.active:before {
		height: calc(100% + 1.5px);
	}

	.nav-tabs .nav-link:before {
		transition: all 0.2s ease-in;
	}

	.nav-tabs .nav-link:hover {
		color: #FFF;
		background: #284d70;
		border: 1px solid #284d70;
	}

	.nav-tabs .nav-link:hover:before {
		background: none;

	}
}

.dataTables_wrapper .select-info {
	display: none;
}

table.table.dataTable.no-footer {
	border: 0px !important;
}

table.table.dataTable thead th,
table.table.dataTable.no-footer th,
table.table.dataTable thead th {
	border-top: 0px;
	border-bottom: 1px dotted #CCC;
}

table.table.dataTable tbody td {
	border: 0px !important;
}

table.table.dataTable tbody tr.even,
table.table.dataTable tbody tr.even td,
table.table.dataTable tbody .even td {
	background-color: rgba(220, 220, 220, 0.3) !important;
}

table.table.dataTable tbody tr.even:hover,
table.table.dataTable tbody tr.even:hover td,
table.table.dataTable tbody .even:hover td {
	background-color: rgba(200, 200, 200, 0.3) !important;
}


table.table.dataTable tbody tr.even.selected,
table.table.dataTable tbody tr.even.selected td,
table.table.dataTable tbody .even.selected td {
	background-color: #b0bed9 !important;
}


.bottom {
	margin-top: 1em;
}

.bottom a {
	font-size: 0.8em;
	padding: 0.3em 0.5em;
}


.icon_actions a {
	color: var(--primaire);
}

.icon_actions a.bleu {
	color: #266DD3;
}

.icon_actions span {
	font-weight: bold;
}

.icon_actions i {
	line-height: 1.3em;
	font-size: 1.1em;
	font-weight: normal;
	margin-right: 0.6em;
}

#span_prix_franchise {
	color: #ffffff;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.5em;
}

#span_franchise_payee {
	color: #ffffff;
	display: block;
	text-align: center;
	font-weight: bold;
	font-size: 1.1em;
}

#span_payer_franchise {
	color: #ffffff;
	font-size: 0.9em;
	display: block;
	text-align: center;
	font-weight: bold;
	line-height: 100%;
}

#span_payer_franchise>a,
#span_payer_franchise>a:hover {
	color: #ffffff;
}

#payer_franchise_form {
	margin-top: 50px;
	margin-left: auto;
	margin-right: auto;
	width: 500px;
	font-size: 22px;
}

.jconfirm.jconfirm-white .jconfirm-box,
.jconfirm.jconfirm-light .jconfirm-box {
	background: #284d70;
	border-radius: 15px;
	color: #FFF;
}

.jconfirm.jconfirm-light.jconfirm_choix_couleurs .jconfirm-box {
	background: #FFF;
	color: #000;
	padding-right: 0px;
}

.jconfirm.jconfirm-light.jconfirm_choix_couleurs .jconfirm-title-c {
	color: #266DD3;
}

.jconfirm.jconfirm-light.jconfirm_choix_couleurs .jconfirm-content {
	color: #000;
}

.jconfirm.jconfirm-light.jconfirm_choix_couleurs .container_choix_couleurs,
.jconfirm.jconfirm-light.jconfirm_choix_couleurs .container_couleurs_choisies {
	float: left;
}

.jconfirm.jconfirm-light.jconfirm_choix_couleurs .container_choix_couleurs {
	width: 70%;
}

.jconfirm.jconfirm-light.jconfirm_choix_couleurs .container_couleurs_choisies {
	width: 30%;
	border-left: 1px solid #CCC;
	min-height: 500px;
	padding-bottom: 40px;
}

.jconfirm.jconfirm-light.jconfirm_choix_couleurs .jconfirm-buttons {
	position: absolute;
	bottom: -1px;
	right: 0px;
	width: 30%;
}

.jconfirm.jconfirm-light.jconfirm_choix_couleurs .jconfirm-buttons button {
	width: 80%;
}

.jconfirm.jconfirm-light.jconfirm_choix_couleurs .jconfirm-buttons button:after {
	content: '\f054';
	margin-left: 10px;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
}

/*.jconfirm.jconfirm-light.jconfirm_choix_couleurs .jconfirm .jconfirm-box {padding:0px; }*/
.jconfirm_choix_couleurs .jconfirm .jconfirm-box div.jconfirm-content-pane {
	margin-bottom: 35px;
}

.jconfirm_choix_couleurs .jc-bs3-container.container {
	max-width: 1260px;
}

.container_choix_couleurs .contrainer_famille,
.container_choix_couleurs .container_nuances {
	padding: 0 15px;
}

#container_choix .selection_choix {
	min-height: 400px;
}

.scale2.option3 {
	background-size: 60px;
	font-size: 0.9em;
	padding-top: 100px;
	margin-top: 30px;
	max-width: 270px;
}

.scale2.option3 h3 {
	font-size: 16px;
}

.scale1 .option2 {
	background-size: 60px;
	padding-top: 80px;
	background-position: center 10px;
}

.scale1 {
	font-size: 0.9em;
}

.scale1 h3 {
	font-size: 16px;
}

.scale1 p {
	font-size: 13px;
}

.scale1 #p_transmission_elements {
	font-size: 14px;
}

.scale1 .flip-card-back {
	height: 380px;
	min-height: 380px;
	top: -5%;
}

#container_choix.custom-1 .selection_choix {
	min-height: 1px;
}

#container_choix.custom-1 .flip-card {
	height: 300px;
	margin-bottom: 20px;
}

#choix_creneaux {
	height: 350px;
}

.titre_couleurs_choisies {
	background: #284d70;
	color: #FFF;
	text-transform: uppercase;
	color: #FFF;
	padding: 15px;
	display: inherit;
}

.iframe {
	height: 1000px;
}


@media (max-width: 1440px) {
	.btn_rond_bleu span {
		font-weight: 600;
		font-size: 0.8em;
		margin-top: 52px;
	}

	.bt_right {
		top: 225px;
		right: 10px;
		position: absolute;
		display: flex;
	}

	.btn_rond_bleu {
		width: 100px;
		height: 100px;
		background-size: 34px;
		background-position: center 15px;
		margin-right: 1em;
	}

	.btn_rond_bleu span {
		font-weight: 600;
		font-size: 0.8em;
		margin-top: 52px;
	}

	#titre_section {
		max-width: 60%;
	}
}

@media (max-width: 1280px) {
	.container_menu_timeline {
		font-size: 0.85em;
		background-position: center 20px;
	}

	.container_menu_timeline span {
		margin-top: 70px;
	}
}

@media screen and (max-width: 1024px) {
	#contact_support {
		display: inline-block;
	}

	.jconfirm.jconfirm-light.jconfirm_choix_couleurs .container_choix_couleurs {
		width: 60%;
	}

	.jconfirm.jconfirm-light.jconfirm_choix_couleurs .container_couleurs_choisies {
		width: 40%;
	}

	.single_color {
		width: 12%;
	}

	.bg-choixcouleurs {
		padding-left: 50px;
		background-size: auto 40px;
		margin-left: -40px;
	}

	.container_add_couleurs {
		float: none;
	}

	.btn_rond_bleu {
		margin-left: 20px;
	}

	.bg1,
	.bg2,
	.bg3 {
		background: none;
	}

	#content {
		background-position: 280% top;
	}



	.delete_couleur_choisie {
		right: 20px;
	}

	.couleur_choisie .btn-fullscreen {
		margin: 1em 0 0 0;
	}

	.bg-choixcouleurs {
		margin-left: -30px;
	}

	#retour_prec {
		margin: 0px 0 1em 0;
	}

	.container_add_couleurs {
		width: 100%;
		margin: 0;
	}

	.bandeau-top .bg-1 {
		background: #FFF;
	}

	.bandeau-top .bg-2 {
		background: #f3f4f5;
	}

	.bandeau-top .bg-3 {
		padding-top: 1em;
	}

	.bt-reclamation a {
		width: 100px;
		height: 100px;
		border-radius: 100% !important;
	}

	.bt-reclamation span {
		text-transform: none;
		white-space: break-spaces;
		margin-top: 20px;
		line-height: 100%;
		display: block;
		margin-bottom: 4px;
	}

	.bt-reclamation span i {
		font-size: 30px;
		display: inline-block;
	}

	.pt-5 {
		padding-top: 1rem !important;
	}
}

@media (max-width: 980px) {

	#appli_container .container {
		width: auto !important;
		/*max-width: 90% !important;*/
	}

	.choix_revetement:hover,
	#others:hover,
	.piece:hover,
	.piece:active,
	.piece:focus,
	.container_custom_revetement .custom_revetement:hover {
		border: 1px solid #FFF;
	}



	.choix_revetement:hover svg rect,
	.choix_revetement:hover svg path,
	.choix_revetement:hover svg polygon,
	.ligne_piece .piece:hover svg path,
	.ligne_piece .piece:hover svg rect .choix_revetement:hover svg {
		fill: var(--primaire);
	}

	.choix_revetement:hover,
	#others:hover span,
	.piece:hover span {
		color: var(--primaire);
	}

	.ligne_piece .piece.bleu:hover svg polygon,
	.ligne_piece .piece.bleu:hover svg path,
	.choix_revetement.bleu:hover svg polygon,
	.choix_revetement.bleu:hover svg path {
		fill: #266DD3;
	}

	.choix_revetement.bleu:hover,
	#others.bleu:hover,
	.piece.bleu:hover,
	.piece.bleu:active,
	.piece.bleu:focus,
	.container_custom_revetement .custom_revetement.bleu:hover {
		border: 1px solid #266DD3;
	}

	#container_choix.custom-1 .flip-card {
		max-height: 340px;
	}

	.container {
		max-width: 90%;
	}
}


@media (max-width: 768px) {
	#titre_section {
		max-width: 100%;
	}

	.iframe {
		height: 760px;
	}

	.signer-document #content {
		display: flex;
		flex-direction: column;
		margin: 0px;
		padding-bottom: 25px;
	}

	.signer-document .bt_right {
		position: relative;
		order: 10;
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0px;
		margin: 0px;
	}

	.signer-document .bt_right .contact_support,
	.signer-document .bt_right .btn_rond_bleu {
		position: relative !important;
		margin: 5px 7px;
	}

	#container_signer_document .two_col_flex {
		flex-direction: column;
	}

	#container_signer_document #iframe_place {
		order: 2;
	}

	#container_signer_document .tuto_singature {
		order: 1;
	}

	.container {
		max-width: 100%;
	}

	#container_choix.custom-1 .flip-card {
		min-height: 300;
		height: 300;
	}

	#container_choix.custom-1 .flip-card.on {
		min-height: 400px;
	}

	.btn_rond_bleu {
		width: 60px;
		height: 60px;
		background-position: center center;
	}

	.btn_rond_bleu span {
		display: none;
	}

	.piece_block .other_zone {
		margin-left: -100px;
	}

	.piece_block svg {
		left: 10px;
		top: -5px;
	}

	.bt-reclamation a {
		background: #284d70;
	}

	.bt_right {
		margin-top: 20px;
		margin-bottom: -80px;
		padding-right: 20px;
	}

	.btn_rond_bleu span {
		display: none;
	}

	.btn_rond_bleu {
		width: 46px;
		height: 46px;
		margin-left: 10px;
		background-size: 60%;
		background-position: center center;
	}

	.btn_rond_bleu.picto-3d {
		background-position: 6px;
	}

	#retour_prec {
		margin-top: 20px;
	}

	.container_menu_timeline {
		background-position: center 40px;
	}

	.jconfirm.jconfirm-light.jconfirm_choix_couleurs .container_choix_couleurs,
	.jconfirm.jconfirm-light.jconfirm_choix_couleurs .container_couleurs_choisies {
		width: 100%;
	}

	.jconfirm.jconfirm-light.jconfirm_choix_couleurs .container_couleurs_choisies {
		min-height: 1px;
	}

	.single_color {
		width: 12%;
		height: 40px;
	}

	.jconfirm.jconfirm-light.jconfirm_choix_couleurs .jconfirm-box {
		padding-right: 15px;
	}

	.jconfirm.jconfirm-light.jconfirm_choix_couleurs .jconfirm-buttons {
		position: relative;
		bottom: 0px;
		width: 100%;
	}

	.container.pt-5 {
		padding-top: 0px !important;
	}

	.container_timeline.active.selected .container_menu_timeline:after {
		border-top: 55px solid #FFF;
		border-bottom: 55px solid #FFF;
		background: none;
	}

	ul.menu-timeline .active:last-child,
	ul.menu-timeline .active.selected {}

	.menu-timeline .container_menu_timeline {
		text-align: center;
		padding: auto 0;
		background-repeat: no-repeat;
		background-position: center 25px;
	}

	.menu-timeline {
		height: 110px;
	}

	.container_menu_timeline span {
		padding: 0 0.75em;
		margin-top: 75px;
	}

	.logo-resilians {
		max-height: 100%;

	}

	.logo-petit {
		max-height: 30px;
		max-width: 20%;
		margin: 0;
	}

	.logo-nuwa {
		height: 30px;
	}

	.num_dossier {
		padding: 0.7em 0;
	}

	.div_degats_des_eaux {
		width: 100%;
	}

	/*#retour_prec a.btn.btn-outline-primary { left:10px; width:44px; height:44px; text-align: center; line-height:38px;}
		#retour_prec a i { font-size:1.5em; margin:auto!important;}*/
	#enregistrer_et_revenir {
		margin-bottom: 0.7em;
	}

	/*#retour_prec a.btn.btn-outline-primary span,*/
	.bt-reclamation a.btn.btn-outline-secondary {
		opacity: 1;
		text-align: center;
		width: 46px;
		height: 46px;
		padding: 0px;
		border: none !important;
		margin-right: 140px;
		padding-top: 8px;
	}

	.bt-reclamation span {
		display: none;
	}

	.bt-reclamation i {
		font-size: 30px;
		color: #FFF !important
	}

	.gutters-1>[class*='col-'],
	.gutters-1>[class*='col-']:first-child,
	.gutters-1>[class*='col-']:last-child {
		padding-right: 15px;
		padding-left: 15px;
	}

	/*.right, .left { width: 85%; margin:auto; padding: 0px;}*/
	.piece_block .other_zone {
		margin-left: 0px;
		margin-top: 0px;
	}

	[class~='revetement_block']:first-of-type,
	#new_revetement_1.revetement_block,
	.revetement_block:first-child {
		border-top: 0px;
		padding-top: 0;
		margin-top: -10px;
	}

	.revetement_block {
		padding: 15px;
	}

	.text_piece {
		margin-left: auto;
		margin-right: auto;
	}

	a.btn-choix-couleurs {
		margin-bottom: 10px;
	}

	.dataTables_wrapper label {
		float: left;
	}

	#display_table .btn {
		margin-bottom: 0.5em;
	}

	.haut-400 {
		height: 51vh;
	}

	.h-md-100 {
		height: 51vh;
	}

	.jconfirm .jconfirm-box .jconfirm-buttons button {
		white-space: inherit !important;
	}

	.piece_block .zones-concernees svg {}

	.zones-concernees {
		text-align: right;
	}

	.text_piece {
		padding: 7px;
	}

	.bt_right {
		right: 0px;
		top: 185px;
		z-index: 150;
	}
}

@media only screen and (min-device-width : 820px) and (max-device-width : 1180px) and (orientation : portrait) {
	.haut-400 {
		height: auto;
	}
}

@media only screen and (min-device-width : 360px) and (max-device-width : 740px) and (orientation : portrait) {
	.h-md-100 {
		height: 54vh;
	}
}


@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
	.h-md-100 {
		height: 51vh;
	}

	.ligne_piece {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.choix_revetement:hover,
	#others:hover,
	.piece:hover,
	.piece:active,
	.piece:focus,
	.container_custom_revetement .custom_revetement:hover {
		border: 1px solid #FFF;
	}

	.container_custom_revetement .custom_revetement.bleu:hover,
	#others.bleu:hover,
	.choix_revetement.bleu:hover,
	.piece.bleu:hover,
	.piece.bleu:active,
	.piece.bleu:focus {
		border: 1px solid #266DD3;
	}

	.piece:hover svg path,
	.piece:hover svg rect {
		fill: var(--primaire);
	}

	.choix_revetement:hover,
	#others:hover span,
	.piece:hover span {
		color: var(--primaire);
	}

	.choix_revetement.bleu:hover,
	#others.bleu:hover span,
	.piece.bleu:hover span {
		color: #266DD3;
	}

	.container_menu_timeline span {
		margin-top: 65px;
	}

	.menu-timeline .container_menu_timeline {
		background-position: center 15px;
	}


}

@media only screen and (min-device-width : 1024px) and (max-device-width : 1366px) and (orientation : portrait) {
	.bt_right {
		z-index: 150;
	}

	.h-md-100 {
		height: 100vh;
	}

	.haut-400 {
		height: auto;
	}

}


@media screen and (max-width: 768px) {
	.bt_right {
		top: 20px;
		height: 50px;
	}

	.choix_revetement:hover,
	#others:hover,
	.piece:hover,
	.piece:active,
	.piece:focus,
	.container_custom_revetement .custom_revetement:hover {
		border: 1px solid #FFF;
	}

	.container_custom_revetement .custom_revetement.bleu:hover,
	#others.bleu:hover,
	.choix_revetement.bleu:hover,
	.piece.bleu:hover,
	.piece.bleu:active,
	.piece.bleu:focus {
		border: 1px solid #266DD3;
	}

	.piece:hover svg path,
	.piece:hover svg rect {
		fill: var(--primaire);
		stroke: var(--primaire);
	}


	.choix_revetement:hover,
	#others:hover span,
	.piece:hover span {
		color: var(--primaire);
	}

	.piece.bleu svg path,
	.piece.bleu svg rect,
	.piece.bleu:hover svg path,
	.piece.bleu:hover svg rect {
		fill: #266DD3;
		stroke: #266DD3;
	}

	.choix_revetement.bleu:hover,
	#others.bleu:hover span,
	.piece.bleu:hover span {
		color: #266DD3;
	}

	.option3.scale2 {
		max-width: 100%;
	}

}

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

	#content {
		background: url(/components/com_antiss/antiss/assets/images/bg-body.png) no-repeat 115% 0;
		background-size: 350px 100vh;
		background-attachment: fixed;
	}

	.piece,
	.container_custom_revetement .custom_revetement,
	#others,
	.choix_revetement,
	.container_custom_revetement .bleu,
	.container_custom_revetement .custom_revetement {
		width: 100px;
		margin-right: 5px;
	}

	.piece,
	.container_custom_revetement .custom_revetement,
	#others,
	.choix_revetement,
	.container_custom_revetement .bleu,
	.container_custom_revetement .custom_revetement {
		border-radius: 7px;
		padding: 4px;
		margin-bottom: 5px;
	}

	.piece .svg {
		width: 50px;
		max-width: 50px !important;
	}

	.menu-timeline .container_timeline {
		display: none;
	}

	.menu-timeline .container_timeline.selected {
		display: block;
	}

}

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

	.scale1 .flip-card-front,
	.scale1 .flip-card-back {
		width: 100%;
		margin-left: 0;
		left: 0;
	}

	.scale1 .flip-card-back {
		height: 400px;
	}

	.piece,
	.container_custom_revetement .custom_revetement,
	#others,
	.choix_revetement,
	.container_custom_revetement .bleu,
	.container_custom_revetement .custom_revetement {
		margin-right: 10px;
	}

	#content {
		background: url(/components/com_antiss/antiss/assets/images/bg-body.png) no-repeat 150px 0;
		background-size: 350px 100vh;
		background-attachment: fixed;
	}
}