/*
Theme Name: OceanWP Child Theme (CPCI)
Theme URI: https://oceanwp.org/
Description: Voici le thème enfant de OceanWP adapté par CPCI Solutions pour personnaliser le site.
Author: CPCI Solutions (Corentin Pouliquen)
Author URI: https://www.cpci-solutions.fr
Template: oceanwp
Version: 1.0
*/

/* Parent stylesheet should be loaded from functions.php not using @import */

/* Désactive le cadre qui apparait avec un clic sur un hyper-lien (remove the ‘box’ around active links) */
a:focus {
    outline:none !important;
}

/* Optimisation visuelle : menu */
.center-menu #site-navigation-wrap {
  width: 950px;
}

/* Style de la page Presse (package download WPDM) */
.wpdm_packages_shortcode .card-title {
  color: darkred;
}
.wpdm_packages_shortcode .card-body {
  background: whitesmoke;
}
.wpdm_packages_shortcode .card-text {
  color: darkslateblue;
}