
.padding-left-none {
    padding-left: 0;
}

.padding-right-none {
    padding-right: 0;
}

.radius-none {
    border-radius: 0px !important;
}

nav ul {
    list-style: none;
}

.psyBody {
    width: 90% !important;
}

.navbar {
    margin-bottom: 0;
}

.navbar-brand {
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    background: #eee;
    font-family: Open Sans;
}

.telButton {
    padding: 10px 15px;
    line-height: 15px;
    font-size: 15px;
    border-radius: 5px;
    color: white;
    font-weight: 600;
    background-color: #016b7f;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.5);
}

.telButton:hover {
    text-decoration: none;
}

.telButton:active {
    color: #e5e5e5;
}

.telButton:link {
    color: #e5e5e5;
    text-decoration: none;
    text-shadow: none;
}

.telButton:visited {
    color: #e5e5e5;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Oswald', sans-serif;

}

.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}

.px-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
}

.mx-0 {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.small {
    font-size: 0.9em;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s linear;
    white-space: nowrap;
}

.small-ellipsis {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    transition: all .2s linear;
    cursor: default;
}

.small-ellipsis:focus:after, .small-ellipsis:hover:after {
    font-size: 16px;
    border-radius: 10px;
    content: attr(data-text);
    overflow: visible;
    text-overflow: inherit;
    background: #fff;
    position: absolute;
    left: auto;
    top: auto;
    width: auto;
    max-width: 30rem;
    min-width: 20rem;
    border: 1px solid #eaebec;
    padding: 0.5rem .5rem;
    box-shadow: 2px 3px 3px rgba(0, 0, 0, .28);
    white-space: normal;
    word-wrap: break-word;
    display: block;
    color: black;
    z-index: 100;
}

/*nav {*/
/*width: 100%;*/
/*background-color: #F8F8F8;*/
/*height: 80px;*/
/*margin: 0 !important;*/


/*}*/

/*.navbar-brand {*/
/*float: left;*/
/*height: 50px;*/
/*!*padding: 15px 15px;*!*/
/*}*/

/*.navbar-list {*/
/*float: right;*/
/*height: 70px;*/
/*display: block;*/
/*padding-right: 15px;*/
/*overflow:visible !important;*/
/*}*/

/*nav li {*/
/*display: inline-block;*/
/*font-family: 'Oswald', sans-serif;*/
/*font-size: 1.5em;*/
/*line-height: 70px;*/
/*!*height: 80px;*!*/
/*}*/

/*nav ul {*/
/*list-style: none;*/
/*background-color: #F8F8F8;*/
/*text-align: center;*/
/*padding: 0;*/
/*margin: 0;*/
/*}*/

/*nav li a {*/
/*text-decoration: none;*/
/*color: black;*/
/*display: inline-block;*/
/*padding: 0 10px;*/
/*font-family: 'Oswald', sans-serif;*/
/*}*/

/*.navbar-list a:hover {*/
/*background-color: black;*/
/*color: #fff;*/
/*}*/


.main-header {
    width: 100%;
    min-height: 400px;
    background-image: url(/pictures/jumbotron5.jpg);
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 20px !important;
}


.main-header h1 {

    margin-top: 10px;
    font-size: 4em;
}

.main-header p {
    font-size: 1.1em;
    margin-bottom: 35px;
    margin-top: 0;
}


.button {
    text-decoration: none;
    color: #2D6A7D;
    font-weight: bolder;
    background-color: #fff;
    border: 1px solid #fff;
    padding: 5px 10px;
    border-radius: 20px;
}

.button2 {
    text-decoration: none;
    color: #fff;
    font-weight: bolder;
    background-color: #2D6A7D;
    padding: 7px 15px;
    border-radius: 20px;
}

.button3 {
    text-decoration: none;
    color: #fff;
    font-weight: bolder;
    background-color: #2D6A7D;
    padding: 7px 15px;
    border-radius: 20px;
    margin-top: 15px;
}

.btn_more {
    display: block;
    text-align: center;
    /*width: 40%;*/

    float: right;
    margin: 2rem 8rem 2rem 0rem;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    box-shadow: 0px 0px 5px #aaa;
    cursor: pointer;
    padding: 1rem 2rem;
}

.btn_more:hover {
    box-shadow: 0px 0px 10px black;
}

@media (max-width: 1022px) {
    .btn_more{
        margin: 2rem 0;
    }
}

.content {
    width: 80%;
    margin: 0 10%;
}

.map img {
    padding-top: 3em;
    width: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.description {
    padding-top: 50px;
    text-indent: 50px;
    text-align: justify;
    padding-bottom: 3em;
}

.block1 {
    background: white;
    padding: 6% 0 6% 0;
}

.btn {
    text-align: center;
}

.btn-main {
    text-align: center;
    margin-top: 2em;
}

.title {
    text-align: center;
    padding-top: 1em;
    display: block;
    font-size: 2em;
}

.title h1 {
    margin: 0;
}

.title h2 {
    font-size: 1.4em;
}

.psy {
    width: 151px;
    border-radius: 20px;
    display: inline-block;
    margin-left: 0.5%;
    margin-right: 0.5%;
    background: #ddd;
    box-shadow: 0px 0px 7px #666;
    margin-bottom: 10px;
}

.psy-photo img {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.psy-name p {
    text-align: center;
    font-weight: bolder;
    font-size: 20px;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    height: 40px;
    background-color: #2D6A7D;
    color: #fff;
}

.psy-spec p {
    font-size: 12px;
    text-align: center;
    margin: 0;
    padding: 15px;
    background-color: #2D6A7D;
    color: #fff;
    padding-bottom: 5px;
}

.psy-city p {
    font-weight: bolder;
    font-size: 20px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    margin: 0;
    height: 55px;
    background-color: white;
    color: #2D6A7D;
    border-radius: 20px 20px 0 0;
}

.psy-price p {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    text-align: center;
    margin: 0;
    background-color: white;
    color: #2D6A7D;
    border-radius: 0 0 20px 20px;
}

.psy-list a {
    text-decoration: none;
}

.psy-list {
    margin-top: 30px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.block2 {
    padding-bottom: 100px;
}

footer {
    height: auto;
    background-color: #2D6A7D;
    color: #fff;
    text-align: center;
    font-size: 10px;
    padding: 15px;
    line-height: 11px;
}

footer a {
    text-decoration: none;
    color: #fff;
}

.info1 {
    float: left;
    width: 50%;
    display: block;
}

.info2 {
    float: right;
    width: 50%;
    display: block;
    padding-top: 2.5rem;
}

ol.breadcrumb {
    margin-bottom: 0px;
    background: transparent;
}

#pro-name h2 {
    padding-top: 30px;
    margin: 0;
}

#pro-name p {
    margin: 0;
    font-size: 0.8em;
}

#pro-photo img {
    float: left;
    max-width: 200px;
    margin: 30px 30px 30px 0;
}


.map img {
    width: 300px;
}

.btn-profile {
    margin-top: 2em;
}

.block3 {
    width: 100%;
    height: 550px;
    background-color: white;
    padding-bottom: 40px;
}

.block3 h2 {
    font-size: 2em;
}

table {
    padding-top: 30px;
    margin-bottom: 30px;
}

.td-1 {
    width: 100px;
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    vertical-align: top;
}

.td-2 {
    width: 300px;
    font-size: 20px;
}

#calendar {

    max-width: 1000px;
    margin: 0 auto;
    display: block;
}


