body {
    font-family: calibri, sans-serif;
    background-color: #284378;
    margin:0;
    padding:0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    float: left;
    overflow: hidden;
}

html.wait, html.wait * { cursor: wait !important; }

.Menu_U {
    margin-top: 20px;
    text-decoration: none;
    display: inline-block;
    padding: 23px 23px;
    cursor: pointer;
}

#Menu_U_Annuler {
    margin-left: 75px;
    background:url(../img/LACAIR_Utils_Annuler_Hover.png);
    background-size: 100%;
    border: 2px solid #284378;
    border-radius: 10px;
}

#infosDilatationV, #infos3DV {
    width: 50px;
	height: 30px;
	text-align: center;
    background-color: #284378;
    margin-top: 6px;
	border-radius: 5px;
	color: white;
	font-size: 20px;
	font-weight: bold;
    cursor: pointer; 
    margin-left: 44px;
}

#infosDecrocheV {
    width: 72px;
	height: 30px;
	text-align: center;
    background-color: #284378;
    margin-top: 6px;
	border-radius: 5px;
	color: white;
	font-size: 20px;
	font-weight: bold;
    cursor: pointer; 
    margin-left: 35px;
}

#Menu_U_Deplacement {
    margin-left: 42px;
    background:url(../img/LACAIR_Utils_Deplacement.png);
    background-size: 100%;
    border: 4px solid #284378;
    border-radius: 10px;
}

#Menu_U_Select {
    margin-left: 4px;
    background:url(../img/LACAIR_Utils_Cursor.png);
    background-size: 100%;
    border: 4px solid #284378;
    border-radius: 10px;
}

#Menu_U_Tracage_Normal {
    margin-left: 4px;
    background:url(../img/LACAIR_Utils_Tracage_Normal.png);
    background-size: 100%;
    border: 4px solid #284378;
    border-radius: 10px;
}

#Menu_U_Tracage {
    margin-left: 4px;
    background:url(../img/LACAIR_Utils_Tracage.png);
    background-size: 100%;
    border: 4px solid #2196F3;
    border-radius: 10px;
}

#Menu_U_Supprimer {
    margin-left: 10px;
    background:url(../img/LACAIR_Utils_Supprimer_Hover.png);
    background-size: 100%;
    border: 4px solid #284378;
    border-radius: 10px;
}

#Menu_U_Screen {
    margin-left: 10px;
    background:url(../img/LACAIR_Utils_Agrandir.png);
    background-size: 100%;
    border: 4px solid #284378;
    border-radius: 10px;
}

.Menu_S_Btn {
    text-decoration: none;
    display: inline-block;
    padding: 25px 18px;
    cursor: pointer;
}

.Menu_S {
    margin-top: 5px;
    line-height:45px;
    text-align: center;
    height: 50px;
    width: 286px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: url(../img/LACAIR_Utils_Barre.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

#Menu_S_Text:focus{
    outline: none;
}
#Menu_S_Text {
    border: none;
    width: 180px;
    height: 40px;
    text-align: center;
    font-size: 20px;
    border-radius: 10px;
    color: #1F345D;
    font-weight: bold;
    vertical-align:middle;
    margin-top: 5px;
}

#Menu_S_Text::-webkit-inner-spin-button, #Menu_S_Text::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

#Menu_S_Retour {
    float: left;
    background:url(../img/LACAIR_Utils_Fleche_Gauche.png);
    background-size: 100%;
}
#Menu_S_Suivant {
    float: right;
    background:url(../img/LACAIR_Utils_Fleche_Droite.png);
    background-size: 100%;
}

.textHaut {
    color: white;
    float: right;
    margin-top: 0px;
    margin-right: 25px;
    font-size: 18px;
    margin-bottom: -8px;
}

.inputNBCarreaux {
    height: 50px;
    width: 286px;
    margin-top: 15px;
    margin-left: 20px;
    margin-right: 20px;
    background-image: url(../img/LACME_Tuyauterie_Interface_Bouton_Option.png);
    background-size: 100%;
    background-repeat: no-repeat;
}

