

* {
    box-sizing: border-box;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

a {
    color: inherit;
}

body {
    background-color: #e3e3e3;
    font-family: 'Montserrat', sans-serif;
    /* display: flex; */
    flex-direction: column;
    align-items: start;
    justify-content: start;
    height: 100vh;
    margin: 0;
    padding: 0;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
    /*  overflow: hidden;*/
    overflow: auto;
    color: #102237;
    margin-top: 45px;
}
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled),
.btn-primary,
.btn-primary:hover
{
    background-color: #102237;
    border-color: #102237;
}






h1{
    font-weight: 900;
}
h1.display-2{
    font-weight: 900;
    font-size: 40px;
}

.container {
    width: 100%;
    max-width: 500px;
    margin: auto;

}

.rating {
  display: flex;
  width: 100%;
  justify-content: center;
/*  overflow: hidden;*/
  flex-direction: row-reverse;
  height: 150px;
  position: relative;
}


div#donneinfos {
    width: 101%;
    position: absolute;
    top: -73px;
    border: 1px solid #e0e0e0;
    z-index: 1;
    background: #fff;
    padding: 5px;
    font-size: 14px;
    text-align: center;
    color: #000;
}




.rating-0 {
  filter: grayscale(100%);
}

.rating > input {
  display: none;
}

.rating > label {
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: auto;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23e3e3e3' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 76%;
  transition: 0.3s;
}

.rating > input:checked ~ label,
.rating > input:checked ~ label ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23fcd93a' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}

.rating > input:not(:checked) ~ label:hover,
.rating > input:not(:checked) ~ label:hover ~ label {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='126.729' height='126.73'%3e%3cpath fill='%23d8b11e' d='M121.215 44.212l-34.899-3.3c-2.2-.2-4.101-1.6-5-3.7l-12.5-30.3c-2-5-9.101-5-11.101 0l-12.4 30.3c-.8 2.1-2.8 3.5-5 3.7l-34.9 3.3c-5.2.5-7.3 7-3.4 10.5l26.3 23.1c1.7 1.5 2.4 3.7 1.9 5.9l-7.9 32.399c-1.2 5.101 4.3 9.3 8.9 6.601l29.1-17.101c1.9-1.1 4.2-1.1 6.1 0l29.101 17.101c4.6 2.699 10.1-1.4 8.899-6.601l-7.8-32.399c-.5-2.2.2-4.4 1.9-5.9l26.3-23.1c3.8-3.5 1.6-10-3.6-10.5z'/%3e%3c/svg%3e");
}



.emoji-wrapper {
  width: 100%;
  text-align: center;
  height: 100px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.emoji-wrapper:before,
.emoji-wrapper:after {
  content: "";
  height: 15px;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}

.emoji-wrapper:before {
  top: 0;
  background: linear-gradient(to bottom, white 0%, white 35%, rgba(255, 255, 255, 0) 100%);
}

.emoji-wrapper:after {
  bottom: 0;
  background: linear-gradient(to top, white 0%, white 35%, rgba(255, 255, 255, 0) 100%);
}

.emoji {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}

.emoji > svg {
  margin: 15px 0;
  width: 70px;
  height: 70px;
  flex-shrink: 0;
}

#rating-1:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-100px);
}

#rating-2:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-200px);
}

#rating-3:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-300px);
}

#rating-4:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-400px);
}

#rating-5:checked ~ .emoji-wrapper > .emoji {
  transform: translateY(-500px);
}



.feedbacko {
  max-width: 360px;
  background-color: #fff;
  width: 100%;
  padding: 30px;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.05);
  margin-left: auto;
  margin-right: auto;
}



.logo_{
    max-width: 100%;
    width: 150px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    text-align: center;
    margin-bottom: 25px;
/*    mix-blend-mode: multiply;*/
}

label[for='rating'],
#rating,
#feedback,
label[for='feedback']
{
    display: none;

}

form{
     max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#feedback_message{
    font-weight: 500;
    text-align: center;
    margin-bottom: 5px;
    color: red;
}

