#infoSpot{
  z-index: 1001;
  position: absolute;
}

#infoSpot .borne_content{
  position:relative;
  max-width: 100vw;
  height: 100vh;
}
#infoSpot .borneInscription {
    position: absolute;
    bottom: 30px;
    right: 30px;
    background-image: linear-gradient(to right, #fff939, #ffc702);
    z-index: 2;
    padding: 30px;
}#infoSpot .swiper-pagination
#infoSpot .borneInscription h2 {
    margin: 0;
    color: #333;
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}
#infoSpot .borneInscription form {
    margin-top: 15px;
}
#infoSpot .borneInscription input {
    float: left;
    width: 80%;
    height: 50px;
    padding: 0 10px;
    border: 0;
}
#infoSpot .borneInscription button {
    float: left;
    width: 20%;
    height: 50px;
    border: none;
    background: #333;
    color: white;
    font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}
#infoSpot .borneInscription a {
    display: inline-block;
    color: #333;
    padding: 18px;
    margin-top: 15px;
    width: 100%;
    font-size: 15px;
    text-align: center;
    border: 1px solid;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
    text-decoration: none;
    min-width: 225px;
    -webkit-transition: all .2s;
    -moz-transition: all .2s;
    -ms-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    font-family: 'Lato', sans-serif;
}
#infoSpot .borneInscription a:hover {
    background: rgba(0, 0, 0, 0.1);
}

#infoSpot .borne__tooltip {
    position: absolute;
    left: 20px;
    bottom: 20px;
    opacity: 0;
    transform: translateY(50%);
    display: block;
    overflow: hidden;
    box-shadow: 3px 3px 20px rgba(0, 0, 0, 0.5);
    transition: 0.25s all ease;
    z-index: 3;
    display: flex;
    border-radius: 0px 10px 10px 0px;
    -moz-border-radius: 0px 10px 10px 0px;
    -webkit-border-radius: 0px 10px 10px 0px;
}

#infoSpot .borne__tooltip.open {
    opacity: 1;
    transform: translateY(0);

}
#infoSpot .borne__tooltip--left  {
  position: relative;
  float: left;
  background: white;
  width: 768px;
  overflow: hidden;
}
#infoSpot .borne__tooltip--right {
  float: left;
  padding: 30px;
  width: 480px;
  background: #0076b4;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
#infoSpot .borne__tooltip--right img {
  display: block;
  height: 160px;
  padding: 20px ;
  border-bottom: 2px solid #0008;
}
#infoSpot .borne__tooltip--right h2 {
  margin: 1em 0;
  color: white;
  font-family: 'Lato', sans-serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;

}
#infoSpot .borne__tooltip--right input {
  width: 100%;
  padding: 1em;
  margin: 1em 0;
  border: none;
  border-radius: 7px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  transition: 0.2s all ease;
}


#infoSpot #submit_email {
  width: 100%;
  padding: 1em;
  background: rgba(0,0,0,0.5);
  border: none;
  border-radius: 7px;
  text-align: center;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: white;
  transition: 0.2s all ease;
}

#infoSpot #submit_email:hover {
  background: #ef7d00;
}
#infoSpot .borne__tooltip--header {
    background: url("https://i.imgur.com/yosqyo8.png");
    background-size: cover;
    float: left;
    width: 100%;
    height: 200px;
}

#infoSpot .borne__tooltip--infos {
    float: left;
    width: 100%;
    padding: 5px 20px;
}
#infoSpot .borne__tooltip--infos h3 {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    letter-spacing: normal;
    margin: 10px 0;
    font-weight: 700;
    color: #061027;;
}
#infoSpot .borne__tooltip--infos p {
    font-family: 'Lato', sans-serif;
    font-weight: 700;
    color: #061027;;
    font-size: 16px;
    margin: 0px 0px 3px 0px;
}
/* div poissons ciblés "pub"
.borne__tooltip--upesp {
    font-size: 13px;
    background-color: #0076b4;
    width: 235px;
    position: absolute;
    top:50px;
    right:10%;
}
.borne__tooltip--upesp p {
    font-size: 16px;
}
*/
#infoSpot .closeTooltip {
    height: 30px;
    width: 30px;
    position: absolute;
    z-index: 4;
    right: 15px;
    top: 15px;
    line-height: 20px;
    background: white;
    text-align: center;
    border-radius: 30px;
    cursor: pointer;
}
#infoSpot .closeTooltip span {
    line-height: 30px;
    font-size: 16px;
    color: #1b1b1b;
}

