/* Début Body */
html,
body {
    width: 100%;
    height: 100%; 
}
/* Fin Body */

/* Typos */ 

@font-face {
    font-family: "HelveticaNeue-CondensedBold";
    src: url(/fonts/HelveticaNeue-CondensedBold.ttf) format("truetype");
}

@font-face {
    font-family: "HelveticaNeue-UltraLight";
    src: url(/fonts/HelveticaNeue-Light.ttf) format("truetype");
}
@font-face {    
    font-family: "HelveticaNeue";
    src: url(/fonts/HelveticaNeue.ttf) format("truetype");
}


body {
    font-family: "Helvetica Neue", Sans-Serif;
}

p {
    color: #373944;
    font-size: 1em;
    font-weight: 200;
    line-height: 1.7em;
    letter-spacing: 1px;
    margin: 20px 0 30px 0; 
}
/* fin Typos */ 

/* Début Titres */
.id{
    color: #45AAF2;
}
h1, h2, h3, h4, h5, h6 {
    font-family: "HelveticaNeue-UltraLight";
    color: #504E9C;
    letter-spacing: 1px;
}
h1 { 
     font-size: 50px; 
 }

h2 { 
    font-size: 40px;
}
h3 { 
    font-size: 30px;
    
}
h4 { 
    font-size: 25px;
}
h5 { 
     font-size: 15px;
}
.white{
    color: white;
}
 .vert {
    color: #5FB760;
}
 .orange {
    color: #EEAC57;
}
 .rouge {
    color: #D75452;
}

.form-control {
    color: #373944;
    font-size: 0.8em !important;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 1px;
    background-color: #fff;
    background-image: none;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 30px;
    padding: 10px 30px 10px 30px;
}


.form-group-sm {
    padding-bottom: 20px !important;
}
.modal-backdrop.fade {
  filter: alpha(opacity=20);
  opacity: 0.7;
}
@media (min-width:576px) {
    .modal-dialog {
        max-width: 400px;
        margin: 30px auto
    }
   
}


 /* Medium Devices, Desktops */
    @media only screen and (max-width : 992px) {
        h1 { 
     font-size: 23px; 
 }
        h2 { 
    font-size: 30px;
    font-weight: 400 !important;
}

    }

/* Fin Titres */


/* Début Liens */ 
a {
    color: #50509A; 
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s; 
}

a:hover, a:focus {
    color: #373944;
}



/* Fin Liens */ 

/* Debut Separateurs */
hr {
    max-width: 150px;
    margin: 25px auto 0;
    border-color: rgba(34, 34, 34, 0.5); 
    border-style: solid;}

hr.light {
    border-color: rgba(255, 255, 255, 0.5); 
    border-style: dashed;
}
/* Fin Separateurs */

/* Debut Dégradés */
.gradient{)
    background: #a3daea;  /* fallback for old browsers */
     background: -webkit-linear-gradient(to bottom, #a3daea, #cbc9f7, #cbc9f7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #a3daea, #F5F7FA, #cbc9f7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+,*/
}

.gradient2{)
    background: #a3daea;  /* fallback for old browsers */
     background: -webkit-linear-gradient(to top, #a3daea, #cbc9f7, #cbc9f7);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to top, #a3daea, #F5F7FA, #cbc9f7); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+,*/
}
/* Fin Dégradés */


/* Debut Boutons */

.btn {
    border-radius: 50px;
    font-family: "Helvetica Neue", Sans-Serif;
    letter-spacing: 1px;
    text-transform: uppercase; 
    font-size: 0.8em;
    font-weight: 300;
}

.btn-xl {
  padding: 15px 20px;
    width: 80%;
    border-radius: 50px;
}

.btn-m {
/* 	padding: 15px 20px;
	border-radius: 50px; */
}

.btn-event {
    color: white;
    border: 1px solid #504E9C !important;
    background-color: #504E9C;
        -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s; 
        font-size: 0.6em;
    font-weight: 300;
}

.btn-event:hover, .btn-event:focus, .btn-event:active, .btn-event.active {
    color: #504E9C;
    border: 1px solid #504E9C !important;
    background-color: white; 
}

.btn-inline {
    color: white;
    border: 1px solid #504E9C !important;
    background-color: #504E9C;
        -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s; 
}

.btn-inline:hover, .btn-inline:focus, .btn-inline:active, .btn-inline.active {
    color: #504E9C;
    border: 1px solid white !important;
    background-color: white; 
}

