@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Poppins');
/* body, html {
    height: 100%;
	background-image: url(../images/fond-visio-groupama.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
	font-family: 'Lato', sans-serif;
} */
* {
  box-sizing: border-box;
  }
body, html {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: top;
	/* background-image:url(../images/fond-visio-groupama.jpg); */
	width: 100%;
	height: 100%;
	letter-spacing: 0.02em;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
	font-family: "Poppins", sans-serif, Arial, Helvetica;
	-webkit-font-smoothing: antialiased;
  margin: 0;
	/* height: 100vh;  */
}
.fondBody{
  background-image:url(../images/fond-visio-groupama.jpg)!important;
}
.fondBody1{
  background-image:url(../images/fond-visio-groupama.jpg)!important;
}
.fondBody2{
  background-image:url(../images/fond-visio-groupama-2.jpg)!important;
}
.fondBody3{
  background-image:url(../images/fond-visio-groupama-3.jpg)!important;
}
.fondBody4{
  background-image:url(../images/fond-visio-groupama-4.jpg)!important;
}
.fondBody5{
  background-image:url(../images/fond-visio-groupama-5.jpg)!important;
}
.fondBody6{
  background-image:url(../images/fond-visio-groupama-6.jpg)!important;
}



#videos {
    position: relative;
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
#subscriber {
	display: flex;
	align-items: center;
	width: 50%;
  justify-content: center;
  flex-direction: column;
}
#publisher {
    position: absolute;
    width: 90%;
    height: 180px;
    bottom: 10px;
    left: 10px;
    z-index: 100;
}


.OT_root {
	width: 240px;
	height: 160px;
	z-index: 21 !important;
	display: inline-block;
    border: 3px solid white !important;
    border-radius: 3px;
}

.OT_root.fullscreen {
	display: block !important;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
	z-index: 1 !important;
    border: 0px !important;
}

.OT_root.multiple_screens {
	display: block !important;
	position: fixed;
	z-index: 1 !important;
}

.OT_root.multiple_screens.num_1.tot_1 {
	top: 0px;
	left: 0px;
	width: 100% !important;
	height: 100% !important;
    border: 0px !important;
}


a {
  color: #186153;
  display:inline-block;
  text-decoration: none;
  font-weight: 400;
}

h2 {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  display:inline-block;
  margin: 40px 8px 10px 8px; 
  color: #cccccc;
}
h1{
	color: #196254;
    text-shadow: 1px 1px #ffffff;
    font-weight: 900;
    font-family: lato, poppins, sans-serif;
    font-size: 2rem;
}

.logo_groupama img{
	width: 300px;
    margin-top: 20px;
    padding: 20px;
}


.wrapper {
  display: flex;
  align-items: center;
  flex-direction: column; 
  justify-content: center;
  width: 100%;
  min-height: 100%;
  padding: 20px;
  /* height: 100vh; */
  border-radius: 2px;
  /* background: inherit; */
}

#formContent, #genererLienContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #ffffffa3;
  padding: 30px;
  width: 90%;
  max-width: 650px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
  /* background: inherit; */
}

/* #genererLienContent {
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #ffffffa3;
  padding: 30px;
  width: 90%;
  max-width: 450px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
} */

#subscriber{
  -webkit-border-radius: 10px 10px 10px 10px;
  border-radius: 10px 10px 10px 10px;
  background: #ffffffa3;
  padding: 30px;
  width: 80%;
  max-width: 800px;
  position: relative;
  padding: 0px;
  -webkit-box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  box-shadow: 0 30px 60px 0 rgba(0,0,0,0.3);
  text-align: center;
  margin: 25px auto;
}


#formFooter {
  background-color: #f6f6f6;
  border-top: 1px solid #dce8f1;
  padding: 25px;
  text-align: center;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
}



/* TABS */

h2.inactive {
  color: #cccccc;
}

h2.active {
  color: #0d0d0d;
  border-bottom: 2px solid #186153;
}