.window {
    width: 400px;
    height: 300px;
}

.pro-info {
    text-align: justify;
    padding-right: 30px;
    padding-top: 30px;
}

#canvas_france {
    padding-top: 2.5rem;
}

.link-context {
    color: #1b6d85;
}

.link-context:hover {
    text-decoration: underline;
}

button {
    display: inline-block;
}

.filter_town {
    padding: 0px 10px;
    background: white;
    border: 1px solid #2D6A7D;
    border-radius: 10px;
    margin: 0px 10px;
}

.filter_town h3 {
    margin: 0;
}

#filter_town {
    font-size: 15px;
}

#psychologue_town .psy1:first-of-type {
    margin-top: 0;
}


.psy1 {
    height: 100px;
    background-color: white;
    margin-top: 1em;
    box-shadow: 2px 3px 3px lightgrey;
    border-radius: 10px;
}

.psy1-name {
    float: left;
    width: 30%;
    height: 90px;
    margin: 30px 0;
}

.psy1-name h3 {
    font-size: 1em;
    margin: 0;
}

.speciality {
    margin-top: 0;
    font-size: 1em;
}

.city {
    /*float: left;*/
    background-color: #2D6A7D;
    /*width: 20%;*/
    height: 100%;
    padding-top: 1%;
    /*border-radius: 10px;*/
}

