/*
 * Globals
 */


body .webagubiunivers {

    padding: 20px;
}
/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
      background-color: #fbaf42;
}

body {
  display: -ms-flexbox;
  display: flex;
  color: #fff;
 /* text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5);*/
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
  background:url(../img/letsy-prise-de-rendez-vous.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  background-color: #fff;
}

.over {
   
    /*background-image: url(../img/fond.png);
    background-repeat: repeat;
    background-color: rgba(44, 62, 80, 0.60);
	background-position:center;*/
	width:100%;
	height:100%;

}

.cover-container {
  max-width: 80em;
}

.img-back { background:url(../img/letsy-prise-de-rendez-vous.jpg) no-repeat center fixed; 
  -webkit-background-size: cover; /* pour anciens Chrome et Safari */
  background-size: cover; /* version standardisée */
  padding:0px !important;}

.masque {
    background-color: #0f77afbf;
    padding-top: 20px;
    padding-bottom: 10px;
}

.sous-titre { font-size:1.1rem;}
/*
 * Header
 */
.masthead {
  margin-bottom: 2rem;
}

.masthead-brand {
  margin-bottom: 0;
}

.nav-masthead .nav-link {
  padding: .25rem 0;
  font-weight: 700;
  color: rgb(255, 255, 255);
  background-color: transparent;
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: #7dc400;
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #009bed;
}

.webagubiunivers .ovalediv2 .ovaleinput {
    /* width: 23%; */
    height: 50px !important;
    /* border-radius: 10px; */
    /* margin: 0.5%; */
    /* margin-top: auto; */
    /* margin-bottom: auto; */
    padding: 15px !important;
	border: 5px solid #fbaf42;
    /* text-align: left; */
}

.txt {background-color: #0f77af; border-top:20px solid #fff; color:#fff; text-align:left; text-shadow:none; padding:20px;}

.txt a{ color:#fff;}

@media (min-width: 48em) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}


/*
 * Cover
 */
.cover {
 /* padding: 0 1.5rem;*/
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}

.h4, h4 {
    font-size: 1.2rem;
	color:#ffc700;
}
.h3, h3{
    
	color:#ffc700;
}

.row {display: flex !important;
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;}

.cache-mob{ display:block;}	

.erakys { font-size:10px;}
@media (max-width: 700px) {.h3, h3{ font-size:1.2rem} .h1, h1 {font-size:1rem;} .cover { color:#fff;} .logo { width:150px;} .cache-mob{ display:none;} .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .2rem;} .h4, h4 {font-size:1.1rem} 
	
.container1 {

    margin-top: 200px;
}	
	}	
	
	.aide-en-ligne-style {
	    border: none;
    color: #005173;
    background-color: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    -ms-border-radius: 2px;
    border-radius: 2px;
    padding: 8px 14px;
    margin-bottom: 5px;
    margin-top: 10px;
    display: inline-block;
	text-align: center;}


.form-ubi-content a {color:#0092b9}

