
/* Polices */
body {
    font-family: 'Roboto', sans-serif;
}

.coul-1 {
    color: black;
}

.coul-2 {
    color: white;
    font-size: 10px;
}

.coul-2b {
    color: white;
}

.st{
    font-size:20px;
}
.st1{
    font-size:17px;
}
.st2{
    color: #002FAE;
    font-size: 25px;
}
.st3{
    color: #002FAE;
}
.subtitle {
    font-size: 25px;
}
.subtitle2{
    font-size: 22px;
    font-weight: bold;
    font-style: italic;
}


/* Caroussel */
.img_slid {
    height: 600px;
}

.caption {
    bottom: 120px;
}

.bg-card {
    background-color: transparent;
    border: none;
}

/* Bandeau */
.banner {
    height: 50px;
    background-color: #002FAE;
    color: white;
}


/* Code & Permis de conduire */
.sec1_offre {
    /* width: 60%; */
    height: auto;
    /* background: dimgray; */
}

.etapes {
    height: 100px;
}

.badge1 {
    font-size: 20px;
}

/*  code couleur des boutons*/
.buton1 {
    background-color: #1CBCC1;
}

.label {
    width: 300px;
}

/* Section document à fournir */
.piècesJust {
    color: red;
}

/* page contact */
.icons {
    color: #1CBCC1;
}
.contact{
    height: 500px;
}
.liensCol{
    color: black !important;
}

.liensCol2{
    color: white !important;
}

.map-responsive {
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 0;
}

.map-responsive iframe {
    left: 0;
    top: 0;
    height: 300px;
    width: 100%;
    /* position:absolute; */
}

.permis1{
    font-size: 1000px;
}
/* footer */
footer {
    height: auto;
    background-color: #002FAE;
}

.prep{
    width: 60%;
}
iframe{
    border-width: 0px;
}

/* unvisited link */
/* a:link {
    color: white;
} */

/* visited link */
/* a:visited {
    color: white;
} */

/* mouse over link */
a:hover {
    color: #1CBCC1;
}

/* selected link */
/* a:active {
    color: blue;
} */

.navbar-toggler:not(:disabled):not(.disabled) {
    margin-left: 5px;
}