/* cmsms stylesheet: Menu 2022 modified: 10/04/22 21:05:27 */
@charset "utf-8";

/* CSS Document */
nav a {
    text-decoration: none;
}

nav,
ul,
li,
a {
    margin: 0;
    padding: 0;
}

nav {
    position: absolute;
    z-index: 3;
    right: 0;
    bottom: -5px;
    font-family: 'Poppins';
}

.toggleMenu {
    display: none;
    background: #666;
    padding: 10px 5px;
    color: #fff;
}

.nav {
    list-style: none;
    *zoom: 1;
    margin: 0 auto;
    display: block;
    position: relative;
    font-size: 1.8rem;
    z-index: 4;
    text-align: right;
    text-transform: uppercase;
}


.nav:before,
.nav:after {
    content: " ";
    display: table;
}

.nav:after {
    clear: both;
}

.nav ul {
    list-style: none;
    text-align: left;
}

.nav a {
    color: #000000;
    box-sizing: border-box;
    font-weight: 500;
    padding: 0;
}

.nav a:hover {
    color: #0ebcb3;
}

.nav li {
    position: relative;
    padding: 0 10px 0 20px;
    display: inline-block;

}

.nav li.retour {
    padding: 0 45px 0 5px;
    text-align: left;
    position: absolute;
    left: 0;
    display: none;
}


.nav > li {
    float: none;
}

.nav > li > .parent {
    background-image: url("images/downArrow.png");
    background-repeat: no-repeat;
    background-position: right;
}

.nav > li > a {}

.nav li ul {
    position: absolute;
    left: -9999px;
    width: 150px;
    padding-top: 15px
}

.nav > li.hover > ul {
    left: 20px;

}

.nav li li.hover ul {
    left: 100%;
    top: 0;
}

.nav li li {
    padding: 5px;
    float: none;
    width: 100%;
    height: auto;
    box-sizing: border-box;
    background-color: #ffffff;
}

.nav li li a {
    color: #000000;
}

/*********************** Mobile *********************************/
@media screen and (max-width: 1120px) {
    .nav li {
        padding: 0 20px;
    }

    nav {
        bottom: -30px;
    }


}

