/* CSS Cookie Consent Artifica */

/******** SOMMAIRE ************/
/*
/* 01 = COOKIE CONSENT
/* 02 = VIDEO
/*
/******************************/


/* 01 = COOKIE CONSENT */
dialog {
    border: 0;
    max-height: inherit;
    margin: 0;
    padding: 0;
    max-width: inherit;
}
.modal-cookie-consent-scroll-visible {
    overflow: hidden;
}
    .modal-cookie-consent {
        position: fixed;
        left :0;
        top: 0;
        z-index: 2000;
        display: block;
        height:100%;
        width: 100%;
        background-color: rgba(0,0,0,.7);
        font-size: 16px;
        overflow: hidden;
    }
        .modal-cookie-consent-content {
            position: absolute; 
            bottom: 0; 
            left: calc(50% - 384px); 
            right: 0;
            height:auto;
            padding: 0; 
            max-width: 768px;
            background-color: #fff;
        }
            .modal-cookie-consent-part1 {
                display: flex;
                flex-direction: column;
                max-height: 75vh;
            }
                /* Titre et logo quand présents */
                .modal-cookie-consent-part1 .modal-cookie-consent-header {/* HEADER */
                    position: relative;
                    display: flex;
                    align-items: center;
                    padding: 50px 40px 20px;
                }
                    .modal-cookie-consent-btn-continue-without-accepting {
                        position: absolute;
                        right: 20px;
                        top: 15px;
                        border: 0;
                        background-color: transparent;
                        font-size: .875em;
                        line-height: 1;
                        text-decoration: underline;
                    }
                    .modal-cookie-consent-btn-continue-without-accepting:hover,
                    .modal-cookie-consent-btn-continue-without-accepting:focus,
                    .modal-cookie-consent-btn-continue-without-accepting:active {
                        text-decoration: none;
                    }
                    .modal-cookie-consent-header .modal-cookie-consent-logo {
                        display: flex;
                        height: 100px;
                        max-height: 100px;
                        margin-bottom: 20px;
                        margin-right: 20px;
                        max-width: 200px;
                    }
                    .modal-cookie-consent-logo img {
                        height: 100%;
                    }
                    .modal-cookie-consent-header .modal-cookie-consent-title {
                        display: block;
                        margin-bottom: 0;
                        color: #333; 
                        font-size: 24px; 
                        font-weight: bold; 
                    }
            .modal-cookie-consent-part2 {
                display: none;
                flex-direction: column;
            }
                .modal-cookie-consent-part2 .modal-cookie-consent-header {/* HEADER */

                }
                    .modal-cookie-consent-part2 .modal-cookie-consent-title {
                        padding: 20px 40px;
                    }
                    .modal-cookie-consent-header p {
                        margin-bottom: 0;
                        padding: 20px 40px;
                        color: #333; 
                        font-size: 24px; 
                        font-weight: bold; 
                    }

                .modal-cookie-consent-body {/* BODY */
                  overflow: hidden auto;
                } 
                .modal-cookie-consent-part2 .modal-cookie-consent-body {
                    max-height: calc(75vh - 150px);
                }
                    .modal-cookie-consent-part2 .modal-cookie-consent-infos .modal-cookie-consent-subtitle {
                        display: flex;
                        border-top: 1px solid #e0e0e0;
                        margin-top: 20px;
                        padding-top: 20px;
                        font-size: 1.125em;
                    }
                        .modal-cookie-consent-part2 .modal-cookie-consent-infos .modal-cookie-consent-subtitle span {
                            margin-left: auto;
                            color: #737373;
                            font-size: .889em;
                            font-weight: 400;
                        }
                    .modal-cookie-consent-body p {
                        margin: 0 0 10px;
                        padding: 0 40px;
                    }
                    #atfc-form-choices {

                    }
                        .atfc-cookie-consent-item {
                            border-bottom: 1px solid #e0e0e0;
                            margin: 0 40px 20px;
                        }
                        .atfc-cookie-consent-item-services {
                            border-bottom: 1px solid #e0e0e0;
                            border-top: 1px solid #e0e0e0;
                            margin: 0 0 20px;
                            padding: 20px 40px 0;                            
                        }
                        .atfc-cookie-consent-item:last-child {
                            border-bottom: 0;
                        }      
                            .modal-cookie-consent-body .atfc-cookie-consent-item p {
                                margin-bottom: 20px;
                                padding: 0;
                            }
                            .modal-cookie-consent-body .atfc-cookie-consent-services {
                                font-size: 1.125em;
                                font-weight: 700;
                            }
                                .modal-cookie-consent-body .atfc-cookie-consent-services .atfc-cookie-consent-choice-link {
                                    font-size: .889em;
                                }
                            .modal-cookie-consent-body .modal-cookie-consent-subtitle {
                                font-size: 1em;
                                font-weight: 700;
                            }
                            .modal-cookie-consent-body p:last-child {
                                margin-bottom: 20px;
                            }
                            .plugin-cookie-consent #atfc-form-choices p {/* Correction plugin */
                                padding: 0 0 1em;
                            }
                                .modal-cookie-consent-body p a {
                                    font-weight: bold;
                                }
                            /* Formulaire partie 2 */
                            .atfc-cookie-consent-item .atfc-cookie-consent-services,
                            .atfc-cookie-consent-item .modal-cookie-consent-subtitle,
                            #atfc-form-choices .label-title {
                                display: flex;
                                flex-wrap: wrap;
                                margin-bottom: 20px;
                            }
                            .atfc-cookie-consent-item .atfc-cookie-consent-choice {
                                display: flex;
                                flex-wrap: wrap;
                            }
                                .atfc-cookie-consent-choice .checkbox-text {

                                }
                                .atfc-cookie-consent-item .atfc-cookie-consent-choice-link {
                                    border: 0;
                                    background: none;
                                    cursor: pointer;
                                }
                                .atfc-cookie-consent-item .atfc-cookie-consent-choice-link:nth-child(2) {
                                    margin-left: auto;
                                }
                                .atfc-cookie-consent-item .atfc-cookie-consent-choice-link:nth-child(3) {
                                    padding-right: 0;
                                }
                                .atfc-cookie-consent-choice .atfc-cookie-consent-choice-button {
                                    border: 0;
                                    border-radius: 3px;
                                    margin-left: 10px;
                                    padding: 6px 12px;
                                    background-color: #f1f1f1;
                                    font-size: .875em;
                                    cursor: pointer;
                                }
                                .atfc-cookie-consent-choice .atfc-cookie-consent-choice-action-refuse {
                                    margin-left: auto;
                                }
                                .atfc-cookie-consent-choice .atfc-cookie-consent-choice-button.active {
                                    color: #fff;
                                }
                                .atfc-cookie-consent-choice .atfc-cookie-consent-choice-action-refuse.active {
                                    background-color: #db0000;
                                }
                                .atfc-cookie-consent-choice .atfc-cookie-consent-choice-action-accept.active {
                                    background-color: #008300;
                                }
                                .atfc-cookie-consent-choice .checkbox-label {
                                    width: 100%;
                                }
                                #atfc-form-choices .info-link {
                                    display: block;
                                    padding: 0;
                                    font-size: .875em;
                                    font-weight: 400;
                                }

                .modal-cookie-consent-footer {/* FOOTER */
                    display: flex;
                    /*flex-direction: row-reverse;*/
                    justify-content: center;
                    padding: 20px 40px;  
                }
                    .modal-cookie-consent button {
                        cursor: pointer;
                    }
                    .modal-cookie-consent-part1 .modal-cookie-consent-footer button {
                        margin: 0 5px;
                    }
                    .modal-cookie-consent-part2 .modal-cookie-consent-footer button {
                        margin: 0 5px;
                    }
                    .modal-cookie-consent-content .modal-cookie-consent-btn-params,
                    .modal-cookie-consent-part2 .modal-cookie-consent-footer button:disabled {
                        background-color: #f1f1f1;
                        color: #737373;
                        cursor: not-allowed;
                        text-decoration: none;
                    }    
                    .modal-cookie-consent-content .modal-cookie-consent-btn-params {
                        text-decoration: underline;
                        cursor: pointer;
                    }
                    .modal-cookie-consent-content .modal-cookie-consent-btn-params:hover,
                    .modal-cookie-consent-content .modal-cookie-consent-btn-params:focus,
                    .modal-cookie-consent-content .modal-cookie-consent-btn-params:active {
                        text-decoration: none;
                    }
                    .modal-cookie-consent-btn-accept,
                    .modal-cookie-consent-btn-reject,
                    .modal-cookie-consent-btn-params {
                        display: inline-flex;
                        align-items: center;
                        justify-content: center;
                        border: 0;
                        border-radius: 5px;
                        height: 60px;
                        width: 200px;
                        font-size: 18px; 
                        font-weight: bold;
                    }
                    .modal-cookie-consent-btn-accept {
                        margin-bottom: 10px;
                    }
                    .modal-cookie-consent-btn-accept:hover {
                        text-decoration: underline;
                    }
                    .modal-cookie-consent-btn-reject {
                        margin-bottom: 10px;
                    }
                    .modal-cookie-consent-btn-reject:hover {
                        text-decoration: underline;
                    }
                    .modal-cookie-consent-btn-params {
                        background-color: #f1f1f1;
                        font-weight: 400;
                        text-decoration: underline;
                    }
                    .modal-cookie-consent-btn-params:hover {
                        text-decoration: none;
                    }
                    .plugin-cookie-consent .modal-cookie-consent-btn-accept {
                        border-radius: 20px; 
                        height: 40px; 
                        margin: 1em auto; 
                        padding: 0 20px;
                        line-height: 1; 
                    }


