/*  FILMOTECH Website - ALPHA page - Alphabetical selection
	(c) 2013-2021 by Pascal PLUCHON (http://www.filmotech.fr)

	Adapted by Yves Le Houerf (http://www.ifik.fr) - Template Films1 green #33cc66
	Code published under the MIT license based on Bootstrap (https://getbootstrap.com)
	Web fonts from Google (https://fonts.google.com) */


/* styles login page index.php */
.box {
  margin: 0 0 8px 0;
  background: #fff;
  padding: 2px 0 0 0px;
  font-size: 14px;
  border: 0;
}
.field .names, .field .inputs {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  text-align: center;
}
input, textarea, select {
  border: 1px solid #33cc66;
  background: #f3f3f3;
  margin: 2px 0px;
  font-size: 16px;
  border-radius: 4px;
  padding: 2px;
}

.inputs { margin-top: 10px; }

.inputs input[type="submit"] {
  padding: 4px 8px;
  border: 3px solid #33cc66;
  background: #fff;
}

.img-responsive { text-align: center; }


/* styles généraux */

body {
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');
  margin: 0;
  font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #fff;
}

.mrg_top70 { margin-top: 70px; }
.marges-nav { padding: .5rem 5.0rem; }
.header-title { font-size: 1.5rem; }

.modl1_borders { border-color: 1px solid #33CC66; }
.modl1 {
  color: #fff;
  background-color: #33CC66;
}

/* Modifs sur la liste de films version 3 x 6 = 18 covers */

.movieslistcenter { text-align: center; }
.movieslistleft { text-align: left; }
.movie {
  display: inline-block;
  margin: 8px;
}
.box-list {
  margin:3px;
}


/* Récup et Mofifs des valeurs des css de la dist de bootstrap 4.5.3 */

:root {
  --font-family-sans-serif: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
} */

.table th,
.table td {
  padding: 0;
  vertical-align: top;
  border-top: 0;
}

td .puces { width: 5%; }

td a,
td a:hover {
  font-weight: 300;
  color: #fff;
}

td a { text-decoration: none; }
td a:hover { text-decoration: underline; }

#footer {
  margin: 1em 0;
}

#footer li { display: inline; }
#footer .copy { float: right; }


.bg-primary {
  color: #fff;
  background-color: #33CC66;
}

.button:focus { outline: 0; }

.pager .disabled>a,
.pager .disabled>a:hover,
.pager .disabled>a:focus { cursor: not-allowed; }

.btn-outline-secondary {
  margin-top: 7px;
  color: #6c757d;
  background-color: #fff;
  border-color: #6c757d;
  cursor: not-allowed;
}

.btn-outline-secondary:hover {
  margin-top: 7px;
  color: #6c757d;
  background-color: #fff;
  border-color: #6c757d;
  cursor: not-allowed;
}

.btn-outline-secondary:focus, .btn-outline-secondary.focus {
  box-shadow: 0 rgba(255, 255, 255, 0);
  cursor: not-allowed;
}

.btn-warning {
  margin-top: 7px;
  color: #000;
  background-color: #ffd75e;
  border-color: #ffd75e;
}

.btn-danger {
  margin-top: 7px;
  color: #000;
  background-color: #fba487;
  border-color: #fba487;
}

.btn-success {
  margin-top: 7px;
  color: #000;
  background-color: #75ca5e;
  border-color: #75ca5e;
}

