body {
  padding-top: 40px;
  padding-bottom: 40px;
}

.blueBG{
  background-color: rgba(135, 200, 242, 1)
}

.yellowBG{
  background-color: #FADF00;
}

.g-recaptcha/*,#rc-imageselect*/{
  width: 100%;
  /* transform: scale(1.20);
  transform-origin: 0 0; */
}

@font-face {
  font-family: "Faktum-Regular";
  src: url("/sfsites/c/resource/CES_STR_Faktum/FaktumRegular.otf");
}
* {
  font-family: "Faktum-Regular";
  font-size: 12px;
}

/* .yellowBg {
  background-color: #FADF00;
} */

.whiteBg {
  background-color: white;
}

.scrollAuto {
  overflow: scroll;
  scrollbar-color: #FADF00 white;
  scrollbar-width: thin;
}

.header {
  background-color: rgba(135, 200, 242, 1)
}

.centered {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.centeredLogo{
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.requiredField {
  color:red;
}

@media (max-width: 1024px) {
  .centered {
    width:90%;
  }
  .centeredLogo {
    width:40%;
  }
  
}

@media (min-width: 1024px) {
  .centeredLogo {
    width:20%;
  }
}
/* .errorField {
  border-color: red;
  border-style: ridge;
  border-width: 2px;
} */

.error {
  border-color: red;
  border-style: solid;
  border-width: 4px;
}

.errorText {
  color: red;
  font-weight: bold;
}

.boldText {
  font-weight: bolder;
}

.errorCheckBox {
  -webkit-box-shadow: 0px 0px 0px 4px rgba(255,0,0,1);
  -moz-box-shadow: 0px 0px 0px 4px rgba(255,0,0,1);
  box-shadow: 0px 0px 0px 4px rgba(255,0,0,1);
}

.btn.btn-lg.btn-primary.btn-block.Cesi {
  font-weight: bold;
  background-color: #FADF00;
  color:black;
  box-shadow: 0px 5px 0px  rgba(173,163,209,1);
  border-radius: 1rem;
}

.btn.btn-lg.btn-primary.btn-block.Cesi:hover {
  background-color: black;
  color:#FADF00;
  box-shadow: 0px 5px 0px  rgba(173,163,209,1);
}

.marginB10px {
  margin-bottom: 10px;
}

.marginR20px {
  margin-right: 20px;
}

.marginL20px{
  margin-left: 20px;
}

.marginL10px{
  margin-left: 10px;
}

.vAlignTop {
  vertical-align: top;
}

.hiddenInput {
  display: none;
}

#footer {
  width: 100%;
  /*position: fixed;*/
  bottom: 0;
  left: 0;
  margin: 0;
  font-size: 12px;
  background-color: white;
}

.noBorder{
  border: none;
}

.alignRight{
  text-align: right;
}

/* .width50px {
  width: 50px;
} */

.width20per {
  width: 20%;
}

.selectIndicatif {
  /* max-width:100px; */
  min-height:20px !important;
  padding-top:6px;
  padding-bottom: 6px;
  border-radius: 4px;;
  border: 1px solid #ccc;
}

.width80per {
  width: 80%;
}

.width100per{
  width: 100%;
}

.floatRight {
  float: right;
}

label {
  font-weight: unset;
}

.form-horizontal {
  padding: 2rem 3rem;
}

.colorRed {
  color: red;
}

.marginR50Px{
  margin-right:50px;
}

.maxWitdh90per{
  max-width:90%;
}

#languagePicker{
  cursor:pointer;
}

#languagePicker:hover{
  text-decoration: underline;
}

/* ToolTip */

.tooltipCustom {
  position: relative;
  display: inline-block;
  /* border-bottom: 1px dotted black; */
}

.tooltipCustom .tooltipCustomtext {
  visibility: hidden;
  width: 300px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;

  /* Position the tooltip */
  position: absolute;
  z-index: 1;
}

.tooltipCustom:hover .tooltipCustomtext {
  visibility: visible;
}

.tooltipCustom > img {
  height:16px;
  margin-top: -5px;
}