@media screen and (max-width: 768px) {

    .toggleMenu {
        top: 10px;
        left: 5px;
        position: fixed;
        z-index: 1000;
        border-radius: 3px;
        height: 35px;
        width: 35px;
        background-size: 90% 90%;
        background-position: center center;
        background-repeat: no-repeat;
        display: block;
        background-image: url(https://www.autobolle.ch/uploads/images/site/fond-menu.png);
        background-color: #b0b0b0;
    }

    a.toggleMenu {
        padding: 0;
    }

    nav {
        margin: 0;
        top: 0;
        bottom: auto;
        width: 100%;
        font-size: 1.6rem;
        text-align: left !important;
        z-index: 3;
    }

    .active {
        display: block;
    }

    .nav {
        width: 100%;
        margin: 0;
        padding: 0;
        top: 70px;
        left: 0;
        z-index: 4;
        position: fixed !important;
    }

    .nav li,
    .nav li.retour {
        border-left: none;
        float: none;
        display: block;
        text-align: left;
        position: relative;
        padding: 0;
    }

    .nav a {
        color: #ffffff;
        padding-top: 8px;
        padding-bottom: 8px;
        padding-left: 10px;
        height: auto;
        display: block;
    }

    .nav a:hover {
        color: #000000;
        border: none;
    }

    .nav > li {
        background-color: #b0b0b0;
        border-top: 1px solid #ffffff;
    }


    .nav > li.hover > ul {
        top: 0;
    }

    .nav > li > .parent {
        background-position: 95% 50%;
    }

    .nav li li .parent {
        background-image: url("images/downArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }

    .nav ul {
        display: block;
        width: 100%;
    }

    .nav > li.hover > ul,
    .nav li li.hover ul {
        position: static;
        left: 0;
    }

    .nav li ul {
        width: 100%;
        padding-top: 0;
    }

    .nav li li {
        width: 100%;
        border-top: 1px solid #201e1f;
        background-color: #ffffff;
        padding: 0;
    }

    .nav li li a {
        color: #201e1f;
        padding-left: 20px;
    }


}
/* cmsms stylesheet: Styles 2022 modified: 11/10/25 12:30:06 */
/* cmsms stylesheet: styles modified: 04/21/21 09:31:46 */
@charset "utf-8";

html {
    font-size: 62.5%;
    height: 100%;
}

body {
    margin: 0 auto;
    padding: 0;
    font-size: 0;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}

div,
iframe,
section,
article,
footer,
img,
a,
input,
textarea,
h1,
h2,
h3,
h4 {
    box-sizing: border-box;
}

/*-------- Titres -----------------*/
h1,
h2,
h3,
h4 {
    font-family: 'Passion One', sans-serif;
}

h1 {

    font-size: 3.6rem;
    margin: 0 auto;
    padding: 10px;
    color: #000000;
    text-align: center;
    display: inline-block;
    z-index: 2;
    margin-left: 50%;
    transform: translateX(-50%);
}

h1.bas {
    position: absolute;
    bottom: 20px;
    background-color: rgba(255, 255, 255, 0.9);
    margin: 0;
    left: 50%;
}

h1.principal {
    margin-top: 40px;
}

h2 {
    padding: 10px 5px;
    font-size: 3.1rem;
    box-sizing: border-box;
    text-align: left;
    margin: 0;
}

h2#accueil {
    text-align: center;
    font-size: 3.8rem;
    padding: 35px 5px;
    background-image: none;
}

h3 {
    width: 100%;
    max-width: 1200px;
    text-align: left;
    padding: 20px 5px 10px 5px;
    font-size: 2.2rem;
    margin: 0 auto;
    box-sizing: border-box;
    clear: both;
}



/*--------------- Mise en page -----------*/

strong {
    font-weight: 600;
}

a,
a.noir:hover {
    color: #0ebcb3;
    text-decoration: none;
}

a:hover,
a.noir {
    color: #000000;
}

a.form {
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 2.4rem;
    font-family: 'Passion One';
    margin: 10px 5px;
    padding: 5px;
    background: #676A6A;
    border-radius: 3px;
    border: solid 1px #676A6A;
    display: inline-block;
}

a.form:hover {
    background: transparent;
}

p,
li {
    margin: 0 auto;
    display: block;
    padding: 5px;
    font-size: 1.7rem;
    font-weight: 300;
    line-height: 1.5;
    box-sizing: border-box;
    text-align: left;
}


.clear {
    clear: both;
}

.slogan {
    text-align: center;
    font-weight: 700;
    margin: 20px 0;
}

.vert {
    font-weight: 400;
    margin: 10px 0;
    color: #006600;
}

.rouge {
    font-weight: 400;
    margin: 10px 0;
    color: #cc3300;
}

.flottant {
    float: left;
    margin-left: 65%;
    margin-top: -88px;
    text-align: left;
}

.centre {
    text-align: center;
}


/*-------- images ---------------------*/
img {
    max-width: auto;
}

article img {}

img.icone {
    max-width: 200px;
    display: block;
}

img.icone_petit {
    width: 50px;
    display: block;
    margin: 0 auto;
}

img.home {
    width: 20px;
    margin-bottom: 7px;
    vertical-align: middle;
}

img.bandeau {
    width: 100%;
    max-width: 1200px;
    margin: 10px auto;
    display: block;
    font-size: 1.6rem;
    color: #000000;
}

img.sponsor {
    width: auto;
    height:auto;
    max-width: 200px;
    max-height: 100px;
    margin: 10px;
    display: block;
    font-size: 1.6rem;
    color: #000000;
    display: inline-block;
    vertical-align: middle;
}

#page_news img {
    max-width: 100%;
}

img.img_moyenne {
    width: 50%;
    font-size: 1.5rem;
}

img.img_grande {
    width: 70%;
    font-size: 1.5rem;
}


/*-------- blocs principaux -----------*/
main {
    background-color: #ffffff;
}

main.gris {
    background-color: #e6ebeb;
}

section {
    width: 100%;
    margin: 0 auto;
    display: block;
    box-sizing: border-box;
    z-index: 2;
    position: relative;
    padding-top: 30px;
}

article {
    width: 100%;
    max-width: 1200px;
    display: block;
    margin: 20px auto;
    padding: 20px;
    position: relative;
    background: #F0EDEE;
}

/*------- PopUp ----------*/
#popup{
    display:block;
    position:fixed;
    width:100%;
    height:100vh;
    top:0;
    background:rgba(0,0,0,0.88);
    z-index:50;
}