.lienVisio{
  display: flex;
  align-items: center;
}
.urlVisio{
  padding: 5px;
  width: 90%;
  height: 40px;
}
.iconCopier{
  height: 40px;
  cursor: pointer;
  position: relative;
}
.iconCopier:after{
  position: absolute;
  content: 'Copier le lien';
  width: 92px;
  padding: 5px 8px;
  top: -22px;
  left: -28px;
  font-size: 12px;
  color: white;
  text-align: center;
  background: #18615394;
  transition: all .3s ease-in-out;
  visibility: hidden;
  opacity: 0;
  border-radius: 10px;
}
.iconCopier:hover:after {
  visibility: visible;
  opacity: 1;
}
.iconCopier img{
  padding: 5px;
  height: 100%;
  transition: all 0.4s ease-in-out;
}
.iconCopier img:hover{
  padding: 8px;
  height: 100%;
  transition: all 0.4s ease-in-out;
}



/* FORM TYPOGRAPHY*/

input[type=button], input[type=submit], input[type=reset], .btnGenererLien, .btnOuvrirVisio, .btn_acces_visio, .btn_telecharger_pieces  {
  background-color: #186153;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 13px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(25,98,84,0.4);
  box-shadow: 0 10px 30px 0 rgba(25,98,84,0.4);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.btnOuvrirVisio{
  padding: 15px 23px !important;
  font-size: 1rem !important;
  margin-top: 20px !important;
}

input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover, .btnGenererLien:hover, .btnOuvrirVisio:hover, .btn_acces_visio:hover, .btn_telecharger_pieces:hover  {
  background-color: #cccc01;
  color: #1c5f56;
}

.btn_acces_visio, .btn_telecharger_pieces  {
  padding: 7px 7px!important;
  margin: 0!important;
}



input[type=button]:active, input[type=submit]:active, input[type=reset]:active  {
  -moz-transform: scale(0.95);
  -webkit-transform: scale(0.95);
  -o-transform: scale(0.95);
  -ms-transform: scale(0.95);
  transform: scale(0.95);
}

input[type=text], input[type=password] {
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #186153;
}

input[type=text]:placeholder {
  color: #cccccc;
}



/* ANIMATIONS */

/* Simple CSS3 Fade-in-down Animation */
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

/* Simple CSS3 Fade-in Animation */
@-webkit-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@-moz-keyframes fadeIn { from { opacity:0; } to { opacity:1; } }
@keyframes fadeIn { from { opacity:0; } to { opacity:1; } }

.fadeIn {
  opacity:0;
  -webkit-animation:fadeIn ease-in 1;
  -moz-animation:fadeIn ease-in 1;
  animation:fadeIn ease-in 1;

  -webkit-animation-fill-mode:forwards;
  -moz-animation-fill-mode:forwards;
  animation-fill-mode:forwards;

  -webkit-animation-duration:1s;
  -moz-animation-duration:1s;
  animation-duration:1s;
}

.fadeIn.first {
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.fadeIn.second {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.fadeIn.third {
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.fadeIn.fourth {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  animation-delay: 1s;
}

/* Fade-in Animation */
.underlineHover:after {
  display: block;
  left: 0;
  bottom: -10px;
  width: 0;
  height: 2px;
  background-color: #186153;
  content: "";
  transition: width 0.2s;
}

.underlineHover:hover {
  color: #0d0d0d;
}

.underlineHover:hover:after{
  width: 100%;
}

.zoom-in-out-text {
  font-size: 12px;
  color:#186153;
  animation: zoom-in-zoom-out 1s ease;
}

@keyframes zoom-in-zoom-out {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(0.7, 0.7);
  }
  100% {
    transform: scale(1, 1);
  }
}

@keyframes zoom-in-zoom-out-2 {
  0% {
    transform: scale(1, 1);
  }
  50% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}



/* preload */

  
  
.circle{
  display: block;
  position: relative;
  width: 120px;
  height: 120px;
  border: 3px solid transparent;
  border-top-color: #cacf0b;;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-top: -60px;
  margin-left: -60px;
  animation: rotation 2s infinite linear;
  -webkit-animation: rotation 2s infinite linear;
}

.circle:before{
  content: "";
  position: absolute;
  border: 3px solid transparent;
  border-top-color: #1c5f56;
  border-radius: 50%;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  animation: rotation 2.5s infinite linear;
  -webkit-animation: rotation 2.5s infinite linear;
}
.circle:after{
  content: "";
  position: absolute;
  border: 3px solid transparent;
  border-top-color: #d05a04;
  border-radius: 50%;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  animation: rotation 3s infinite linear;
  -webkit-animation: rotation 3s infinite linear;
}
@-webkit-keyframes rotation{
  0%{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

@keyframes rotation{
  0%{
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
  }
  100%{
    transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
  }
}

/* load 2 */
.load2{
  width:100px;
  height:100px;
}
.load{
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  width:100px;
  height:100px;
}
.load hr{
  border:0;
  margin:0;
  width:40%;
  height:40%;
  position:absolute;
  border-radius:50%;
  animation:spin 2s ease infinite}

.load :first-child{
  background:#568130;animation-delay:-1.5s
}
.load :nth-child(2)
{background:#df5b03;animation-delay:-1s
}
.load :nth-child(3){
  background:#c9c901;animation-delay:-0.5s
}
.load :last-child{
  background:#1c5f56
}

@keyframes spin{
  0%,100%{transform:translate(0)}
  25%{transform:translate(160%)}
  50%{transform:translate(160%, 160%)}
  75%{transform:translate(0, 160%)}
}

/* Tableau de l'historique */

.container-table100 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.titre{
  padding: 33px 30px 5px 30px;
}
.titre h2{
  font-size: 2rem;
  font-weight: 700;
  margin-block-start: 0.50em;
  margin-block-end: 0.50em;
}
.titre p{
  font-size: 1.4rem;
  font-weight: 300;
}

.table100-head th {
  /* padding-top: 18px;
  padding-bottom: 18px; */
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 18px;
  color: #fff;
  line-height: 1.4;
  background-color: #1c5f56;
  font-weight: 700;
}
thead {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
  -webkit-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
  -o-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
  -ms-box-shadow: 0 0 40px 0 rgba(0,0,0,.15);
}
.ver1{
  border-radius: 10px;
  overflow: hidden;
}
.wrap-table100{
  width: 100%;
  padding: 10px 25px;
}
/* .table100 {
  position: relative;
  padding-top: 60px;
} */
.table100 {
  background-color: #fff;
}
.m-b-110 {
  margin-bottom: 110px;
}
.m-b-50 {
  margin-bottom: 50px;
}
/* .table100-head {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
} */
.container-table100 table {
  width: 100%;
  border-collapse: collapse;
}
/* .table100-body {
  max-height: 585px;
  overflow: auto;
}
.js-pscroll {
  position: relative;
  overflow: hidden;
} */
.container-table100 th {
  text-align: left;
}
.container-table100 td{
  border: 1px solid #1c5f5630;
}

.container-table100 td a {
  color: #326cb5;
  text-decoration: none;
  font-weight: 600;
  font-size: .9rem;
}
.btn_acces_visio a, .btn_telecharger_pieces a {		
  color: #ffffff!important;		
  font-size: 13px!important;		
}

.ps {
  overflow: hidden!important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}
.table100.ver1 td {
  font-weight: 300;
  font-size: 15px;
  color: gray;
  line-height: 1.4;
}
.table100-body td {
  padding-top: 16px;
  padding-bottom: 16px;
}
.container-table100 .column1 {
  width: 40%;
  padding-left: 10px;
}
.container-table100 .column2 {
  width: 30%;
  padding-left: 5px;
}
.container-table100 .column3 {
  width: 30%;
  padding-left: 5px;
}

.container-table100 th, td {
  font-weight: unset;
  padding-right: 10px;
}

.table100.ver1 .table100-body tr:nth-child(even) {
  background-color: #feffe3;
}
.btn_historique{
  display: flex;
  justify-content: start;
  width: 100%;
  padding: 10px 25px;
}

.btn_historique button{
  background-color: #d55b06!important;
}

.btn_historique button:hover{
  background-color: #e57220!important;
  color:#fff;
}

  









.OT_root.multiple_screens.num_1.tot_3 {
	top: 0px;
	left: 0px;
	width: 50% !important;
	height: 50% !important;
}


.OT_root.multiple_screens.num_2.tot_3 {
	top: 0px;
	left: 50%;
	width: 50% !important;
	height: 50% !important;
}


.OT_root.multiple_screens.num_3.tot_3 {
	top: 50%;
	left: 25%;
	width: 50% !important;
	height: 50% !important;
}



.OT_root.multiple_screens.num_1.tot_4 {
	top: 0px;
	left: 0px;
	width: 50% !important;
	height: 50% !important;
}


.OT_root.multiple_screens.num_2.tot_4 {
	top: 0px;
	left: 50%;
	width: 50% !important;
	height: 50% !important;
}


.OT_root.multiple_screens.num_3.tot_4 {
	top: 50%;
	left: 0px;
	width: 50% !important;
	height: 50% !important;
}


.OT_root.multiple_screens.num_4.tot_4 {
	top: 50%;
	left: 50%;
	width: 50% !important;
	height: 50% !important;
}



#menu {
	position: fixed;
  height: auto;
  width: auto;
  bottom: 10px;
  right: 10px;
  z-index: 200;
  background-color: #f6f8fc;
  margin: 10px;
  border-radius: 20px;
	display: flex;
  align-items: center;
	justify-content: center;
	padding: 10px;
}

#authorize_camera_microphone {
	position: fixed;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  z-index: 1000;
  font-size: 2em;
  background: white;
  border: 2px solid white;
  color: #ffffff;
  border-radius: 25px;
  /* background: inherit; */
  background-color: #ff000000;
  line-height: 61px;
  padding: 25px;
  cursor: pointer;
}



.authorizeCamera:after {
  content: '';
  position: absolute;
  top: 10%;
  left: 10%;
  width: 80%;
  height: 80%;
  background: inherit;
  filter: blur(10px);
}

#authorize_camera_microphone span{
  border: 1px solid #196254;
  padding: 5px;
  background-color: #186153;
  border: none;
  color: white;
  padding: 15px 80px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
  font-size: 28px;
  -webkit-box-shadow: 0 10px 30px 0 rgb(25 98 84 / 40%);
  box-shadow: 0 10px 30px 0 rgb(25 98 84 / 40%);
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
  margin: 5px 20px 40px 20px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  animation: zoom-in-zoom-out 3s ease infinite;
}

#authorize_camera_microphone span:hover{
  background-color: #cccc01;
  color: #1c5f56;
}

.authorizeCamera{
  /* background-color: #ff000061; */
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background: inherit;
}

.page_user #get_status {
	display: none;
}