#infoSpot .tooltip__conseil {
    float: left;
    width: 100%;
    padding: 0px 40px;
    padding-top: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#infoSpot .tooltip__conseil .conseil__image {
    float: left;
    width: 20%;
    height: 156px;

}
#infoSpot .tooltip__conseil .conseil__image img {
    height: 125px;
    width: 125px;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    top: -10px;
    border: 1px solid #ffea28;
    box-shadow: 5px 5px 10px -2px #0055;
}
#infoSpot .tooltip__conseil .conseil__content {
    float: left;
    width: 80%;
    border: 1px solid blue;
    border-radius: 5px;
    height: 100px;
    border: 1px solid #ffea28;
    box-shadow: 5px 5px 10px -2px #0055;
    /* width: 50%; */

}
#infoSpot .tooltip__conseil .conseil__content h2 {
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}
#infoSpot .tooltip__conseil .conseil__content p {
    margin: 0;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    color: #6d6d6d;
}
#infoSpot .titre-conseil{
    margin-left: 180px;
    margin-bottom: 5px;
    font-size: 0.95em;
}
#infoSpot .tooltip__table {
    float: left;
    width: 100%;
    display: flex;
    height: 320px;
}
#infoSpot .tooltip__table--left {
    float: left;
    width: 23%;
}
#infoSpot .tooltip__table .tooltip__item {
    padding: 1em;
    background: #ececec;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #2b2b2b;
    font-size: 14px;
    font-family: 'Lato', sans-serif;
    text-align: center;
}
#infoSpot .tooltip__table .tooltip__item--materiel {
    height: 228px;
}
#infoSpot .tooltip__table--right {
    float: left;
    width: 77%;
    display: flex;
}
#infoSpot .tooltip__table--item {
    max-width: 50%;
    width: 100%;
    float: left;
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}
#infoSpot .tooltip__table--item .tooltip__technique {
    padding: 1em;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #2b2b2b;
    font-size: 14px;
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
#infoSpot .tooltip__table--item .tooltip__especes {
    /* display: flex; */
}
#infoSpot .tooltip__table--item .tooltip__espece {
    padding: 1em;
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #2b2b2b;
    font-size: 14px;
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: bold;
}
#infoSpot .tooltip__table--item .tooltip__espece:last-child {
    border-right: none;
    font-weight: bold;
}
#infoSpot .tooltip__table--item .tooltip__materiel {
    display: flex;
    width: 100%;
    height: 100%;
    font-weight: bold;
}
#infoSpot .tooltip__table--item .tooltip__materiel--item {
    max-width: 50%;
    max-height: 200px;
    padding: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    /*word-break: break-all;*/
    text-transform: uppercase;
}
#infoSpot .tooltip__table--item .tooltip__materiel--item img {
    height: 50px;
    max-width: 100%;
    display: block;
}
#infoSpot .tooltip__table--item .tooltip__materiel--item p {
    font-family: 'Lato', sans-serif;
    font-size: 10px;
    text-align: center;
    font-weight: bolder;
}

#infoSpot .tooltip__astuces {
    float: left;
    width: 100%;
    padding: 20px;
    display: flex;
    font-family: 'Lato', sans-serif;
    max-height: 70px;


}
#infoSpot .tooltip__astuces h3 {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: normal;
    margin: 0;
    font-weight: 700;
    width: 25%;
    padding: 1em;
}
#infoSpot .tooltip__astuces a {
    margin-left: 10px;
    width: 25%;
    text-align: center;
    padding: 1em;
    background: #0076b4;
    color: white;
    transform: skew(-25deg);
    text-decoration: none;
}
#infoSpot .tooltip__astuces a:hover {
    text-decoration: none;
}
#infoSpot .tooltip__astuces a span {
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    text-decoration: none;
    transform: skew(25deg);
}

#infoSpot .borne__header {
    position: fixed;
    width: 100vw;
    height: 130px;
    background: white;
    transform: skew(0, -2deg);
    top: -35px;
    left: 0;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.5);
    z-index: 100;
}

