﻿@font-face {
    font-family: 'Bebas Neue';
    src: url("/wwwroot/fonts/bebasneue.otf") format("opentype");
}
@font-face {
    font-family: 'Gotham';
    src: url("/wwwroot/fonts/GothamLight.otf") format("opentype");
}

body {
    font-size: 10px !important;
    padding-top: 0 !important;
    font-family: 'Gotham', sans-serif;
}

.opensans {
    font-family: 'Gotham', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Gotham' !important;
}
h1{
    font-size:60px !important;
    font-weight:bold;
    color:white !important;
    letter-spacing:5px;
    line-height:70px;
    margin-bottom:30px
}
h2{
    line-height:40px !important

}
h3{
    line-height:40px !important
}
dt, label {
    font-weight: bold;
}

dd {
    margin-left: 0;
    margin-bottom: 15px;
}

th {
    font-weight: normal;
}

    th a {
        text-decoration: none;
    }

hr {
    margin-top: 0em;
    margin-bottom: 0.5em;
    height: 1px;
    border-top: 1px solid #ccc;
}

.fa-dots:after {
    content: '\2807';
    font-size: 100px;
}

/*.ck-content {
    height: 400px !important;
}*/

img {
    width: 100%;
    height: auto,
}

#iconbar .w3-bar-item {
    padding: 8px !important;
}


.w3-blue-topaze {
    background-color: #29235C !important;
    color: white !important
}



#pdf body, #pdf th, #pdf td, #pdf p {
    font-size: 13px !important;
    color: black;
}

#pdf.pdf body, #pdf.pdf th, #pdf.pdf td, #pdf.pdf p {
    font-size: 16px !important;
}

#pdf th, #pdf td {
    border: none !important;
    background: white;
}

#pdf table {
    width: 100%;
    text-align: left;
    border: none !important;
}

.w3-button-acordeon {
    border: none !important;
    text-decoration: none !important;
    background: none !important
}

.w3-block-acordeon {
    display: block;
    width: 90% !important
}

.w3-table-accordion th {
    -webkit-user-select: none; /* Safari */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* IE10+/Edge */
    user-select: none; /* Standard */
}

.w3-sidebar .w3-bar-item {
    padding: 6px 10px !important;
    text-align: center;
}

.w3-sidebar img {
    border: none;
    width: 32px;
    height: 32px;
}

@media (max-width: 993px) {
    .w3-sidebar {
        height: 100%;
        width: 200px;
        background-color: #fff;
        position: fixed !important;
        z-index: 1;
        overflow: auto;
    }

    .w3-dropdown-content {
        width: 300px !important;
    }
    h1{
    font-size:40px !important;
    font-weight:bold;
    color:white !important;
    letter-spacing:5px;
    line-height:40px
}
    .w3-bouton-borderor{
        margin-top:20px;
                display:block;

    }
}

.w3-normal {
    font-weight: normal !important
}

.w3-italic {
    font-style: italic !important
}

.w3-bold {
    font-weight: bold !important
}

.w3-bleu {
    background-color: #173F70 !important
}

.w3-b-bleu {
    background-color: #1D2638 !important
}

.w3-or {
    background-color: #00ADEF !important
}

.w3-beige {
    color: #F5F4F3 !important
}

.w3-text-bleu {
    color: #173F70 !important
}

.w3-text-b-bleu {
    color: #1D2638 !important
}

.w3-text-or {
    color: #00ADEF !important
}

.w3-text-beige {
    color: #F5F4F3 !important
}

.w3-page-padding {
    height: auto;
    overflow: hidden;
    color: black;
    font-size: large;
    padding: 50px 300px 50px 300px;
}

.w3-page-padding2 {
    height: auto;
    overflow: hidden;
    color: black;
    font-size: large;
    padding: 0px 300px 0px 300px;
}

@media (max-width: 1450px) {
    .w3-page-padding {
        padding: 50px 100px 50px 100px;
    }

    .w3-page-padding2 {
        padding: 0px 100px 0px 100px;
    }
}

@media (max-width: 900px) {
    .w3-page-padding {
        padding: 50px 16px 50px 16px;
    }

    .w3-page-padding2 {
        padding: 0px 16px 0px 16px;
    }
}