.btn-outline {
    color: white;
    border: 1px solid white !important;
    background-color: rgba(255,255,255, 0);
        -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s; 
}

.btn-outline:hover, .btn-outline:focus, .btn-outline:active, .btn-outline.active {
    color: #504E9C;
     border: 1px solid #504E9C !important;
     background-color: rgba(255,255,255, 0);

}

.align-center{
    text-align: center;
}
/* Fin Boutons */

/* Debut Panel */

.panel-heading {
  padding: 0px;
    text-align: center;
    border-radius: 0px;
    background-color: #4F4D96;
    color: white !important;
   
 
}
.panel-body {
    padding: 30px 0px 0 0px;
    text-align: center;
     font-weight: 500 !important;
       border-radius: 0px;
     border-top: 3px dashed #4F4D96;
}
.panel-body p{
    padding: 0px 0px 0 0px;
    margin: 0 20px 10px 20px;
    text-align: center;
    font-weight: 200;
   
}
.panel-footer{
  padding: 0px 0 40px 0;
}
.panel h3 { 
    font-size: 16px;
    color: white !important;
}
.panel h4 { 
    font-size: 15px;
     font-weight: 800;
    
}
.panel h5 { 
     font-size: 12px;
    padding: 0 0 20px 0;
}

.panel2 {
  text-align: center;
  margin: 10px 0;
  background-color: #E3E4E4;
  border: 0px solid transparent;
     -webkit-box-shadow: 3px 3px 3px rgba(79, 85, 160,.130);
          box-shadow: 3px 3px 3px rgba(79, 85, 160, .30);
}
.panel-heading2 {
  padding: 0px;
    text-align: center;
    border-radius: 0px;
    background-color: #9ba1db;
    color: #c0c3e8 !important;
   
 
}
.panel-body2 {
    padding: 30px 0px 0 0px;
    text-align: center;
     font-weight: 500 !important;
       border-radius: 0px;
     border-top: 3px dashed #9ba1db;
}
.panel-body2 p{
    padding: 0px 0px 0 0px;
    margin: 0 20px 10px 20px;
    text-align: center;
    font-weight: 200;
    color: #c0c3e8;
   
}
.panel-footer2{
  padding: 0px 0 40px 0;
}

.panel2 h3 { 
    font-size: 16px;
    color: #c0c3e8 !important;
}
.panel2 h4 { 
    font-size: 15px;
     font-weight: 800;
    color: #c0c3e8 !important;
    
}
.panel2 h5 { 
     font-size: 12px;
    padding: 0 0 20px 0;
    color: #c0c3e8 !important;
}

.imgevents {
    opacity: 0.2;
    filter: alpha(opacity=20); /* For IE8 and earlier */
}

.btn-event2 {
    color: #c0c3e8;
    border: 1px solid #9ba1db !important;
    background-color: #9ba1db;
    -webkit-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s; 
    font-size: 0.6em;
    font-weight: 300;
}
/* Fin Panel */

/* img */
.img-radius{
    border-radius: 10px;
    z-index: 4;

}
.img-vignette{
    margin: 20px 0;
    border-radius: 120px;
    background-color: none;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .130);
    box-shadow: 3px 3px 3px rgba(0, 0, 0, .30);
}
.img-responsive,
.thumbnail > img {
    display: block;
    max-width: 100%;
    height: auto
}
/* Fin img */

.padding-top{
    padding-top: 15px;
}

.inner i {
  width: 40px;
  height: 40px;
  border: 0px solid #888;
  border-radius: 50%;
  background-color: #4BABEF;   
}

.inner .top {
  margin-top: -20px;
}
.inner .bottom {
  margin-top: -20px;
  
}
.inner .left {
  float: left;
  margin-left: -20px;
}
.inner .right {
  float: right;
  margin-right: -20px;
}

.modal-body {
  position: relative;
  padding: 15px 30px 30px 40px;
    color: white;
    background: #45AAF2;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #514A9D, #45AAF2);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to bottom, #514A9D, #45AAF2); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    /* border-radius: 0 0 30px 30px !important; */
    }

}
.modal-content {
    border: 0;
    border-radius: 30px !important;
    color: white;
    -webkit-box-shadow: 3px 3px 3px rgba(0, 0, 0, .13)
}
.modal-header {
    border-bottom: 0;
     /* border-radius: 30px 30px 0 0 !important; */
    background: #4F4D96; 
    /* padding:30px 35px 10px 35px; */
}