.page_user #distance_refresh {
	display: none;
}

.picture_overlay {
	display: none;
	z-index: 210;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #000000aa;
	text-align: center;
}

.input_title, .input_submit {
	background: black;
	border: 2px solid white;
	border-radius: 4px;
	font-size: 24px;
	width: 60%;
	margin-top: 30px;
	color: white;
	padding: 5px;
	text-align: center;
}

.is_not_admin .OT_root {
	display: none;
}

#slide{
	display: flex;
	justify-content: space-around;
    flex-wrap: wrap;
}

#image_slide{
	display: flex;
	align-items: center;
	width: 50%;
	
}

#image_slide img{
	width: 100%;
}
#subscriber h1 span{
	font-size: 4rem;
}
#subscriber h1 {
	font-weight: 400;
  color: #1c6057;
  font-size: 1.6rem;
  padding: 20px;
  font-weight: 600;
  text-shadow: none!important;
}
#menu img{

	width: 100%;
}
#menu .icons{

	  padding: 5px;
    color: #999;
    text-align: center;
    border: 2px solid currentColor;
    border-radius: 100%;
    position: relative;
    transition: all .4s ease-in-out;
	  width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
	  justify-content: center;
  	margin: 5px 10px;
    background-color: white;
  	cursor: pointer;
    box-shadow: inset 2px 2px 2px 0px rgb(255 255 255 / 50%), 7px 7px 20px 0px rgb(0 0 0 / 10%), 4px 4px 5px 0px rgb(0 0 0 / 10%);
}