#infoSpot .borne__logos {
    position: fixed;
    top: 0;
    left: 0;
    height: 70px;
    padding: 20px;
    z-index: 100;
}
#infoSpot .borne__logos img {
    height: 50px;
    display: block;
    float: left;
    margin-right: 15px;
}

#infoSpot .borne__astuceContainer {
  position: absolute;
  right: 0;
  top: 0;
  overflow-y: scroll;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 2;
  transform: translateX(100%);
  transition: 0.4s ease-in-out;
}
#infoSpot .borne__astuceContainer.active {
  transform: translateX(0);
}
#infoSpot .astuce__header {
  width: 100%;
  float: left;
  background: #105c84;
  padding: 15px;
  position: sticky;
  top: 0;
  left: 0;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
  text-align: center;
}
#infoSpot .astuce__header span {
  color: white;
}
#infoSpot .astuce__content {
  padding: 50px;
  width: 100%;
  float: left;
  padding-top: 25px;
}

#infoSpot .astuce__header__content {
  padding-left: 20px
}

#infoSpot .astuce__content h1, .astuce__content h2, .astuce__content h3 {
  font-family: 'Lato', sans-serif;
}
#infoSpot .astuce__content h1 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 32px;
}
#infoSpot .astuce__content h2 {
  font-size: 22px;
  margin: 32px 0 18px 0;
  font-weight: 700;
  color: #2e4770;
}
#infoSpot .astuce__content h3 {
  color: #1b1b1b;
  margin: 22px 0 18px 0;
  font-size: 20px;
  letter-spacing: normal;
}
#infoSpot .astuce__content p {
  font-size: 16px;
  color: black;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
}
#infoSpot .astuce__content img {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
#infoSpot .swiper-container {
    width: 100%;
    height: 100%;
    }
#infoSpot .swiper-slide {
  width:100% !important;
  height:100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
#infoSpot .swiper-pagination{
    bottom: 10px;
    left: 0;
    width: 100%;
}
#infoSpot materiel_container{
    height: 100%;
}
#infoSpot .swiper-button-lien{
    width:100px;
    height:100px;
    background:blue;
}
#infoSpot .swiper-button-prev,
#infoSpot .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 144px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

#infoSpot .swiper-button-lien{
    position: absolute;
    top: 0;
    left: 50px;
    z-index: 200;
    background: none;
    height: 100%;
    width: 62%;

}

#infoSpot #blocCliquer{
  position: absolute;
  top: 50%;
  background: lightgrey;
}

#infoSpot #form__vendeur{
  z-index:999;
}

#infoSpot .data, #infoSpot #latlng{
    color:#061027;
}

#infoSpot input, #infoSpot textarea,#infoSpot select{
    border-radius: 5px;
}

#infoSpot #input_technique_1, #infoSpot #input_technique_2{
    width: 280px !important;
    max-width: none;
}

#infoSpot #typespot, #infoSpot #accessibilite{
    width: 188px;
    margin: 0px 0px 0px 2px;
    max-width: 250px !important;
}

#infoSpot .espece{
    margin-bottom: 9px;
    margin-right: 5px;
}

#infoSpot #accessibilite{
    margin-left: 20px;
}

#infoSpot .coordonnees{
    margin: 3px 0px 11px 0px;
}
#infoSpot input[name="accessibilite"],input[name="type_spot"]{
    height: 21px;
    margin: 5px 0px;
    position: relative;
    left: 3px;
}
#infoSpot .checkboxLabel{
    color: #252525;
    font-weight: 400;
    font-size: 13px;
}
#infoSpot .crud{
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
}
#infoSpot select[name="delete_spot"],input[name="delete"]{
    height: 23px;
    border-width: 0px;
    width: 105px;
}
#infoSpot input[name="delete"]{
    color: white;
    background: red;
}
#infoSpot checkbox{
    width: 17px;
    margin-left: 27px;
}
#infoSpot .file__vendeur{
    max-height: 15px;
    text-align: center;
    vertical-align: center;
    padding: 5px 5px 10px 5px;
    position: relative;
    top: 3px;

}



