
/* base */

body {
     padding-top: 3.5rem;
    letter-spacing: 1px;
}

/* couleurs */
.bg-violet{
   background-color: #53499E;
}

/* liens */
a {
    color:#53499E;
    text-decoration: underline;
}
a:hover{
    color:#45AAF2;
    text-decoration: none;
}

/* container */
.container-fluid{ 
    padding: 0;
    margin: 0;  
}

/* positionnement */
.center {
    text-align: center;
}
.left{
    text-align: left !important;
}
.right{
    text-align: right !important;
}

/* lignes et colonnes */
.row {
padding: 0px 0;
}

/* images */
.img-responsive, .thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}

/* icones */
.icons {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(to right, #50509A, #45AAF2);
    background: linear-gradient(to bottom, #50509A, #45AAF2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
}
.fa {
    padding-top:15px;
    background: -webkit-linear-gradient(to right, #50509A, #45AAF2);
    background: linear-gradient(to bottom, #50509A, #45AAF2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

/* sections */
.section {
padding: 100px 0;
}
.section2 {
padding: 50px 0;
}
.section h1{
    padding: 0;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    color: #50509A;
    text-align: center;
    text-transform: uppercase;
}
.section h2{
    padding: 20px 0 20px 0;
    font-size: 20px;
    font-weight: 200;
    letter-spacing: 2px;
    color: #373944;
    text-align: center;
}
.section h3{
    padding:0;
    font-size: 12px;
    font-weight: 200;
    letter-spacing: 2px;
    color: #50509A;
    line-height: 22px;
}
.section p{
    padding:0;
    font-size: 14px;
    font-weight: 200;
    letter-spacing: 1px;
    color: #50509A;
    line-height: 22px;
}
hr {
    max-width: 100px;
    margin: 15px auto 0;
    border-color: #50509A;
    border-style: solid 1px;
    padding: 0 0 30px 0;
}
section#avantages {
background-color: white;
}
section#confiance {
background-color: white !important;
}
section#contact {
background-color: white;
}
section#creationevents {
    background-color: #53499E;
    color: white;
}
section#creationevents h1{
    color: white;
}
section#creationevents h2{
    color: white;
}
section#header-apropos h1{
    color: white;
    font-size: 32px;
    font-weight: 200;
    letter-spacing: 2px; 
    text-transform: uppercase;  
}
section#events {
background-color: #CCE9FF;
}
section#creations {
background-color: #CCE9FF;
}
.feature-item i {
    font-size: 80px;
    display: block;
    margin-bottom: 15px;
    background: -webkit-linear-gradient(to right, #514A9D, #24C6DC);
    background: linear-gradient(to bottom, #514A9D, #24C6DC);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
section#communications {
background-color: white;
}
section#gestion {
background-color: #CCE9FF;
}
section#valoriser {
background-color: white;
}

section#comment {
background-color: #CCE9FF;
}
section#slogan {
background-color: #50509A;
}
section#slogan p{
color: white;
font-size: 24px;
    line-height: 32px;
     font-weight: 200;
    text-align: center;
    letter-spacing: 2px;  
}
section#apropos {
background-color: white;
}
section#partenaires {
background-color: #CCE9FF;
}
section#header-apropos {
    background: #45AAF2;
    background: -webkit-linear-gradient(to right, #514A9D, #45AAF2);
    background: linear-gradient(to bottom, #514A9D, #45AAF2)  
}
section#team {
background-color: white;
    
}
section#footer {
background-color: #53499E;
    padding: 0;
    margin: 0 ;
    color: white !important;
    font-size: 12px;
    text-align: center;
}
section#footer p {

    color: white !important;
    font-size: 12px;
    text-align: center;
}
section#footer a{
    color: #FF0000;
    text-decoration: none;
}

/* cards */