.img_pop{
    width:90%;
    max-width:1400px;
    position:fixed;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    display:block;
    z-index:52;
    border: solid 2px #ffffff;
}

/*-------- Header ----------------------*/
header {
    width: 100%;
    background-color: #ffffff;
    position: relative;
    z-index: 30;
}

#logo-wrap {
    margin: 0 auto;
    position: relative;
    z-index: 3;
    width: 100%;
    max-width: 1200px;
    display: block;
    z-index: 30;
}

#logo-wrap img {
    height: 80px;
    display: block;
    margin: 20px 0 20px 10px;
    z-index: 30;
}


/*------- footer ----------------*/
footer {
    min-height: 120px;
    background-color: #747474;
    box-sizing: border-box;
    padding: 30px 0;
}

footer #insideFoot {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

footer #insideFoot h3 {
    font-size: 1.8rem;
    font-weight: 600;
    color: #f9f9f9;
    margin: 0;
    padding: 0;
    padding-top: 10px;
    padding-left: 5px;
    text-transform: uppercase;
    font-family: Arial, sans-serif;
}

footer #insideFoot p {
    font-size: 1.6rem;
    color: #cccccc;
}

footer #insideFoot a {
    color: #f9f9f9;
}

footer #insideFoot .creation {
    position: absolute;
    right: 10px;
    top: 8px;
}

footer #insideFoot .creation p {
    text-align: right;
}

footer .social {
    height: 30px;
    width: 30px;
    display: inline-block;
    margin-left: 10px;
    margin-right: 0;
    position: relative;
}

footer .social:hover {
    opacity: 0.8;
}

footer .social img {
    width: 100%;
}

/*------- bloc rdv-----*/
#carre_wrap {
    position: absolute;
    width: 100%;
    max-width: 1200px;
    z-index: 2;
    display: block;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    height: 100vh;
}

#carre_rdv {
    position: absolute;
    left: 10px;
    top: 230px;
    width: 100%;
    max-width: 500px;
    background: #0EBCB3;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.5);
    padding-bottom: 20px;
}

#carre_rdv h3 {
    color: #ffffff;
    text-align: center;
    font-weight: 400;
    font-size: 2.7rem;
    letter-spacing: 1px;
    margin: 10px;
    padding: 0;
}

#carre_rdv .col {
    display: inline-block;
    vertical-align: top;
    padding: 5px;
    width: 50%;
    text-align: center;

}

#carre_rdv #scout24 {
    border-right: solid 1px #ffffff;
}

#carre_rdv img {
    width: 70px;
    display: block;
    margin: 10px auto;
}

#carre_rdv img.form_like {
    width: 170px;
    display: block;
    margin: 10px auto;
}

#carre_rdv select,
#carre_rdv input {
    width: 160px;
    display: block;
    margin: 5px auto;
    border: solid 1px #676A6A;
    height: 30px;
    background: #ffffff;
}

/*------- blocs divers ---------------*/
.col3 {
    display: inline-block;
    vertical-align: middle;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 30px;
    width: 33.33%;
}

.col3.normal {
    margin-bottom: 5px;
}


.col3 p {
    padding: 5px 0 5px 0;
    font-weight: 700;
    text-transform: uppercase;
}

.col3 img {
    width: 100%;
    max-width: 150px;
    display: block;
    margin: 0 auto;
    margin-top: 10px;
}

.col3 img.icone {
    width: 15px;
    display: inline;
    margin-right: 10px;
}

.col3 a:hover img.icone {
    filter: brightness(0);
    transform: rotate(180deg);
}

.col4 {
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    margin-top: 10px;
    margin-bottom: 30px;
    width: 25%;
}

.col4 img {
    width: 100%;
    max-width: 80px;
    margin: 10px auto;
    display: block;
}



.col4 p {
    font-weight: 400;

}