.textBas {
    color: white;
    float: right;
    margin-top: 10px;
    margin-right: 25px;
    font-size: 18px;
}
.textWhite {
    color: white;
    float: right;
    margin-right: 25px;
    font-size: 20px;
    margin-bottom: -8px;
}

::selection {
    background-color: darkgray;
}
.titre{
    color: white;
    margin-top: 14px;
    text-align: center;
    font-size: 34px;
    margin-bottom: 5px;
}




.myCanvas {
    border: 1px solid black;
    background-color: white;
}

.btStartandStopDrawing {
    visibility: hidden;
}

.input:focus{
    outline: none;
}
.input {
    border: none;
    width: 44px;
    height: 44px;
    text-align: center;
    font-size: 26px;
    border-radius: 10px;
    color: 1F345D;
    font-weight: bold;
    float: right;
    margin-right: 4px;
    margin-top: 2px;
}

.input::-webkit-inner-spin-button, .input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

.divCanvas {
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    margin-right: 10px;
    background-color: black;
}

.Menu_P {
    left: 5%;
    right: 5%;
    float: left;
}

#Menu {
    position: relative;
    float: left;
    min-width: 200px;
    height: 100%;
    width: 324px;
    background-color: #284378;
    overflow: auto;
    
}
#Menu::-webkit-scrollbar {
    width: 0px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}
.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}

.divInfos {
    float: left;
    width: 50%;
}

.divInfosText {
	display: block;
    color: white;
    font-size: 20px;
    margin-top: 7px;
    text-align: left;
    margin-left: 30px;
}

#divVariante {
    float: right;
    width: 50%;
}
.divVarianteText {
	display: block;
    color: white;
    font-size: 20px;
    margin-top: 6px;
}

.Menu_O {
    text-decoration: none;
    display: inline-block;
    padding: 23px 64px;
    cursor: pointer;
    margin-top: 25px;
}

#Menu_O_Projet {
    margin-left: 20px;
    background:url(../img/LACAIR_Utils_Projet.png);
    background-size: 100%;
    float: left;
}

#Menu_O_options {
    margin-right: 20px;
    background:url(../img/LACAIR_Utils_Options.png);
    background-size: 100%;
    float: right;
}

.Menu_Infos {
	height: 3px;
	border-radius: 3px;
	width: 240px;
	border-top: 3px solid rgba(255, 255, 255, 1);
	margin-top: 10px;
	margin-left: 23px;
}
#Lb_Infos {
	font-size: 22px;
	font-weight: bold;
	color: white;
	margin-top: 15px;
}
#Lb_PJ{
	font-weight: bold;
	font-size: 22px;
	color: white;
}
#Infos_Base {
	width: 100%;
	height: 106px;
}
#Pj_Content {
	text-align: left;
}
.Lb_Pj_Input {
	margin-left: 20px;
	font-size: 20px;
    color: white;
    cursor: pointer;
}
#Id_Input_PJ {
	cursor: pointer;
    display: none;
    margin-top: 10px;
}
#inputCross {
	margin-top: 10px;
	display: inline-flex;
}
#Select_PJ {
	display: none;
}
#Lb_Pj_Input_1, #Lb_Pj_Input_2, #Lb_Pj_Input_3, #Lb_Pj_Input_4, #Lb_Pj_Input_5 {
	display: none;
}
#Lb_Pj_Input_1{
	margin-top: 10px;
}

#Lb_Com{
	font-weight: bold;
	font-size: 22px;
	color: white;
    margin-top: 16px;
    margin-left: 10px;
}

#Infos-name-element {
    color: white;
    font-size: 14px;
    margin: 2px;
}

#infosComment {
    margin-bottom: 10px;
	resize: none;
	width: 260px;
	height: 80px;
	margin-top: 10px;
	text-decoration: none;
    border: none;
	border-radius: 10px;
	outline: none;
	color: #1F345D;
	font-size: 18px;
}