/* 02 = VIDEO */
.atfc-cookie-consent-visible {
    display: flex!important;
}
.atfc-cookie-consent-hidden {
    display: none!important;
}
.embed-responsive .container-player-video {
    position: absolute;  
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 0;
    background-color: #ccc;
}
    .container-player-video .atfc-cookie-consent-player {
        position: absolute;
        bottom: auto;
        left: 0;
        right: 0;
        top: 10px;
        z-index: 9;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        background-color: rgba(0,0,0,.75);
        color: #fff;
    }
        .container-player-video .atfc-cookie-consent-player p {
            margin: 0 5px;
            font-size: 1em;
            text-align: center;
            color: #fff !important;
        }
        .atfc-cookie-consent-player button.atfc-cookie-consent-player-button {
            display: flex;
            align-items: center;
            justify-content: center;
            border: 0;
            border-radius: 16px;
            height: 30px;
            margin: -2px 10px;
            padding: 6px 12px;
            font-weight: 600;
            color: #000;
        }
        .container-player-video .atfc-cookie-consent-player-content {

        }
        .container-player-video img, .container-player-video .atfc-cookie-consent-player-content img {
            height: 100%;
            width: 100%;
            object-fit: cover;
        }
        .container-player-video button.container-player-play {
            position: absolute;
            left: 50%;
            top: 50%;
            content: "";
            border: 0;
            border-radius: 50%;
            height: 90px;
            width: 90px;
            background-color: rgba(0,0,0,.5);
            background-image: url(data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZm9jdXNhYmxlPSJmYWxzZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJwbGF5IiBjbGFzcz0ic3ZnLWlubGluZS0tZmEgZmEtcGxheSBmYS13LTE0IiByb2xlPSJpbWciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgdmlld0JveD0iMCAwIDQ0OCA1MTIiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik00MjQuNCAyMTQuN0w3Mi40IDYuNkM0My44LTEwLjMgMCA2LjEgMCA0Ny45VjQ2NGMwIDM3LjUgNDAuNyA2MC4xIDcyLjQgNDEuM2wzNTItMjA4YzMxLjQtMTguNSAzMS41LTY0LjEgMC04Mi42eiI+PC9wYXRoPjwvc3ZnPg==);
            background-position: 58% center;
            background-repeat: no-repeat;
            background-size: 40px;
            cursor: pointer;
            overflow: hidden;
            text-indent: 200%;
            white-space: nowrap;
            transform: translateX(-50%) translateY(-50%);
        }


