.myfrenchstreet-preferences--container {
    padding-top: 1.375rem;
}
.myfrenchstreet-preferences--areasofinterest {
    padding-top:1rem;
}
.myfrenchstreet-preferences--areasofinterest h4 {
    margin-top:0px;
}
.themed [type="checkbox"]:not(:checked),
.themed [type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}
.themed [type="checkbox"]:not(:checked) + label,
.themed [type="checkbox"]:checked + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 16px;
    padding-top:6px;
    font-weight:normal;
    color:#aaaaaa;
}
.themed [type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0px; top: 0px;
    width: 28px; height: 28px;
    border: 2px solid #9c9c9c;
    background: #fff;
    border-radius: 8px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

/* checkbox aspect */
.themed [type="checkbox"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0px; top: 0px;
    width: 28px; height: 28px;
    border: 2px solid #CF1F25;
    background: #CF1F25;
    border-radius: 8px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.themed [type="checkbox"]:not(:checked) + label:after,
.themed [type="checkbox"]:checked + label:after {
    content: '✓';
    position: absolute;
    top: 3px; left: 7px;
    font-size: 20px;
    line-height: 1.2;
    color: #FFF;
    transition: all .2s;
}
/* checked mark aspect changes */
.themed [type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.themed [type="checkbox"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled checkbox */
.themed [type="checkbox"]:disabled:not(:checked) + label:before,
.themed [type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #dddddd;
}
.themed [type="checkbox"]:disabled:checked + label:after {
    color: #999999;
}
.themed [type="checkbox"]:disabled + label {
    color: #aaaaaa;
}
/* accessibility */
.themed [type="checkbox"]:checked:focus + label:before,
.themed [type="checkbox"]:not(:checked):focus + label:before {
    border: 2px solid #CF1F25;
}
.themed [type="radio"]:not(:checked),
.themed [type="radio"]:checked {
    position: absolute;
    left: -9999px;
}
.themed [type="radio"]:not(:checked) + label,
.themed [type="radio"]:checked + label {
    position: relative;
    padding-left: 32px;
    cursor: pointer;
    margin-bottom: 4px;
    display: inline-block;
    font-size: 16px;
    padding-top:6px;
    font-weight:normal;
    color:#aaaaaa;
}
.themed [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0px; top: 0px;
    width: 28px; height: 28px;
    border: 2px solid #9c9c9c;
    background: #fff;
    border-radius: 8px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}

/* radio aspect */
.themed [type="radio"]:checked + label:before {
    content: '';
    position: absolute;
    left: 0px; top: 0px;
    width: 28px; height: 28px;
    border: 2px solid #CF1F25;
    background: #CF1F25;
    border-radius: 8px;
    box-shadow: inset 0 1px 3px rgba(0,0,0,.1);
}
/* checked mark aspect */
.themed [type="radio"]:not(:checked) + label:after,
.themed [type="radio"]:checked + label:after {
    content: '✓';
    position: absolute;
    top: 3px; left: 7px;
    font-size: 20px;
    line-height: 1.2;
    color: #FFF;
    transition: all .2s;
}
/* checked mark aspect changes */
.themed [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    transform: scale(0);
}
.themed [type="radio"]:checked + label:after {
    opacity: 1;
    transform: scale(1);
}
/* disabled radio */
.themed [type="radio"]:disabled:not(:checked) + label:before,
.themed [type="radio"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #999999;
    background-color: #dddddd;
}
.themed [type="radio"]:disabled:checked + label:after {
    color: #999999;
}
.themed [type="radio"]:disabled + label {
    color: #aaaaaa;
}
/* accessibility */
.themed [type="radio"]:checked:focus + label:before,
.themed [type="radio"]:not(:checked):focus + label:before {
    border: 2px solid #CF1F25;
}
/* hover style just for information */
.themed label:hover:before {
    border: 2px solid #CF1F25!important;
    background: #ffffff;
}

.myfrenchstreet-preferences--areasofinterest-list {
    list-style:none;
    padding-left:10px;
}
.myfrenchstreet-preferences--areasofinterest-list li {
    float:left;
    display:block;
    width:270px;
    height:30px;
}
.myfrenchstreet-preferences--userinfo {
    width:100%;
}
.myfrenchstreet-preferences--userinfo-list ul {
    list-style:none;
    margin:0;
}
.myfrenchstreet-preferences--userinfo-list ul li {
    list-style:none;
    display:block;
    padding-bottom:10px;
}
.upload-drop {
    margin: 6px 0;
    padding: 0 0 9px;
    position: relative;
    width: 100%;
    height:250px;
}
.upload-drop div.fakeupload {
    background: url(../../uploads/2019/11/upload-file-bg-384.png) no-repeat scroll 0% 0% transparent;
    background-size:contain;
    cursor: pointer;
}
.upload-drop div.fakeupload input {
    width: 100%;
    height: 250px;
    background-color: transparent !important;
    text-align: center;
    padding-top: 115px;
}
.upload-drop input[type=file], .upload-drop .wpcf7-form-control-wrap {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    height:100%;
    width:100%;
    z-index: 2;
}
.page-advertise-with-us .entry-content p strong, .page-afficher .entry-content p strong {
    font-weight:700;
}
.page-advertise-with-us .columns, .page-afficher .columns {
    padding-left:0;
    padding-right:0;
}
.page-advertise-with-us .wpcf7-radio, .page-afficher .wpcf7-radio {
    background-color:transparent !important;
}
.page-advertise-with-us .wpcf7-radio .wpcf7-list-item, .page-afficher .wpcf7-radio .wpcf7-list-item{
    display:block;
}
.page-advertise-with-us span.wpcf7-list-item, .page-afficher span.wpcf7-list-item{
    margin:0;
    padding:0px 0px 10px 0px;
}
/* Customize the label (the container) */
.page-advertise-with-us .custom, .page-afficher .custom  {
    padding-top:10px;
}
.page-advertise-with-us .custom .wpcf7-list-item-label, .page-afficher .custom .wpcf7-list-item-label {
    display: block;
    position: relative;

    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    font-weight: bold;
    border: none;
    border-radius: 0.84375rem!important;
    background-color: #e9e9e9;
    padding: 10px;
}
.page-advertise-with-us .cf7sg-popup, .page-afficher .cf7sg-popup{
    text-align:center;
}
.page-advertise-with-us .cf7sg-popup .wpcf7-submit, .page-afficher .cf7sg-popup .wpcf7-submit{
    /*width:auto !important;*/
}
.page-advertise-with-us .wpcf7-mail-sent-ok {
    text-align:center;
}

/* Hide the browser's default checkbox */
.page-advertise-with-us .custom input, .page-afficher .custom input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* When the checkbox is checked, add a blue background */
.page-advertise-with-us .custom input:checked ~ .wpcf7-list-item-label, .page-afficher .custom input:checked ~ .wpcf7-list-item-label{
    background-color: #77787b;
    color: white;
}
.page-advertise-with-us .cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip, .page-afficher .cf7-smart-grid.has-grid div.field span.wpcf7-not-valid-tip {
    display: inherit;
    position: absolute;
    top: 0;
    right: 0;
    left:unset;
    padding: 3px 10px;
    border-radius: 3px;
    min-width: 195px;
    line-height: 1.2em;
    z-index: 7777;
}
.login .message {
    display:none;
}
.login #login_error, .login .message, .login .success {
    border-left: 4px solid #CF1F25 !important;
}
#resetpassform {
    position: relative;
    border-radius: 1.125rem;
    background-color: #f7f7f7;
    box-shadow: 0 0.375rem 0.2rem rgba(0,0,0,0.2);
    padding-bottom: 0.625rem;
    padding-top: 1.25rem;
    margin-top: -0.25rem;
}
.searchresults--grid .index-card--wrapper { 
    transition: all .2s ease-in-out; 
}
.searchresults--grid .index-card--wrapper:hover { 
    transform: scale(1.1); 
    z-index:1000;
}
.deactivate-link {
    padding-top:30px;
}
.clickable-card {
    cursor:pointer;
}
.provider-form .field {
    margin-bottom: 0.875rem;
}
.provider-form .section-heading {
    margin-bottom: 0.875rem;
}

.provider-form .upload-drop-simple {
    margin: 6px 0 25px 0px;
    padding: 0 0 9px;
    position: relative;
    width: 100%;
    height:150px;
    background-color:#e9e9e9;
    cursor: pointer;
}
.provider-form .upload-drop-simple div.fake-upload {
    cursor: pointer;
}
.provider-form .upload-drop-simple .fake-upload .icon {
    font-size: 42px;
    left: 50%;
    top: 50%;
    position: absolute;
    margin-left: -16px;
    margin-top: -21px;
}
.provider-form .upload-drop-simple div.fake-upload input {
    width: 100%;
    height: 250px;
    background-color: transparent !important;
}
.provider-form .upload-drop-simple input[type=file], .provider-form .upload-drop .wpcf7-form-control-wrap {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    height:100%;
    width:100%;
    z-index: 2;
    cursor: pointer;
}
.provider-form .upload-instructions {
    height:150px;
    display:table-cell;
    vertical-align:middle;
}
.btn, btn:visited {
    background-color: #CF1F25;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1rem 0.6875rem 1rem !important;
    font-size: 1.0625rem;
    display: inline-block;
    margin: 0;
    width: auto;
    border-radius: 0.84375rem;
    border: none !important;
}
.btn:hover, .btn:active {
    background-color: #9a0000;
    color: white;
    font-weight: 600;
    padding: 0.75rem 1rem 0.6875rem 1rem !important;
    font-size: 1.0625rem;
    display: inline-block;
    margin: 0;
    width: auto;
    border-radius: 0.84375rem;
    border: none !important;
}
.not-valid-tip {
    color: #CF1F25;
}
.footer--column1-social {
    z-index:100;
}