.carte {
    border: solid 2px #0ebcb3;
    overflow: hidden;
    width: 100%;
    max-width: 1200px;
    margin: 30px auto;
    height: 500px;
    filter: grayscale(50%);
    display: block;
    box-sizing: border-box;
}

.team {
    font-size: 1.7rem;
    color: #000000;
}

.team p {
    width: 33%;
    font-weight: 600;
    text-align: center;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
}

.team.station {
    font-size: 1.7rem;
    color: #000000;
}

.team.station p {
    width: 24.6%;
}

.team img {
    width: 75%;
    display: block;
    margin: 10px auto;
}

.team.station img {
    width: 100%;
}

.logos-accueil {
    margin-top: 10px;
}

.logos-accueil img {
    display: inline;
    width: 30px;
    margin-right: 10px;
}


/*------- Autoscout ------------*/
.embedded-content-area iframe {}

.embedded-content-area {
    margin: 20px auto 40px auto;
    background-color: #F0EDEE;
    max-width: 1024px;

}

.mobile {
    display: none !important;
}

.desktop {
    display: block !important;
}

#hci-iframe-box{
     background-color:#ffffff !important;
}

/*------ page news--------------*/

#page_news li {
    background-image: url("https://www.autobolle.ch/uploads/images/site/check.png");
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 30px;
    margin-bottom: 10px;
}

/*------- bouton de chat ----------*/
.evMtho {
    display: none !important;
}

/****************** MOBILES ****************************************************************************/

@media screen and (max-width: 1120px) {

    #logo-wrap img {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    #carre_wrap {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        margin: 0 auto;
    }

    #carre_rdv {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
    }

    section {}
}

@media screen and (max-height: 600px) {

    #logo-wrap {
        margin-top: 10px;
        margin-bottom: 30px;
    }

    #carre_wrap {
        position: relative;
        transform: none;
        left: auto;
        top: auto;
        margin: 0 auto;
        height: auto;
    }

    #carre_rdv {
        position: relative;
        top: auto;
        left: auto;
        margin: 0 auto;
    }
}

@media screen and (max-width: 880px) {
    .col3 {
        width: 100%;
    }

    header {
        height: auto !important;
    }
}

@media screen and (max-width: 768px) {


    header {
        top: 0;
        height: auto;
        width: 100%;
        max-width: 100%;
        position: fixed;
    }

    p {
        text-align: left;
    }

    p.flottant {
        float: none;
        margin: 0;
    }

    h1 {
        padding: 10px;
        position: relative;
        background-color: transparent;
        top: 0;
        margin-top: 20px;
    }

    h1.bas {
        position: relative;
        margin: 0 auto;
        display: block;
        padding: 20px;

    }

    h1.principal {
        margin-top: 20px;
    }

    h2 {
        font-size: 2.5rem;
    }

    h2#accueil {
        display: none;
    }

    footer #insideFoot .creation {
        position: relative;
        width: 100%;
    }

    footer p,
    footer h3 {
        text-align: center !important;
    }


    img.img_moyenne,
    img.img_grande {
        width: 80%;
        margin: 0 auto;
        display: block;
    }

    #page_news img {
        margin: 0 auto;
        display: block;
        width: auto;
        max-width: 100%;
    }

    #page_news iframe {
        max-width: 100%;
    }



    /*------------ Blocs --------------*/
    section {
        width: calc(100% - 20px);
        padding-top: 0;
    }

    #carre_wrap {
        height: auto;
        padding: 0;
        margin: 0;
    }

    #carre_rdv {
        width: calc(100% - 20px);
        display: block;
        margin: 0 auto;
        max-width: 1200px;
        border: none;
        box-shadow: none;
    }


    #carre_rdv h3 {
        padding: 20px
    }

    #logo-wrap {
        height: 60px;
        width: 185px;
        display: block !important;
        margin: 0 auto;
        z-index: 102;
    }

    #logo-wrap img {
        height: 100%;
        width: auto;
        padding: 5px;
    }

    .col4 {
        width: 100%;
        display: block;
    }

    .team p,
    .team.station p {
        width: 50%;
    }

    .team img {
        width: 100%;
    }


}