@media (max-width: 600px) {
    .button-margin2 {
        margin-left: 10px !important
    }

    .w3-page-padding {
        padding: 50px 0 50px 0;
    }

    .contact-margin {
        margin-left: 8px !important;
    }

    .w3-page-padding2 {
        padding: 0px 0px 0px 0px;
    }

    .w3-input {
        width: 100% !important
    }

    positionfixed {
        position: relative
    }

    .button-margin {
        margin-left: 10px
    }

    .encare-prix {
        width: auto !important;
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0 !important;
        right: 0 !important;
    }

    .logo_tarif-g {
        width: 90% !important;
        margin-left: auto !important;
        margin-right: auto !important;
        left: 0 !important;
        right: 0 !important;
    }
}

.w3-bouton-or {
    border: none;
    border-radius: 10px;
    background-color: #CE9E56;
    color: white;
    text-transform: uppercase;
    font-family: 'Gotham', sans-serif !important;
}

    .w3-bouton-or:hover {
        background-color: white;
        color: #CE9E56;
    }
    .w3-encart-bleu:hover {
        background-color: white;
        color: #173F70;
                transition-duration:0.4s;
                cursor:pointer

    }

.w3-bouton-borderor {
    border-radius: 10px;
    background-color: #173F70;
    color: white;
    padding:15px !important;
    letter-spacing:3px;
    font-weight:bold;
    text-transform:uppercase
}

    .w3-bouton-borderor:hover {
        background-color: #00ADEF !important;
        color: white;
        transition-duration:0.4s
    }

.w3-bouton-borderbleu {
    border-radius: 10px;
    border: solid 2px #173F70;
    background-color: white;
    color: #173F70;
    text-transform: uppercase;
}

    .w3-bouton-borderbleu:hover {
        background-color: #173F70;
        border: solid 2px white;
        color: white;
    }

.w3-menu-lien {
    color: black;
    font-family: 'Gotham', sans-serif !important;
    cursor: pointer;
    font-weight:bold !important;
    transition: color 0.4s ease-in-out;
    font-size:16pt !important
}

    .w3-menu-lien:hover {
        color:#00ADEF
    }

#navbar {
    overflow: hidden;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 60px;
    }

.logo-menu {
    float: left;
    height: 70px;
    width: auto
}

