/*Accueil*/
body {
    margin-top: 0;
}
.path-frontpage{
  height:100vh;
  /* background-color: #f0f4f9; */
  /* background-color: #6a75ca; */
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#8f95c9+0,6a75ca+81 */
  background: #8f95c9; /* Old browsers */
  background: -moz-radial-gradient(center, ellipse cover,  #8f95c9 0%, #6a75ca 81%); /* FF3.6-15 */
  background: -webkit-radial-gradient(center, ellipse cover,  #8f95c9 0%,#6a75ca 81%); /* Chrome10-25,Safari5.1-6 */
  background: radial-gradient(ellipse at center,  #8f95c9 0%,#6a75ca 81%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8f95c9', endColorstr='#6a75ca',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  position:relative;
  padding-top: 0!important;
}
.path-frontpage::before{
  content: '';
  background-image: url(../fond-bastide.png);
  position: absolute;
  right:0;
  bottom: 0;
  width: 667px;
  height: 312px;
}
.path-frontpage::after{
  content: '';
  background-image: url(../logo-white.png);
  position: absolute;
  right:10px;
  top: 50%;
  margin-top: -64.5px;
  width:292px;
  height: 129px;
}


.path-frontpage .main-container {
  background-color: white;
  padding: 25px 25px 55px 25px;
  height: 100%;
  width: auto;
  border-radius: 0 25px 25px 0;
  position: relative;
}

.path-frontpage .main-container section.col-sm-12{
  position: absolute;
  top: 50%;
  margin-top: -180.5px;
  width: 90%;
  left: 50%;
  margin-left: -443.5px;
}
.path-frontpage .region-content{
  background-color: #faf6f3;
  padding: 25px;
  border-radius: 25px;
}
.btn{
  background:#fed32c;
  border: 1px solid #fed32c;
  color: #333;
  margin: auto;
  color: #362501;
  font-weight: bold;
  padding: 10px 22px 10px 22px;
}
.btn a{
    color: #362501;
}
.dialog-off-canvas-main-canvas {
    position: absolute;
    left: 0;
    height: 100%;
    width: 50%;

}
.dpnews-home-form{
  text-align: center;
  width: 50%;
  margin: auto;
  padding: 30px;
}
.select-wrapper #edit-event{
  border-radius: 50px;
}
.select-wrapper{
  margin: 30px 0 30px 0;
}
button:nth-child(2){
  background-color: #747fff;
  color: white;
  border:0;
  padding: 10px 22px 10px 22px;
}
.user-logged-in .control-label{
  text-transform: uppercase;
font-size: 25px;
color: #333;
}
#block-bastide-login ul{
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#block-bastide-login ul li{
list-style-type: none;
margin: 15px;
}
#block-bastide-login ul li a {
text-align: center;
white-space: nowrap;
vertical-align: middle;
-ms-touch-action: manipulation;
touch-action: manipulation;
cursor: pointer;
background-image: none;
border: 1px solid transparent;
padding: 6px 12px;
font-size: 14px;
line-height: 1.42857143;
border-radius: 4px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
margin: auto;
    margin-right: auto;
font-weight: bold;
padding: 10px 22px 10px 22px;
}
.request-password-link{
  background : #f25669;
  border: 1px solid #f25669;
  color: white;
}
.create-account-link{
  background : #8847da;
  border: 1px solid #8847da;
  color: white;
}
h2.block-title{
  text-align: center;
margin: 50px 0 50px 0;
color: #303650;
text-transform: uppercase;
}
.chosen-container-single .chosen-single{
  border: none;
  background-color: transparent;
  box-shadow: none;
  background: transparent;
}
.has-glyphicons .select-wrapper:after{
  display: none;
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: none;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.chosen-drop{
  left:0;
  border: 1px solid #ccc;
}