#menu .icons:hover{
	background-color: rgb(255 235 143 / 50%);
	transition: all .4s ease-in-out;
}

#menu .icons:before {
    content: '';
    border: 5px solid transparent;
    border-top-color: #00628b;
    position: absolute;
    top: -7px;
    left: calc(50% - 5px);
  }
#menu .icons:after {
    content: attr(data-caption);
    display: block;
    width: 200px;
    height: 32px;
    padding: 15px;
    border-radius: 3px;
    position: absolute;
    top: -69px;
    right: -69px;
    font-size: 12pt;
    line-height: 12pt;
    font-weight: 500;
    color: white;
    text-align: center;
    background: #59627a;
	/* direction: rtl; */
    box-shadow: inset rgba(0,0,0,.3) 0 0 1px, inset rgba(255,255,255,.3) 0 1px 0, rgba(0,0,0,.10) 0 1px 2px;

  }
#menu .icons:last-child:hover:after {
    right: -26px;
}
#menu .icons:before,
#menu .icons:after {
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
    transition: all .2s ease-in-out;
  }
#menu .icons:hover:before,
#menu .icons:hover:after {
    visibility: visible;
    opacity: 1;
 }
 
.page_user #menu {
	display: none !important;
}

.satisfaction_form {
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 101;
}

