@media all and (min-width: 1525px) {
    .site-header {
        max-width: 1680px;
    }
    .site-main > article{
        padding-bottom: 0px;
    }
    .homeVisual{
        max-width:1130px;
    }
    #labelHomeVisualCert{
        margin-left:-20%;
        margin-top:40%;
    }
    #labelHomeVisualPrest{
        margin-left:70%;
        margin-top:10%;
    }
    #labelHomeVisualAppr{
        margin-top:5%;
    }
}

@media all and (max-width: 1500px) {
    #labelHomeVisualAppr{
        margin-left:80%;
    }
    #labelHomeVisualPrest{
        margin-left:20%;
    }
    #labelHomeVisualPerf {
        margin-top: 18%;
    }
}

@media all and (max-width: 1230px) {
    #labelHomeVisualPrest{
        margin-left: 14%;
    }
    #labelHomeVisualAppr{
        margin-left: 80%;
    }
}

@media all and (max-width: 1199px) {
    .ecLogo{
        width:180px;
        float:left;
        margin-bottom: -34px;
    }
    .contact-header, .search-header{
        margin-top:60px;
    }
    #popupHomeVisualCert {
        margin-top: -192px;
        margin-left: -255px;
    }
    #popupHomeVisualEvent{
        margin-left: -340px;
    }
    #labelHomeVisualPerf {
        margin-top: 22%;
    }
    #labelHomeVisualCert {
        margin-left: 35%;
    }
    #labelHomeVisualPrest {
        margin-left: 55%;
        margin-top: 8%;
    }
    #labelHomeVisualAppr {
        margin-top: 6%;
        margin-left: 78%;
    }
} 
@media all and (max-width: 991px) {
    .site-content, .site-header{
        padding: 0px;
    }
    .site-header-menu{
        background-color:#80AEDB;
        padding-bottom:20px;
        padding-left:3%;
    }
    .site-slogan, .site-info, .site-address{
        padding-right: 1.5455%;
        padding-left: 1.5455%;
    }
    .ecLogo{
        width:150px;
        float:left;
        margin-bottom: -29px;
        margin-left: 0.5455%;
    }
    .content-area-full-width{
        margin-top:45px;
        background-color: #FFFFFF;
    }
    .home-color{
        background-color:#80AEDB;
    }
    .contact-header, .search-header, .menu-mobile-header{
        margin-top:48px;
        margin-right: 30px;
    }
    .covid-header{
      margin-left: 15%;
      margin-top: 66px;
    }
    .menu-mobile-header{
        margin-right: 10px;
        max-width: 33%;
        float:right;
        display:block; 
    }
    input[type="submit"].search-submit {
        width: 34px;
        height: 33px;
        background-image: url(images/loupe-mini.png);
    }
    .menu-mobile-header a{
        width:39px;
        height:33px;
        background-image: url("images/Picto_menu-mini.png");
    }
    .contact-header a{
        width:39px;
        height:33px;
        background-image: url("images/enveloppe-mini.png");
    }
    .site-header-menu{
        display:block;
        width:100%;
    }
    .main-navigation{
        float:none;
        width:70%;
        margin-top:10px;
    }
    .main-navigation ul {
        display: none;
    }
    .main-navigation li{
        float:none;
    }
    .main-navigation .menu-item-has-children > a{
        font-size: 24px;
    }
    .main-navigation ul ul a{
        font-size: 16px;
        padding:0.875em 0.875em;
    }
    .site-main > article{
        padding-top:5px;
        display: block;
    }
    .touches_couleurs{
        margin-top: -210px;
        margin-right: 0px;
    }
    .one_half, .one_third, .one_quarter, .two_thirds, .three_quarters{
        width:100%;
        margin-bottom: 10px;
    }
    .touches_couleurs{
        margin-top: -180px;
        margin-right: 0px;
        width:80px;
        background-size: contain;
    }
    .homePC{
        display:none;
    }
    .homeMobile{
        display:block;
    }
    #labelHomeVisualCatMobile, #labelHomeVisualCertMobile, #labelHomeVisualPerfMobile, #labelHomeVisualPrestMobile, #labelHomeVisualEventMobile, #labelHomeVisualApprMobile{
        margin-bottom:12px;
        background-image: url(images/cart_100.png);
        background-repeat: repeat;
        height:50px;
        float:none;
        margin-left: 0;
        margin-top: 0;
    }
    .homeVisual{
        background-color: #80AEDB;
        background-image:url(images/KeyVisual-mini.png);
        background-repeat: no-repeat;
        background-size:100%;
        min-height: 0;
        padding-top:50%;
    }
    .labelHomeVisualMobile{
        padding: 10px 4px 8px 30px;
        height:50px;
        text-align:left;
    }

    .labelHomeVisualMobile a{
        font-size: 24px;
        color:#FFFFFF;
        text-decoration: none;
    }

    .labelHomeVisualMobile a:hover{
        text-decoration: none;
    }
    .popupHomeVisualMobile{
        text-align: left;
        white-space: normal;
        display:none;
        background-image: url(images/Cartouche_transparent_100.png); 
        background-size: cover;
        margin-bottom: 10px;
    }

    .popupHomeVisualMobile a{   
        color: #506281;
        text-decoration: underline;
        text-transform: none;
        font-size:18px;
    }

    .popupHomeVisualMobile a:hover{
        text-decoration: underline;
    }
    p.descHome{
        margin:0px;
        font-size:18px;
        padding:4px 30px 4px 30px;
    }
    h4.home{
        margin:0px;
        padding: 0px 30px 0px 30px;
        font-size:21px;
    }
    .ul-home{
        list-style-type: none;
        margin:0px;
        padding: 8px 30px 20px 30px;
    }
} 
@media all and (max-width: 788px) {
    .site-content, .site-header{
        padding:0px;
    }
    .site-header-menu{
        background-color:#80AEDB;
        padding-bottom:20px;
        padding-left:3%;
    }
    .ecLogo{
        margin-left:0.875em;
    }
    .content-area-full-width{
        margin-top:45px;
        background-color: #FFFFFF;
    }
    .home-color{
        background-color:#80AEDB;
    }
    .contact-header, .search-header, .menu-mobile-header{
        margin-top:48px;
        margin-right: 30px;
    }
    .menu-mobile-header{
        margin-right: 10px;
        max-width: 33%;
        float:right;
        display:block; 
    }
    input[type="submit"].search-submit {
        width: 34px;
        height: 33px;
        background-image: url(images/loupe-mini.png);
    }
    .menu-mobile-header a{
        width:39px;
        height:33px;
        background-image: url("images/Picto_menu-mini.png");
    }
    .contact-header a{
        width:39px;
        height:33px;
        background-image: url("images/enveloppe-mini.png");
    }
    .site-header-menu{
        display:block;
        width:100%;
    }
    .main-navigation{
        float:none;
        width:70%;
        margin-top:10px;
    }
    .main-navigation ul {
        display: none;
    }
    .main-navigation li{
        float:none;
    }
    .main-navigation .menu-item-has-children > a{
        font-size: 24px;
    }
    .main-navigation ul ul a{
        font-size: 16px;
        padding:0.875em 0.875em;
    }
    .site-main > article{
        padding-top:5px;
        display: block;
    }
    .touches_couleurs{
        margin-top: -210px;
        margin-right: 0px;
    }
    .one_half, .one_third, .one_quarter, .two_thirds, .three_quarters{
        width:100%;
        margin-bottom: 10px;
    }
    
    .covid-header{
      margin-left: 50px;
      margin-top: 64px;
    }
}
 