/* RESPONSIVE ************************************************ */

/* MOBILE = Tous */
@media screen and (max-width:767px) {

/* 01 = COOKIE CONSENT */
.modal-cookie-consent {
    bottom: 0;
}
    .modal-cookie-consent-content {
        left: 0;
        max-height: 80vh;
    }
        .modal-cookie-consent-part1 {
            flex-direction: column;
        } 
        .modal-cookie-consent-part2 {
            max-height: 75vh;
        }
            .modal-cookie-consent-header p {
                padding: 20px;
            }
            #atfc-form-choices {
                max-height: inherit;
                overflow: visible;
            }
                .atfc-cookie-consent-item {
                    margin: 0 20px 20px;
                }
                .atfc-cookie-consent-item-services {
                    margin: 0 0 20px;
                    padding: 0 20px;
                }
                    #atfc-form-choices .atfc-cookie-consent-item-services .atfc-cookie-consent-services {
                        margin-bottom: 10px;
                    }
            .modal-cookie-consent-body p {
                padding: 0 20px;
            }
            .modal-cookie-consent-body p:last-child {
                margin-bottom: 20px;
            }
                .atfc-cookie-consent-choice .checkbox-text {
                    margin-bottom: 10px;
                    width: 100%;
                }
                #atfc-form-choices label {
                    display: flex;
                }
                #atfc-form-choices .label-title {
                    flex-wrap: wrap;
                    margin-bottom: 10px;
                }
                    #atfc-form-choices label strong,
                    .atfc-cookie-consent-services strong {
                        width: 100%;
                    }
                        #atfc-form-choices label strong span {
                            display: block;
                            font-style: italic;
                            font-weight: normal;
                        }
            .modal-cookie-consent-footer {
                padding: 10px 0 0;
                background-color: #fff;
            }
                .modal-cookie-consent-part1 .modal-cookie-consent-footer button {
                    font-size: .875em;
                }
                .modal-cookie-consent-btn-params,
                .modal-cookie-consent-btn-accept {
                    font-size: .875em;
                }
                .modal-cookie-consent-btn-accept {
                    margin-bottom:0;
                }
}


@media (max-width: 575px) { /* Alignement boutons mobile */

    /* 01 = COOKIE CONSENT */
    .modal-cookie-consent-footer,
    .modal-cookie-consent-footer {
        align-items: center;
        flex-direction: column;
        padding-top: 10px;
    }
        .modal-cookie-consent-content .modal-cookie-consent-footer button {
            margin: 0 5px 10px;
            min-width: 80%;
        }

}

/* à effacer si inutile ! 


                  .atfc-cookie-consent-choice .checkbox-text {
                    max-width: calc(100% - 150px);
                  }
                #atfc-form-choices .info-text {
                  font-size: .875em;
                }

@media screen and (max-width:767px) {
      .modal-cookie-consent-part1 .modal-cookie-consent-header {
        padding: 50px 20px 20px;
      }
        .modal-cookie-consent-header .modal-cookie-consent-logo {
          height: 70px;
          max-height: 70px;
          margin-bottom: 0;
          max-width: 120px;
        }
        .modal-cookie-consent-header .modal-cookie-consent-title {
          padding: 0;
          font-size: 18px;
          line-height: 1.2;
        }
      .modal-cookie-consent-part2 .modal-cookie-consent-title {
        padding: 20px;
      }
}
*/