/* Général */

body {
    -webkit-text-size-adjust: none;
}


a,
input,
textarea,
button,
select,
table,
td,
tr,
th,
tbody,
thead {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-touch-callout: none;
}

/* Formulaire */

input.fieldForm {
    border: none;
    line-height : 26px;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
}

/* msgInfo */

.divInfo { 
    margin: 15px 0;
    background: #4998dc;
    color: #fff;
    overflow: auto;
    padding: 0 0 0 0;
    border: none;
}
/* à régler */
.divInfo .blue { 
    color: #fff;
}
.divInfo a { 
    color: #fff;
    text-decoration: underline;
}
.divInfoPicto {
    float: left;
    width: 20%;
    padding: 0 0 0 20px;
}
.divInfoPicto img {
    width: 100%;
}
.divInfoContent {
    float: left;
    width: 80%;
    padding: 10px;
}
.divInfoContent h2 {
    color: #fff;
    margin: 10px 0;
}
.divInfoAction {
    clear: both;
    padding: 20px 20px 20px 20%;
}
.divInfoAction .btn {
    background: #fff;
    color: #4998dc;
    -webkit-border-radius: 18px;
    -moz-border-radius: 18px;
    border-radius: 18px;
    margin: 0 10px;
}
.divInfoAction a {
    color: #4998dc;
    text-decoration: none;
}
.msgInfo {
    background: #f1a454;
    background-image: url('../../membre/img/picto_exclamation-2x.jpg');
    background-repeat: no-repeat;
    background-position: 30px bottom;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    color: #fff;
    padding: 10px 10px 10px 90px;
    margin: 20px 0;
    font-weight: 500;
}
.msgInfo a {
    color: #fff;
}
.msgInfo2 {
    background: #4c8cca;
    background-image: url('../../membre/img/picto_info2-2x.jpg');
    background-repeat: no-repeat;
    background-position: 13px bottom;
    background-size: contain;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    color: #fff;
    padding: 10px 10px 10px 90px;
    margin: 20px 0;
}

.msgInfo h2 {
    color: #fff;
}
.msgInfo h2 > a {
  position: relative;
  color: #fff;
  text-decoration: none;
}
.msgInfo h2 > a:hover {
  color: #fff;
}
.msgInfo h2 > a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -5px;
  left: 0;
  background-color: #fff;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.msgInfo h2 > a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
#msgInfoValidationWall {
    padding: 0 0 0 0;
}

@media screen and (max-device-width: 769px) {
    .divInfoPicto {
        float: inherit;
        width: 100%;
        padding: 0 0 0 0;
        text-align: center;
    }
    .divInfoPicto img {
        width: 60px;
    }
    .divInfoContent {
        float: inherit;
        width: 100%;
        padding: 10px;
        text-align: center;
    }
    .divInfoAction {
        text-align: center;
        padding: 20px;
    }
    .divInfoAction .btn {
    }
}

/* Bouton */

.btnAction {
    display: table;
    line-height: 26px;
    padding: 5px 15px 5px 15px;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -o-border-radius: 14px;
    -ms-border-radius: 14px;
    -khtml-border-radius: 14px;
    border-radius: 14px;
    margin: 10px auto;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    min-width: 160px;
    max-width: 320px;
}

.btnActionGo {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    background: #4998dc url('../../membre/img/picto_plus.png') no-repeat 10px center;
    padding-left: 40px;
}

.btnActionSoft {
    color: #ffffff;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    background: #4998dc;
}

.btnActionCancel {
    background: #efefef;
    border-bottom: 2px solid #dddddd;
    color: #2d3e51;
}

.btnAction a {
    color: #fff;
}

@media screen and (max-device-width: 769px) {
    .btnAction {
        display: block;
        padding: 5px 10px;
        width: 80%;
    }
}

/* popup */

#pu_mask {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    background: rgba(0,0,0,0.5);
}
#pu_close {
    position: absolute;
    top: 0;
    right: 0;
    width: 36px;
    height: 36px;
    background: transparent url('../img/popup_sprite.png') no-repeat;
}
#popup {
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    background: #fff;
    text-align: center;
    color: #4998dc;
    font-size: 14px;
}
#popup h1 {
    background: #ddebf6;
    color: #4998dc;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
}
#popup strong {
    font-size: 18px;
    font-weight: 600;
}
#popup p, #popup figure {
    padding: 5px 20px;
}
#popup .btnAction {
    margin-top: 30px;
}
.popupModeVisiteur .pu_visuel img {
    width: 70%;
}