#infosComment{
	overflow: auto;
	overflow-x: hidden;
	border: 3px solid rgba(255, 255, 255, 1);
}

#infosComment::-webkit-scrollbar-track{
	background-color: #e2e2e2;
}

#infosComment::-webkit-scrollbar{
	width: 6px;
	background-color: #F5F5F5;
}

#infosComment::-webkit-scrollbar-thumb{
	border-radius: 100px;
	background-color: #284378;
}

.inputSegmentH {
    width: 70px;
    height: 46px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    border: none;
    background-color: white;
    color: #1F345D;
    font-size: 22px;
    font-weight: bold;
	margin-top: 0px;
}
.inputSegmentH:focus {
    outline: none;
}
input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance:textfield;
}

#inputHSegment {
    margin-top: 6px;
    width: 200px;
    display: inline-block;
}
#inputSegmentBleu {
	float: right;
	border: 3px solid #284378;
}
#inputSegmentRouge {
    border: 3px solid #ef7b11;
    float: left;
}
#Menu_DrawPoint{
	display: none;
    height: 177px;
    width: 286px;
    margin-left: 19px;
    border-radius: 10px;
    background-color: #20355e;
	text-align: center;
}
#inputtest {
	text-align: center;
}

#lbHeight{
	height: 28px;
	width: 66px;
	border-radius: 10px;
	text-decoration: none;
    border: none;
    background-color: white;
    color: #1F345D;
    font-size: 22px;
    font-weight: bold;
	text-align: center;
}

#lbHeight:focus {
	outline: none;
}

#infosPoint {
	height: 36px;
}
#infosHauteur{
	margin-top: 20px;
}
#infosHauteurV{
	margin-top: 11px;
}

#SelectPoint {
	display: inherit;
	margin-top: 10px;
}

#PrecedentPoint {
    margin-top: 20px;
    vertical-align: top;
    cursor: pointer;
}

#SuivantPoint {
    margin-top: 20px;
    vertical-align: top;
    margin-left: 12px;
    cursor: pointer;
}

#SelectPointDescente {
	margin-left: 12px;
}

#TypeDescente {
	width: 266px;
	height: 20px;
	color: white;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.fullBody {
    width: 100%;
}

#canvas3D {
    margin: 10px;
    display: none;
}

#btnScreen, #btnCotation, #btnIso, #btn2D{
    display: none;
    position: absolute;
    cursor: pointer;
}
#labelCopyright {
    display: none;
    position: absolute;
    color: #0158a6;
    font-size: 20px;
    font-weight: bold;
}

#imgCopyright {
    display: none;
    position: absolute;
}

.spanNumber2{
    width: 70px;
    height: 28px;
    margin-left: 28px;
    margin-right: 29px;
    margin-top: 10px;
    cursor: pointer;
}
    
.spanNumber1{
    width: 70px;
    height: 28px;
    margin-left: 28px;
    margin-right: 29px;
    margin-top: 10px;
    cursor: pointer;
}

button{
    box-shadow: 0 6px #999;
}

button:active{
    box-shadow: 0 4px #666;
    transform: translateY(2px);
}

button:focus {outline:0;}

#btnRotateCross, #btnFinReseau{
    margin-top: 10px;
    cursor: pointer;
}

#link-back-office {
    margin: 20px auto 5px auto;
    width: fit-content;
    background-color: white;
    color: #284378;
    padding: 6px 10px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 2px;
    display: none;
}

#link-back-office-text {
    text-decoration: none;
    color: #284378;
    font-size: 16px;
    font-weight: bold;
}

.PopUp_Annuler {
    float: left;
    width:200px;
    background-color: #97a9c3;
    border-radius: 8px;
}

.PopUp_Valider {
    float: right;
    width: 200px;
    background-color: #FFFFFF;
    border-radius: 8px;
    margin-left: 10px;
}

.PopUp_Btn_Valider {
    color: #254177;
}

.PopUp_Btn_Annuler {
    color: #FFFFFF;
}