.btn-success a,
.btn-success a:hover,
.btn-warning a,
.btn-warning a:hover,
.btn-danger a,
.btn-danger a:hover { color: #fff; text-decoration: none; }

.btn-secondary {
  margin-top: 7px;
  color: #000;
  background-color: #e4e7eb;
  border-color: #e4e7eb;
}

.btn-secondary a {
  color: #000;
  text-decoration: none;
}

.btn-secondary a:hover {
  color: #e4e7eb;
  text-decoration: none;
}

.first { margin-right: 8px; }
.last { margin-left: 8px; }


/*  --------------------------------------- */
/* Reprise des css de Bootstrap 3.3.7 : Boutons de navigation "Précédent", "Suivant" */

a.text-info,
.text-info { color: #000; }

a.text-info:hover,
a.text-info:focus { color: #666; }

.pager {
  padding-left: 0;
  margin: 5px 0 20px 0;
  text-align: center;
  list-style: none;
}
.pager-top { margin: 10px 0 0 0; }

.pager li { display: inline; }

.pager li > a,
.pager li > span { display: inline-block; }

.pager li > a:hover,
.pager li > a:focus {
  text-decoration: none;
  background-color: #33CC66;
}

.pager .previous > a,
.pager .previous > span {
  float: left;
  color: #fff;
  background-color: #33CC66;
}

.pager .next > a,
.pager .next > span {
  float: right;
  color: #fff;
  background-color: #33CC66;
}

.pager .disabled > a,
.pager .disabled > a:hover,
.pager .disabled > a:focus,
.pager .disabled > span {
  color: #fff;
  cursor: not-allowed;
  background-color: #33CC66;
}
.pager li > a,
.pager li > span {
  padding: 5px 10px;
  border: 1px solid #33CC66;
  border-radius: 4px;
}

.pager:before,
.pager:after
  display: table;
  content: " ";
}

.pager:after { clear: both; }


/*  --------------------------------------- */
/* Adaptations d'après css de Bootswatch 3.3.7 */

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}


/*  --------------------------------------- */
/* Créations et adaptations d'après css de Bootswatch 4.5.3 */

.navbar {
  border-radius: 0;
  border: 0;
}

.navbar-default .navbar-nav > li > a { color: #000; }
.navbar-inverse .navbar-nav > li > a:hover { color: #33CC66; }

.navbar-nav > li > a {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-ylh .navbar-brand { color: #fff; }

.navbar-brand {
  font-size: 130%;
  font-weight: 700;
}
.navbar-ylh .navbar-brand:hover,
.navbar-ylh .navbar-brand:focus {  color: #000; }

.navbar-ylh .navbar-nav .nav-link { color: rgba(0, 0, 0, 0.95); }

.navbar-ylh .navbar-nav .nav-link:hover,
.navbar-ylh .navbar-nav .nav-link:focus { color: rgba(112, 112, 112, 0.75); }

.navbar-ylh .navbar-nav .nav-link.disabled { color: rgba(255, 255, 255, 0.25); }

.navbar-ylh .navbar-nav .show > .nav-link,
.navbar-ylh .navbar-nav .active > .nav-link,
.navbar-ylh .navbar-nav .nav-link.show,
.navbar-ylh .navbar-nav .nav-link.active { color: #000; }

.navbar-ylh .navbar-toggler {
  color: rgba(112, 112, 112, 0.5);
  border-color: rgba(112, 112, 112, 0.1);
}
.navbar-ylh .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-ylh .navbar-text { color: rgba(0, 0, 0, 0.5); }

.navbar-ylh .navbar-text a { color: #000; }

.navbar-ylh .navbar-text a:hover,
.navbar-ylh .navbar-text a:focus { color: #707070; }

.form-control {  width: 120px !important; }

.caret2 {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-right: 4px dashed;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

.alert {
  position: relative;
  padding: 0.75rem 0.75rem 1.00rem 0.75rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-ylh {
  color: #000;
  background-color: #fff;
  border-width: 1px;
  border-color: #545B62;
}

a { text-decoration: none; }
a:hover {  color: #707070; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-weight: 400;
  line-height: 1.2;
}


/* ------------------------------------ */
/* Movie Details */

.ps-image {
  float: left;
  margin-top: 20px;
  margin-bottom: 10px;
  margin-right: 35px;
  text-align: center;
}
.ps-image ul {
  margin-left: 0;
  margin-top: 20px;
}
.ps-image ul li {
  font-size: 14px;
  color: #000;
  list-style-type: none;
}
.ps-image ul li span {
  font-weight: 800;
  color: #000;
  font-size: 15px;
}
.baseline-list {
	text-align: center;
	padding-bottom: 10px;
}
.baseline-detail {
	text-align: center;
	margin-right: 35px;
	padding-bottom: 10px;
}
.ps-informations ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: left;
}
.ps-informations .info-title {
  font-size: 30px;
  margin-top: 0;
  margin-bottom: 20px;
}
.ps-informations ul li + li {
  padding-top: 2px;
  margin-top: 2px;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.ps-informations ul li span {
  font-weight: 800;
  width: 120px;
  display: inline-block;
}
.ps-informations {
  float: left;
  margin-top: 20px;
}
.project-desc p {
  text-align: justify;
}
.project-desc span {
	font-weight: 800;
}
.project-desc .ps-title {
  margin-bottom: 20px;
}
.ps-contenu {
  padding-top: 7px;
  border-top: 1px solid rgba(0, 0, 0, 0.25);
}
.ps-support span {
	font-weight: 600;
}

/* Kit du routard typo ------------------------------------------ */

.leger { font-weight:normal; }
.gras, .bold   { font-weight:bold; }
.ital   { font-style:italic; }
.normal { font-style:normal; }
.centre, .center { text-align:center; }
.gauche, .left { text-align:left; }
.droite, .right { text-align:right; }
.justif { text-align:justify; }


/* Affichage Debug ---------------------------------------------- */
/* http://www.enseignement.polytechnique.fr/informatique/profs/Olivier.Serre/Memos/Debuggage/Debug.html */

div.debug {
  background:lightgreen;
  border-style:dotted;
  border-color:blue;
  border-width:1px 1px 1px 1px;
}	
div.debug em {
  font-weight: bold;
  font-style: normal;
}

/*  ----------- END ---------------------------- */