.city .item-vertical-center {
    height: auto !important;
}

.city p {
    font-family: 'Oswald', sans-serif;
    line-height: 1.3em;
    text-align: center;
    color: white;
    margin-bottom: 5px;
}

.city .rdv_date {
    font-size: 15px;
}

.price {
    color: #2D6A7D;
    height: 100%;
    font-size: 2.5em;
    font-family: 'Oswald', sans-serif;
    text-align: center;
}

@media (max-width: 1022px) {
    .price{
        font-size: 2rem;
    }
}


.psy1-buttons {
    background-color: #2D6A7D;
    height: 100%;
    padding: 0;
    border-radius: 10px;
    box-shadow: -2px 3px 3px lightgrey;
}

.psy1-covid-buttons{
    background-color: #2D6A7D;
    height: 100%;
    padding: 0;
    border-radius: 10px;
    box-shadow: -2px 3px 3px lightgrey;
}

.psy1-buttons button {
    display: block;
    width: 100%;
    height: 40px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    border-radius: 20px;
    border: none;
    padding: 1%;
    margin: 25px 0;
}

.psy1-buttons button:hover {
    display: block;
    width: 100%;
    height: 40px;
    font-family: 'Oswald', sans-serif;
    font-size: 1.2em;
    border-radius: 20px;
    border: none;
    padding: 1%;
    background: #9E9E9E;
    margin: 25px 0;
}

psy1-buttons button:active {

    background: #BFBFBF;

}

.wrapper {
    width: 100%;
    height: 100%;
    padding-bottom: 100px;
}

.center-block {
    display: block;
    margin: auto;
    width: 600px;
}

a {
    color: inherit;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

.popupOverlay {
    width: 100%;
    min-height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    overflow: hidden;
    z-index: 90;
    position: fixed;
    top: 0px;
}

.popupOverlay .popup {
    margin: 0 auto;
    border-radius: 25px;
    width: 500px;
    /*height: 590px;*/
    overflow: hidden;
    background-color: rgb(204, 204, 204);
    box-shadow: 0 0 10px black;
    position: fixed;
    top: 15%;
    z-index: 100;
}

.cancel {
    width: 150px;
    height: auto;
    border-radius: 10px;
    margin-top: 5px;
    /*margin-left: 33.5%;*/
    /*background-color: #2D6A7D;*/
    color: white;
    font-family: Open Sans;
    font-size: 17px;
    padding: 3px;
}

.popup h3 {
    text-align: center;
    margin: 0;
    padding-top: 5px;
    font-size: 1.5em;
    line-height: 2em;
}

.popup-info1 {
    /*width: 60%;*/
    display: block;
}

.popup-info2 {
    display: block;
}

.popup-info1 p, .popup-info2 p {
    margin: 0;
}

.bold {
    font-weight: bolder;
}

.popup1 {
    background-color: rgba(255, 255, 255, 0.8);
    height: 100%;
    padding: 10px 20px;
    margin: 1rem 2rem;
}

form {
    margin: 10px 20px;
}

.form-item label {
    font-size: 15px;

    width: 100% !important;
}

.form-item input {
    width: 100%;
    border-radius: 5px;

    padding: 2px;
    border: 1px solid #BDBDBD;
}

.form-item textarea {
    width: 100%;
    border-radius: 5px;
    /* margin: 5px 15px;*/
    padding: 2px;
    border: 1px solid #BDBDBD;
}

.form-submit {
    text-align: center;
}

.form-submit input {
    width: 150px;
    height: auto;
    border-radius: 10px;
    margin-top: 5px;
    background-color: #2D6A7D;
    color: white;
    font-family: Open Sans;
    font-size: 17px;
    padding: 3px;
}

.container {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
}

.preview-img {
    width: 200px;
    height: 200px;
}

.blog-preview {
    height: 150px;
    margin: 20px 0;
}

.blog-preview img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
}