.card{
    border: 0.5px #1DA1F3 solid;
    background: white;
}
.card-img-top {
    width: 60%;
    margin: 20px auto 0 auto;   
}
.card-title{
    color: #1DA1F3;
    font-weight: 300;
    text-align: center;
    font-size: 0.9rem;
    padding: 0 0 5px 0;
    margin: 0;
}
.card-text{
    text-align: center;
    font-size: 0.8rem !important;
    line-height: 1rem !important;
    padding: 0;
    margin: 0;
}
.card-deck{
    padding: 20px 0;
}
/* btn */
.btn-nav-lost {
    font-family: "Helvetica Neue", Sans-Serif;
    font-weight: 300 !important;
    letter-spacing: 1px;
    font-size: 12px !important;
    color: rgba(255, 255, 255, .75) !important;
    background-color: #45AAF2;
    transition: all .35s;
    border: 1px solid #45AAF2 !important;
    border-radius: 50px;
    text-decoration: none;
}
.btn-nav-lost.active, .btn-nav-lost:active, .btn-nav-lost:focus, .btn-nav-lost:hover {
    color: white !important;
    border: 1px solid white !important;
    background-color: transparent;
    text-decoration: none;
}
.btn-nav-create {
    font-family: "Helvetica Neue", Sans-Serif;
    font-weight: 300 !important;
    letter-spacing: 1px;
    font-size: 12px !important;
    color: rgba(255, 255, 255, .75) !important;
    background-color: #45AAF2;
    transition: all .35s;
    border: 1px solid #45AAF2 !important;
    border-radius: 50px;
    text-decoration: none;
}
.btn-nav-create.active, .btn-nav-create:active, .btn-nav-create:focus, .btn-nav-create:hover {
    color: #45AAF2 !important;
    border: 1px solid #45AAF2 !important;
    background-color: transparent;
    text-decoration: none;
}
.btn-nav-events {
    font-family: "Helvetica Neue", Sans-Serif;
    font-weight: 300 !important;
    letter-spacing: 1px;
    font-size: 13px !important;
    color: rgba(255, 255, 255, .75) !important;
    background-color: transparent;
    transition: all .35s;
    border: 1px solid #45AAF2 !important;
    border-radius: 50px;
    text-decoration: none;
}
.btn-nav-events.active, .btn-nav-events:active, .btn-nav-events:focus, .btn-nav-events:hover {
    color: #fff;
    border: 1px solid #fff !important;
    background-color: #504E9C;
    text-decoration: none;
}

.btn-create {
    font-family: "Helvetica Neue", Sans-Serif;
    font-weight: 300 !important;
    letter-spacing: 1px;
    font-size: 12px !important;
    color: rgba(255, 255, 255, .75) !important;
    background-color: #504E9C;
    transition: all .35s;
    border: 1px solid #504E9C !important;
    border-radius: 50px;
    text-decoration: none;
}
.btn-create.active, .btn-create:active, .btn-create:focus, .btn-create:hover {
    color: #504E9C !important;
    border: 1px solid #504E9C !important;
    background-color: transparent;
    text-decoration: none;
}

.btn-idmobile {
    font-family: "Helvetica Neue", Sans-Serif;
    font-weight: 300 !important;
    letter-spacing: 1px;
    font-size: 13px;
    color: rgba(255, 255, 255, .75) !important;
    background-color: #504E9C;
    transition: all .35s;
    border: 1px solid #504E9C !important;
    border-radius: 50px;
    text-decoration: none;
}
.btn-idmobile.active, .btn-idmobile:active, .btn-idmobile:focus, .btn-idmobile:hover {
    color: #fff !important;
    border: 1px solid #504E9C !important;
    background-color: #504E9C;
    text-decoration: none;
}

/* Btn and mouse */
.btn,
.btn:focus,
.btn:active,
.active {
    outline: 0;
}
.scroll-btn {
    padding: 30px 0 10px;
    width: 100%;
    display: block;
    text-align: center;
}
.scroll-btn .weel {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 40px;
    margin: 6px auto 5px;
    border: 2px solid #fff;
    border-radius: 24px;
    opacity: .6;
}
.scroll-btn .mouse {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 77px;
    margin: 0 auto 5px;
    border: 2px solid #fff;
    border-radius: 24px;
    opacity: .6;
}
.scroll-btn .weel span {
    position: absolute;
    display: block;
    top: 0;
    left: 50%;
    width: 8px;
    height: 12px;
    margin: -10px 0 0 -4px;
    background: #fff;
    border-radius: 20px;
    -webkit-animation: scroll 2s linear infinite;
    -moz-animation: scroll 2s linear infinite;
    animation: scroll 2s linear infinite;
}
@-webkit-keyframes scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 80%;} 60% {opacity: 0; top: 80%;} 100% {opacity: 0; top: 30%;} }
@-moz-keyframes  scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 80%;} 60% {opacity: 0; top: 80%;} 100% {opacity: 0; top: 30%;} }
@keyframes  scroll { 1% {opacity: 1; top: 30%;} 20% {opacity: 1; top: 80%;} 60% {opacity: 0; top: 80%;} 100% {opacity: 0; top: 30%;} }

.visible {
  visibility: hidden;
}

#map {
    width: 100%; height: 400px; margin-top: 40px; margin-bottom: 40px;
}

.info-window {
    font-family: 'Montserrat', sans-serif;
}
.info-content {
    color: #999;
}