label[for='feedback']{
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
    text-align: center;
    font-size: 14px;
}

.bb{
    display: block;
}

.main_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.login_form {
    background-color: #fff;
    padding: 15px 30px;
    width: 100%;
    max-width: 320px;
    text-align: center;
}


/* Formulaire de connexion */

.login_body {
    background-color: #e3e3e3;
}

.login_body h1 {
    background: linear-gradient(90deg, rgba(128, 91, 248, 1) 0%, rgba(9, 172, 212, 1) 100%);
    -webkit-background-clip: text; /* spécifique à WebKit (Safari/Chrome) */
    color: transparent;
    font-size: 35px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
}


.screen {
    background: linear-gradient(90deg, #2fc2e2, #1589a2);
    position: relative;
    height: 600px;
    /*  width: 360px;*/
    box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    border-radius: 5px;
}

.screen__content {
    z-index: 1;
    position: relative;
    height: 100%;
}

.screen__background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    -webkit-clip-path: inset(0 0 0 0);
    clip-path: inset(0 0 0 0);
}

.screen__background__shape {
    transform: rotate(45deg);
    position: absolute;
}

.screen__background__shape1 {
    height: 520px;
    width: 520px;
    background: #FFF;
    top: -50px;
    right: 120px;
    border-radius: 0 72px 0 0;
}