.preview-txt h3 {
    display: inline-block;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 25px;
}

.preview-txt p {
    margin-top: 3px;
    text-align: justify;
}

.blog-date {
    font-size: 12px;
    margin: 0 0 20px 0;
}

.post h3 {
    font-size: 25px;
    text-align: center;
}

.post p {
    text-align: justify;
}

.post .post-img {
    display: inline-block;
    max-width: 300px;
    max-height: 300px;
}

.post {
    margin-top: 20px;
}

.left {
    float: left;
    margin: 5px 20px 10px 0;
}

.right {
    float: right;
    margin: 5px 0 10px 20px;
}

.form {
    display: block;
    width: 50%;
    margin: auto;
}

.form h3 {
    font-size: 25px;
    text-align: center;
}

.menu_icon {
    cursor: pointer;
    position: absolute;
    top: 2.5%;
    font-size: 31px;
    right: 6%;
    display: none;

}

.navbar-toggle {
    position: relative;
    float: right;
    margin-right: 15px;
    padding: 9px 10px;
    margin-top: 22px;
    margin-bottom: 8px;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.navbar-toggle .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    background: black;
}


#pagination {
    color: #eee;
    margin-top: 20px;
    margin-left: 30%;
}

.pagination .selected a {
    background: #2d6a7d;
    color: white;
}

.logform {

    margin: 0 auto;
}

.logform .wide input {
    height: 30px;
    border: 1px solid #aaa;
    border-radius: 5px;
    width: 100%;
}

#number_adeli {
    font-size: 20px;
}

.first_line {
    background: #2D6A7D;
    color: whitesmoke;
    font-size: 20px;
}

.font20 {
    font-size: 20px;
}

.width50 {
    width: 50% !important;
    margin: 0 auto;
}

.width60 {
    width: 60% !important;
    margin: 0 auto;
}


#blockError {
    display: none;
    color: darkred;
    font-size: 16px;
    padding: 10px;
    position: absolute;
    top: 300px;
    left: 50%;
    z-index: 99;
}

#hello {
    float: right;

    font-size: 16px;
    font-weight: bold;
}

#hello a {
    font-size: 14px;
    color: #2aabd2;
    font-weight: bold;
}

#hello a:hover {
    color: black;
    background: #ddd;
}

#edit_data_form {
    margin-left: 10%;
    width: 50%;

}

#edit_data_form .not_sub {
    height: 45px;
    margin-bottom: 2%;
    padding: 3% 2%;
    border: 3px solid lightblue;
    border-radius: 5px;
}

.edit_history {
    width: 80%;
    margin: 0 auto;
}

.edit_history .first_line td {
    background: #2D6A7D;
}

#all_psy_other {
    width: 80%;
    margin: 0 auto;
}

.view_one_psy_other {
    width: 40%;
    margin: 0 auto;
    padding: 2%;
    padding-bottom: 5px;
    margin-bottom: 3%;
    border: 1px solid #2D6A7D;
    border-radius: 5px;
    background: #ddd;
}

.clear {
    clear: both;
}

.view_one_psy_other .form_other label {
    width: 100%;
    font-size: 20px;
}

.view_one_psy_other .form_other input {
    height: 50px;
    padding: 1%;
    border: 1px solid lightblue;
    border-radius: 5px;
    width: 80%;
    font-size: 18px;
}

.view_one_psy_other .form_other textarea {
    height: 100px;
    padding: 1%;
    border: 1px solid lightblue;
    border-radius: 5px;
    width: 80%;
    font-size: 18px;
}

#map_canvas_userplace {
    width: 500px;
    height: 400px;
    margin: 0 auto;
    border: 5px solid #999;
    margin-top: 2%;
}

#location_data {

    text-align: center;
    position: absolute;
    top: 35%;
    left: 40%;
    padding: 5px;
    width: 94%;
    max-width: 320px;
    height: 70px;
    /*border: 1px solid #2D6A7D;*/
    box-shadow: 2px 2px 3px pink;
    border-radius: 5px;
    background: #eee;
    font-size: 14px;
    z-index: 1000;
    overflow: visible;
}

#location_data a {
    display: block;
    padding: 5px;
    background: #ddd;
    float: right;
    width: 60px;
    font-size: 12px;
    border-radius: 5px;
    text-align: center;
    margin-right: 3px;
}