#infoSpot #form__access{
  position:absolute;
  z-index: 500;
  top:30px;
  right:20px;
  width:200px
}
#infoSpot select {

        padding-left: 11px;
        padding-right: 11px;
  margin: 0 15px;
  border-color: #4285f4;
        max-width: 180px;
        font-size: 0.75rem;
}
#infoSpot p>select{
    width: 144px;
    margin: 0px 20px 0px 0px;
    opacity: 0.85;
    height: 22px;
    border: none;
    border-bottom: 1px solid #003b59;
    border-left: 3px solid #003b59;
    padding-left: 15px;
}
#infoSpot .tooltip__espece input{
  width:120px;
  display:inline;

}
#infoSpot .tooltip__technique input{
  width:85%;
  display:inline;

}
#infoSpot .photo__input{
    display:none;
}
#infoSpot .file__vendeur--button,.file__materiel--button, #form__access--button{
    padding: 5px;
    width: 100%;
    border-radius: 4px;
    color: white;
    background: #4285f4;
    height: 30px;
    cursor: pointer;
}
#infoSpot .file__vendeur--button{
    font-size: 0.85rem;
    position: relative;
    top: 5px;

}

#infoSpot .file__materiel--button{
    position: relative;
    left: 97px;
    display: block;
    max-width: 60%;
}
#infoSpot .materiel__button{
  width:100%;
}
#infoSpot .photo__materiel{
    position: relative;
    top: 10px;
    left: 97px;
    height: 112px;
    width: 150px;
    object-fit: contain;
}

#infoSpot .borne__tooltip--right input[value="Annuler"]{
    bottom: 100px;
    position: absolute;
    border-radius: 7px;
    width: 200px;
    background:#111;
    border: 1px solid #ffea28 ;
    color: white;
}
#infoSpot .borne__tooltip--right input[value="Valider"]{
    bottom: 10px;
    position: absolute;
    border-radius: 7px;
    width: 200px;
    background:#ffea28;
    border: 1px solid #111 ;
    color: black;
}

#infoSpot .borne__tooltip--right input[value="Valider"]:hover{
  background: rgba(0,0,0,0.8);
  color: white;
  border: 1px solid #ffea28 ;
}

#infoSpot .borne__tooltip--right input[value="Annuler"]:hover{
  background: #ffea28;
  color: black;
  border: 1px solid #111 ;
}
#infoSpot textarea{
    margin: 0px;
    width: 560px;
    height: 150px;
    border: 1px solid #0076b4;
}

#infoSpot .tooltip__conseil .conseil__image img, materiels__materiel--item img {
    height: 125px;
    width: 125px;
    object-fit: cover;
    border-radius: 50%;
    position: relative;
    top: 10px;
    border: 1px solid #ffea28;
    box-shadow: 5px 5px 10px -2px #0055;
}
#infoSpot .tooltip__materiel{
    float: left;
    width: 100%;

    display: flex;
}
#infoSpot .tooltip__materiel h3 {
    color: #333;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    letter-spacing: normal;
    margin: 0;
    font-weight: 700;
    width: 18%;
    padding: 1em;
}
#infoSpot .tooltip__materiel input {

    width: 100%;
    text-align: center;
    padding: 0.5em;
    background: #0076b4;
    color: white;
    display: block;
    font-family: 'Lato', sans-serif;
    font-size: 14px;
    border-radius:5px;
    border: 1px solid #211e04;

}

#infoSpot .materiels__materiel{
    position: relative;
    border: 1px solid #888;
    border-radius: 8px;
    height: 185px;
    width: 653px;
    background: #0076b414;
    box-shadow: 8px 9px 29px -8px #0000004f;
    margin-bottom: 20px;
}

#infoSpot .materiels__materiel--item--photo{
    padding: 15px;
    width: 43%;
    position: absolute;
    right: 0px;
    top: 0px;

}
#infoSpot .materiels__materiel--item--form{
    padding: 15px;
    width: 43%;
    position: absolute;
    left: 0px;
    top: 0px;

}
#infoSpot .materiels__materiel--input{
    padding-bottom: 20px;

}

#infoSpot .materiels__materiel--input input{
    width: 300px;
}
#infoSpot .materiel__access--button:hover{
  background: #ffea28;
  color: black;
  border:1px solid black;
}