.PopUp_Dilatation, .PopUp_Compresseur, .PopUp_Pose{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 10%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}

.PopUp_Dilatation-content, .PopUp_Pose-content {
    background-color: #254177;
    margin: auto;
    width: 474px;
    height: 100px;
    padding: 20px;
    border-radius: 5px;
    font-size: 30px;
    color: white;
    text-align: center;
}

.PopUp_Compresseur-content{
    background-color: #254177;
    margin: auto;
    width: 490px;
    height: 124px;
    padding: 20px;
    border-radius: 20px;
    font-size: 30px;
    color: white;
    text-align: center;
}

.PopUp_Dilatation-Div, .PopUp_Compresseur-Div, .PopUp_Pose-Div {
    height: 100%;
    width: 100%;
    display: flex;
}

.PopUp_O_N_Dilatation, .PopUp_O_N_Compresseur, .PopUp_O_N_Pose {
    display:inline-block;
    cursor: pointer;
    text-align: center;
    margin-top: 10px;
}

.PopUp_Error {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 10%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
}
.PopUp_Error-content {
    background-color: #254177;
    margin: auto;
    width: 474px;
    height: 150px;
    padding: 20px;
    border-radius: 20px;
    font-size: 30px;
    color: white;
    text-align: center;
}
#PopUp_Error_Div {
    height: 100%;
    width: 100%;
    display: flex;
}
#PopUp_Error_Text {
    margin-top: 10px;
}

#PopUp_Error_Gif {
    height: 200px;
    width: 200px;
    margin-top: -25px;
}

.divMode{
    text-align: center;
}

.lblMode{
    font-size: 24px;
    margin: 0;
    color: #fff;
}

#spanMode{
    font-weight: 700;
}

.Menu_U2{
    margin-top: 10px;
    text-decoration: none;
    display: inline-block;
    padding: 23px 23px;
    cursor: pointer;
}

#plusPoint{
    width: 70px;
    height: 28px;
    margin-top: 8px;
    margin-left: 8px;
    cursor: pointer;
}

#moinsPoint{
    width: 70px;
    height: 28px;
    margin-top: 8px;
    margin-right: 8px;
    cursor: pointer;
}

.PopUp_Afficheur_IMG{
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 5%;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.PopUp_Dilatation-content {
    background-color: #254177;
    margin: auto;
    width: 474px;
    height: 100px;
    padding: 20px;
    border-radius: 20px;
    font-size: 30px;
    color: white;
    text-align: center;
}

#PopUp_Afficheur_IMG-content{
    background-color: #254177;
    margin: auto;
    padding: 20px;
    border-radius: 20px;
    font-size: 30px;
    color: white;
    text-align: center;
    min-width: 474px;
    width:auto;
    height:auto;
    display: inline-grid;
    

}

.PopUp_Afficheur_IMG-Div{
    height: 100%;
    width: 100%;
    display: flex;
}

.PopUp_O_N_Afficheur_IMG {
    display:inline-block;
    cursor: pointer;
    text-align: center;
    height: 38px;
    margin-top: 60px;
}

#Afficheur_IMG{
	width:100%;
	height:80%;
    margin: auto;
}
.PopUp_O_I_C{
    margin-top: 15px;
    text-align: center;
    width: 100%;
}
#main_droite {
    margin-left: 60px;
    float: left;
    cursor: pointer;
}
#main_gauche {
    margin-right: 50px;
    float: right;
    cursor: pointer;
}
#main_text{
    color: white;
    font-size: 30px;
    margin-top: 15px;
}

.label {
    color: rgb(182, 26, 26);
    font-family: sans-serif;
    padding: 2px;
    background: rgb(0, 116, 29);
}

#tailleDepart {
    cursor: pointer;
}

.obj-3d-text {
    display: flex;
    align-items: center;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    pointer-events: none;
    flex-direction: column;
}

.obj-3d-text > span {
    background-color: rgba(255, 255, 255, 0.75);
}