#location_data p {
    margin: 5px;
}

#overflow {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    z-index: 98;
    width: 100%;
    height: 100%;
    opacity: 0.5;

}

/*#search input {*/
/*border-radius: 5px!important;*/
/*}*/

/*#pagination .yiiPager {*/
/*margin: 2%;*/


/*}*/

/*#pagination .yiiPager li a {*/
/*padding: 1% 2%;*/
/*border: 1px solid coral;*/
/*color: coral;*/
/*}*/
/*#pagination ul.yiiPager .selected a {*/
/*background: coral;*/
/*color: white;*/
/*}*/


@media screen and (max-width: 1920px) and (min-width: 769px) {
    .one_psy {
        background: white;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 10px;
        border-radius: 10px;
        height: 180px;

        box-shadow: 0px 0px 7px black;
    }

    .thumbnail {
        width: 10%;
        float: left;
        border-radius: 0;
        margin: 0px;
        border: 0px solid black;
    }

    .psy1-name {
        padding: 10px;
        width: 30%;
        float: left;
        border-radius: 0;
        margin: 0px;
        height: auto;
        padding-top: 4%;
    }

    .city {
        /*width:30%;*/
        /*float: left;*/
        /*border-radius: 0;*/
        /*margin: 0px;*/

    }

    .rdv_date {
        width: 100%;
        float: left;
        border-radius: 0;
        margin: 0px;
    }

    .popup {
        right: 34%;
    }

    .thumbnail {
        padding-top: 3%;
    }

    /*#search {*/
    /*width: 700px!important;*/
    /*margin-left: 0;*/
    /*}*/
    /*#search input {*/
    /*min-width: 40%;*/
    /*float: left;*/
    /*}*/
    /*#lengthSubmit {*/
    /*width:20%!important;*/
    /*float: left;*/
    /*padding: 8px;*/
    /*border-radius: 5px;*/
    /*}*/
}

@media screen and (max-width: 1280px) {


}

@media screen and (max-width: 1440px) {
    .popup {
        right: 31%;
    }

    .psy1-name {
        padding-top: 6%;
    }

    .thumbnail {
        padding-top: 6%;
    }
}

@media screen and (max-width: 1024px) {
    .popup {
        right: 22%;
    }

    .blogItem {
        display: none !important;
    }

    #map {
        margin-top: 10px;
    }

    .popup {
        right: 26%;
    }

    .town {
        height: 20%
    }

    .city {
        height: 35%;
    }

    @media (max-width: 1022px) {
        .city{
            background-color: #fff;
        }
        .city p{
            color: #474d4e;
        }
    }

    .psy1 {
        height: 400px;
    }
    /*new mobile content*/
    @media (max-width: 1022px) {
        .psy1 {
            height: auto;
            margin-top: 2rem;
        }
        .psy1-buttons{
            height: auto;
            padding: 1rem;
        }
    }

    .psy1:first-of-type {
        margin-top: 2em !important;
    }

    .psy1:nth-last-child {
        margin-bottom: 10em !important;
    }

    .price {
        height: 20%;
        background: white;
    }

    .psy1-buttons {
        height: 20%;
    }

    .small-ellipsis:focus:after, .small-ellipsis:hover:after {
        width: auto;
        padding: 0;
    }

    .btn_more {
        width: 100%;
    }

    .btn-profile {
        margin-bottom: 2em;
    }

    .title {
        font-size: 1.1em;
    }

    .content {
        margin: 0;
        width: 100%;
    }

    .table-for-psy {
        font-size: 19px;
    }

    .block1 {
        text-align: center;
    }

    .address {
        margin-top: 5px;
    }

    .description {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (max-width: 768px) {
    nav li {
        text-align: center;
    }

    .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .modal-content {
        height: auto;
        min-height: 100%;
        border-radius: 0;
    }


    .one_psy {
        background: white;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 10px;
        border-radius: 10px;

        max-width: 450px;
        box-shadow: 0px 0px 7px black;
    }

    .thumbnail {
        width: 100%;
        border-radius: 0;
        margin: 0px;
        border: 0px solid black;
    }

    .psy1-name {
        padding: 10px;
        width: 100%;
        border-radius: 0;
        margin: 0px;
        height: auto;
    }

    .rdv_date {
        width: 100%;
        border-radius: 0;
        margin: 0px;
    }

    .popup {
        right: 10%;
    }

    .main-header {
        width: 100% !important;
        padding: 0;
    }

    #calendar {
        width: 650px;
    }

    #canvas_france {
        display: none;
    }

    /*#search {*/
    /*width: 100%!important;*/
    /*}*/
    /*#search input {*/
    /*min-width: 100%;*/
    /*}*/
    /*#lengthSubmit {*/
    /*width:100%!important;*/
    /*float: left;*/
    /*padding: 8px;*/
    /*border-radius: 5px;*/
    /*}*/

}