#infoSpot .proxy_materiel_container{
    margin: 0px 10px;

    width: 93%;
    height: 33%;
    padding: 0px;
    float: left;
}
#infoSpot .proxy_photo_container{
    height: 60px;
    object-fit: contain;
    width: 27%;
    border: 1px solid #aba9a9;
    float: left;
    box-shadow: -1px -1px 12px -2px #000a;
    margin: 6% 9px;
}

#infoSpot .borne__materielContainer {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: white;
  z-index: 2;
  transform: translateX(100%);
  transition: 0.4s ease-in-out;
}
#infoSpot .borne__materielContainer.active {
  transform: translateX(0);
}
#infoSpot .materiel__header {
  width: 100%;
  float: left;
  background: #105c84;
  padding: 15px;
  position: sticky;
  top: 0;
  left: 0;
  box-shadow: 0 0 2px 2px rgba(0,0,0,0.2);
}
#infoSpot .materiel__header span {
  color: white;
}
#infoSpot .materiel__content {
  padding: 30px 57px;
  width: 100%;
  float: left;
}

#infoSpot .materiel__header__content {
  padding-left: 20px
}
.materiel__container p {
  font-weight: 700;
  color: #1b1b1b;
  text-transform: uppercase;
  text-align: center;
}
.tooltip__astuces>h3{
    font-size: 0.8rem;
    margin: 0px 20px;
}

#infoSpot .fa-arrow-circle-o-left:before {
    content: "\f190";
}
#infoSpot .astuce__button{
    height: 43px;
}
#infoSpot .overlay{
    position: fixed;
    left: 0px;
    top: 0px;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    height: 100%;
    display:none;
}
#infoSpot .alert{
    top: 50px;
    left: 35%;
    position: absolute;
    background-color: blue;
    width: 300px;
    height: 100px;
    border-radius: 5px;
    box-shadow: 5px 5px rgba(0,0,0,0.5);
    padding: 1em;
}
#infoSpot .Valider{
    float: right;
    cursor: pointer;
}

#infoSpot .borne__tooltip--infos h3.borne__tooltipHeader--first {
  float:left;
  width:50%;
  font-size: 22px;
  color: white;
  line-height:32px
}
.borne__tooltipHeader--sec {
  float:left;
  width:50%;
  padding:10px;
  padding-right: 40px;
}
#infoSpot .borne__tooltipHeader--sec p {
  text-align: right;
}
@media screen and (max-width: 1100px) {
  #infoSpot .borne__tooltip {
    position: absolute;
    left: 20px;
    bottom: 20px;
    right: 20px;
    width: calc(100vw - 40px);
  }
  #infoSpot .borne__tooltip--left {
    width: 100%;
  }
  #infoSpot .tooltip__conseil {
    padding: 0 16px;
  }
  #infoSpot .tooltip__astuces a span {
    font-size: 13px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  #infoSpot .tooltip__conseil .conseil__image img, materiels__materiel--item img {
      height: 100px;
      width: 100px;
  }

#infoSpot .borne__tooltip--infos h3.borne__tooltipHeader--first  {
    width: 100%;
    font-size: 18px;
    line-height: 20px;
    padding-right: 30px;
  }
  #infoSpot .borne__tooltipHeader--sec {
    width:100%;
    padding:0;
  }
  #infoSpot .borne__tooltipHeader--sec p {
    text-align: left;
  }
}

@media screen and (max-width: 680px) {
  #infoSpot .tooltip__conseil .conseil__image img {
    height: 60px;
    width: 60px;
  }
  #infoSpot .tooltip__conseil .conseil__image {
    width: 80px;
    height: 140px;
  }
  #infoSpot .tooltip__conseil .conseil__content {
    width: calc(100% - 80px)
  }
  #infoSpot .table__container{
    width: 100%;
    overflow-x: scroll;
  }
  #infoSpot .tooltip__table {
    float: left;
    width: 800px;
    display: flex;
  }
  #infoSpot .tooltip__astuces a {
    width: 100%;
    display: inline-block;
    margin: 5px 0px;
  }
  #infoSpot .tooltip__astuces {
    float: left;
    width: 100%;
    padding: 20px;
    display: block;
    max-height: none;
  }
  #infoSpot .tooltip__astuces h3 {
    width: 100%;
    float: left;
    display: block;
}