@media all and (max-width: 575px) {
    .touches_couleurs{
        display:none;
    }
    .contact-header{
        display:none;
    }
    .covid-header{
      margin-left: 12px;
      margin-top: 64px;
      width:130px;
    }
    .covid-header a{
      font-size:14px;
    }
}

@media all and (max-width: 320px) {
    
}

/**
 * 15.0 - Print
 */

@media print {
    form,
    button,
    input,
    select,
    textarea,
    .navigation,
    .main-navigation,
    .social-navigation,
    .sidebar,
    .content-bottom-widgets,
    .header-image,
    .page-links,
    .edit-link,
    .comment-respond,
    .comment-edit-link,
    .comment-reply-link,
    .comment-metadata .edit-link,
    .pingback .edit-link,
    div.navigationFormation, 
    div.site-footer, 
    .site-header-menu,
    .contact-header,
    div.touches_couleurs,
    .site-footer{
        display: none;
    }

    body,
    blockquote cite,
    blockquote small,
    pre,
    .entry-content h4,
    .entry-content h5,
    .entry-content h6,
    .entry-summary h4,
    .entry-summary h5,
    .entry-summary h6,
    .comment-content h4,
    .comment-content h5,
    .comment-content h6,
    .entry-content .author-title {
        font-size: 11pt;
    }
    
    .site-content, .site-header {
        padding: 0;
        background-color: #FFFFFF;
    }


    .site-title,
    .page-title,
    .comments-title,
    .entry-content h2,
    .entry-summary h2,
    .comment-content h2,
    .widecolumn h2 {
        font-size: 17.25pt;
    }

    .site-description {
        display: block;
    }

    .entry-title {
        font-size: 14pt;
        line-height: 16pt;
        margin-bottom: 20px;
        border-bottom: none;
    }

    .format-aside .entry-title,
    .format-image .entry-title,
    .format-video .entry-title,
    .format-quote .entry-title,
    .format-gallery .entry-title,
    .format-status .entry-title,
    .format-link .entry-title,
    .format-audio .entry-title,
    .format-chat .entry-title {
        font-size: 17.25pt;
        line-height: 1.304347826;
        margin-bottom: 1.826086957em;
    }

    .entry-content h1,
    .entry-summary h1,
    .comment-content h1 {
        font-size: 21pt;
    }

    .entry-content h3,
    .entry-summary h3,
    .comment-content h3,
    body:not(.search-results) .entry-summary {
        font-size: 14.25pt;
    }

    .site-description,
    .author-bio,
    .entry-footer,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-metadata,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        font-size: 9.75pt;
    }

    body,
    .site {
        background: none !important; /* Brute force since user agents all print differently. */
    }

    body,
    blockquote cite,
    blockquote small,
    .site-branding .site-title a,
    .entry-title a,
    .comment-author {
        color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
    }

    blockquote,
    .page-header,
    .comments-title {
        border-color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
    }
    
    blockquote{
        color:#333;
    }

    .site-description,
    body:not(.search-results) .entry-summary,
    body:not(.search-results) .entry-summary blockquote,
    .author-bio,
    .entry-footer,
    .entry-footer a,
    .sticky-post,
    .taxonomy-description,
    .entry-caption,
    .comment-author,
    .comment-metadata a,
    .comment-notes,
    .comment-awaiting-moderation,
    .site-info,
    .site-info a,
    .wp-caption .wp-caption-text,
    .gallery-caption {
        color: #686868 !important; /* Make sure color schemes don't affect to print */
    }

    code,
    hr {
        background-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
    }

    pre,
    abbr,
    acronym,
    table,
    th,
    td,
    .author-info,
    .comment-list article,
    .comment-list .pingback,
    .comment-list .trackback,
    .no-comments {
        border-color: #d1d1d1 !important; /* Make sure color schemes don't affect to print */
    }

    a {
        color: #1a1a1a !important; /* Make sure color schemes don't affect to print */
    }

    .entry-content a,
    .entry-summary a,
    .taxonomy-description a,
    .comment-content a,
    .pingback .comment-body > a {
        box-shadow: none;
        border-bottom: 1px solid #007acc !important; /* Make sure color schemes don't affect to print */
    }

    .site {
        margin: 0px;
    }

    .site-inner {
        max-width: none;
    }

    .site-header {
        padding: 0;
    }

    .site-branding {
        margin-top: 0;
        margin-bottom: 1.75em;
    }

    .site-main {
        margin-bottom: 3.5em;
    }

    .entry-header,
    .entry-footer,
    .page-header,
    .page-content,
    .entry-content,
    .entry-summary,
    .post-thumbnail,
    .comments-area {
        margin-right: 0;
        margin-left: 0;
    }
    
    .ui-accordion{
        margin-right: 0;
        margin-left: 0;        
    }

    .ui-tabs{
        margin-right: 0;
        margin-left: 0;        
    }

    .post-thumbnail,
    .site-main > article {
        margin-bottom: 3.5em;
    }

    .entry-content blockquote.alignleft,
    .entry-content blockquote.alignright {
        border-width: 4px 0 0 0;
        padding: 0.9473684211em 0 0;
        width: -webkit-calc(50% - 0.736842105em);
        width: calc(50% - 0.736842105em);
    }

    body:not(.search-results) .entry-header + .entry-summary {
        margin-top: -1.473684211em;
    }

    .site-footer,
    .widecolumn {
        padding: 0;
    }
    
    .miniRoundedTitle{
        display: none;
    }
    
    .imgHeaderMobile, .ui-tabs .ui-tabs-nav, .site-info, .buttonBlue, .print{
        display: none;
    }
    
    .detailsNotVisible{
        display: inline;
    }
    
    .site-branding{
        border-bottom: none;
        padding:0 !important;
    }
    
    .custom-logo{
        display:none;
    }
    
    .ui-widget.ui-widget-content{
        border:none;
    }
    
    .ui-tabs .ui-tabs-panel{
        padding:0;
    }
    
    #prg, #infos_pratiques, #more_details, .profilInt, .profilResp{
        display: inline !important;
    }
    
    .profilIntImg, .profilRespImg, hr{
        display:none;
    }
    
    div.moreDetails p{
        margin: 10px 0px 10px 0px;
    }
    
    div.moreDetails ul{
        margin: 10px 0px 10px 20px;
    }
    
    p{
        margin-bottom: 10px;
    }
    
    div.catFormation{
        display:none;
    }
    
    span.sigleFormation{
        display:none;
    }
    
    p.catSigleForPrint{
        display:inline;
        font-size: 10pt;
        font-style: italic;
    }
    
    div.headerForPrint{
        display:block;
        font-size: 11pt;
        margin-bottom: 30px;
        border-bottom: 1px solid #1a1a1a;
        height: 95px;
    }
    
    div.headerSubPrint1{
        display: inline-block;
        width:20%;
        vertical-align: top;
    }
    
    div.headerSubPrint1 img{
        width:100px;
        margin-left: 20px;
    }
    
    div.headerSubPrint2{
        display: inline-block;
        width:35%;
        vertical-align: bottom;
    }
    
    div.headerSubPrint3{
        display: inline-block;
        text-align:right;
        width:40%;
        vertical-align: bottom;
    }
    
    .content-posts{
        padding:0px;
    }
    
    .title_picto_c, .title_picto_p, .title_picto_e{
        padding-left: 0px;
        background:none;
    }
    
    .search-header, .site-branding{
        display:none;
    }
    
}