@media screen and (max-width: 572px) {
    /*.menu_icon{*/
    /*display: block;*/
    /*}*/
    /*.navbar-list {*/
    /*top: 60px;*/
    /*right: 0;*/
    /*width: 100%;*/
    /*}*/
    /*nav li {*/
    /*width: 100% !important;*/
    /*padding: 10px;*/
    /*}*/
}

@media screen and (max-width: 425px) {
    .one_psy {
        background: white;
        overflow: hidden;
        margin: 0 auto;
        margin-bottom: 10px;
        border-radius: 10px;
        max-width: 250px;
        width: 100%;
        box-shadow: 0px 0px 7px black;
    }

    .thumbnail {
        width: 100%;
        border-radius: 0;
        margin: 0px;
        border: 0px solid black;
    }

    .psy1-name {
        padding: 10px;
        width: 100%;
        border-radius: 0;
        margin: 0px;
        height: auto;
    }

    .rdv_date {
        width: 100%;
        border-radius: 0;
        margin: 0px;
    }

    .popupOverlay .popup {
        width: 350px;
        position: relative;
        margin-top: 30px;
        overflow: auto;
        height: 600px;
    }

    .popup {
        right: 0%;
        top: 130%;
        width: 347px;
    }

    .popup1 {
        width: 100% !important;
        margin-left: 0;
        max-height: 260px;
    }

    .cancel {
        margin-left: 23.5%;
    }

    #phone {
        position: absolute;
    }

    .main-header {
        width: 100% !important;
        padding: 0;
    }

    #calendar {
        width: 350px;
    }

    .form-item input {
        width: 285px !important;
    }

    #pro-photo img {

        float: none;
    }

    .info1 {
        float: none;
        width: 100% !important;
    }

    .info2 {
        float: none;
        width: 100% !important;
        padding: 20px 0 0 0;
    }

    #pro-name h2 {
        padding-top: 0px;
    }

    #canvas_france {
        display: none;
    }

    #location_data {
        height: 90px;
    }

    /*#search {*/
    /*width: 100%!important;*/
    /*margin-left: 0;*/
    /*}*/
    /*#search input {*/
    /*min-width: 100%;*/
    /*}*/
    /*#lengthSubmit {*/
    /*width:100%!important;*/
    /*}*/
}

.error-message{
    background-color: rgba(255, 255, 255, 0.8);
    color: red;
    width: 93%;
    margin-left: 15px;
    margin-top: 2%;
    padding: 1%;
}

/*banner block*/
@media (max-width: 760px) {
    .poof {
        display: none !important;
    }
}

@media (min-width: 768px) {
    .woof {
        display: none !important;
    }
}
.freeTest{
    text-align: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

@media (max-width: 768px) {
    .freeTest{
        padding-top: .3rem;
        padding-bottom: .3rem;
    }
}

.covidBanner{
    height: 120px;
    background-color: #ffa3a3;
    box-shadow: 2px 3px 3px lightgrey;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .covidBanner {
        height: auto;
    }
}

@media (min-width: 769px) and (max-width: 991px) {
    .covidBanner {
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1024px) {
    .covidBanner {
        height: 145px;
    }
}

@media (min-width: 1025px) and (max-width: 1155px) {
    .covidBanner{
        height: 170px;
    }
}

@media (min-width: 1156px) and (max-width: 1467px) {
    .covidBanner{
        height: 145px;
    }
}

.notification-popup {
    padding: 10px 20px;
    margin: 1rem 2rem;
    text-align: center;
    background-color: #e26049;
    color: white;
}