.screen__background__shape2 {
    height: 220px;
    width: 220px;
    background: #2fc2e2;
    top: -172px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape3 {
    height: 540px;
    width: 190px;
    background: linear-gradient(270deg, #2fc2e2, #2fc2e2);
    top: -24px;
    right: 0;
    border-radius: 32px;
}

.screen__background__shape4 {
    height: 400px;
    width: 200px;
    background: #2fc2e2;
    top: 420px;
    right: 50px;
    border-radius: 60px;
}

.login {
    width: 320px;
    padding: 30px;
/*    padding-top: 156px;*/
background-color: #fff;
margin-top: 75px;
}

.login__field {
    padding: 20px 15px;
    position: relative;
}

.login__icon {
    position: absolute;
    top: 30px;
    left: 25px;
    color: #646464;
}

.login__input {
    border: none;
    border-bottom: 2px solid #D1D1D4;
    background: none;
    padding: 10px;
    padding-left: 35px;
    font-weight: 700;
    width: 94%;
    transition: .2s;
}

.login__input:active,
.login__input:focus,
.login__input:hover {
    outline: none;
    border-bottom-color: #2fc2e2;
}

.login__submit {
    background: linear-gradient(90deg, rgba(128, 91, 248, 1) 0%, rgba(9, 172, 212, 1) 100%);
    color: #fff;
    border: none;
    font-size: 14px;
    margin-top: 30px;
    padding: 16px 20px;
    border-radius: 26px;
    text-transform: uppercase;
    font-weight: 700;
    display: flex;
    align-items: center;
    width: 100%;
    color: #ffffff;
    box-shadow: 3px 7px 5px #00000085;
    cursor: pointer;
    transition: .2s;
}

.login__submit:active,
.login__submit:focus,
.login__submit:hover {
    border-color: #2fc2e2;
    outline: none;
}

.button__icon {
    font-size: 24px;
    margin-left: auto;
    color: #ffffff;
}

.social-login {
    position: absolute;
    height: 140px;
    width: 160px;
    text-align: center;
    bottom: 0px;
    right: 0px;
    color: #fff;
}

.social-icons {
    display: flex;
    align-items: center;
    justify-content: center;
}

.social-login a {
    font-size: 11px;
    flex-direction: column;
    display: flex;
    color: #fff;
    font-weight: normal;
    text-decoration: none;
    width: 100px;
    margin-left: 35px;
    margin-top: 53px;
    text-align: center;
    align-items: center;
}


/* Formulaire de connexion */


/* page entreprise */

.logo {
    margin-left: auto;
    margin-right: auto;
    width: 250px;
    margin-bottom: 20px;
    display: block;
}

.links_page #page{
    margin: auto;
}

/* Card reseaux */
.social-card {
    position: relative;
    display:flex;
    border:none;
    overflow:hidden
}

.full_link {
    text-decoration: none;
    color: #000;
    display: flex;
     height: 79px;
     align-items: center;
}

.social-card .card-header {
/*    position: absolute;*/
position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 79px;
    width: 64px;
    border-radius: 0;
    border: none;
    top:0;
    left:0;
}

.social-card .card-header i {
    font-size: 3rem;
    color: #fff;
    position: absolute;
    z-index: 10;
}

.social-card .bg-facebook {
    background-color: #3b5998
}

.social-card .bg-twitter {
    background-color: #1da1f2
}

.social-card .bg-instagram {
    /*  background-color: #fbad50*/
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

.social-card .bg-pinterest {
    background-color: #c8232c
}

.social-card .bg-doctolib {
    background-color: #107ACA
}

.social-card .bg-linkedin {
    background-color: #107ACA
}

.social-card .bg-planity {
    background-color: #202020
}

.social-card .bg-immodvisor {
    background-color: #E60063;
    background-color: #FFF
}

.social-card .bg-youtube {
    background-color: #FE0002
}

.social-card .bg-trustpliot {
    background-color: #000032
}


.social-card .bg-tripadvisor {
    background-color: #01e2a0
}

.social-card .bg-votre-site {
    background-color: #000
}

.social-card .bg-wechat {
    background-color: #2cbb00
}

.social-card .bg-clubhouse {
    background-color: #FFE450
}

.social-card .bg-tumblr {
    background-color: #000
}

.social-card .bg-discord {
    background-color: #404EED
}

.social-card .bg-telegram {
    background-color: #3390EC
}

.social-card .bg-whatsapp {
    background-color: #25D366
}

.social-card .bg-reddit {
    background-color: #FF4500
}

.social-card .bg-snapchat {
    background-color: #FFFC00
}

.social-card .bg-snapchat i {
    color: #000;
}


.card-header {
    overflow: hidden;
}

.card-header img {
    width: 70px;
}


.section-content {
    background-color: #fff;
    padding: 20px;
    position: relative;
    /*  top: -50px;*/
    color: #000;
    z-index: 10000;
    left: 10px;
    right: 10px;
    bottom: 10px;
    height: 70vh;
    overflow: auto;
    position: fixed;
    border-radius: 10px;
}

.section-content label {
    font-size: 12px;
}

.annul {
    font-size: 10px;
    opacity: 0.7;
    cursor: pointer;
    margin-bottom: 0;
}

.navbar {
    z-index: 10000;
    width: 100%;
    position: fixed;
    top: 0;
}

.hidden {
    display: none;
}

form .btn {
    margin-top: 15px;
    width: 100%;
max-width: 360px;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

#page {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.social-card .card-body {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: .75rem 0;
    text-align: center;
    border: none;
}

.social-card .card-body > :not(:last-child) {
    border-right: 1px solid #ccc;
}

.social-card .card-body > * {
    -ms-flex: 1;
    flex: 1;
    padding: .19rem 0;
}

.social-card .text-number {
/*    font-size: 19px;*/
/*    font-weight: lighter;*/
    font-size: 15px;
}

.social-card .text-number p {
    font-size: 12px;
    margin: 0;
    padding: 0;
}

/* Card reseaux */


/* Exemple de styles pour chaque police dans le select */

/* Arial */
option[value="Arial"] {
    font-family: 'Arial';
}

/* Brush Script MT */
option[value="Brush Script MT"] {
    font-family: 'Brush Script MT';
}

/* Comic Sans MS */
option[value="Comic Sans MS"] {
    font-family: 'Comic Sans MS';
}

/* Courier New */
option[value="Courier New"] {
    font-family: 'Courier New';
}

/* Garamond */
option[value="Garamond"] {
    font-family: 'Garamond';
}


/* Georgia */
option[value="Georgia"] {
    font-family: 'Georgia';
}

/* Helvetica */
option[value="Helvetica"] {
    font-family: 'Helvetica';
}

/* Impact */
option[value="Impact"] {
    font-family: 'Impact';
}

/* Lucida Console */
option[value="Lucida Console"] {
    font-family: 'Lucida Console';
}

/* Palatino */
option[value="Palatino"] {
    font-family: 'Palatino';
}

/* Tahoma */
option[value="Tahoma"] {
    font-family: 'Tahoma';
}

/* Times New Roman */
option[value="Times New Roman"] {
    font-family: 'Times New Roman';
}

/* Trebuchet MS */
option[value="Trebuchet MS"] {
    font-family: 'Trebuchet MS';
}

/* Verdana */
option[value="Verdana"] {
    font-family: 'Verdana';
}

.petit-logo_wrap,
.petit-bg_wrap {
    width: 150px;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
    position: relative;
}

.petit-bg_wrap {

}

.petit-bg_wrap img,
.petit-logo_wrap img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    display: block;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    border-radius: 100%;
}

.petit-bg_wrap img {
    /*  object-fit: contain;*/
}

.remove_bg,
.remove_log {
    color: red;
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
}


.petit-bg {
    max-width: 100%;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    display: block;
}

label[for="remove_logo"],
input#background,
#remove_logo {
    display: none;
}