.menu {
    float: none;
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.menu-intern {
    float: right !important
}

.arrow-slide {
    padding: 10px;
    color: #CE9E56;
    border: none;
}

.margin-encare {
    margin-top: 50px
}

.margin-encare-bas {
    margin-bottom: 50px
}

.logo-encore-1 {
    width: 600px;
    height: auto
}

@media (max-width: 705px) {
    .logo-encore-1 {
        width: 80%;
    }
}

.page-footer {
    float: none;
    width: 800px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.page-prix-g {
    float: none;
    width: 650px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.page {
    float: none;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.pageprix {
    float: none;
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

@media (max-width: 1210px) {
    .page {
        width: 800px;
    }

    .pageprix {
        width: 100%;
    }

    .margin-footer {
        margin-left: 50px !important
    }
}

@media (max-width: 810px) {
    .page {
        width: 95%;
    }

    .pageprix {
        width: 95%;
    }
}

.carre-encare-1 {
    width: 45px;
    height: auto
}

.carre-encare-2 {
    height: 50px;
    width: auto
}

.photo-encare-3 {
    height: 350px;
    width: auto;
    transform: translateY(10%);
}

.accordion {
    background-color: #173F70 !important;
    color: #CE9E56;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-family: 'Bebas Neue' !important;
}


    .accordion:after {
        content: url('../images/Fichier 23.png');
        color: #777;
        font-weight: bold;
        float: left;
        margin-right: 10px;
    }

.accordion2 {
    background-color: #173F70 !important;
    color: #CE9E56;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.4s;
    font-family: 'Bebas Neue' !important;
}


    .accordion2:after {
        content: url('../images/Fichier 23.png') !important;
        color: #777;
        font-weight: bold;
        float: left;
        margin-right: 10px;
    }

.active2:after {
    content: url('../images/Fichier 22.png') !important;
}

.active:after {
    content: url('../images/Fichier 22.png');
}

.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}
.padding-reset {
    padding: 0 !important;
}

.margin-reset {
    margin: 8px !important
}

.logo-cabiner {
    margin-top: 50px !important;
    width: 100px;
    height: auto;
    top: 50%;
    left: 50%; /* à 50%/50% du parent référent */
    transform: translate(-50%, -50%); /* décalage de 50% de sa propre taille */
}

.padding-footer {
    padding-top: 1px !important;
    padding-bottom: 30px !important
}

    .padding-footer a {
        color: lightgray !important;
    }

    .padding-footer p {
        color: lightgray !important;
    }

a {
    cursor: pointer;
    text-decoration: none
}

.margin-footer {
    margin-left: 100px
}

@media (min-width: 993px) {
    .w3-sidebar.w3-collapse {
        display: none !important;
    }
}

@media (max-width: 993px) {
    .w3-menu-lien {
        color: white !important;
        font-family: 'Gotham', sans-serif !important;
        cursor: pointer
    }

        .w3-menu-lien:hover {
            color: #CE9E56 !important;
        }

    .accordion {
        background-color: #173F70 !important;
        color: white;
        cursor: pointer;
        padding: 6px 10px !important;
        width: 100%;
        border: none;
        text-align: left;
        outline: none;
        transition: 0.4s;
    }


        .accordion:after {
            content: none;
            font-weight: bold;
            float: left;
            margin-right: 10px;
        }

    .active:after {
        content: none
    }

    .panel {
        padding: 6px 10px !important;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease-out;
        color: white !important
    }

    .w3-sidebar .w3-bar-item {
        text-align: left;
    }

    .w3-sidebar img {
        width: 200px !important;
        height: auto !important
    }

    .button-margin {
        margin-left: 100px
    }
}

@media (max-width: 600px) {
    .button-margin {
        margin-left: 10px
    }

    .margin-bottom-mobile {
        margin-bottom: 20px !important
    }

    .photo-encare-3 {
        height: 250px;
        width: auto;
        transform: translateY(0);
        align-content: center
    }

    input[type=submit] {
        width: 200px !important;
        background-color: #173F70;
        color: white;
        padding: 14px 20px;
        margin: 8px 0;
        border: solid 2px white;
        border-radius: 10px;
        cursor: pointer;
    }

    input[type=text], select {
        width: 100% !important
    }

    input[type=number], select {
        width: 100% !important
    }

    .center-mobile {
        align-content: center !important
    }

    .logo-partenaire {
        align-content: center
    }

    .solvimo {
        transform: translateY(0) !important;
    }

    .apimo {
        transform: translateY(0) !important;
    }
}

.logo-partenaire {
    width: 200px;
    height: auto
}

.solvimo {
    transform: translateY(10%);
}

.apimo {
    transform: translateY(100%);
}

.container-formation {
    min-height: 300px;
    max-width: 550px;
    background-color: #00ADEF;
    border-radius: 15px
}

.container-tarifs-g {
    min-height: 1020px;
    max-width: 750px;
    background-color: #173F70;
    border-radius: 15px
}

.container-tarifs-d {
    min-height: 1020px;
    max-width: 375px;
    background-color: #CE9E56;
    border-radius: 15px
}

.logo_tarif-d {
    width: 200px;
    height: auto;
}

.logo_tarif-g {
    width: 300px;
    height: auto
}

.encare-prix {
    min-height: 100px;
    width: 200px;
    background-color: #CE9E56;
    border: solid 2px white;
    border-radius: 15px;
    font-family: 'Bebas Neue' !important;
    line-height: 20px;
    padding-top: 30px
}

.encare-prix-intern {
    min-height: 100px;
    width: 300px;
    background-color: #173F70;
    border: solid 2px white;
    border-radius: 15px
}

@media (max-width: 1210px) {
}

@media (max-width: 993px) {
    .container-tarifs-g {
        width: auto;
    }

    .page-prix-g {
        width: 300px
    }

    .encare-prix {
        width: 300px
    }

        .encare-prix.w3-right {
            float: none !important
        }
}

@media (max-width: 600px) {
    .container-tarifs-g {
        max-width: 100%;
    }

    .container-tarifs-d {
        max-width: 100%;
    }

    .encare-prix-intern {
        min-height: 100px;
        width: auto;
        background-color: #173F70;
        border: solid 2px white;
        border-radius: 15px
    }
}

input[type="radio" i] {
    background-color: #173F70;
    cursor: default;
    margin: 3px 0.5ex;
    padding: initial;
    border: initial;
}

input[type=radio]:checked {
    background-color: #173F70 !important;
}

.w3-textarea {
    border-radius: 10px;
    height: 100px;
    padding: 20px
}

.dropstyle {
    border: solid 2px #CE9E56
}

    .dropstyle a:hover {
        color: #CE9E56 !important
    }

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */

/* Position the "next button" to the right */

    /* On hover, add a black background color with a little bit see-through */
/* Caption text */
.text {
    color: #f2f2f2;
    font-size: 15px;
    padding: 8px 12px;
    position: absolute;
    bottom: 8px;
    width: 100%;
    text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
    color: #f2f2f2;
    font-size: 12px;
    padding: 8px 12px;
    position: absolute;
    top: 0;
}

/* The dots/bullets/indicators */
.dot {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

    .active, .dot:hover {
        background-color: #717171;
    }

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */

.encare-avis {
    border-radius: 10px;
    border: solid 2px #173F70;
    padding: 20px;
    width: 800px;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
}

.photo_avis {
    width: 50px;
    height: auto
}

textarea {
    border-radius: 10px !important;
    padding: 15px !important
}

.positionfixed {
    position: fixed
}

@media (max-width: 830px) {
    .encare-avis {
        border-radius: 10px;
        border: solid 2px #173F70;
        padding: 20px;
        width: 95%;
        height: auto;
        margin-left: auto;
        margin-right: auto;
        left: 0;
        right: 0;
    }
}

.contact-margin {
    margin-left: 100px;
}

.button-margin2 {
    margin-left: 100px
}





@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,100,500,700,900);
.contact-form {
  margin-top: 30px;
}
.contact-form .input-block {
  background-color: rgba(255, 255, 255, 0.8);
  border: solid 1px #173F70;
  border-radius:10px;
  width: 100%;
  height: 60px;
  padding: 13px;
  position: relative;
  margin-bottom: 20px;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.contact-form .input-block.focus {
  background-color: #fff;
  border: solid 1px #fb2900;
}
.contact-form .input-block.textarea {
  height: auto;
}
.contact-form .input-block.textarea .form-control {
  height: auto;
  resize: none;
}
.contact-form .input-block label {
  position: absolute;
  left: 25px;
  top: 25px;
  display: block;
  margin: 0;
  font-weight: 300;
  z-index: 1;
  color: #333;
  font-size: 18px;
  line-height: 10px;
}
.contact-form .input-block .form-control {
  background-color: transparent;
  padding: 0;
  border: none;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  height: auto;
  position: relative;
  z-index: 2;
  font-size: 18px;
  color: #333;
}
.contact-form .input-block .form-control:focus label {
  top: 0;
}
.contact-form .square-button {
  background-color: rgba(255, 255, 255, 0.8);
  color: #fb2900;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 60px;
  height: 60px;
  border: none;
  width: 100%;
}
.contact-form .square-button:hover, .contact-form .square-button:focus {
  background-color: white;
}

@media (min-width: 768px) {
  .contact-wrap {
    width: 60%;
    margin: auto;
  }
}
/*----page styles---*/

.contact-wrap {
  padding: 15px;
}


.made-with-love {
  margin-top: 40px;
  padding: 10px;
  clear: left;
  text-align: center;
  font-size: 10px;
  font-family: arial;
  color: #fff;
}
.made-with-love i {
  font-style: normal;
  color: #f50057;
  font-size: 14px;
  position: relative;
  top: 2px;
}
.made-with-love a {
  color: #fff;
  text-decoration: none;
}
.made-with-love a:hover {
  text-decoration: underline;
}
