/* -- Administration -- */

.cinor-crom-container-settings { 
    max-width: 700px;
    background-color: #F5F5F5; 
    padding: 10px;
    margin-top: 20px;
}

.cinor-crom-container-settings h1 { font-size: 22px }
.cinor-crom-container-settings h2 { font-size: 18px }
.cinor-crom-container-settings code { color: grey }

/* -- Shortcode -- */

/* base */

.container .cinor-crom-widgets, 
.container-fluid .cinor-crom-widgets { padding: 0 }
.cinor-crom-figure img { width: 100% }

/* cinor-crom-field */

#crom-form-subscriber.loading .autocomplete-loader {
    display:block;
}

input.cinor-crom-field {
    /*font-family: "SegoeUI";*/
    
    background-color: transparent;
    border: 2px solid #D6D6D6;
    border-radius: 5px;
    height: 53px;

    color: #232059;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.36px;
    line-height: 19px;
}

input.cinor-crom-field::placeholder { 
    color: #232059;
    opacity: 0.5;
} 

/* cinor-crom-title */

.cinor-crom-title {
    /*font-family: "SegoeUI";*/
    
    color: #232059;
    font-size: 34px;
    font-weight: 700;
    letter-spacing: -0.76px;
    line-height: 41px;

    padding-left: 10px;
    padding-right: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
}

/* cinor-crom-info */

.cinor-crom-info {
    padding-top: 10px;
    padding-bottom: 10px;
}

.cinor-crom-info > h3 {
    /*font-family: "SegoeUI";*/
    
    color: #232059;
    font-size: 25px;
    font-weight: 700;
    letter-spacing: -0.56px;
    line-height: 30px;
    margin-bottom: 20px;
}

.cinor-crom-info > h4 {
    color: #232059;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 22px;
}

.cinor-crom-info > p {
    /*font-family: "SegoeUI";*/
    
    color: #232059;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: -0.4px;
    line-height: 22px;
}

/* cinor-crom-btn */

a.cinor-crom-btn,
.cinor-crom-btn {
    /*font-family: "SegoeUI";*/
    
    -webkit-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
    -o-transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
    transition: color 0.3s linear, background-color 0.3s linear, border-color 0.3s linear;
    
    background-color: transparent;
    border: 2px solid #38a58f;
    border-radius: 5px;
    height: 53px;

    color: #38a58f;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.36px;

    padding: 1em;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
}

a.cinor-crom-btn {
    text-decoration: none;
    display: block;
}

a.cinor-crom-btn:hover,
.cinor-crom-btn:hover {
    opacity: 0.8;
    background: #38a58f;
    color: #fff;
}

.cinor-crom-btn > span {
    margin-left: 5px;
    margin-right: 5px;
}

.cinor-crom-btn + p {
     text-align: center; opacity: 0.5; margin: 5px;
}

/* cinor-crom-zone */

.cinor-crom-zone > h4 {
    color: #232059;
    font-size: 17px;
    font-weight: 700;
    letter-spacing: -0.38px;
    line-height: 20px;
    text-align: left;
    margin-bottom: 0;
}

.cinor-crom-zone > a {
    color: black;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.31px;
    line-height: 17px;
    opacity: 0.6;
}

.cinor-crom-icon-return {
    display: inline-block;
    width: 20px;
    height: 20px;
    
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18"><path d="M9 13.5c-2.49 0-4.5-2.01-4.5-4.5S6.51 4.5 9 4.5c1.24 0 2.36.52 3.17 1.33L10 8h5V3l-1.76 1.76C12.15 3.68 10.66 3 9 3 5.69 3 3.01 5.69 3.01 9S5.69 15 9 15c2.97 0 5.43-2.16 5.9-5h-1.52c-.46 2-2.24 3.5-4.38 3.5z" fill="black"/></svg>') center center / 20px 20px no-repeat transparent;

    transform: translateY(4px);
    opacity: 0.6;
}

/* cinor-crom-suggestion */

.cinor-crom-suggestion {
    height: auto;
    padding: 0;
    color: #2320598c;
    border-radius: 0 0 5px 5px;
    border-top: 0;
    transform: translateY(-1px);
}

.cinor-crom-suggestion > div { 
    padding: 0.375rem 0.75rem;
    font-size: initial;
}

.cinor-crom-suggestion > div:hover { 
    background-color: #F5F5F5; 
    cursor: pointer;
}

/* cinor-crom-question */

p.cinor-crom-question { 
    margin-top: 20px;
    margin-bottom: 0;
}

/* cinor-crom-refCalendrier */

.cinor-crom-refCalendrier {
    background-color: #B8E986;
    border-radius: 5px;
    height: 45px;

    color: #FFFFFF;
    font-size: 18px;
    font-style: italic;
    font-weight: 700;
    letter-spacing: -0.4px;
    line-height: 45px;
    text-align: center;
    
    position: relative;
}

.cinor-crom-refCalendrier:after {
    content: "";
    width: 0;
    height: 0;
    
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-right: 8px solid #B8E986;

    position: absolute;
    top: 50%; left: -8px;

    transform: translateY(-50%);
}

/* cinor-crom-footer, cinor-crom-desabo */ 

.cinor-crom-footer { padding-top: 10px }

.cinor-crom-footer,
.cinor-crom-desabo {
    /*font-family: "SegoeUI";*/
    color: #232059;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: -0.31px;
    line-height: 17px;
}

.cinor-crom-footer > .cinor-crom-num {
    color: #38a58f;
    font-weight: bold;
    letter-spacing: -0.36px;
}

/* cinor-crom-end */

.cinor-crom-end {
    color: #232059;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: -0.36px;
    line-height: 19px;
    opacity: 0.6;
}

input.cinor-crom-field.correct { border: 2px solid #B8E986 }
input.cinor-crom-field.incorrect { border: 2px solid red }
.cinor-crom-tooltip { color: red }