input#logo{

}


.openy {
    height: 100vh;
    overflow: hidden
}

.openy div#page:after {
    content: '';
    display: block;
    position: fixed;
    inset: 0;
    background-color: #000;
    opacity: 0.4;
}

.text-counter{
    font-size: 11px;
    opacity: 0.7;   
}

.text-counter svg{
    width: 12px;
    height: 12px;
}

div#result {
    position: fixed;
    z-index: 10;
    bottom: 0;
}


/* page entreprise */


button.navbar-toggler,
button.btn-close,
button.close
{
    background-color: #fff!important;
}

button.close{
    font-size: 30px;
    border: none;
    padding: 0;
    margin: 0;
}

#pieChart{
    display: block;
    max-width: 100%;
}

.modal-content form{
    margin: 45px;
    max-width: 100%;
}

.modal-content form .btn{
    max-width: 100%;
}

.table_avis{
    font-size: 13px;
    width: 100%;
}

.pp_log img{
    width: 32px;
    height: 32px;
    object-fit: cover;
    border-radius: 100%;
    overflow: hidden;
}


.my_resto{
    display: flex;
    justify-content: space-between;
}

.my_resto form{
    margin-left: auto;
    width: 50px;
    margin-right: 0;
}




/* Chicken Street */

div#restaurant_3 {
    min-height: 100vh;
    background-image: url('https://www.chickenstreet.fr/wp-content/uploads/2021/12/FOND_Chicken-Street_2000x2000_v2.jpg');
    margin-top: -45px;
    padding-top: 30px;
    color: #000;
}

div#restaurant_3 [type=button]:not(:disabled),
div#restaurant_3 [type=reset]:not(:disabled),
div#restaurant_3 [type=submit]:not(:disabled),
div#restaurant_3 button:not(:disabled),
div#restaurant_3 .btn-primary,
div#restaurant_3 .btn-primary:hover{
    background:#000
}


div#restaurant_3 .logo_{
    width: 199px;
    margin-bottom: 0px;
}



/* Brussels Stoemp */


div#restaurant_4 {
    min-height: 100vh;
    background-image: url('https://maplaque-nfc.fr/_reviews/uploads/logos/kegs-pancakes-with-red-fish.jpg');
    margin-top: -45px;
    padding-top: 30px;
    color: #000;
    background-size:cover;
    background-position: center;
}

div#restaurant_3 [type=button]:not(:disabled),
div#restaurant_4 [type=reset]:not(:disabled),
div#restaurant_4 [type=submit]:not(:disabled),
div#restaurant_4 button:not(:disabled),
div#restaurant_4 .btn-primary,
div#restaurant_4 .btn-primary:hover{
    background:#000
}


div#restaurant_4 .logo_{
    width: 240px;
    margin-bottom: 0px;
}


.enplus{
    display: none;
}

.enplus.showw{
    display: block;
}

form.form {
    padding-bottom: 40px;
}