.satisfaction_form_quit {
	position: fixed;
	top: 1em;
	left: 1em;
	width: 4em;
	height: 4em;
	background: url(../images/close_icon-2.png);
	background-size: contain;
	background-repeat: no-repeat;
}

.satisfaction_form_iframe {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	border: 0px;
}

#menu .icons#show_satisfaction_form_close {
	display: none;
}

@media (max-width: 800px){
	#menu .icons {
		width: 40px;
		height: 40px;
	}
	#menu {
		height: 5em;
	}

 }

 @media (orientation: landscape) {

	.OT_root.multiple_screens.num_1.tot_2 {
		top: 0px;
		left: 0px;
		width: 50% !important;
		height: 100% !important;
	}


	.OT_root.multiple_screens.num_2.tot_2 {
		top: 0px;
		left: 50%;
		width: 50% !important;
		height: 100% !important;
	}

}


@media (orientation: portrait) {

	.OT_root.multiple_screens.num_1.tot_2 {
		top: 0px;
		left: 0px;
		width: 100% !important;
		height: 50% !important;
	}


	.OT_root.multiple_screens.num_2.tot_2 {
		top: 50%;
		left: 0px;
		width: 100% !important;
		height: 50% !important;
	}
}

@media (max-width: 500px){
	#subscriber{
    width: 420px;
    min-width: 400px;
  }
  .logo_groupama img {
    width: 270px;
  }
  #formContent, #genererLienContent {
    max-width: 450px;
  }
  .load2 {
    width: 70px;
    height: 70px;
  }
  .load {
    top: 53%;
    left: 50%;
    width: 73px;
    height: 73px;
  }
  #subscriber h1 {
    font-weight: 400;
    font-size: 1.2rem;
    padding: 0 22px 0 22px;
    margin-right: 75px;
    margin-left: 5px;
  }
  #publisher {
    position: absolute;
    width: 90%;
    height: 180px;
    bottom: 38px;
    left: 10px;
    z-index: 100;
    text-align: center;
  }
  /* #menu {
    height: 4em;
  } */
  input[type=button], input[type=submit], input[type=reset], .btnGenererLien, .btnOuvrirVisio, .btn_acces_visio, .btn_telecharger_pieces {
    padding: 15px 25px;
  }

  #menu {
    height: auto!important;
    display: flex!important;
    flex-direction: column!important;
}

}